Re: head -r357401 broke my powerpc/powerpc64 builds: I build with sc present [the added "static" caused the failures]

2020-02-02 Thread Warner Losh
On Mon, Feb 3, 2020 at 3:33 AM Mark Millard wrote: > [Turns out to be the added "static".] > > On 2020-Feb-2, at 15:10, Mark Millard wrote: > > > [I forgot to send some context.] > > > > On 2020-Feb-2, at 14:51, Mark Millard wrote: > > > >> --- kernel.full --- > >> ld: error: undefined symbol:

Re: head -r357401 broke my powerpc/powerpc64 builds: I build with sc present

2020-02-02 Thread Warner Losh
I'll take a look... that's likely my fault for fixing the bogus duplication that wasn't quite duplicated. On Mon, Feb 3, 2020 at 12:10 AM Mark Millard wrote: > [I forgot to send some context.] > > On 2020-Feb-2, at 14:51, Mark Millard wrote: > > > --- kernel.full --- > > ld: error: undefined

Re: head -r357401 broke my powerpc/powerpc64 builds: I build with sc present [the added "static" caused the failures]

2020-02-02 Thread Mark Millard via freebsd-toolchain
[Turns out to be the added "static".] On 2020-Feb-2, at 15:10, Mark Millard wrote: > [I forgot to send some context.] > > On 2020-Feb-2, at 14:51, Mark Millard wrote: > >> --- kernel.full --- >> ld: error: undefined symbol: dflt_font_8 > referenced by ofw_syscons.c >

[Bug 243810] gcc compile error

2020-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243810 Alex Grant Benedict changed: What|Removed |Added CC||alexgrantbened...@gmail.com

Re: head -r357401 broke my powerpc/powerpc64 builds: I build with sc present

2020-02-02 Thread Mark Millard via freebsd-toolchain
[I forgot to send some context.] On 2020-Feb-2, at 14:51, Mark Millard wrote: > --- kernel.full --- > ld: error: undefined symbol: dflt_font_8 referenced by ofw_syscons.c ofw_syscons.o:(.toc+0x10) > ld: error: undefined symbol: dflt_font_14 referenced by

head -r357401 broke my powerpc/powerpc64 builds: I build with sc present

2020-02-02 Thread Mark Millard via freebsd-toolchain
--- kernel.full --- ld: error: undefined symbol: dflt_font_8 >>> referenced by ofw_syscons.c >>> ofw_syscons.o:(.toc+0x10) ld: error: undefined symbol: dflt_font_14 >>> referenced by ofw_syscons.c >>> ofw_syscons.o:(.toc+0x18) ld: error: undefined symbol: dflt_font_16

[Bug 243810] gcc compile error

2020-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243810 Kyle Evans changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 243810] gcc compile error

2020-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243810 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: kevans Date: Sun Feb 2 19:45:13 UTC 2020 New revision: 357419 URL: https://svnweb.freebsd.org/changeset/base/357419 Log: libc: provide fputc_unlocked

[Bug 243810] gcc compile error

2020-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243810 Kyle Evans changed: What|Removed |Added CC||kev...@freebsd.org,

[Bug 243810] gcc compile error

2020-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243810 Gerald Pfeifer changed: What|Removed |Added Assignee|ger...@freebsd.org |toolch...@freebsd.org