Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 208026 Details for
Bug 290204
sys-devel/automake-1.9.6-r2: aclocal6.test fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Output of the aclocal6 test, if run manually (outside emerge)
automake-1.9.6-aclocal6 (text/plain), 14.30 KB, created by
Andreas K. Hüttel
on 2009-10-23 18:36:28 UTC
(
hide
)
Description:
Output of the aclocal6 test, if run manually (outside emerge)
Filename:
MIME Type:
Creator:
Andreas K. Hüttel
Created:
2009-10-23 18:36:28 UTC
Size:
14.30 KB
patch
obsolete
>(chroot amd64) portage@pinacolada ~/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests $ ./aclocal6.test >/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests:/bin:/usr/bin >aclocal6: running make --version -v | grep GNU >GNU Make 3.81 >=== Running test ./aclocal6.test >++ pwd >/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir >+ set -e >+ cat >+ cat >+ mkdir sub >+ : >+ mkdir m4 >+ echo 'AC_DEFUN([SOME_DEFS], [])' >+ echo 'AC_DEFUN([MORE_DEFS], [AC_SUBST([GREPME])])' >+ aclocal-1.9 -I m4 >+ autoconf >+ automake-1.9 --foreign -Werror -Wall --copy --add-missing >+ test -d autom4te.cache >+ test_cache='test -d' >+ mkdir build >+ cd build >+ ../configure >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating sub/Makefile >+ make >Making all in sub >make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build/sub' >make[1]: Für das Ziel »all« ist nichts zu tun. >make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build/sub' >make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >make[1]: Für das Ziel »all-am« ist nichts zu tun. >make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >+ echo 'AC_DEFUN([SOME_DEFS], [MORE_DEFS])' >+ echo 'AC_SUBST([METOO])' >+ cd sub >+ make >cd .. && make am--refresh >make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >cd .. && /bin/sh /var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/missing --run aclocal-1.9 -I m4 > cd .. && /bin/sh /var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/missing --run automake-1.9 --foreign >cd .. && /bin/sh /var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/missing --run autoconf >/bin/sh ./config.status --recheck >running CONFIG_SHELL=/bin/sh /bin/sh ../configure --no-create --no-recursion >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >configure: creating ./config.status > /bin/sh ./config.status >config.status: creating Makefile >config.status: creating sub/Makefile >make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >make: Für das Ziel »all« ist nichts zu tun. >+ cd .. >+ grep GREPME Makefile >GREPME = >+ grep GREPME sub/Makefile >GREPME = >+ grep GREPME sub/Makefile >GREPME = >+ grep METOO Makefile >METOO = >+ grep METOO sub/Makefile >METOO = >+ grep METOO sub/Makefile >METOO = >+ make distdir >{ test ! -d aclocal6-1.0 || { find aclocal6-1.0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr aclocal6-1.0; }; } >mkdir aclocal6-1.0 >mkdir -p -- aclocal6-1.0/m4 >list='sub'; for subdir in $list; do \ > if test "$subdir" = .; then :; else \ > test -d "aclocal6-1.0/$subdir" \ > || mkdir -p -- "aclocal6-1.0/$subdir" \ > || exit 1; \ > distdir=`CDPATH="${ZSH_VERSION+.}:" && cd aclocal6-1.0 && pwd`; \ > top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd aclocal6-1.0 && pwd`; \ > (cd $subdir && \ > make \ > top_distdir="$top_distdir" \ > distdir="$distdir/$subdir" \ > distdir) \ > || exit 1; \ > fi; \ > done >make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build/sub' >make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build/sub' >find aclocal6-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ > ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ > ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ > ! -type d ! -perm -444 -exec /bin/sh /var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/install-sh -c -m a+r {} {} \; \ > || chmod -R a+r aclocal6-1.0 >+ test -f aclocal6-1.0/m4/moredefs.m4 >+ test -f aclocal6-1.0/m4/somedefs.m4 >+ test -f aclocal6-1.0/acinclude.m4 >+ make clean >Making clean in sub >make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build/sub' >make[1]: Für das Ziel »clean« ist nichts zu tun. >make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build/sub' >Making clean in . >make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >make[1]: Für das Ziel »clean-am« ist nichts zu tun. >make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >+ test -d ../autom4te.cache >+ test -f Makefile >+ test -f sub/Makefile >+ make maintainer-clean >Making maintainer-clean in sub >make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build/sub' >test -z "" || rm -f >This command is intended for maintainers to use >it deletes files that may require special tools to rebuild. >rm -f Makefile >make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build/sub' >Making maintainer-clean in . >make[1]: Entering directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >test -z "" || rm -f >rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags >This command is intended for maintainers to use >it deletes files that may require special tools to rebuild. >make[1]: Leaving directory `/var/tmp/portage/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests/testSubDir/build' >rm -f config.status config.cache config.log configure.lineno configure.status.lineno >rm -rf ../autom4te.cache >rm -f Makefile >+ test '!' -d ../autom4te.cache >+ test '!' -f Makefile >+ test '!' -f sub/Makefile >(chroot amd64) portage@pinacolada ~/sys-devel/automake-1.9.6-r2/work/automake-1.9.6/tests $ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 290204
:
207968
| 208026