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

Bug#416001: gcj-4.1: FTBFS



tags 416001 - unreproducible
tags 416001 + confirmed
found 416001 4.1.1-20
severity 416001 serious
thanks

I can confirm this FTBFS using debuild on etch, the relevant section of
the log follows:

javasrcdir=`cd ../../../../src/libjava && pwd`; \
        cd classpath/lib; \
        JARDIR=`mktemp -d ../libgcj-4.1.jar.XXXXXX` || exit 1; \
        for d in `find gnu java javax org -type d | LC_ALL=C sort`; do \
            mkdir -p $JARDIR/$d; \
        done; \
        touch -r $javasrcdir/../gcc/ChangeLog $JARDIR.stamp; \
        [ $javasrcdir/../gcc/java/ChangeLog -nt $JARDIR.stamp ] \
            && touch -r $javasrcdir/../gcc/java/ChangeLog $JARDIR.stamp; \
        [ $javasrcdir/ChangeLog -nt $JARDIR.stamp ] \
            && touch -r $javasrcdir/ChangeLog $JARDIR.stamp; \
        for f in `find gnu java javax org -type f | LC_ALL=C sort`; do \
            cp $f $JARDIR/$f; \
            touch -r $JARDIR.stamp $JARDIR/$f; \
        done; \
        touch -r $JARDIR.stamp `find $JARDIR -type d`; \
        cd $JARDIR; \
        find gnu java javax org | LC_ALL=C sort \
          | jar -cfM@E \
            ../../libgcj-4.1.jar || exit; \
        cd -; \
        rm -rf $JARDIR $JARDIR.stamp
Illegal option: @
Usage: jar {ctxu}[vfm0Mi] [jar-file] [manifest-file] [-C dir] files ...
Options:
    -c  create new archive
    -t  list table of contents for archive
    -x  extract named (or all) files from archive
    -u  update existing archive
    -v  generate verbose output on standard output
    -f  specify archive file name
    -m  include manifest information from specified manifest file
    -0  store only; use no ZIP compression
    -M  do not create a manifest file for the entries
    -i  generate index information for the specified jar files
    -C  change to the specified directory and include the following file
If any file is a directory then it is processed recursively.
The manifest file name and the archive file name needs to be specified
in the same order the 'm' and 'f' flags are specified.

Example 1: to archive two class files into an archive called classes.jar:
       jar cvf classes.jar Foo.class Bar.class
Example 2: use an existing manifest file 'mymanifest' and archive all the
           files in the foo/ directory into 'classes.jar':
       jar cvfm classes.jar mymanifest -C foo/ .

make[8]: *** [libgcj-4.1.jar] Error 1
make[8]: Leaving directory `/home/mjj29/scm/debian/build/gcj-4.1-4.1.1/build/x86_64-linux-gnu/32/libjava'

I'm going to try updating my system to confirm that this is still the case.

Matt

--
Matthew Johnson

Attachment: signature.asc
Description: Digital signature


Reply to: