2010/12/31 Carsten Munk <[email protected]>: Something's wrong here: installing glibc-devel-2.11.90-21.5 /var/tmp/rpm-tmp.VL6luK: line 2: syntax error near unexpected token `||' /var/tmp/rpm-tmp.VL6luK: line 2: ` ALL_ARGS=(/usr/share/info/libc.info.gz /usr/share/info/dir || :) ' warning: %post(glibc-devel-2.11.90-21.5.armv7l) scriptlet failed, exit status 1
https://build.meego.com/package/rawlog?arch=armv7el&package=emacs&project=Trunk%3ATesting&repository=standard /Carsten > 2010/12/30 Austin Zhang <[email protected]>: >> Hi, >> I have made the following changes to glibc in project Trunk:Testing. Please >> review and accept ASAP. >> >> Thank You, >> Austin Zhang >> >> [This message was auto-generated] >> >> --- >> >> Request #11335: >> >> submit: devel:base/glibc -> Trunk:Testing/glibc >> >> >> Message: >> None >> >> State: new 2010-12-29T17:57:51 austin >> Comment: None >> >> >> >> changes files: >> -------------- >> --- glibc.changes >> +++ glibc.changes >> @@ -0,0 +1,3 @@ >> +* Wed Dec 29 2010 Austin Zhang <[email protected]> - 2.11.90 >> +- BMC#10342: Error when installing glibc-devel with --excludedocs in .ks >> + >> >> spec files: >> ----------- >> --- glibc.spec >> +++ glibc.spec >> @@ -572,7 +572,7 @@ >> %triggerin common -p /usr/sbin/tzdata-update -- tzdata >> >> %post devel >> -/sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir || : >> +%install_info %{_infodir}/libc.info.gz %{_infodir}/dir || : >> >> %pre headers >> # this used to be a link and it is causing nightmares now >> @@ -582,7 +582,7 @@ >> >> %preun devel >> if [ "$1" = 0 ]; then >> - /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir || : >> + %install_info --delete %{_infodir}/libc.info.gz %{_infodir}/dir || : >> fi >> >> %post utils -p /sbin/ldconfig >> >> other changes: >> -------------- >> >> _______________________________________________ >> MeeGo-commits mailing list >> [email protected] >> http://lists.meego.com/listinfo/meego-commits >> > _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
