Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: pem - Pem is personal expenses manager https://bugzilla.redhat.com/show_bug.cgi?id=444601 ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2008-07-02 09:01 EST ------- (In reply to comment #14) > My point is this is coming only in rawhide not in other branches ? Well, actually not exact. Even on dist-f9-updates-candidate build fails: http://koji.fedoraproject.org/koji/taskinfo?taskID=692056 You can reproduce this by: $ PATH=/sbin:$PATH rpmbuild --rebuild pem-0.7.2-1.fc10.src.rpm The point is to add "PATH=/sbin:$PATH". Actually on mockbuild, rpmbuild is executed as mockbuild user but PATH is set as which root has. Then you can find this part on Makefile.in: ---------------------------------------------------------------------------------- 680 @if (install-info --version && \ 681 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ 682 list='$(INFO_DEPS)'; \ 683 for file in $$list; do \ 684 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 685 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ 686 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ 687 done; \ 688 else : ; fi ---------------------------------------------------------------------------------- This behavior (i.e. if install-info is found in PATH, install-info is executed on install) is common for info files. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review