hexnewbie has quit [Ping timeout: 248 seconds]
hexnewbie has joined #maemo-leste
mkfx has joined #maemo-leste
apac has quit [Ping timeout: 244 seconds]
Anasko has quit [Ping timeout: 260 seconds]
mkfx has left #maemo-leste [#maemo-leste]
lyubov has quit [Read error: Connection reset by peer]
lyubov has joined #maemo-leste
System_Error has quit [Remote host closed the connection]
System_Error has joined #maemo-leste
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #maemo-leste
joerg has quit [Ping timeout: 260 seconds]
System_Error has quit [Remote host closed the connection]
joerg has joined #maemo-leste
System_Error has joined #maemo-leste
_fab has joined #maemo-leste
Anasko has joined #maemo-leste
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #maemo-leste
System_Error has quit [Remote host closed the connection]
System_Error has joined #maemo-leste
mkfx has joined #maemo-leste
ceene has joined #maemo-leste
_fab has quit [Quit: _fab]
Livio has joined #maemo-leste
_fab has joined #maemo-leste
Livio has quit [Ping timeout: 264 seconds]
akossh has joined #maemo-leste
DFP has joined #maemo-leste
narodnik has joined #maemo-leste
pere has quit [Ping timeout: 276 seconds]
vectis_ has quit [Ping timeout: 260 seconds]
pere has joined #maemo-leste
<sicelo> Wizzup: so in arm-sdk, i see a function for building the kernel for a device. and i also see the kernel exists as a standalone package. how does this work? or the function in arm-sdk is not used?
<sicelo> at least n900 in arm-sdk looks like it would build old kernel ... so i guess that's not used?
<Wizzup> sicelo: we don't use arm-sdk way to build kernel
<Wizzup> that's a devuan-only thing
<Wizzup> ew just build a package and install/depend on it during out bootstrap
<sicelo> ah, ok
<Wizzup> do you need help with l5 things?
halftux has joined #maemo-leste
<halftux> Wizzup: what is the helper command to use with the arm-sdk is it build_image_dist or build_arm_dist?
<sicelo> build_arm_dist
<halftux> is the arm64-generic build already fixed?
System_Error has quit [Ping timeout: 264 seconds]
donihalim_ has joined #maemo-leste
donihalim has quit [Ping timeout: 260 seconds]
_fab has quit [Read error: Connection reset by peer]
ceene has quit [Ping timeout: 248 seconds]
donihalim_ is now known as donihalim
<Wizzup> halftux: let me check @ generic
<Wizzup> looksl ike it's not set to auto build, heh
System_Error has joined #maemo-leste
<Wizzup> we can also make a daedalus one if this passes
<halftux> sure fine with me
<halftux> so the kernel needs a device specific package. Is there also a package for the device tree files?
<sicelo> the dts is generally part of the kernel package
<Wizzup> yes, this is leste-config-xyz
<Wizzup> oh, the device tree is part of the kernel
<Wizzup> honestly when it comes to specific kernel stuff I'm hoping we could just merge the support into a single kernel package since they are a pain to maintain, do you have a link to a kernel tree and config somewhere?
ceene has joined #maemo-leste
<sicelo> what do you mean by single kernel package?
<Wizzup> not to have a kernel per device, but a kernel for multiple devices
<Wizzup> like we have a single one for all our omap devices, ideally we'd also have a single one for arm64 devices
<Wizzup> and we could extend the omap kernel to other 32 bit devices
<Wizzup> we modify builddeb scripts in kernel, so it's not a bunch of extra work
<sicelo> unfortunately that can clash. even within omap, for some reason d4 doesn't want kernel with THUMB, and we would like to have it for N900. as a result, we currently have it disabled for N900
<sicelo> anyway, for L5 i prefer this kernel, https://salsa.debian.org/Mobian-team/devices/kernels/librem5-linux, and it's the one I've been testing with so far ... unless halftux prefers something else
<Wizzup> for things that need their own kernel we will do it of course
<Wizzup> I don't know what halftux is working on, I assumed (maybe wrong) raspi
lyubov has quit [Read error: Connection reset by peer]
<sicelo> L5 as well, afaik :-)
lyubov has joined #maemo-leste
<Wizzup> ok
<halftux> I only wanted to know how everything works in general to add maybe new devices by myself. I have odroid c4 in mind and yes I have L5 and raspi2-5 at home
<halftux> when I tried to build the raspi 3 and 4 it arm-sdk builds an old kernel from raspi git so I guess I need to remove this custom build and provide a package
lyubov has quit [Read error: Connection reset by peer]
<halftux> for odroid c4 I am looking atm at armbian how they build the kernel, many patches are involved
lyubov has joined #maemo-leste
narodnik has quit [Ping timeout: 252 seconds]
<Wizzup> halftux: yes, it would be great to get a proper kernel for the raspis
<Wizzup> ideally just mainline
<Wizzup> I would suggest to start with raspi over odroid-c4, since it is hopefully easier and more impactful
ceene has quit [Ping timeout: 260 seconds]
vectis_ has joined #maemo-leste
hm has quit [Remote host closed the connection]
<halftux> ok checkout daedalus image-builder and running arm64-generic then trying to get raspi4 mainline kernel running on it
<Wizzup> cool :)
arno11 has joined #maemo-leste
<Wizzup> freemangordon: this is not something we'd want to work on now, but nlnet is asking if I know what it would take to move us to gtk3
donihalim has quit [Remote host closed the connection]
<Wizzup> as far as I know we got quite far, even have the input module working, but we don't have the theming working yet, which I think in turn made us not move forward, we might be missing some fremantle specific widgets too.
gnarface has quit [Quit: Leaving]
apac has joined #maemo-leste
ungeskriptet_ has joined #maemo-leste
ungeskriptet has quit [Ping timeout: 260 seconds]
<arno11> Wizzup: AI could help a lot imo
ungeskriptet_ is now known as ungeskriptet
<Wizzup> arno11: with what, themes?
<arno11> idk exactly for theming but i asked leste assistant, seems able to directly convert gtk2 code to gtk3.
<arno11> if you have specific example to provide and test, i can try
<Wizzup> the challenge isn't really porting gtk2 to gtk3, it's the fact that we have themes, widgets, etc that need to be ported
<Wizzup> to a different plugin architecture at that
<Wizzup> some of this work was done already, but it's not like 'port this gui application from gtk2 to gtk3'
<arno11> i understand that
ungeskriptet has quit [Remote host closed the connection]
gnarface has joined #maemo-leste
ungeskriptet has joined #maemo-leste
<arno11> i just mean: gtk2 to gtk3 sounds like a monumental work for just few devs with not a lot of spare time.
<Wizzup> yup, hence not a now thing, but having an idea of how much work it would be is helpful
<Wizzup> and nlnet might offer to fund some of the work
<arno11> i see.
<inky> Wizzup, i guess no hope for rafael to do that in close time, i think if you pull the pinephone kernel and send to phoenix, updated one will work, i can test, my pp is on devel.
DFP has quit [Remote host closed the connection]
DFP has joined #maemo-leste
<Wizzup> just a test
<Wizzup> oh, ha, it didn't copy the issues
<Wizzup> let me retry xD
<halftux> error in: strapdir to image no space left on device
<halftux> /dev/loop0p2 2.7G used 2.7G
<halftux> when trying to build generic arm64 with daedalus
<Wizzup> halftux: I have a fix for this, let me see
<Wizzup> halftux: edit arm-sdk/boards/arm64-generic.sh and change size=3000
<halftux> your bugtracker is brewing me a green coffee
<Wizzup> make it size=4000
<halftux> ok
<Wizzup> halftux: yeah it's still migrating
<Wizzup> it's supposed to be a copy of the github bugtracker
<halftux> or better it is a green tea
<Wizzup> gitea
apac has quit [Ping timeout: 252 seconds]
<Wizzup> looks like the chimaera arm64 generic 64 build passed
<arno11> yes indeed
<Wizzup> shall I build a daedalus image on ci as well (try to?)
<halftux> hmm now I am getting failure resolving maedevu.maemo.org but in another terminal I could ping the server
<halftux> chroot-script-intern fourthstage
<Wizzup> could be a temporary issue?
<Wizzup> oh, there is one part where that does happen, but it should not be fatal
<Wizzup> that gitea migration is surely taking a while
<Wizzup> lol, just as I said that it finished
<Wizzup> (some examples)
<arno11> cool, really similar to github
<arno11> i mean, the ui
<Wizzup> yeah
<Wizzup> I will see if folks can use their github account to log in too, at least for say reporting issues and such
<arno11> ok
<Wizzup> I guess maybe the next step is to migrate some repos en masse
<Wizzup> just to see what it looks like
<arno11> yeah
<freemangordon> Wizzup: we will have to port libhildon to gtk3
<freemangordon> porting hildon-desktop should be trivial, AFAIK
<freemangordon> however, this port cannot be done as a one-shot task
<freemangordon> we shall do on phases
pere has quit [Ping timeout: 260 seconds]
donihalim has joined #maemo-leste
<Wizzup> yes, but what would the phases look like I am wondering
<freemangordon> libhildon3 is the first one
<Wizzup> I think we already have that building
<freemangordon> then themes
<freemangordon> but no idea how complete it is
<Wizzup> well
<Wizzup> that depends on how we do it
<Wizzup> I don't think we should try to parse gtk2 themes and make them work in gtk3
<Wizzup> I think we just need to make themes thegtk3 way
<Wizzup> which is html/css style, rather than small bit maps
<Wizzup> in which case we just need to ... make them
<Wizzup> or we have to write code to parse/understand gtk2 pixmap themes and somehow render them in gtk3
<Wizzup> btw, random example repo: https://git.maemo.org/merlijn/alarmd
<Wizzup> oh it's private,sec
<Wizzup> fixed
<arno11> works fine
_fab has joined #maemo-leste
<Wizzup> I think some migrations are not ok
<Wizzup> this seems to have used whatever we forked it from
<arno11> lot of branches are missing
<arno11> ah yeah even master is wrong
<Wizzup> same here
<Wizzup> the problem is that our repos seem to be 'forked' from fremantle-gtk2
<arno11> same for h-s-m
pere has joined #maemo-leste
<Wizzup> yeah a bunch I bet
<Wizzup> I stopped the mass test import for now
<dsc_> does it import users too
<dsc_> and issues
<dsc_> well, mock users
<dsc_> else nobody can ever register, unless gitea can merge that
<dsc_> btw Gitea has this really annoying 'archiving' feature (that I dont really understand) that loves to fill your HDD until it is full
<dsc_> it has a job for that
<dsc_> please look into `cron.archive_cleanup` and `cron.delete_repo_archives` config options
<dsc_> because it will 100% kill the instance lol
<dsc_> (speaking from experience)
<Wizzup> hold up
<Wizzup> I already linked some examples and the test-bugtracker clearly shows the comments/issues imported from github
<Wizzup> but that is not the issue here
<Wizzup> the issue is that gitea seems to 'follow' github's fork network
<Wizzup> so it's not cloning say github.com/maemo-leste/libconic
<Wizzup> but rather github.com/fremantle-gtk2/libconic
<Wizzup> or even fremantle-gtk3/libconic in this case
<dsc_> strange
<dsc_> why would it follow
<Wizzup> no idea, but that's what it seems to do, at least with the script that I used
<Wizzup> let me try manually for libconic
<Wizzup> when I do it manually it seems better https://git.maemo.org/merlijn/libconic
<arno11> indeed, better
<arno11> at least, all branches seem there
<Wizzup> mabye the github api returns the wrong urls
<Wizzup> yeah I see it
<Wizzup> I'll fix it in a bit
<arno11> able to see history commits but just from a folder or a file. no way to see full history
<Wizzup> can you share a link
<arno11> *from the website, works from command line
<arno11> a link about what ?
<arno11> ah you mean showing commits history ?
<arno11> ah yes :)
<Wizzup> I added a few more repos, they look better now
<arno11> cool
<Wizzup> (ofc we wouldn't have this under /merlijn/, just testing)
<arno11> yes ofc
<Wizzup> trying hildon-desktop now to see if it migrates both open and closed prs
<arno11> can't see any prs
donihalim has quit [Remote host closed the connection]
donihalim has joined #maemo-leste
<arno11> *in /merlijn/hildon-desktop/issues
<arno11> scratch that
<arno11> /merlijn/hildon-desktop/pulls is ok
<arno11> similar to github
<Wizzup> cool
<Wizzup> it's impressive, really
<mkf> hello.
<mkf> i've (finally) managed to get that android tablet running once again
<mkf> it's touch rougly works now, albeit it's still bit off.
<mkf> is there any way to calibrate it? i'm using firmware from android, but it's flakey.
<freemangordon> hmm, are you sure you use the correct FW?
<freemangordon> please check in fex
<freemangordon> (or whatever that strange format was called)
<mkf> yes, sys_config.fex apperently uses that fw
<freemangordon> does it work properly under android?
<mkf> and for all fws inside that rom, this one behaves works best
<mkf> yes, this works fine in android.
<freemangordon> hmm, could be driver issue then
<mkf> tho, it's not the stock rom this device shipped with, but touch works fine in this rom dump.
<freemangordon> sorry, can;t help with calib
<mkf> no problem. would xinput_calib work? i've tried it but not sure if it worked
<Wizzup> I think xinput calibrator doesn't work if libinput is used (IIRC), but should work for other things
<Wizzup> arno11: btw, jfyi (since you're watching this), it looks like the mass importer still doesn't actually properly import MRs and such
<Wizzup> but when I do it through the UI it does :D
<mkf> i see. do beowulf images use libinput?
<mkf> (i'm using old sunxi image until i manage to get usb and touch running, it's a bit easier to debug with those.)
<arno11> Wizzup: ah ok
<sicelo> mkf: i saw this some weeks ago, https://github.com/kreijack/xlibinput_calibrator ... worth a try
<mkf> sicelo: thanks. compiling it atm :D
<mkf> god bless qemu authors, they surely made lives easier.
<Wizzup> mkf: no they should not, beowulf is also really old fwiw
<Wizzup> I know you know, but like, we might not remember the status of things on beowulf
<mkf> how can i check? also, how can i upgrade?
<mkf> it says using input driver libinput for silead_ts
<mkf> (Xorg.0.log)
<halftux> maybe input_set_abs_params could help for ts problem
<Wizzup> arno11: ok, found the issue, the script I am using does not pass along my token to gh so it can't pull in the other stuff, will test fix
<arno11> ok cool
<mkf> sicelo: xlibinput_calibrator fixed it. \o/
<sicelo> lovely
ShadowJK has joined #maemo-leste
pere has quit [Ping timeout: 248 seconds]
<Wizzup> arno11: k, fixed, will continue with this later, let me see if I can figure out a fix to the fstab thing now
halftux has quit [Quit: leaving]
nela7 has quit [Quit: bye]
nela7 has joined #maemo-leste
pere has joined #maemo-leste
<arno11> Wizzup: oh great
<arno11> i think there is a commit to revert
<arno11> commit 621d8ca in arm-sdk, no ?
<mkf> is gconf problem solved?
<Wizzup> mkf: in daeadalus, yes
<Wizzup> and maybe in chimaera
<Wizzup> definitely not in beowulf
<Wizzup> (but you can work around it)
<Wizzup> arno11: hm... maybre
<mkf> i'm upgrading to chimaera.
<mkf> did the workaround tho.
<Wizzup> btw, here's the gtk3 issue we had: https://git.maemo.org/merlijn/test-bugtracker/issues/261
<Wizzup> or milestone I guess
<Wizzup> arno11: I think that is one part of the puzzle
<Wizzup> arno11: we can certainly remove it and see if things just work
<Wizzup> revert it
<arno11> ok, at least, from jenkins console, that seems to be the last thing which overrides fstab before the end of the build
<arno11> but maybe i'm wrong
akossh has quit [Remote host closed the connection]
akossh has joined #maemo-leste
<mkf> is gittea a mirror of github or complete replacement?
akossh has quit [Remote host closed the connection]
akossh has joined #maemo-leste
akossh has quit [Remote host closed the connection]
akossh has joined #maemo-leste
<mkf> Err:1 https://maedevu.maemo.org/leste chimaera InRelease
<mkf> The following signatures were invalid: EXPKEYSIG 545FEC4E0927F6FD spam1@wizzup.org
<mkf> ^ any ideas?
<mkf> installing maemo-keyring manually fixed it \o/
akossh has quit [Quit: Leaving.]
akossh has joined #maemo-leste
<arno11> mkf: ATM gitea stuff is just a test
<arno11> *with leste
narodnik has joined #maemo-leste
_fab has quit [Quit: _fab]
akossh has quit [Remote host closed the connection]
akossh has joined #maemo-leste
<mkf> wow, chimaera update was sure worth it, got battery indicator. :D
mkf has quit [Remote host closed the connection]
<arno11> Wizzup: before building a new img, maybe we should add transitions, no ?
apac has joined #maemo-leste
<arno11> ah cool, daedalus arm64 is ok
narodnik2 has joined #maemo-leste
arno11 has quit [Ping timeout: 265 seconds]
<Wizzup> arno11: well ... ok we don't know, but it built :)
<Wizzup> arno11: yeah we should fix fstab and add a few more things
arno11 has joined #maemo-leste
<arno11> yep
<arno11> renice xorg, mce, H-D and systemui could be useful but it works only with sudo so i've been only able to renice mce on boot
<arno11> hmm not renice, nice sorry
<arno11> so the problem is not sudo
<arno11> ah now i remember
<arno11> indeed even with nice we need sudo
<arno11> to get prio @-8 or -9
<arno11> that's the problem
<arno11> so atm it works on boot only with mce
akossh has quit [Quit: Leaving.]
apac has quit [Ping timeout: 276 seconds]
[TheBug] has quit [Changing host]
[TheBug] has joined #maemo-leste
arno11 has left #maemo-leste [#maemo-leste]