<OscarL>
Note to Begasus: The errors you see with that "bakefile" project is due to it still being Python 2.7 only (even in it's latest 1.2.6 version from 2020). Unless you find a patch to convert it to Python3 somewere in repology... I would suggest just dropping it from HP.
<OscarL>
Damn... seems wxqt needs it? :-(
Maturi0n has quit [Ping timeout: 480 seconds]
<OscarL>
Begasus: Mmm, I only see it mentioned on that wxQt patchset, but the .recipe doesn't even REQUIRES any Python so... maybe we're in the clear with dropping "bakefile" as long as we don't have to re-generate wxQt's bakefiles?
<Begasus>
build error on opencv :/ /sources/opencv-4.5.5/build_haiku/3rdparty/ade/ade-0.1.1f/sources/ade/include/ade/typed_graph.hpp:101:10: error: 'uintptr_t' in namespace 'std' does not name a type
<Begasus>
don't think that is related to python ...
<Begasus>
missing <cstdint>
<Begasus>
bbl
Diver has joined #haiku
jmairboeck has joined #haiku
tqh has joined #haiku
marksmith has joined #haiku
kescher has quit [Quit: Bye]
kescher has joined #haiku
marksmith has quit [Quit: Page closed]
<jmairboeck>
PulkoMandy: thanks for the explanation regarding awk and texinfo
<jmairboeck>
I tried building a texinfo_x86 package (texinfo 7.0.3) but the build failed. I get "resolve symbol ___tls_get_addr returned -2147478780", followed by a few errors from perl, before perl aborts. What could be the problem here?
AlaskanEmily has quit [Remote host closed the connection]
<PulkoMandy>
Possibly a mixup of gcc2 and gcc13 objects and libraries
<jmairboeck>
perl is a primary arch package apparently, so that could be a problem
<jmairboeck>
do we need a perl_x86 then as well?
<jmairboeck>
ah, yes, "libperl$secondaryArchSuffix" doesn't even exist, perl is primary only (like texinfo)
<PulkoMandy>
It depends if you just use the executable, or link against it
<jmairboeck>
texinfo is one of 3 packages apparently which requires libperl, but it also executes perl apparently. The step that fails is "texi2any" which looks like a normal perl script.
<jmairboeck>
if I understand that correctly
walkingdisaster has joined #haiku
walkingdisaster has quit []
<jmairboeck>
perl is a bit strange: there is "lib:libperl" but no "devel:libperl" (no _devel package at all actually) and "prepareInstalledDevelLib" isn't used. So is libperl only loaded dynamically and not linked?
erysdren has quit [Ping timeout: 480 seconds]
MrSunshine_ has joined #haiku
MrSunshine has quit [Ping timeout: 480 seconds]
novaphoenix has quit [Quit: gone fishing]
novaphoenix has joined #haiku
erysdren has joined #haiku
dqk_ has joined #haiku
dqk has quit [Ping timeout: 480 seconds]
ScottD13 has joined #haiku
walkingdisaster has joined #haiku
ScottD1 has quit [Ping timeout: 480 seconds]
ScottD13 is now known as ScottD1
HaikuUser has joined #haiku
<PulkoMandy>
I don't know, I think it has also not been updated in a very long time and maybe no one had needed libperl in other packages yet?
<Begasus>
k, latest opencv build fine, now need to rebuild depending packages to see it's still fine
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
itaipu has quit [Ping timeout: 480 seconds]
<Begasus>
was down to minus 400 packages after the cleanup, up again atm plus 700 :)
<andreasdr[m]>
Nice
<andreasdr[m]>
Hello there.
<andreasdr[m]>
trungnt2910: Nice
itaipu has joined #haiku
<Begasus>
hi andreasdr[m]
<Begasus>
this could take a while (digikam)
<Begasus>
bugger: /sources/digikam-7.6.0/core/libs/dngwriter/extra/dng_sdk/dng_string.cpp:1917:29: error: 'isdigit' was not declared in this scope
<andreasdr[m]>
Hi Begasus!
<jmairboeck>
Begasus: probably missing a #include <cctype> (or <ctype.h> if preferred)
<Begasus>
thank jmairboeck, checking
<jmairboeck>
probably it is included implicitly by some other standard header on Linux but not in Haiku
<Begasus>
lol ... #include <ctype.h> // for isdigit
<Begasus>
next: /sources/digikam-7.6.0/core/libs/threadimageio/video/videodecoder_p.cpp:93:49: error: invalid conversion from 'const AVCodec*' to 'AVCodec*' [-fpermissive]
<Begasus>
probably still needs ffmpeg4
<jmairboeck>
regarding the Lilypond issue on 32 bit: this is going to take a while. It looks like we are going to need a secondaryArch perl for the secondaryArch texinfo.
<Begasus>
yeah, read some things in the channel about it, might as well bump perl to the latest release for secondary arch then :)
B2IA has quit [Quit: Vision[]: i've been blurred!]