Re: Bootstraping on x86/solaris 10 fails

2010-04-06 Thread Doug Henry
I am able to replicate this exact bootstrap problem on my sparc 8 box with openpkg-4.0.5 libtool: link: /usr/local/bin/gcc -D_GNU_SOURCE -D_REENTRANT -o rpm2cpio rpm2cpio.o -L/tmp/openpkg-4.0.5/uuid-1.6.2/.libs -L/tmp/openpkg-4.0.5/pcre-8.01/.libs -L/tmp/openpkg-4.0.5/sqlite-3.6.17/.libs

Re: Bootstraping on x86/solaris 10 fails

2010-04-06 Thread Jeff Johnson
On Apr 6, 2010, at 11:48 AM, Doug Henry wrote: I am able to replicate this exact bootstrap problem on my sparc 8 box with openpkg-4.0.5 libtool: link: /usr/local/bin/gcc -D_GNU_SOURCE -D_REENTRANT -o rpm2cpio rpm2cpio.o -L/tmp/openpkg-4.0.5/uuid-1.6.2/.libs

Re: Bootstraping on x86/solaris 10 fails

2010-04-06 Thread Doug Henry
I think the solution to this problem...at least on my sparc 8 box...was to: export LD_LIBRARY_PATH=/usr/local/lib (or some path where the libiconv stuff was installed...on my box the sunfreeware gcc and libiconv installed to /usr/local) Doug Henry Brilligent Solutions Inc. 937.545.0609

Re: Bootstraping on x86/solaris 10 fails

2010-04-03 Thread Daniel Vergien
On 02.04.10 20:40, Ralf S. Engelschall wrote: This is too less information. What errors occur in the tools directory of RPM? I There has to be more details... Oops, copied to less output... libtool: link: /usr/sfw/bin/gcc -D_GNU_SOURCE -D_REENTRANT -o rpm2cpio rpm2cpio. o

Re: Bootstraping on x86/solaris 10 fails

2010-04-02 Thread Ralf S. Engelschall
On Mon, Mar 08, 2010, Daniel Vergien wrote: I tried to install openpkg like in the tutorial, but it fails: make[3]: Entering directory /tmp/openpkg-4.0.2/rpm-5.1.9/tools' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory /tmp/openpkg-4.0.2/rpm-5.1.9' make: *** [all] Error 2 +

Re: Bootstraping on x86/solaris 10 fails

2010-04-02 Thread Doug Henry
I have always had good luck using the following commands (I just bootstrapped 4.0.5 to make sure nothing funny has happened lately): bash export PATH=/usr/sfw/bin:/usr/ccs/bin:$PATH sh openpkg-4.0.x-x.src.sh --prefix=/opkg without knowing what your paths are its hard to tell if that is the

Bootstraping on x86/solaris 10 fails

2010-03-08 Thread Daniel Vergien
Hi, I tried to install openpkg like in the tutorial, but it fails: make[3]: Entering directory /tmp/openpkg-4.0.2/rpm-5.1.9/tools' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory /tmp/openpkg-4.0.2/rpm-5.1.9' make: *** [all] Error 2 + exit 2 ./openpkg.boot:ERROR: script returned