libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Subject: [libtool 2.1c] testsuite: 44 45 46 failed


From: Duft Markus
Subject: RE: Subject: [libtool 2.1c] testsuite: 44 45 46 failed
Date: Mon, 11 Feb 2008 09:20:28 +0100

Duft Markus <> wrote:
> Ralf Wildenhues <mailto:address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]