Graham Leggett writes:
> Hi,
> 
> I have just attempted to build and RPM for the LinuxPPC platform, but
> the RPM build seems to end without producing either an RPM file, or an
> error message.
> 
> It gets through the build and install process, and then ends off like
> this:
> 
> [snip]
> /bin/sh ./mkinstalldirs /var/tmp/gnucash-1.4.1/usr/share/gnucash/doc
>  /usr/bin/install -c -m 644 ./AUTHORS
> /var/tmp/gnucash-1.4.1/usr/share/gnucash/doc/AUTHORS
>  /usr/bin/install -c -m 644 ./COPYING
> /var/tmp/gnucash-1.4.1/usr/share/gnucash/doc/COPYING
>  /usr/bin/install -c -m 644 ./ChangeLog
> /var/tmp/gnucash-1.4.1/usr/share/gnucash
> /doc/ChangeLog
>  /usr/bin/install -c -m 644 ./INSTALL
> /var/tmp/gnucash-1.4.1/usr/share/gnucash/d
> oc/INSTALL
>  /usr/bin/install -c -m 644 ./NEWS
> /var/tmp/gnucash-1.4.1/usr/share/gnucash/doc/
> NEWS
>  /usr/bin/install -c -m 644 ./README
> /var/tmp/gnucash-1.4.1/usr/share/gnucash/do
> c/README
> make[2]: Leaving directory `/usr/src/rpm/BUILD/gnucash-1.4.1'
> make[1]: Leaving directory `/usr/src/rpm/BUILD/gnucash-1.4.1'
> + /usr/lib/rpm/brp-compress
> + /usr/lib/rpm/brp-strip
> + /usr/lib/rpm/brp-strip-comment-note
> + exit 0
> Processing files: gnucash-1.4.1-1
> File not found: /var/tmp/gnucash-1.4.1/usr/man/man1/gnucash.1
> File not found: /var/tmp/gnucash-1.4.1/usr/man/man1/gnc-prices.1
> Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4870
> + umask 022
> + cd /usr/src/rpm/BUILD
> + cd gnucash-1.4.1
> + DOCDIR=/var/tmp/gnucash-1.4.1/usr/doc/gnucash-1.4.1
> + export DOCDIR
> + rm -rf /var/tmp/gnucash-1.4.1/usr/doc/gnucash-1.4.1
> + /bin/mkdir -p /var/tmp/gnucash-1.4.1/usr/doc/gnucash-1.4.1
> + cp -pr AUTHORS COPYING ChangeLog NEWS README
> /var/tmp/gnucash-1.4.1/usr/doc/gn
> ucash-1.4.1
> + cp -pr doc/README.german doc/README.francais doc/guile-hackers.txt
> /var/tmp/gn
> ucash-1.4.1/usr/doc/gnucash-1.4.1
> + exit 0
> Requires: gnome-libs >= 1.0.40
> 
> Is the above line an error message or just a piece of information? The
> gnome-libs RPM and it's devel file are installed like so:

The Requires line is just a piece of information, it's telling you
that the gnucash package you are building requires gnome-libs >=
1.0.40.

There does seem to be an error further up in that the man files
are not getting installed in the expected place. However, the
rpms may still get built, I'm not sure. Check the RPMS and SRPMS
directory to see if they showed up.

dave

--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to