Re: gcc-4.6 as the default compiler on sparc

2011-07-04 Thread Simon Josefsson
Aurelien Jarno aure...@debian.org writes:

 Hi all,

 Given nobody answered to the mail from Matthias Klose, the default gcc
 on sparc is still the version 4.4, while 4.6 is the default on most
 other architectures.

 I haven't noticed any issues with gcc 4.6 on sparc (for example eglibc
 builds fine, without testsuite regression), and a lot of generic
 regressions from version 4.6.0 (like memory consumption) have been
 fixed in 4.6.1.

 I therefore propose to switch the default compiler on sparc to 4.6. Any
 comments or opinion? If everybody agree, I'll open a bug about that.

Sounds good to me -- libidn doesn't build on sparc due to a bug in gcj
which was fixed for 4.6.x, and libidn is stuck in unstable.  It would be
great if this build could be re-tried with gcc 4.6.x.

http://lists.debian.org/debian-sparc/2011/06/msg7.html

/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/87sjqmwoku@latte.josefsson.org



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 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 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