On Tue, 2004-06-22 at 02:17, Martin Ling wrote:
On Mon, Jun 21, 2004 at 09:49:58AM -0700, Amit Kucheria wrote:
I am trying to locate the archives of the sisela mailing list. Are there any?
Yes, at http://www.earth.li/pipermail/sisela/
I have troubles with mklibs.sh dependency graphs. I get the following messages. Any clues are welcome.
The only thing I can think of offhand would be some combination of permissions on /tmp, leftovers from a previous run and possibly umask settings?
This error is still causing me grief. Has anybody had success getting sisela to compile on an updated distro gentoo, FC2, etc?
/tmp is world writable, i tried running it again with a cleaned-out /tmp and my umask is 022.
So there is nothing in here that seems to be the issue.
Here is the error log again. The last couple of lines keep repeating over and over. ----------------------------- ./mklibs.sh -v -D -L /projects/devel/embedded-linux/small-distros/sisela-0.3/local/usr/i386-linux-uclibc/lib -L wireless_tools.26 -L iptables-1.2.8 \ -d /projects/devel/embedded-linux/small-distros/sisela-0.3/build/lib `for x in `find build/install -type f -perm +111 ! -name *.so*`; do if [ "`file -b $x | grep ^ELF`" ]; then echo $x; fi; done` Initializing data objects... ./mklibs.sh: line 297: /tmp/amit-mklibs.9576/library-depends: cannot overwrite existing file ./mklibs.sh: line 295: /tmp/amit-mklibs.9576/add-to-queue-if-not-there: cannot overwrite existing file ./mklibs.sh: line 297: /tmp/amit-mklibs.9576/library-depends: cannot overwrite existing file ./mklibs.sh: line 295: /tmp/amit-mklibs.9576/add-to-queue-if-not-there: cannot overwrite existing file ./mklibs.sh: line 297: /tmp/amit-mklibs.9576/library-depends: cannot overwrite existing file -----------------------------
--