Project

General

Profile

Actions

Bug #1962

closed

buildworld failure in gcc libbackend

Added by vsrinivas about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

===> gnu/usr.bin/cc41/libbackend
/usr/src/gnu/usr.bin/cc41/libbackend//../../../../contrib/gcc-4.1/gcc/toplev.c:524:
error: redefinition of 'floor_log2'
/usr/src/gnu/usr.bin/cc41/libbackend//../../../../contrib/gcc-4.1/gcc/toplev.h:175:
note: previous definition of 'floor_log2' was here
/usr/src/gnu/usr.bin/cc41/libbackend//../../../../contrib/gcc-4.1/gcc/toplev.c:559:
error: redefinition of 'exact_log2'
/usr/src/gnu/usr.bin/cc41/libbackend//../../../../contrib/gcc-4.1/gcc/toplev.h:181:
note: previous definition of 'exact_log2' was here
  • Error code 1
Stop in /usr/src/gnu/usr.bin/cc41/libbackend.
  • Error code 1
Stop in /usr/src/gnu/usr.bin/cc41.
  • Error code 1
Stop in /usr/src.
  • Error code 1
Stop in /usr/src.
  • Error code 1

Stop in /usr/src.
challenger#

Latest from master, running buildworld.

Actions #1

Updated by swildner about 13 years ago

I think you set CCVER=gcc44 in the environment, which makes cc, gcc,
c++, etc. always use gcc44 and ignore the CCVER overrides we have for
some things in our Makefiles.

For build* targets you need to set it as a make(1) variable, for example
in your make.conf or on the make commmand line.

Sascha

Actions

Also available in: Atom PDF