Re: [parisc-linux] new debian binutils-hppa64, r=2.15-7 pb?

2005-06-23 Thread Joel Soete
Hello Matthias,

[...]

 that should be fixed after the next gcc-defaults upload.

just update:
[...]
Setting up gcc-3.3-hppa64 (3.3.6-7) ...
[...]

and just noticed a small pb while re-compiling the kernel:
make is still looking for hppa64-linux-gcc

/usr/src/linux-2.6.12-pa1-050620/scripts/gcc-version.sh: line 11: 
hppa64-linux-gcc:
command not found

this coming from:
# cd /usr/bin; ls -l hppa64*
lrwxr-xr-x  1 root root 34 Dec 22  2004 hppa64-linux-gcc - 
/etc/alternatives/hppa64-linux-gcc
[...]

unfortunately this alternative is not updated and still point to:
/etc/alternatives/hppa64-linux-gcc - /usr/bin/hppa64-linux-gcc-3.3

in place of the new hppa64-linux-gnu-gcc-3.3.

Oops: still a small pb:
[...]
make -f /usr/src/linux-2.6.12-pa1-050620/scripts/Makefile.build obj=fs/autofs4
   rm -f fs/autofs4/built-in.o; hppa64-linux-ar rcs fs/autofs4/built-in.o
/bin/sh: hppa64-linux-ar: command not found
make[3]: *** [fs/autofs4/built-in.o] Error 127

Thanks for your attention,
Joel








Re: [parisc-linux] new debian binutils-hppa64, r=2.15-7 pb?

2005-06-23 Thread Kyle McMartin
On Wed, Jun 22, 2005 at 11:42:23PM -0400, John David Anglin wrote:
 gcc-3.4.  It only seems to install the 64-bit compiler driver:
 
 /usr/bin/hppa64-linux-gcc-3.4
 
 I also haven't seen 4.0.0 yet.

I believe this is because the gcc-defaults package is currently 
set for the sarge default, which means gcc 3.3. I imagine a new
upload is coming soon that will change the default compiler
to 3.4 or 4.0 soon.

Cheers,
-- 
Kyle McMartin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [parisc-linux] new debian binutils-hppa64, r=2.15-7 pb?

2005-06-23 Thread John David Anglin
 On Wed, Jun 22, 2005 at 11:42:23PM -0400, John David Anglin wrote:
  gcc-3.4.  It only seems to install the 64-bit compiler driver:
  
  /usr/bin/hppa64-linux-gcc-3.4
  
  I also haven't seen 4.0.0 yet.
 
 I believe this is because the gcc-defaults package is currently 
 set for the sarge default, which means gcc 3.3. I imagine a new
 upload is coming soon that will change the default compiler
 to 3.4 or 4.0 soon.

I was hoping that these packages should be installable even if
there aren't the default.

There seems to be a 3.5 package that probably should be removed.

Dave
-- 
J. David Anglin  [EMAIL PROTECTED]
National Research Council of Canada  (613) 990-0752 (FAX: 952-6602)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [parisc-linux] new debian binutils-hppa64, r=2.15-7 pb?

2005-06-23 Thread Kyle McMartin
On Thu, Jun 23, 2005 at 09:13:42AM -0400, John David Anglin wrote:
 I was hoping that these packages should be installable even if
 there aren't the default.
 
 There seems to be a 3.5 package that probably should be removed.

Odd... If you have them both (3.4 and 4.0) installed, you should be able 
to run update-alternatives --config hppa64-linux-gcc to choose which
you'd like to be the default. I'm not sure off hand why 3.3 doesn't
show up this way, but I suspect it may have not used the alternatives
system.

Cheers,
-- 
Kyle McMartin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [parisc-linux] new debian binutils-hppa64, r=2.15-7 pb?

2005-06-22 Thread Joel Soete


 On Wed, Jun 22, 2005 at 04:07:35PM +, Joel Soete wrote:
  if I link hppa64-linux-ld - hppa64-linux-gnu-ld
  (and remove the objets):
  [...]
hppa64-linux-ld   -r -o init/mounts.o init/do_mounts.o init/do_mounts_md.o
  init/do_mounts.o: file not recognized: File format not recognized
 
  What's my mistake?
 

 It probably tries hppa64-linux-*, and then falls back to *.

 To fix:

 ( cd /usr/bin  for i in hppa64-linux-gnu-*; do j=`echo $i | sed -e 
 's/-gnu//'`;
 sudo ln -s $i $j; done )

Cool that works (obviously after a make clean ;-)

Thanks,
Joel




Re: [parisc-linux] new debian binutils-hppa64, r=2.15-7 pb?

2005-06-22 Thread Matthias Klose
Joel Soete writes:
 
  
  On Wed, Jun 22, 2005 at 04:07:35PM +, Joel Soete wrote:
   if I link hppa64-linux-ld - hppa64-linux-gnu-ld
   (and remove the objets):
   [...]
 hppa64-linux-ld   -r -o init/mounts.o init/do_mounts.o 
   init/do_mounts_md.o
   init/do_mounts.o: file not recognized: File format not recognized
   
   What's my mistake?
   
  
  It probably tries hppa64-linux-*, and then falls back to *.
  
  To fix:
  
  ( cd /usr/bin  for i in hppa64-linux-gnu-*; do j=`echo $i | sed -e 
  's/-gnu//'`;
  sudo ln -s $i $j; done )
  
 Cool that works (obviously after a make clean ;-)

that should be fixed after the next gcc-defaults upload.

Matthias


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [parisc-linux] new debian binutils-hppa64, r=2.15-7 pb?

2005-06-22 Thread Kyle McMartin
On Wed, Jun 22, 2005 at 10:46:26PM +0200, Matthias Klose wrote:
 that should be fixed after the next gcc-defaults upload.
 

Figured as much. Thanks very much, Matthias!

Cheers,
-- 
Kyle McMartin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [parisc-linux] new debian binutils-hppa64, r=2.15-7 pb?

2005-06-22 Thread John David Anglin
 that should be fixed after the next gcc-defaults upload.

As I noted previously, there seems to be a packaging issue with
gcc-3.4.  It only seems to install the 64-bit compiler driver:

/usr/bin/hppa64-linux-gcc-3.4

I also haven't seen 4.0.0 yet.

Dave
-- 
J. David Anglin  [EMAIL PROTECTED]
National Research Council of Canada  (613) 990-0752 (FAX: 952-6602)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]