[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] rpm building
On Thu, 10 Jun 2010 19:30:47 , Peter Slegg <p.slegg@scubadivers.co.uk> wrote:
> On Thu, 10 Jun 2010 14:24:15 -0400 (EDT), Keith Scroggins <kws@radix.net> wrote:
> > Are these the patches that were included in the original bundle?
>
> They are patches from the older sparemint version so they might not be
> needed anymore but I don't know.
>
> Peter
>
Without those patches it started the make and did some linking
(there is more than one bin in the package). Then after a long
wait...
libtool: install: /usr/bin/install -c wrjpgcom /var/tmp/libjpeg-root/usr/bin/wrjpgcom
/bin/sh /usr/src/redhat/BUILD/jpeg-8b/install-sh -d /var/tmp/libjpeg-root/usr/include
/usr/bin/install -c -m 644 jconfig.h /var/tmp/libjpeg-root/usr/include/jconfig.h
test -z "/var/tmp/libjpeg-root/usr/include" ¦¦ /bin/mkdir -p "/var/tmp/libjpeg-root/usr/include"
/usr/bin/install -c -m 644 jerror.h jmorecfg.h jpeglib.h '/var/tmp/libjpeg-root/usr/include'
test -z "/var/tmp/libjpeg-root/usr/share/man/man1" ¦¦ /bin/mkdir -p "/var/tmp/libjpeg-root/usr/share/man/man1"
/usr/bin/install -c -m 644 cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 '/var/tmp/libjpeg-root/usr/share/man/man1'
make[1]: Leaving directory `/i/usr/src/redhat/BUILD/jpeg-8b'
make: *** No rule to make target `install-lib'. Stop.
Bad exit status from /var/tmp/rpm-tmp.25039 (%install)
I'm puzzled because I thought the original make (not rpm) had worked.
Peter