bug-libtool
[Top][All Lists]
Advanced

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

Re: libtool 1.5.22: make check fails on universal binaries


From: Elias Pipping
Subject: Re: libtool 1.5.22: make check fails on universal binaries
Date: Wed, 28 Feb 2007 07:50:33 +0100

For some hopefully more useful information:

env \
CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 - arch ppc" \
     LDFLAGS="-arch i386 -arch ppc" \
./configure \
             --prefix=/opt/local \
             --infodir=/opt/local/share/info \
             --mandir=/opt/local/share/man &&
make &&
make -k check >& testsuite.log

env \
     VERBOSE=1 \
     TESTS='tagdemo-make.test' \
make check >& testsuite_verbose.log

bzip2 *.log

Attachment: config.log.bz2
Description: Binary data

Attachment: testsuite_verbose.log.bz2
Description: Binary data

Attachment: testsuite.log.bz2
Description: Binary data



On Feb 28, 2007, at 6:31 AM, Elias Pipping wrote:

Hello,

I'm trying to build libtool 1.5.23b (same happens with 1.5.22)
as universal binaries, hence i pass these flags/parameters to
configure:

* CFLAGS=-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc
* LDFLAGS=-arch i386 -arch ppc
* --disable-dependency-tracking

(see config.log)

Without them everything's buildt and make check shows no errors.

With them, make check indicates 3 failed tests:

<snip>

PASS: link-order.test
PASS: tagdemo-static.test
FAIL: tagdemo-make.test
SKIP: tagdemo-exec.test
PASS: tagdemo-conf.test
FAIL: tagdemo-make.test
SKIP: tagdemo-exec.test
PASS: tagdemo-shared.test
FAIL: tagdemo-make.test
SKIP: tagdemo-exec.test
====================================
3 of 100 tests failed
(3 tests were not run)
Please report to address@hidden
====================================
make[2]: *** [check-TESTS] Error 1
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1

Regards,

Elias Pipping

<config.log>



reply via email to

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