Duft Markus <> wrote: > Ralf Wildenhues <mailto:[EMAIL PROTECTED]> wrote: > > Hi Ralf! > > Since the commands reported errors/warnings at first, i did a gmake > install before repeating. I attached both logs.
Hi! I finally found the real error :) Seems i was just to blind to see... It seems to be related to the gmake dist call: mduft 44 $ rm -rf subproject-demo-2.1c/ mduft 44 $ gmake dist { test ! -d subproject-demo-2.1c || { find subproject-demo-2.1c -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr subproject-demo-2.1c; }; } test -d subproject-demo-2.1c || mkdir subproject-demo-2.1c list='sub/ltdl'; for subdir in $list; do \ if test "$subdir" = .; then :; else \ test -d "subproject-demo-2.1c/$subdir" \ || /opt/gentoo/bin/mkdir -p "subproject-demo-2.1c/$subdir" \ || exit 1; \ distdir=`CDPATH="${ZSH_VERSION+.}:" && cd subproject-demo-2.1c && pwd`; \ top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd subproject-demo-2.1c && pwd`; \ (cd $subdir && \ gmake \ top_distdir="$top_distdir" \ distdir="$distdir/$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ done gmake[1]: Entering directory `/home/mduft/parity/build.libtool/tests/testsuite.dir/44/sub/ltdl' : mkdir /home/mduft/parity/build.libtool/tests/testsuite.dir/44/subproject-demo- 2.1c/sub/ltdl mkdir: cannot create directory `/home/mduft/parity/build.libtool/tests/testsuite.dir/44/subproject-demo -2.1c/sub/ltdl': File exists gmake[1]: *** [distdir] Error 1 gmake[1]: Leaving directory `/home/mduft/parity/build.libtool/tests/testsuite.dir/44/sub/ltdl' gmake: *** [distdir] Error 1 Cheers, Markus > >> >> Thanks, >> Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool