<botifico>
[haikuports/haikuports] Peppersawce 19573cd - Another attempt at fixing ECWolf on buildmasters (#11304)
_-Caleb-_ has left #haiku [#haiku]
Anarchos has joined #haiku
_-Caleb-_ has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
flag_ has joined #haiku
flag has quit [Ping timeout: 480 seconds]
diver has joined #haiku
nexus6 has joined #haiku
zard has joined #haiku
diver has quit [Ping timeout: 480 seconds]
DKnoto has quit [Ping timeout: 480 seconds]
<Anarchos>
Hello
DKnoto has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
diver has joined #haiku
* Anarchos
is considering to mess up with UserBuildConfig to debug the net boot .
<Begasus>
hi Anarchos
<Anarchos>
Begasus: hello !
<Begasus>
got progress on building netboot?
<Anarchos>
Begasus: i am still wondering why my rtl81xx driver (device_manager style, not legacy_driver) is not loaded...
<Begasus>
no idea there :)
<Anarchos>
Begasus: but i did'nt work on that this we (i spent all mty we to sleep, literally)
<Begasus>
won't get anything done sleeping Anarchos :)
<Begasus>
debugging a bit in KDE stuff here
<Begasus>
well debugging * :)
nexus6 has quit [Ping timeout: 480 seconds]
<Anarchos>
Begasus: sure, but i need to rest too :) Anything done if i am too tired !
mmu_man has joined #haiku
<Begasus>
100% tests passed, 0 tests failed out of 16
<Begasus>
nice previous run was %80 :)
<Begasus>
right Anarchos, can't progress without needed brakes :)
bl4ze has joined #haiku
diver has quit [Ping timeout: 480 seconds]
imrahil has joined #haiku
nexus6 has joined #haiku
<Begasus>
kitinerary from 77% tests passed, 10 tests failed out of 43 to 98% tests passed, 1 tests failed out of 45
<Begasus>
:)
<Anarchos>
Begasus: i look at history of NetBootArchive file (defintion of what ends up in the haiku image) and all seem fine since my commit for netboot, so the culprit is elsewhere)
<MonniTheCat>
Gotta keep everything in sync, even if 99% of the people don't use something...
<MonniTheCat>
I'm still reading the sources trying to trace the differences between device_manager and legacy_driver drivers...
diver has joined #haiku
nexus6 has quit [Quit: Vision[]: i've been blurred!]
diver has quit [Ping timeout: 480 seconds]
<Anarchos>
MonniTheCat: there are all docs pages and discussion about that (look in discuss.haiku-os.org)
tuaris has joined #haiku
<Begasus>
weird: KERN: runtime_loader: Cannot open file libudev.so.1 (needed by /boot/system/lib/libQt6Core.so.6.7.2): No such file or directory
<Begasus>
we don't have libudev, how is this involved?
<Begasus>
looking with readelf -d on the Qt library doesn't show it, running it on /bin/itinerary doesn't show it also
<augiedoggie_>
Qt uses dlopen() to load some libraries, i get the same messages for dbus since i don't have it installed but Qt still tries to load it
<Begasus>
yeah, gathered that augiedoggie_, solved a dep earlier for a library not listed in a recipe
<Begasus>
but there isn't any libudev (iirc it's something from systemd)
<Begasus>
got some hits with lgrep on udev but that's all
mmu_man has quit [Ping timeout: 480 seconds]
<augiedoggie_>
i see a bunch of references in their repo
<Anarchos>
Begasus[m]: you can also look for '-ludev' (linking argument to gcc for linking)
mmu_man has joined #haiku
erysdren has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
diver has quit [Ping timeout: 480 seconds]
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
<Begasus[m]>
I know Anarchos :) no such thing on Haiku
erysdren has quit [Quit: Konversation terminated!]
melonai has quit []
melonai has joined #haiku
freddietilley has quit [Quit: WeeChat 4.4.2]
chilledfrogs has quit [Quit: connection reset by purr]
chilledfrogs has joined #haiku
bl4ze has joined #haiku
<MonniTheCat>
Begasus: Sometimes those kind of things should be patched out just to keep people from reporting things that will likely not be implemented...
<Begasus[m]>
I'm not touching Qt6 if not directly needed Mika Lindqvist :P
<MonniTheCat>
Begasus[m]: Me neither... Qt4 is last one I use without getting paid...
<Begasus[m]>
heh
<Begasus[m]>
if it was only a quick -DUSE_UDEV I wouldn't mind, but this is way beyond that :)
<MonniTheCat>
Begasus[m]: Some things designed for Qt 4 can be compiled against Qt 5 with minimal changes, but some things just fail because things got removed...
<Begasus[m]>
not going with Qt5 if not need be, moving on (Qt 6.8.1) is already around (or almost iirc)
<MonniTheCat>
Begasus[m]: I move on if there is something interesting, but so far some stuff only works on Linux, so not gonna bother... Whole Qt was supposed to be portable, but not all third-party plugins are...
<MonniTheCat>
Been patching tons of libraries so they compile on both gcc 6.5 and latest gcc/clang...
<Begasus[m]>
I just pretend to know what I'm doing :P
<MonniTheCat>
Begasus[m]: Me too... A lot easier when I have backups of my stuff on SourceForge and/or GitHub... I can always go back to old version if something fails hard...
bl4ze has quit [Ping timeout: 480 seconds]
<Begasus>
right :)
<MonniTheCat>
Begasus: Can't learn anything new if things don't crash while experimenting...
Monni has joined #haiku
<Begasus>
right, as with the PR for kio6, seemed fine, but needs further testing if it's really fixed in KF6 or not
<MonniTheCat>
Begasus: Sometimes I think if I should post multiple recipes in single PR, just so it's easier to test if something is really fixed or that there is no regressions...
chilledfrogs has quit [Quit: connection reset by purr]
chilledfrogs has joined #haiku
<Begasus>
need to see if I can rebuild the recipe for okular on KF6 tomorrow, copy/paste between dolphin (KF6) and okular (KF5) crashed dolphin, so maybe not a good idea to leave that part out
<Begasus>
lol ... KERN: runtime_loader: Cannot open file libc.so.6 (needed by /boot/system/lib/python3.10/lib-dynload/_ctypes.cpython-310.so): No such file or directory
<Begasus>
Don't tell OscarL :)
<MonniTheCat>
Begasus: I can't even build recipes, as haikuporter wants to downgrade packages between builds and some packages are not on HaikuPorts... Keeps going between +113, +122 and +125 and different openssh versions...
bl4ze has joined #haiku
dby has joined #haiku
<Begasus>
why is that? there is only one openssh package?
<MonniTheCat>
Begasus: IDK... haikuporter just does something weird when it tries to parse all recipes... Tried to clear the cache, but it recreates bad dependency infos again...
<Begasus>
never happened to me, only thing causing it would be a recipe setting some hard hrev version, but those should be avoided
<augiedoggie_>
maybe a wrong architecture in the haikuports.conf or something
<Begasus>
that's an option too, but I wouldn't know how to generate that :)
<Begasus>
food! bbl :)
<MonniTheCat>
augiedoggie_: It worked with same config before r1beta5 got new commits... when it was still +122...
<augiedoggie_>
but haikuporter shouldn't be doing any downgrading of packages, i'm not sure what you mean by that
* augiedoggie_
needs to head off to work for now
<MonniTheCat>
augiedoggie_: It does try to downgrade several _devel packages instead of trying to rebuild dependencies...
<augiedoggie_>
are you using --get-dependencies with haikuporter?
<MonniTheCat>
augiedoggie_: Tried both with and without it...
bl4ze has quit [Ping timeout: 480 seconds]
tqh has joined #haiku
Anarchos has quit [Remote host closed the connection]
<secondcreek>
Is BeShare not availabe on 64 bit?
<secondcreek>
duh NM... I was only looking at the 'featured' tab
<B2IA>
(AGMS) chaosDNA, for native projects there's the Makefile Engine (a skeleton makefile you can edit), which uses classic make, not cmake. Jam is used for compiling the system.
<B2IA>
(chaosDNA) this is a command line tool that I want to use in Haiku
<B2IA>
(AGMS) Then there's the choice of which compiler, gcc-95, current gcc, current gcc for 64 bits.
illwieckz has quit [Ping timeout: 480 seconds]
<B2IA>
(AGMS) There is a cmake package available, "pkgman search cmake""
<B2IA>
(chaosDNA) i have it installed.
<B2IA>
(AGMS) cmake installs OK, runs with no input and just lists options.
<B2IA>
(AGMS) Ah, that's a module for cmake to make Unix standard makefiles. There are some optional modules you can install, might be one of them.
<B2IA>
(AGMS) Though it says it is available already.
<B2IA>
(chaosDNA) thx, I will dive into it after work.
petterhj has quit [Ping timeout: 480 seconds]
petterhj has joined #haiku
illwieckz has joined #haiku
jmairboeck has joined #haiku
petterhj is now known as Guest8444
petterhj has joined #haiku
illwieckz has quit [Remote host closed the connection]
illwieckz has joined #haiku
Guest8444 has quit [Ping timeout: 480 seconds]
Anarchos has joined #haiku
zard has quit [Quit: leaving]
<Skipp_OSX>
gcc 2.95 but I like the gxx '95 moniker to describe it.
<Skipp_OSX>
(even though it came out in 1999)
<secondcreek>
hm, the llvm* libs are not downloading.
<secondcreek>
NM duh! not enough disk space
mmu_man_ has joined #haiku
mmu_man is now known as Guest8448
mmu_man_ is now known as mmu_man
<B2IA>
(chaosDNA) yea
<nekobot>
[haiku/haiku] 53728117bc0c - SCSI: Reset flags on the correct request in submit_autosense.