[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] rpm building



Am Montag, den 14.06.2010, 13:15 +0200 schrieb Peter Slegg
<p.slegg@scubadivers.co.uk>:

> make[1]: Entering directory `/i/usr/src/redhat/BUILD/jpeg-8b'
> test -z "/usr/local/lib" ¦¦ /bin/mkdir -p "/usr/local/lib"
>  /bin/sh ./libtool   --mode=install /usr/bin/install -c   libjpeg.la
>  '/usr/local/lib'
> libtool: install: /usr/bin/install -c .libs/libjpeg.lai
> /usr/local/lib/libjpeg.la
> libtool: install: /usr/bin/install -c .libs/libjpeg.a
> /usr/local/lib/libjpeg.a
> libtool: install: chmod 644 /usr/local/lib/libjpeg.a
> libtool: install: ranlib /usr/local/lib/libjpeg.a
> libtool: install: warning: remember to run `libtool --finish /usr/lib'
> test -z "/usr/local/bin" ¦¦ /bin/mkdir -p "/usr/local/bin"
>   /bin/sh ./libtool   --mode=install /usr/bin/install -c cjpeg djpeg
>   jpegtran rdjpgcom wrjpgcom '/usr/local/bin'
> libtool: install: /usr/bin/install -c cjpeg /usr/local/bin/cjpeg
> libtool: install: /usr/bin/install -c djpeg /usr/local/bin/djpeg
> libtool: install: /usr/bin/install -c jpegtran /usr/local/bin/jpegtran
> libtool: install: /usr/bin/install -c rdjpgcom /usr/local/bin/rdjpgcom
> libtool: install: /usr/bin/install -c wrjpgcom /usr/local/bin/wrjpgcom
> /bin/sh /usr/src/redhat/BUILD/jpeg-8b/install-sh -d /usr/local/include
> /usr/bin/install -c -m 644 jconfig.h /usr/local/include/jconfig.h
> test -z "/usr/local/include" ¦¦ /bin/mkdir -p "/usr/local/include"
>  /usr/bin/install -c -m 644 jerror.h jmorecfg.h jpeglib.h
>  '/usr/local/include'
> test -z "/usr/local/share/man/man1" ¦¦ /bin/mkdir -p
> "/usr/local/share/man/man1"
>  /usr/bin/install -c -m 644 cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1
>  wrjpgcom.1 '/usr/local/share/man/man1'
> make[1]: Leaving directory `/i/usr/src/redhat/BUILD/jpeg-8b'
> 
> The install notes say that make install-lib is needed to install the
> dev libs. The spec file tries to do it and everyone will need it when
> the rpm is released.
> 
> Peter

Hello Peter, the output looks fine. I think there is no need for
install-lib anymore.
If there is something missing, you could make another release. But this
looks like everything 
that is needed gets installed. Are you missing an specific file?