On 2018-Jun-18, at 4:08 PM, Bryan Drewery <bdrewery at FreeBSD.org> wrote: > On 6/18/2018 3:27 PM, Li-Wen Hsu wrote: >> ranlib -D libpcap.a >> ranlib: fatal: Failed to open 'libpcap.a' > > Where is this error even coming from? It's not in the usr.bin/ar code > and ranlib does not cause it. > > # ranlib -D uh > ranlib: warning: uh: no such file A more complete sequence is (with some other text mixed in, as in where I got the text from on ci.freebsd.org): --- libvgl.a --- building static vgl library ar -crD libvgl.a `NM='nm' NMFLAGS='' lorder main.o simple.o bitmap.o text.o mouse.o keyboard.o | tsort -q` --- all_subdir_lib/libsysdecode --- ranlib -D libsysdecode.a --- all_subdir_lib/libvgl --- ranlib -D libvgl.a ranlib: fatal: Failed to open 'libvgl.a' --- all_subdir_lib/libsysdecode --- ranlib: fatal: Failed to open 'libsysdecode.a' --- all_subdir_lib/libvgl --- *** [libvgl.a] Error code 70 So, in essence, ar -crD libvgl.a `NM='nm' NMFLAGS='' lorder main.o simple.o bitmap.o text.o mouse.o keyboard.o | tsort -q` ranlib -D libvgl.a ranlib: fatal: Failed to open 'libvgl.a' It is not obvious to me that the "Failed to open" means that there was "no such file". Might there be some other form of "Failed to open" for a file that does exist from the ar at least having created its output .a file? === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"
Re: A head buildworld race visible in the ci.freebsd.org build history
Mark Millard via freebsd-toolchain Mon, 18 Jun 2018 18:14:10 -0700
- A head buildworld race visible in the c... Mark Millard via freebsd-toolchain
- Re: A head buildworld race visible... Bryan Drewery
- Re: A head buildworld race vis... Konstantin Belousov
- Re: A head buildworld race... Bryan Drewery
- Re: A head buildworld ... Li-Wen Hsu
- Re: A head buildw... Bryan Drewery
- Re: A head buildworld race vis... Mark Millard via freebsd-toolchain
- Re: A head buildworld race... Li-Wen Hsu
- Re: A head buildworld ... Bryan Drewery
- Re: A head buildw... Mark Millard via freebsd-toolchain
- Re: A head bu... Mark Millard via freebsd-toolchain
- Re: A head buildworld ... Bryan Drewery
- Re: A head buildw... Ed Maste
- Re: A head bu... Li-Wen Hsu
- Re: A hea... Mark Millard via freebsd-toolchain
- Re: A hea... Li-Wen Hsu
- Re: A hea... Mark Millard via freebsd-toolchain
- Re: A hea... Mark Millard via freebsd-toolchain