9front - general discussion about 9front
 help / color / mirror / Atom feed
* pc64 build fails after sysupdate on mothra/libpanel
@ 2017-12-12  0:21 Giacomo Tesio
  2017-12-12  0:29 ` [9front] " Ori Bernstein
  0 siblings, 1 reply; 3+ messages in thread
From: Giacomo Tesio @ 2017-12-12  0:21 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

Hi, after sysupdate I can't build the system due to an error in mothra/libpanel.

Attached the relevant part of the log.

Actually it's the first time I see this "incompatible type signatures" error.

How can I fix this?


Giacomo

[-- Attachment #2: build.error --]
[-- Type: application/octet-stream, Size: 2998 bytes --]

cd libpanel
mk
mk: 'default' is up to date
6l  -o 6.out snoop.6 forms.6 getpix.6 html.syntax.6 mothra.6 rdhtml.6 url.6 libpanel/libpanel.6.a
plgetsnarf: incompatible type signatures da15ff4c(mothra.6) and 6526e12a(libpanel/libpanel.6.a(plpaste)) for plsnarf
plsnarf: incompatible type signatures da15ff4c(mothra.6) and 6526e12a(libpanel/libpanel.6.a(plpaste)) for plpaste
plpaste: incompatible type signatures 3340708a(url.6) and e4f35078(libpanel/libpanel.6.a(plpaste)) for plkbfocus
pl_passon: incompatible type signatures 227d62ba(mothra.6) and a6b41838(libpanel/libpanel.6.a(plsetpostextview)) for plmouse
pl_snarftextview: incompatible type signatures f64a5a65(mothra.6) and 8e0e5ec3(libpanel/libpanel.6.a(plsetpostextview)) for plinittextview
plinittextview: incompatible type signatures 118945e0(mothra.6) and 9b8443f0(libpanel/libpanel.6.a(plsetpostextview)) for pltextview
pltextview: incompatible type signatures d756a60a(mothra.6) and 626787e8(libpanel/libpanel.6.a(plsetpostextview)) for plgetpostextview
plgetpostextview: incompatible type signatures 8196e21(mothra.6) and 8c50239f(libpanel/libpanel.6.a(plsetpostextview)) for plsetpostextview
plsetpostextview: incompatible type signatures 294bdfa7(mothra.6) and ad829525(libpanel/libpanel.6.a(plsetpostextview)) for pldraw
plinitscrollbar: incompatible type signatures 14096a00(mothra.6) and 1ea94f10(libpanel/libpanel.6.a(plscrollbar)) for plscrollbar
??none??: incompatible type signatures c2f58b4c(mothra.6) and e89ea26a(libpanel/libpanel.6.a(plscroll)) for plscroll
plscroll: incompatible type signatures 37671ca2(mothra.6) and 1acef632(libpanel/libpanel.6.a(plscroll)) for plgetscroll
plgetscroll: incompatible type signatures 6c2d60d6(mothra.6) and f0641654(libpanel/libpanel.6.a(plscroll)) for plsetscroll
plrtpanel: incompatible type signatures 389dd418(rdhtml.6) and 8283bc28(libpanel/libpanel.6.a(plrtfree)) for plrtstr
plrtstr: incompatible type signatures a9d4ed50(rdhtml.6) and 94b5b260(libpanel/libpanel.6.a(plrtfree)) for plrtbitmap
plrtbitmap: incompatible type signatures b29e3e4d(mothra.6) and 9f3d940b(libpanel/libpanel.6.a(plrtfree)) for plrtfree
pl_rtfmt: incompatible type signatures 6c2d60d6(mothra.6) and f0641654(libpanel/libpanel.6.a(plrtfree)) for plpack
pl_rtfmt: incompatible type signatures de90e8ee(rdhtml.6) and 3af45c7c(libpanel/libpanel.6.a(plrtfree)) for stringwidth
pl_rtdraw: incompatible type signatures 16f87b2(mothra.6) and cfae3620(libpanel/libpanel.6.a(plrtfree)) for freeimage
pl_rtdraw: incompatible type signatures b0115cfb(rdhtml.6) and f3c17ac9(libpanel/libpanel.6.a(plrtfree)) for display
pl_rtdraw: incompatible type signatures 970b72a4(mothra.6) and 1c0519b4(libpanel/libpanel.6.a(plrtfree)) for allocimage
too many errors
mk: 6l  -o ...  : exit status=rc 23984: 6l 23986: error
mk: for(i in 1a ...  : exit status=rc 12840: rc 23950: mk 23952: error
mk: test -e 6._cp ...  : exit status=rc 11275: mk 12824: error
mk: date for (i ...  : exit status=rc 2935: rc 11258: mk 11259: error

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] pc64 build fails after sysupdate on mothra/libpanel
  2017-12-12  0:21 pc64 build fails after sysupdate on mothra/libpanel Giacomo Tesio
@ 2017-12-12  0:29 ` Ori Bernstein
  2017-12-12  9:59   ` Giacomo Tesio
  0 siblings, 1 reply; 3+ messages in thread
From: Ori Bernstein @ 2017-12-12  0:29 UTC (permalink / raw)
  To: 9front; +Cc: Giacomo Tesio

On Tue, 12 Dec 2017 01:21:48 +0100
Giacomo Tesio <giacomo@tesio.it> wrote:

> How can I fix this?

Make clean and/or make nuke, then build again.

-- 
Ori Bernstein <ori@eigenstate.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] pc64 build fails after sysupdate on mothra/libpanel
  2017-12-12  0:29 ` [9front] " Ori Bernstein
@ 2017-12-12  9:59   ` Giacomo Tesio
  0 siblings, 0 replies; 3+ messages in thread
From: Giacomo Tesio @ 2017-12-12  9:59 UTC (permalink / raw)
  To: Ori Bernstein; +Cc: 9front

Thanks Ori!

As predicted on #cat-v, the same error occurred also in
cmd/plot/libplot and cmd/upas/common.

mk nuke there fixed it.

I  suggest to add a line to the section 5.4 of the FQA, as it was the
first place I looked up for a solution.


Giacomo



2017-12-12 1:29 GMT+01:00 Ori Bernstein <ori@eigenstate.org>:
> On Tue, 12 Dec 2017 01:21:48 +0100
> Giacomo Tesio <giacomo@tesio.it> wrote:
>
>> How can I fix this?
>
> Make clean and/or make nuke, then build again.
>
> --
> Ori Bernstein <ori@eigenstate.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-12  9:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-12  0:21 pc64 build fails after sysupdate on mothra/libpanel Giacomo Tesio
2017-12-12  0:29 ` [9front] " Ori Bernstein
2017-12-12  9:59   ` Giacomo Tesio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).