Bug 2435440 - Review Request: rust-droid-juicer - Extract firmware from Android vendor partitions
Summary: Review Request: rust-droid-juicer - Extract firmware from Android vendor part...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: gmankab
QA Contact: Fedora Extras Quality Assurance
URL: https://crates.io/crates/droid-juicer
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-30 03:50 UTC by Sam Day
Modified: 2026-03-01 23:31 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sam Day 2026-01-30 03:50:57 UTC
Spec URL: https://samcday.fedorapeople.org/rust-droid-juicer.spec
SRPM URL: https://download.copr.fedorainfracloud.org/results/samcday/droid-juicer/fedora-rawhide-x86_64/10077364-rust-droid-juicer/rust-droid-juicer-0.4.1-2.fc44.src.rpm
Description: Extract firmware from Android vendor partitions
Fedora Account System Username: samcday

---

This rust2rpm.toml was used to produce the spec:

```
[package]
summary = "Extract firmware from Android vendor partitions"
description = """\
droid-juicer extracts binary firmware from Android vendor partitions and
installs it into /lib/firmware, avoiding redistributing vendor blobs.
"""
extra-files = [
    "%config(noreplace) %{_sysconfdir}/droid-juicer/config.toml",
    "%dir %{_sysconfdir}/droid-juicer",
    "%{_unitdir}/droid-juicer.service",
    "%dir %{_datadir}/droid-juicer",
    "%dir %{_datadir}/droid-juicer/configs",
    "%{_datadir}/droid-juicer/configs/*.toml",
]
bin-package-extra = """\
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

%post
%systemd_post droid-juicer.service

%preun
%systemd_preun droid-juicer.service

%postun
%systemd_postun_with_restart droid-juicer.service
"""

[[package.extra-patches]]
number = 2
file = "bump-goblin-to-0.10.patch"

[scripts]
install.post = [
    "install -Dpm 0644 droid-juicer.service %{buildroot}%{_unitdir}/droid-juicer.service",
    "install -Dpm 0644 config.toml.sample %{buildroot}%{_sysconfdir}/droid-juicer/config.toml",
    "mkdir -p %{buildroot}%{_datadir}/droid-juicer/configs/",
    "install -Dpm 0644 configs/*.toml %{buildroot}%{_datadir}/droid-juicer/configs/",
]

[requires]
build = ["systemd-rpm-macros"]
```

Comment 1 Fedora Review Service 2026-01-31 01:40:02 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/10082119
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2435440-rust-droid-juicer/fedora-rawhide-x86_64/10082119-rust-droid-juicer/builder-live.log.gz

Please make sure the package builds successfully at least for Fedora Rawhide.

- If the build failed for unrelated reasons (e.g. temporary network
  unavailability), please ignore it.
- If the build failed because of missing BuildRequires, please make sure they
  are listed in the "Depends On" field


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 2 gmankab 2026-02-17 03:19:45 UTC
i can see that build on your samcday/droid-juicer copr repo succeeded

it's strange that the build by review service is failed

log link retruns 404, probably expired

i am gonna re-trigger build

[fedora-review-service-build]

Comment 3 Fedora Review Service 2026-02-17 03:22:31 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/10143121
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2435440-rust-droid-juicer/fedora-rawhide-x86_64/10143121-rust-droid-juicer/builder-live.log.gz

Please make sure the package builds successfully at least for Fedora Rawhide.

- If the build failed for unrelated reasons (e.g. temporary network
  unavailability), please ignore it.
- If the build failed because of missing BuildRequires, please make sure they
  are listed in the "Depends On" field


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 4 gmankab 2026-02-17 05:26:00 UTC
we already figured reason of failed build in the matrix chat, i will duplicate it here for clarity

there are 2 other packages wanted by droid-juicer in in samcday/droid-juicer repo


Note You need to log in before you can comment on or make changes to this bug.