Re: failed sparc/powerpc build of libidn 1.22-1

2011-06-20 Thread Simon Josefsson
Hi,

The java code in libidn fails to build using GCJ on Sparc and PowerPC.
Complete link to log quoted below, but the relevant part is shown
inline.  Any ideas?  It seems like the gcj compiler is broken on these
architectures.

/Simon

make[6]: Entering directory 
`/build/buildd-libidn_1.22-1-sparc-O07rsn/libidn-1.22/java/gnu/inet/encoding'
CLASSPATH=../../../../java:./../../../../java:$CLASSPATH javac -d 
../../../../javaCombiningClass.java Composition.java DecompositionKeys.java 
DecompositionMappings.java IDNA.java IDNAException.java NFKC.java Punycode.java 
PunycodeException.java RFC3454.java Stringprep.java StringprepException.java
/usr/lib/sparc-linux-gnu/gcc/sparc-linux-gnu/4.4.6/ecj1: error while loading 
shared libraries: libgcj_bc.so.1: cannot open shared object file: No such file 
or directory
make[6]: *** [classdist_noinst.stamp] Error 1

Debian buildds nore...@buildd.debian.org writes:

  * Source package: libidn
  * Version: 1.22-1
  * Architecture: sparc
  * State: failed
  * Suite: sid
  * Builder: lebrun.debian.org
  * Build log:
 https://buildd.debian.org/fetch.cgi?pkg=libidnarch=sparcver=1.22-1stamp=1308563014file=log

 Please note that these notifications do not necessarily mean bug reports
 in your package but could also be caused by other packages, temporary
 uninstallabilities and arch-specific breakages.  A look at the build log
 despite this disclaimer would be appreciated however.

Debian buildds nore...@buildd.debian.org writes:

  * Source package: libidn
  * Version: 1.22-1
  * Architecture: powerpc
  * State: failed
  * Suite: sid
  * Builder: poulenc.debian.org
  * Build log:
 https://buildd.debian.org/fetch.cgi?pkg=libidnarch=powerpcver=1.22-1stamp=1308562221file=log

 Please note that these notifications do not necessarily mean bug reports
 in your package but could also be caused by other packages, temporary
 uninstallabilities and arch-specific breakages.  A look at the build log
 despite this disclaimer would be appreciated however.


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87zklczjgl@latte.josefsson.org



Re: failed sparc/powerpc build of libidn 1.22-1

2011-06-20 Thread Martin Alfke

On Jun 20, 2011, at 4:05 PM, Simon Josefsson wrote:

 Hi,
 
 The java code in libidn fails to build using GCJ on Sparc and PowerPC.
 Complete link to log quoted below, but the relevant part is shown
 inline.  Any ideas?  It seems like the gcj compiler is broken on these
 architectures.
 
 /Simon
 
 make[6]: Entering directory 
 `/build/buildd-libidn_1.22-1-sparc-O07rsn/libidn-1.22/java/gnu/inet/encoding'
 CLASSPATH=../../../../java:./../../../../java:$CLASSPATH javac -d 
 ../../../../javaCombiningClass.java Composition.java 
 DecompositionKeys.java DecompositionMappings.java IDNA.java 
 IDNAException.java NFKC.java Punycode.java PunycodeException.java 
 RFC3454.java Stringprep.java StringprepException.java
 /usr/lib/sparc-linux-gnu/gcc/sparc-linux-gnu/4.4.6/ecj1: error while loading 
 shared libraries: libgcj_bc.so.1: cannot open shared object file: No such 
 file or directory
 make[6]: *** [classdist_noinst.stamp] Error 1


Seems the same as bug #630417

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630417

Which version of gcj are you using?
According to the mentioned bug this is fixed in version 4.6.0-6



 
 
 Debian buildds nore...@buildd.debian.org writes:
 
 * Source package: libidn
 * Version: 1.22-1
 * Architecture: sparc
 * State: failed
 * Suite: sid
 * Builder: lebrun.debian.org
 * Build log:
 https://buildd.debian.org/fetch.cgi?pkg=libidnarch=sparcver=1.22-1stamp=1308563014file=log
 
 Please note that these notifications do not necessarily mean bug reports
 in your package but could also be caused by other packages, temporary
 uninstallabilities and arch-specific breakages.  A look at the build log
 despite this disclaimer would be appreciated however.
 
 Debian buildds nore...@buildd.debian.org writes:
 
 * Source package: libidn
 * Version: 1.22-1
 * Architecture: powerpc
 * State: failed
 * Suite: sid
 * Builder: poulenc.debian.org
 * Build log:
 https://buildd.debian.org/fetch.cgi?pkg=libidnarch=powerpcver=1.22-1stamp=1308562221file=log
 
 Please note that these notifications do not necessarily mean bug reports
 in your package but could also be caused by other packages, temporary
 uninstallabilities and arch-specific breakages.  A look at the build log
 despite this disclaimer would be appreciated however.
 
 
 -- 
 To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/87zklczjgl@latte.josefsson.org
 


--
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/05f9393b-9637-41ee-b364-3f71b2502...@gmail.com



Re: failed sparc/powerpc build of libidn 1.22-1

2011-06-20 Thread Simon Josefsson
Martin Alfke tux...@gmail.com writes:

 /usr/lib/sparc-linux-gnu/gcc/sparc-linux-gnu/4.4.6/ecj1: error while
 loading shared libraries: libgcj_bc.so.1: cannot open shared object

 Seems the same as bug #630417

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630417

Thanks!

 Which version of gcj are you using?
 According to the mentioned bug this is fixed in version 4.6.0-6

Libidn depend on unversioned 'gcj', so it will use whatever version is
available on the buildd's.  It seems sparc has gcj 4.4.6-6 and powerpc
has 4.6.0-13.  What's holding up gcj on sparc?

For powerpc, the error seems strange if indeed powerpc has a more recent
gcj.  The error message suggest it is 4.6.1 though?!

/usr/lib/powerpc-linux-gnu/gcc/powerpc-linux-gnu/4.6.1/ecj1: error while 
loading shared libraries: libgcj_bc.so.1: cannot open shared object file: No 
such file or directory

/Simon


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87liww4l1x@latte.josefsson.org



Re: failed sparc/powerpc build of libidn 1.22-1

2011-06-20 Thread Martin Alfke

On Jun 20, 2011, at 4:47 PM, Simon Josefsson wrote:

 Martin Alfke tux...@gmail.com writes:
 
 /usr/lib/sparc-linux-gnu/gcc/sparc-linux-gnu/4.4.6/ecj1: error while
 loading shared libraries: libgcj_bc.so.1: cannot open shared object
 
 Seems the same as bug #630417
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630417
 
 Thanks!
 
 Which version of gcj are you using?
 According to the mentioned bug this is fixed in version 4.6.0-6
 
 Libidn depend on unversioned 'gcj', so it will use whatever version is
 available on the buildd's.  It seems sparc has gcj 4.4.6-6 and powerpc
 has 4.6.0-13.  What's holding up gcj on sparc?
 
 For powerpc, the error seems strange if indeed powerpc has a more recent
 gcj.  The error message suggest it is 4.6.1 though?!
 
 /usr/lib/powerpc-linux-gnu/gcc/powerpc-linux-gnu/4.6.1/ecj1: error while 
 loading shared libraries: libgcj_bc.so.1: cannot open shared object file: No 
 such file or directory
 
 /Simon

Looking further into the bug #630417:

Found in version gcj-4.6/4.6.0-13
Fixed in version gcc-defaults/1.105

But: the upload was made for gcc-defaults/1.105 and gcc-4.6.0-6


--
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/0cfc662d-79e5-4483-a40e-50d4ae037...@gmail.com



Re: failed sparc/powerpc build of libidn 1.22-1

2011-06-20 Thread Simon Josefsson
Martin Alfke tux...@gmail.com writes:

 On Jun 20, 2011, at 4:47 PM, Simon Josefsson wrote:

 Martin Alfke tux...@gmail.com writes:
 
 /usr/lib/sparc-linux-gnu/gcc/sparc-linux-gnu/4.4.6/ecj1: error while
 loading shared libraries: libgcj_bc.so.1: cannot open shared object
 
 Seems the same as bug #630417
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630417
 
 Thanks!
 
 Which version of gcj are you using?
 According to the mentioned bug this is fixed in version 4.6.0-6
 
 Libidn depend on unversioned 'gcj', so it will use whatever version is
 available on the buildd's.  It seems sparc has gcj 4.4.6-6 and powerpc
 has 4.6.0-13.  What's holding up gcj on sparc?
 
 For powerpc, the error seems strange if indeed powerpc has a more recent
 gcj.  The error message suggest it is 4.6.1 though?!
 
 /usr/lib/powerpc-linux-gnu/gcc/powerpc-linux-gnu/4.6.1/ecj1: error
 while loading shared libraries: libgcj_bc.so.1: cannot open shared
 object file: No such file or directory
 
 /Simon

 Looking further into the bug #630417:

 Found in version gcj-4.6/4.6.0-13
 Fixed in version gcc-defaults/1.105

 But: the upload was made for gcc-defaults/1.105 and gcc-4.6.0-6

Ok, so possibly #630417 does not fix the problem?  I'm cc'ing the bug
for further help with debugging.  As far as I can tell, the powerpc
buildd is using gcj 4.6.0-13 (i.e., later than 4.6.0-6) and is still
experiencing the problem explained in the #630417 bug report.  Complete
log is available here:

https://buildd.debian.org/fetch.cgi?pkg=libidnarch=powerpcver=1.22-1stamp=1308562221file=log

Any ideas?

Thanks,
/Simon


-- 
To UNSUBSCRIBE, email to debian-sparc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87wrgg32qf@latte.josefsson.org