Re: every command segmentation faults after installworld

2016-12-31 Thread Ronald Klop
On Sat, 31 Dec 2016 13:19:18 +0100, Ronald Klop   
wrote:


On Sat, 31 Dec 2016 13:11:50 +0100, Ronald Klop   
wrote:



Hi,

I just rebuild kernel+world (with NO_CLEAN=yes). Installworld failed:
===> libexec/rtld-elf (install)
chflags -h noschg /usr/libexec/ld-elf.so.1
install  -s -o root -g wheel -m 555  -C -b -fschg -S ld-elf.so.1  
/libexec/ld-elf

.so.1
install  -o root -g wheel -m 444  ld-elf.so.1.debug  
/usr/lib/debug/libexec/ld-el

f.so.1.debug
install  -o root -g wheel -m 444 rtld.1.gz  /usr/share/man/man1/
rm -f /usr/share/man/man1/ld-elf.so.1.1  
/usr/share/man/man1/ld-elf.so.1.1.gz;  i
nstall -l h  /usr/share/man/man1/rtld.1.gz  
/usr/share/man/man1/ld-elf.so.1.1.gz

*** Signal 11

Stop.
make[5]: stopped in /usr/src/libexec/rtld-elf
*** Error code 1


No every command I run segmentation faults.
Can I recover this?

I run 12-CURRENT/amd64 and just svn upped an hour ago. I'll try to use  
/rescue to copy ld-elf.so.1 from a snapshot.


Regards,
Ronald.


This worked. P. :-)
# /rescue/cp /libexec/ld-elf.so.1 /var/tmp/

# /rescue/cp  
/.zfs/snapshot/auto-2016-12-30_20.00.hourly/libexec/ld-elf.so.1 /libexec/

cp: /libexec/ld-elf.so.1: Operation not permitted

# /rescue/chflags -h noschg /libexec/ld-elf.so.1

# /rescue/cp  
/.zfs/snapshot/auto-2016-12-30_20.00.hourly/libexec/ld-elf.so.1 /libexec/


I will try a clean build now. This will take hours and hours on my  
laptop compiling clang, so I'll see in the new year if others experience  
the same ld-elf problem before I installworld again.


Regards and happy new year,
Ronald.


A clean build installed properly. Time for champagne.

Regards,
Ronald.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: every command segmentation faults after installworld

2016-12-31 Thread David Wolfskill
On Sat, Dec 31, 2016 at 01:11:50PM +0100, Ronald Klop wrote:
> Hi,
> 
> I just rebuild kernel+world (with NO_CLEAN=yes). Installworld failed:
> ===> libexec/rtld-elf (install)
> chflags -h noschg /usr/libexec/ld-elf.so.1
> install  -s -o root -g wheel -m 555  -C -b -fschg -S ld-elf.so.1  
> /libexec/ld-elf
> .so.1
> install  -o root -g wheel -m 444  ld-elf.so.1.debug  
> /usr/lib/debug/libexec/ld-el
> f.so.1.debug
> install  -o root -g wheel -m 444 rtld.1.gz  /usr/share/man/man1/
> rm -f /usr/share/man/man1/ld-elf.so.1.1  
> /usr/share/man/man1/ld-elf.so.1.1.gz;  i
> nstall -l h  /usr/share/man/man1/rtld.1.gz  
> /usr/share/man/man1/ld-elf.so.1.1.gz
> *** Signal 11
> 
> Stop.
> make[5]: stopped in /usr/src/libexec/rtld-elf
> *** Error code 1
> 
> 
> No every command I run segmentation faults.
> Can I recover this?
> 
> I run 12-CURRENT/amd64 and just svn upped an hour ago. I'll try to use  
> /rescue to copy ld-elf.so.1 from a snapshot.
> 

My source-based, in-placed update from:

FreeBSD g1-252.catwhisker.org 12.0-CURRENT FreeBSD 12.0-CURRENT #210  
r310809M/310809:1200019: Fri Dec 30 04:46:14 PST 2016 
r...@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CANARY  amd64

to

FreeBSD g1-252.catwhisker.org 12.0-CURRENT FreeBSD 12.0-CURRENT #211  
r310942M/310946:1200019: Sat Dec 31 04:54:03 PST 2016 
r...@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CANARY  amd64

this morning was ... uneventful -- as was the one from:

FreeBSD g1-252.catwhisker.org 12.0-CURRENT FreeBSD 12.0-CURRENT #33  
r310809M/310809:1200019: Fri Dec 30 05:10:16 PST 2016 
r...@g1-252.catwhisker.org:/common/S3/obj/usr/src/sys/EARLY_AP_TEST  amd64

to 

FreeBSD g1-252.catwhisker.org 12.0-CURRENT FreeBSD 12.0-CURRENT #34  
r310942M/310946:1200019: Sat Dec 31 05:17:59 PST 2016 
r...@g1-252.catwhisker.org:/common/S3/obj/usr/src/sys/EARLY_AP_TEST  amd64


Further details (for the "CANARY" kernel) may be found on the pages
linked from  --
including verbose dmesg.boot.

The above report is for my laptop; the build machine is still busy
with its Saturday "catch up" poudriere run (in preparation for
tomorrow's updates).  If I see issues when I build head on it, I'll
follow up; otherwise, the pages (ref. above) will be updated to reflect
its status.

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Epistemology for post-truthers: How do we select parts of reality to ignore?

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


signature.asc
Description: PGP signature


every command segmentation faults after installworld

2016-12-31 Thread Ronald Klop

Hi,

I just rebuild kernel+world (with NO_CLEAN=yes). Installworld failed:
===> libexec/rtld-elf (install)
chflags -h noschg /usr/libexec/ld-elf.so.1
install  -s -o root -g wheel -m 555  -C -b -fschg -S ld-elf.so.1  
/libexec/ld-elf

.so.1
install  -o root -g wheel -m 444  ld-elf.so.1.debug  
/usr/lib/debug/libexec/ld-el

f.so.1.debug
install  -o root -g wheel -m 444 rtld.1.gz  /usr/share/man/man1/
rm -f /usr/share/man/man1/ld-elf.so.1.1  
/usr/share/man/man1/ld-elf.so.1.1.gz;  i
nstall -l h  /usr/share/man/man1/rtld.1.gz  
/usr/share/man/man1/ld-elf.so.1.1.gz

*** Signal 11

Stop.
make[5]: stopped in /usr/src/libexec/rtld-elf
*** Error code 1


No every command I run segmentation faults.
Can I recover this?

I run 12-CURRENT/amd64 and just svn upped an hour ago. I'll try to use  
/rescue to copy ld-elf.so.1 from a snapshot.


Regards,
Ronald.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: every command segmentation faults after installworld

2016-12-31 Thread Ronald Klop
On Sat, 31 Dec 2016 13:11:50 +0100, Ronald Klop   
wrote:



Hi,

I just rebuild kernel+world (with NO_CLEAN=yes). Installworld failed:
===> libexec/rtld-elf (install)
chflags -h noschg /usr/libexec/ld-elf.so.1
install  -s -o root -g wheel -m 555  -C -b -fschg -S ld-elf.so.1  
/libexec/ld-elf

.so.1
install  -o root -g wheel -m 444  ld-elf.so.1.debug  
/usr/lib/debug/libexec/ld-el

f.so.1.debug
install  -o root -g wheel -m 444 rtld.1.gz  /usr/share/man/man1/
rm -f /usr/share/man/man1/ld-elf.so.1.1  
/usr/share/man/man1/ld-elf.so.1.1.gz;  i
nstall -l h  /usr/share/man/man1/rtld.1.gz  
/usr/share/man/man1/ld-elf.so.1.1.gz

*** Signal 11

Stop.
make[5]: stopped in /usr/src/libexec/rtld-elf
*** Error code 1


No every command I run segmentation faults.
Can I recover this?

I run 12-CURRENT/amd64 and just svn upped an hour ago. I'll try to use  
/rescue to copy ld-elf.so.1 from a snapshot.


Regards,
Ronald.


This worked. P. :-)
# /rescue/cp /libexec/ld-elf.so.1 /var/tmp/

# /rescue/cp  
/.zfs/snapshot/auto-2016-12-30_20.00.hourly/libexec/ld-elf.so.1 /libexec/

cp: /libexec/ld-elf.so.1: Operation not permitted

# /rescue/chflags -h noschg /libexec/ld-elf.so.1

# /rescue/cp  
/.zfs/snapshot/auto-2016-12-30_20.00.hourly/libexec/ld-elf.so.1 /libexec/


I will try a clean build now. This will take hours and hours on my laptop  
compiling clang, so I'll see in the new year if others experience the same  
ld-elf problem before I installworld again.


Regards and happy new year,
Ronald.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"