Re: External GCC Update

2019-02-22 Thread Warner Losh
On Fri, Feb 22, 2019, 5:09 PM John Baldwin wrote: > On 2/22/19 11:45 AM, Rodney W. Grimes wrote: > >> I was recently able to install base/binutils and base/gcc into an amd64 > VM > >> and do a self-hosted build and install. Some of the port patches have > been > >> committed from this, but I

Re: External GCC Update

2019-02-22 Thread John Baldwin
On 2/22/19 11:45 AM, Rodney W. Grimes wrote: >> I was recently able to install base/binutils and base/gcc into an amd64 VM >> and do a self-hosted build and install. Some of the port patches have been >> committed from this, but I have some source patches before the final ports >> patches can be

Re: Linking problem with lld

2019-02-22 Thread Willem Jan Withagen
On 22-2-2019 22:34, Tijl Coosemans wrote: On Fri, 22 Feb 2019 16:09:09 +0100 Willem Jan Withagen wrote: Hi Ed ea, In het ceph project, they started to use library versioning, so it seems. But compiling/linking that now with Clang and lld I run into trouble building the ceph-tools. This is

Re: Linking problem with lld

2019-02-22 Thread Tijl Coosemans
On Fri, 22 Feb 2019 16:09:09 +0100 Willem Jan Withagen wrote: > Hi Ed ea, > > In het ceph project, they started to use library versioning, so it seems. > > But compiling/linking that now with Clang and lld I run into trouble > building the ceph-tools. > > This is what I get back of one of the

Re: Linking problem with lld

2019-02-22 Thread Willem Jan Withagen
On 22-2-2019 21:09, Ed Maste wrote: On Fri, 22 Feb 2019 at 10:09, Willem Jan Withagen wrote: My guess is that your linker doesn't support the new symbol versioning exports and since the symbols are hidden by default they aren't visible in the shared library. Previously there was a bug (since

Re: Linking problem with lld

2019-02-22 Thread Ed Maste
On Fri, 22 Feb 2019 at 10:09, Willem Jan Withagen wrote: > > My guess is that your linker doesn't support the new symbol versioning > exports and since the symbols are hidden by default they aren't visible > in the shared library. Previously there was a bug (since Luminous and > the switch the

Re: External GCC Update

2019-02-22 Thread Rodney W. Grimes
> I was recently able to install base/binutils and base/gcc into an amd64 VM > and do a self-hosted build and install. Some of the port patches have been > committed from this, but I have some source patches before the final ports > patches can be finished. > > The source patches are here: >

External GCC Update

2019-02-22 Thread John Baldwin
I was recently able to install base/binutils and base/gcc into an amd64 VM and do a self-hosted build and install. Some of the port patches have been committed from this, but I have some source patches before the final ports patches can be finished. The source patches are here:

Linking problem with lld

2019-02-22 Thread Willem Jan Withagen
Hi Ed ea, In het ceph project, they started to use library versioning, so it seems. But compiling/linking that now with Clang and lld I run into trouble building the ceph-tools. This is what I get back of one of the Devs: -- My guess is that your linker doesn't support the new