[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] libtiff
I am puzzling over the rpm build of libtiff.
It seems to build ok and I have installed it but when the rpm
reaches the final stages it fails because the folders are empty
+ install -m755 /usr/src/redhat/SOURCES/tiff-to-ps.fpi /var/tmp/libtiff-root/usr/lib/rhs/rhs-printfilters
+ strip '/var/tmp/libtiff-root/usr/bin/*'
strip: '/var/tmp/libtiff-root/usr/bin/*': No such file
+ :
+ stack --fix=96k '/var/tmp/libtiff-root/usr/bin/*'
stack: /var/tmp/libtiff-root/usr/bin/*: stat error: No such file or directory
+ :
+ gzip -9nf '/var/tmp/libtiff-root/usr/share/man/*/*'
gzip: /var/tmp/libtiff-root/usr/share/man/*/*: No such file or directory.
Bad exit status from /var/tmp/rpm-tmp.56036 (%install)
Here is the rpm section.
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/bin
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/include
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/lib
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/share/man/man1
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/share/man/man3
make install
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/lib/rhs/rhs-printfilters
install -m755 %{SOURCE1} ${RPM_BUILD_ROOT}%{_prefix}/lib/rhs/rhs-printfilters
strip ${RPM_BUILD_ROOT}%{_prefix}/bin/* ¦¦:
stack --fix=96k ${RPM_BUILD_ROOT}%{_prefix}/bin/* ¦¦:
# compress manpages
gzip -9nf ${RPM_BUILD_ROOT}%{_prefix}/share/man/*/*
Does the process build in the folders above or does it build in the
redhat/BUILD area and then move everything ?
Peter