Re: Stop in ports/lang/gcc47: Shared object libfl.so.2 not found, required by ar

2014-02-25 Thread Tijl Coosemans
On Mon, 24 Feb 2014 23:41:22 -0500 Chad J. Milios wrote:
 I've been getting this same error for a couple days now in ports. 
 9.2-RELEASE-p3/amd64. Any insight into what I'm doing wrong? My gut is 
 telling me this is my fault though I'm at a loss for how.

Try to rebuild devel/binutils.  There was a short window in which
textproc/flex installed libfl.so.2 and it looks like you rebuilt
devel/binutils in that window.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Stop in ports/lang/gcc47: Shared object libfl.so.2 not found, required by ar

2014-02-25 Thread Chad J. Milios

On 2/25/2014 2:18 PM, Tijl Coosemans wrote:

On Mon, 24 Feb 2014 23:41:22 -0500 Chad J. Milios wrote:

I've been getting this same error for a couple days now in ports.
9.2-RELEASE-p3/amd64. Any insight into what I'm doing wrong? My gut is
telling me this is my fault though I'm at a loss for how.

Try to rebuild devel/binutils.  There was a short window in which
textproc/flex installed libfl.so.2 and it looks like you rebuilt
devel/binutils in that window.

That is exactly what fixed the problem. Thank you
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Stop in ports/lang/gcc47: Shared object libfl.so.2 not found, required by ar

2014-02-24 Thread Chad J. Milios
I've been getting this same error for a couple days now in ports. 
9.2-RELEASE-p3/amd64. Any insight into what I'm doing wrong? My gut is 
telling me this is my fault though I'm at a loss for how.


if [ x-fpic != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. 
-I.././../gcc-4.7-20140215/libiberty/../include  -W -Wall 
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic 
.././../gcc-4.7-20140215/libiberty/strverscmp.c -o pic/strverscmp.o; \

else true; fi
cc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. 
-I.././../gcc-4.7-20140215/libiberty/../include  -W -Wall 
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic 
.././../gcc-4.7-20140215/libiberty/strverscmp.c -o strverscmp.o

rm -f ./libiberty.a pic/./libiberty.a
/usr/local/bin/ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o 
./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o 
./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o 
./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o 
./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o 
./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o 
./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o 
./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o 
./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o 
./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o 
./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o 
./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o 
./mempcpy.o ./strverscmp.o

Shared object libfl.so.2 not found, required by ar
gmake[3]: *** [libiberty.a] Error 1
gmake[3]: Leaving directory `/usr/ports/lang/gcc47/work/build/libiberty'
gmake[2]: *** [all-stage1-libiberty] Error 2
gmake[2]: Leaving directory `/usr/ports/lang/gcc47/work/build'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/usr/ports/lang/gcc47/work/build'
gmake: *** [bootstrap-lean] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/lang/gcc47.
*** [build] Error code 1

Stop in /usr/ports/lang/gcc47.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org