<BlagovestPetrov[>
I'll continue with the rest of systemui packages tomorrow, if you aggree that ignoring the GTK warnings is ok
uvos__ has quit [Ping timeout: 256 seconds]
noidea_ has quit [Ping timeout: 248 seconds]
noidea_ has joined #maemo-leste
Danct12 has joined #maemo-leste
Pali has quit [Ping timeout: 264 seconds]
Danct12 has quit [Remote host closed the connection]
mrkrisprolls has quit [Ping timeout: 252 seconds]
mrkrisprolls has joined #maemo-leste
norayr has left #maemo-leste [#maemo-leste]
norayr has joined #maemo-leste
norayr has left #maemo-leste [Error from remote client]
joerg has quit [Ping timeout: 260 seconds]
norayr has joined #maemo-leste
joerg has joined #maemo-leste
norayr has left #maemo-leste [Error from remote client]
mardy has joined #maemo-leste
<freemangordon>
Wizzup: BlagovestPetrov[: do we have chimaera VM? Or, shall I install devuan image and add our repos?
Twig has joined #maemo-leste
norayr has joined #maemo-leste
Twig has quit [Ping timeout: 264 seconds]
<BlagovestPetrov[>
I have a local one on my pc
<freemangordon>
lest or chimaera?
<freemangordon>
*leste
mardy has quit [Quit: WeeChat 3.5]
Twig has joined #maemo-leste
xmn has quit [Ping timeout: 268 seconds]
<freemangordon>
BlagovestPetrov[: did you hit "/usr/bin/ld: src/serialize.pic.o:./src/strbuf.h:82: multiple definition of `strbuftypetags'; src/strbuf.pic.o:./src/strbuf.h:82: first defined here" issue with alarmd?
<BlagovestPetrov[>
hm, nope
<BlagovestPetrov[>
I will try it again
<freemangordon>
gcc version 10.2.1 20210110 (Debian 10.2.1-6)
<freemangordon>
not that I am able to build in chimaera VM, but this fixes the particular issue
<Wizzup>
freemangordon: wrt vm, I set up a devuan chimaera server vm
<Wizzup>
iirc
<freemangordon>
I did netinstall
<Wizzup>
right
<freemangordon>
and added leste repos
<Wizzup>
and then add maemo keyring pkg with dpkg
<freemangordon>
right
<Wizzup>
and then add repos
<freemangordon>
but, this particular package fails with "/usr/bin/ld: src/serialize.pic.o:./src/strbuf.h:82: multiple definition of `strbuftypetags'; src/strbuf.pic.o:./src/strbuf.h:82: first defined here"
<Wizzup>
I am still waking up
<Wizzup>
you probably did the right thing, but I can check in 25 mins or so
<Wizzup>
the linker clearly acts a bit different again :D
<freemangordon>
seems that headers is included by 2 files
<Wizzup>
maybe some ifdef changes
<freemangordon>
no
<freemangordon>
we either has to typedef ar mark as static
<freemangordon>
*or mark
<freemangordon>
there *is* issue and linker correctly complains
<freemangordon>
yeah, removing variable declaration from the header fixes it
<BlagovestPetrov[>
freemangordon
<BlagovestPetrov[>
seems that headers is included by 2 files
<freemangordon>
yep
<BlagovestPetrov[>
oh, yes. I remember this issue from yesterday
<freemangordon>
I just wonder what the initial intend was
<freemangordon>
I would say they wanted 'typedef enum blah {...} blah;", but ...
<Wizzup>
(and some of them are from ascii or no longer relevant)
<Wizzup>
so do we just import, or do we put this in a repo somehow?
<Wizzup>
shall I make clockd-settings-mr0 from the pkg?
<Wizzup>
it's really just etc/clockd/clockd-settings.default
<Wizzup>
might as well put that in the clockd pkg?
<Wizzup>
freemangordon: when you're back, do we import, or some other path?
<Wizzup>
I guess I can import now
<Wizzup>
and we can remove it later
<Wizzup>
done
<Wizzup>
freemangordon: ok libhildondesktop also failed for GTimeVal, that is kinda annoying, but I am still not sure if changing gtk pkgcnfig flags is the best hting