binutils-2.25.1 fails to build, 10.1-RELEASE

binutils-2.25.1 fails to build...(trying to build lang/gcc)
I did a ' portsnap fetch update', and no change..

I've cannot attach the complete standard output as well as the last 400 lines of the debug output for information.. for some reason, they are being rejected.. sigh

Here's the tail of the standard output:
Code:
gmake  all-recursive
Making all in po
cc  -O2 -pipe  -I/usr/local/include -fstack-protector -fno-strict-aliasing -Wno-import -c flat_bl.m
flat_bl.m:2:2: error: expected identifier or '('
%  the percentage of the total running time of the
^
1 error generated.
*** Error code 1

Stop.
gmake[6]: stopped in /ports/devel/binutils/work/binutils-2.25.1/gprof
*** Error code 1
 
The file does not presently exist.. :)
Is there an example we can use?

You don't normally need /etc/make.conf, it is an optional configuration file for make(1). In case you do need it for some reason you can take a look at /usr/share/examples/etc/make.conf. The reason we tend to ask first if there is anything in that file is that people tend to go crazy with make.conf(5) customizations and break their systems badly when they don't know what they are doing.
 
Back
Top