On Mon, Oct 28, 2002, David Brownlee wrote: > Currently, I have successfully built several packages from SRPMs. However, > building pdflib and samba from SRPMs is not working. I used > openpkg-20021023-20021023.src.sh to boot strap the environment and I'm > building from SRPMs from ftp://ftp.openpkg.org/release/1.1/SRC. I list the > details of my setup below, but first the problems. > >[...] > > make[1]: *** [tif_auxx.lo] Error 1 > make: *** [libtiff] Error 2 > error: Bad exit status from /opt/openpkg/RPM/TMP/rpm-tmp.25965 (%build) > >[...] > > Linking bin/smbd > /usr/ccs/bin/ld: illegal option -- E > usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] > file(s) > >[...] > > Is there something not quite right in my development environment? Any help > is appreciated. > Hello David,
The process you used to bootstrap and build your first packages is correct, so congratulations. Even though the samba and pdflib SRPMs you described just build successfully on my machine (Sol 8 64-bit) I suspect there are problems with the packages. pdflib seems to depend on tiff, and is probably using a tiff library on your system somewhere (maybe /opt/sfw/lib/libtiff.a?). I will look for this dependency and root it out. samba is using the native Solaris ld on your system, however it expects the GNU ld from binutils. A quick fix is to install the binutils package, and make sure that its ld is first in the path. I will also look into this to make the package work correctly, however. Please stay tuned. Regards, Michael -- [EMAIL PROTECTED] Development Team, Application Services Cable & Wireless Deutschland GmbH
msg00165/pgp00000.pgp
Description: PGP signature
