#16820 closed defect (fixed)
webkit-gtk RPM build error
Reported by: | probono@… | Owned by: | afb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | webkit-gtk, rpm | Cc: | myschizobuddy@… |
Port: | webkit-gtk |
Description
webkit-gtk builds, can be archived, but creating an RPM fails:
sh-3.2# port archive webkit-gtk ---> Packaging tbz2 archive for webkit-gtk r30707_1 sh-3.2# port rpm webkit-gtk ---> Creating RPM package for webkit-gtk-r30707 Error: Target org.macports.rpm returned: shell command "MP_USERECEIPTS='/opt/local/var/macports/receipts' rpmbuild -bb -v /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_webkit-gtk/work/webkit-gtk.spec" returned error 1 Command output: Executing(%prep): /bin/sh -e /opt/local/var/tmp/rpm-tmp.86557 + umask 022 + cd /opt/local/src/macports/BUILD + exit 0 Executing(%build): /bin/sh -e /opt/local/var/tmp/rpm-tmp.86557 + umask 022 + cd /opt/local/src/macports/BUILD + exit 0 Executing(%install): /bin/sh -e /opt/local/var/tmp/rpm-tmp.86557 + umask 022 + cd /opt/local/src/macports/BUILD + /opt/local/lib/rpm/brp-compress + /opt/local/lib/rpm/brp-strip + /opt/local/lib/rpm/brp-strip-static-archive + /opt/local/lib/rpm/brp-strip-comment-note + /opt/local/lib/rpm/brp-nobuildrootpath error: Bad exit status from /opt/local/var/tmp/rpm-tmp.86557 (%install) RPM build errors: Bad exit status from /opt/local/var/tmp/rpm-tmp.86557 (%install) Error: Status 1 encountered during processing.
Change History (4)
comment:1 Changed 16 years ago by afb@…
comment:2 Changed 16 years ago by afb@…
Owner: | changed from macports-tickets@… to afb@… |
---|---|
Status: | new → assigned |
Ack, this is a bug in 4.4.9 that is fixed in 5.0.0 already. Backporting a fix...
comment:3 Changed 16 years ago by afb@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed, r40719.
Note: See
TracTickets for help on using
tickets.
Hmm, that %install phase is supposed to be a no-op (empty). Can you try again with
rpm @4.4.9_6
, please ?