Re: 10.3-RELEASE-p13 "unsupported file layout"

2017-01-17 Thread George Mitchell
On 01/11/17 15:24, George Mitchell wrote: > After today's OpenSSH security message, I [tried a buildworld and] > got to: > > building shared library libc.so.7 > cc (a very long compile line) > ./libc.so.7: unsupported file layout > [...] I never did figure out the cause of this problem, but I

Re: 10.3-RELEASE-p13 "unsupported file layout"

2017-01-11 Thread Kevin Oberman
On Wed, Jan 11, 2017 at 8:24 PM, George Mitchell wrote: > On 01/11/17 17:46, George Mitchell wrote: > > On 01/11/17 17:20, Kevin Oberman wrote: > >> [...] > >> > >> While I have no suggestions about the error building libc, your > statement > >> that you can't use

Re: 10.3-RELEASE-p13 "unsupported file layout"

2017-01-11 Thread George Mitchell
On 01/11/17 17:46, George Mitchell wrote: > On 01/11/17 17:20, Kevin Oberman wrote: >> [...] >> >> While I have no suggestions about the error building libc, your statement >> that you can't use freebsd-update due to your use of a custom kernel is >> incorrect. This is a common misconception and,

Re: 10.3-RELEASE-p13 "unsupported file layout"

2017-01-11 Thread George Mitchell
On 01/11/17 15:24, George Mitchell wrote: > After today's OpenSSH security message, I did: > > cd /usr > rm -rf obj > cd src > svn update -r311916 > make buildworld > > After a while, I got to: > > building shared library libc.so.7 > cc (a very long compile line) > ./libc.so.7: unsupported file

Re: 10.3-RELEASE-p13 "unsupported file layout"

2017-01-11 Thread George Mitchell
On 01/11/17 17:40, Dimitry Andric wrote: > On 11 Jan 2017, at 23:35, George Mitchell wrote: >> >> On 01/11/17 17:25, Dimitry Andric wrote: >>> On 11 Jan 2017, at 21:24, George Mitchell wrote: > ... building shared library libc.so.7 cc (a

Re: 10.3-RELEASE-p13 "unsupported file layout"

2017-01-11 Thread George Mitchell
On 01/11/17 17:20, Kevin Oberman wrote: > [...] > > While I have no suggestions about the error building libc, your statement > that you can't use freebsd-update due to your use of a custom kernel is > incorrect. This is a common misconception and, in cases of very limited > disk space, may be

Re: 10.3-RELEASE-p13 "unsupported file layout"

2017-01-11 Thread Dimitry Andric
On 11 Jan 2017, at 23:35, George Mitchell wrote: > > On 01/11/17 17:25, Dimitry Andric wrote: >> On 11 Jan 2017, at 21:24, George Mitchell wrote: ... >>> building shared library libc.so.7 >>> cc (a very long compile line) >>> ./libc.so.7:

Re: 10.3-RELEASE-p13 "unsupported file layout"

2017-01-11 Thread George Mitchell
On 01/11/17 17:25, Dimitry Andric wrote: > On 11 Jan 2017, at 21:24, George Mitchell wrote: >> >> After today's OpenSSH security message, I did: >> >> cd /usr >> rm -rf obj > > Hmm, not sure if it is wise to completely remove the /usr/obj directory. > Did you re-create it

Re: 10.3-RELEASE-p13 "unsupported file layout"

2017-01-11 Thread Dimitry Andric
On 11 Jan 2017, at 21:24, George Mitchell wrote: > > After today's OpenSSH security message, I did: > > cd /usr > rm -rf obj Hmm, not sure if it is wise to completely remove the /usr/obj directory. Did you re-create it afterwards? > cd src > svn update -r311916 > make

Re: 10.3-RELEASE-p13 "unsupported file layout"

2017-01-11 Thread Kevin Oberman
On Wed, Jan 11, 2017 at 12:24 PM, George Mitchell wrote: > After today's OpenSSH security message, I did: > > cd /usr > rm -rf obj > cd src > svn update -r311916 > make buildworld > > After a while, I got to: > > building shared library libc.so.7 > cc (a very long compile

10.3-RELEASE-p13 "unsupported file layout"

2017-01-11 Thread George Mitchell
After today's OpenSSH security message, I did: cd /usr rm -rf obj cd src svn update -r311916 make buildworld After a while, I got to: building shared library libc.so.7 cc (a very long compile line) ./libc.so.7: unsupported file layout *** Error code 1 Stop. make[4]: stopped in