This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build broken


It appears that one of these:

------------------------------------------------------------------------
r122580 | doko | 2007-03-05 15:23:18 -0800 (Mon, 05 Mar 2007) | 6 lines

2007-03-02 Mario Torre <neugens@limasoftware.net>

PR classpath/31017:
committed for Petteri R<C3><83><C2><A4>ty <betelgeuse@gentoo.org>
* configure.ac: fix broken build for gcj browser plugin


------------------------------------------------------------------------
r122573 | doko | 2007-03-05 12:24:50 -0800 (Mon, 05 Mar 2007) | 5 lines

2007-03-05 Matthias Klose <doko@ubuntu.com>

        * doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES).
        * doc/Makefile.in: Regenerate.

------------------------------------------------------------------------

Did this:

2007-03-04T22:54:20Z 2007-03-05T05:50:09Z regress-3 native 122532
2007-03-05T05:53:26Z 2007-03-05T12:49:35Z regress-3 native 122539
2007-03-05T12:52:59Z 2007-03-05T19:53:13Z regress-3 native 122546
2007-03-05T19:56:35Z 2007-03-06T02:53:47Z regress-3 native 122566
2007-03-06T02:57:13Z 2007-03-06T05:18:43Z build native 122594
2007-03-06T07:48:12Z 2007-03-06T10:11:04Z build native 122597
2007-03-06T10:14:03Z 2007-03-06T12:32:47Z build native 122618
2007-03-06T14:18:12Z 2007-03-06T16:37:20Z build native 122619

to the darwin nightly tester. From the log file:

perl /Users/regress/tbox/svn-gcc/libjava/classpath/../../contrib/ texi2pod.pl -D gkeytool < /Users/regress/tbox/svn-gcc/libjava/ classpath/doc/cp-tools.texinfo > gkeytool.pod
perl /Users/regress/tbox/svn-gcc/libjava/classpath/../../contrib/ texi2pod.pl -D gnative2ascii < /Users/regress/tbox/svn-gcc/libjava/ classpath/doc/cp-tools.texinfo > gnative2ascii.pod
perl /Users/regress/tbox/svn-gcc/libjava/classpath/../../contrib/ texi2pod.pl -D gorbd < /Users/regress/tbox/svn-gcc/libjava/classpath/ doc/cp-tools.texinfo > gorbd.pod
sed -i -e 's/^For more details.*/See I<Common Options> for more details./' \
-e 's/1\.<\([^>]*\)>/- \1/' \
gkeytool.pod
sed: lstat: No such file or directory
make[7]: *** [gkeytool.pod] Error 1
make[7]: *** Waiting for unfinished jobs....
rm gnative2ascii.pod gorbd.pod gjar.pod gappletviewer.pod gkeytool.pod gjavah.pod gjarsigner.pod
make[6]: *** [all-recursive] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [multi-do] Error 1
make[2]: *** [all-multi] Error 2
make[1]: *** [all-target-libjava] Error 2
make: *** [bootstrap] Error 2
+ '[' -s .bad_compare ']'
+ exit 1


I have a feeling sed -i isn't our friend.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]