Date: Sat, 11 Jun 2016 04:50:22 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: Gerald Pfeifer <gerald@pfeifer.com> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r416661 - in head/lang: . gcc6 Message-ID: <CAMHz58QgvxMDGi1AsxHLPZRJZJL_agmTkspsh%2BGbdFtA8CxMkQ@mail.gmail.com> In-Reply-To: <alpine.LSU.2.20.1606102135090.2798@anthias.pfeifer.com> References: <201606100904.u5A94Fuq018242@repo.freebsd.org> <CAMHz58RFjLB0_1vxrb5Ww938fL8dtuBYTWFyrc6SfYjNViZmbw@mail.gmail.com> <alpine.LSU.2.20.1606102135090.2798@anthias.pfeifer.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 11, 2016 at 3:37 AM, Gerald Pfeifer <gerald@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@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58QgvxMDGi1AsxHLPZRJZJL_agmTkspsh%2BGbdFtA8CxMkQ>
