Your message dated Sat, 14 Oct 2006 14:39:16 +0200
with message-id <[EMAIL PROTECTED]>
and subject line libklibc-dev: klcc points CC to /usr/local/bin/gcc on amd64.
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libklibc-dev
Version: 1.4.27-1
Severity: serious

Hi,

It seems that klcc is pointing CC to /usr/local/bin/gcc, but it seems
this is only the case on amd64.

It has:
$CC = "\/usr\/local\/bin\/gcc";
$conf{'cc'} = \$CC;
@CC = ("\/usr\/local\/bin\/gcc");
$LD = "\/usr\/bin\/ld";
$conf{'ld'} = \$LD;
@LD = ("\/usr\/bin\/ld");

While on i386 this looks like:
$CC = "\/usr\/bin\/gcc";
$conf{'cc'} = \$CC;
@CC = ("\/usr\/bin\/gcc");
$LD = "\/usr\/bin\/ld";
$conf{'ld'} = \$LD;
@LD = ("\/usr\/bin\/ld");


I'm guessing that on amd64, it tries to use different paths, like
changing lib into lib64, which it shouldn't do.


Kurt



--- End Message ---
--- Begin Message ---
Version: 1.4.29-1

Fixed with new version uploaded 5 min. ago by fjp to incoming:
egrep CC usr/bin/klcc:
$CC = "\/usr\/bin\/gcc";

therefor closing

-- 
maks

--- End Message ---

Reply via email to