svn commit: r416661 - in head/lang: . gcc6

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Fri Jun 10 20:51:03 UTC 2016


On Sat, Jun 11, 2016 at 3:37 AM, Gerald Pfeifer <gerald at pfeifer.com> wrote:

> On Sat, 11 Jun 2016, Sunpoet Po-Chuan Hsieh wrote:
> > Hello Gerald,
> >
> > I got Q/A message as follows:
>
> Interesting.  That should not be different from lang/gcc6-devel,
> which we've had for quite a while.  Did you see it there as well?
>
>
I tried to build lang/gcc6 because it's a stable release.
I did not build lang/gcc6-devel before.

% cd $STAGEDIR
% ldd ./usr/local/lib/gcc6/libcilkrts.so.5.0.0
./usr/local/lib/gcc6/libcilkrts.so.5.0.0:
        libthr.so.3 => /lib/libthr.so.3 (0x801621000)
        libstdc++.so.6 => /usr/local/lib/compat/libstdc++.so.6 (0x801845000)
        libm.so.5 => /lib/libm.so.5 (0x801b4c000)
        libc.so.7 => /lib/libc.so.7 (0x800822000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x801d75000)


> > Error: /usr/local/lib/gcc6/libcilkrts.so.5.0.0 is linked to
> > /usr/local/lib/compat/libstdc++.so.6 from misc/compat9x but it is not
> > declared as a dependency
>
> Nothing in lang/gcc6 should use anything from /usr/local/lib/compat/,
> and definitely not libstdc++.so.*.
>
> Shouldn't ports generally be built without misc/compat*?


> Gerald
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
>


More information about the svn-ports-head mailing list