<OscarL>
I see the wrong label on both the mount menu and on DriveSetup, so what ever it is, must be on our FAT fs addon.
<augiedoggie>
and `mountvolume -l` ?
<OscarL>
Dunno, my Win10 host didn't liked that I've tried changing the partition label from a VM :-D
* OscarL
reboots into bare-metal
<OscarL>
"mountvolume -" gives me: "dUh7k" (seems to remove the invalid chars)
<OscarL>
used fatlabel to change the label into "EFIBoot" (tool warned about the use of lowercase chars).
<OscarL>
Haiku still shows the wrong label after a reboot.
<AlienSoldier>
OscarL could it be a convertion from ASCII to unicode causing this?
<MonniTheCat>
Conversion from ASCII to Unicode would likely make all characters invalid... conversion from ASCII to UTF-8 however wouldn't corrupt any characters...
<botifico>
[haikuports/haikuports] jsteinaker 9350c6d - libdbi-drivers: new recipe (#11312)
Begasus_32 has joined #haiku
Begasus_32 has quit []
<Begasus[m]>
Morning Mika Lindqvist
<Begasus[m]>
there, done checking some PR's on 32bit (for now)
<MonniTheCat>
Begasus[m]: I'm still going through all recipes that should build on 32-bit, but don't...
<Begasus[m]>
why?
<Begasus[m]>
if packages still exist they should still be good, there will be plenty I guess with broken URI's
<Begasus[m]>
gcc2 is on it's way out, only the needed/required ones should stick around for a while
<Begasus[m]>
well, maybe not on it's way out (at least not before R1) iirc :)
<MonniTheCat>
<Begasus[m]> "why?" <- Whenever I try to build something for x86 (not x86_gcc2), haikuporter tries to rebuild some packages, but fails to various different reasons... seems like dependency resolution is broken on 32-bit Haiku...
DKnoto_W2 has quit [Ping timeout: 480 seconds]
<Begasus[m]>
for x86 as in secondary architecture on 32bit?
<Begasus[m]>
there is no x86 target architecture (primary)
<Begasus[m]>
could you give an example on what fails or what errors you get?
<Begasus[m]>
also used: alias hp="haikuporter -S -j8 --no-source-packages --get-dependencies" ?
<Begasus[m]>
if packages are available they should be used and not rebuild local
Begasus has joined #haiku
melnary has quit [Read error: Connection reset by peer]
DKnoto_W2 has joined #haiku
<MonniTheCat>
<Begasus[m]> "could you give an example on..." <- Missing cmake or libtool, conflicting version of texinfo, missing libtiff... These are just the ones I got so far...
<Begasus[m]>
Not asking what you are missing, an example of a recipe where these errors pop up :)
<Begasus>
k, back to 32bit
<Begasus>
give some pointers in a bit on what recipe(s) fail for you MonniTheCat
Begasus has quit [Quit: Vision[]: i've been blurred!]
Begasus_32 has joined #haiku
<Begasus_32>
re from 32bit
* Begasus[m]
waits for an example recipe from Mika Lindqvist
<MonniTheCat>
Begasus[m]: > * <@begasushaiku:matrix.org> waits for an example recipe from Mika Lindqvist
<MonniTheCat>
There is too many to list here... It would flood the channel...
<Begasus_32>
Only one that really points out the problem is enough, no need for a full list :)
<Begasus_32>
for libexpat I already checked sablotron and beaccessibla for gcc2, no issues there
<Begasus_32>
I just want to understand what problems there are
<Begasus_32>
for one, missing cmake, configure sometimes use it to detect libraries/headers for external packages, but not all packages provide cmake config files, so hence even though configure check for it's existence it's not broken if it isn't included, same goes for libtool (mostly libtoolize would be used there but still, mostly only required when running autoreconf)
melnary has joined #haiku
<MonniTheCat>
<Begasus_32> "Only one that really points..." <- Latest failure was with "hp freetype_bootstrap_x86"...
<Begasus_32>
ok, will launch the build for it
<Begasus_32>
1, checks for cmake, isn't required, 2 build is fine, 3 packaging fails, so that shouold be looked into
<Begasus_32>
Warning: POLICY ERROR: no matching provides "lib:libfreetype_x86" for "lib/libfreetype.so.6"
<Begasus_32>
IIRC this is intentionaly, lib:libfreetype should be provided by freetype, not freetype_bootstrap
<Begasus_32>
buildmasters don't build in strict mode, so the build for freetype_bootstrap will finish fine there
<Begasus_32>
harfbuzz special case also (glib)
<Begasus_32>
MonniTheCat, feel free to email some kind of list, if nothing pops up here I'll switch back to 64bit (or paste something I could have a look at)
<MonniTheCat>
<Begasus_32> "special case (iirc in regards to..." <- I can't build locally with strict mode disabled, it would cause failure later on... I've patched such failures on 64-bit Haiku already...
<Begasus_32>
mv: cannot move '/packages/freetype_bootstrap_x86-2.13.2-1/.self/data/aclocal' to '/data/aclocal': Directory not empty
<MonniTheCat>
<Begasus_32> "special case (iirc in regards to..." <- For me it looks like the library should only be in "develop/lib" and not in "lib"... So it will not conflict with main freetype package (but will conflict with freetype_devel)
<Begasus_32>
PulkoMandy has been looking into that and reported about the issue, so it's known
<Begasus_32>
MonniTheCat, hence it doesn't provide lib:libfreetype*
<MonniTheCat>
Begasus_32: I wasn't going to report all the failures before I get to the finish, so I know which failures are "temporary" and can be fixed by either installing the binary package manually or adjusting the recipe...
<Begasus_32>
change to install -D -m644 -t $dataRootDir/aclocal builds/unix/freetype2.m4 fixes build on freetype_bootstrap
<Begasus_32>
for some reason -Dt doesn't seem to work, but anyway, that doesn't mean freetype_bootstrap is broken atm
<Begasus_32>
the "build" is currently
<Begasus_32>
switching back to 64bit in a bit
Begasus_32 has quit [Quit: Vision[]: i've been blurred!]
Begasus has joined #haiku
<Begasus>
freetype_bootstrap builds without changes fine on 64bit :)
<MonniTheCat>
Begasus: I will switch back to 64-bit after I finish testing the 32-bit recipes... Currently only "rebuilding" packages I already have installed, which isn't a lot, but still takes over 24 hours...
<Begasus>
np, diving back into gear24 here :)
<Begasus>
should also check why iaito needs 2 qmake versions ...
mmu_man has joined #haiku
<MonniTheCat>
Sometimes I hate how rebuilding one package means I have to also rebuild 20+ unrelated packages, just to avoid package_daemon uninstalling critical packages due to dependency conflict...
<Begasus[m]>
those dependency conflicts mostly only involve _devel packages
<MonniTheCat>
Begasus: 148 packages now in haikuports/packages... quite scary if you ask me...
<Begasus>
343 atm here :P
<Begasus>
1245 atm in system/packages
<MonniTheCat>
Begasus: Stopped on glib_x86 due to missing EVFILT_VNODE ...
<Begasus>
I guess you mean glib2_x86?
<MonniTheCat>
<Begasus> "I guess you mean glib2_x86?" <- Recipe names and provides aren't always the same... It was trying to rebuild gio, which requires glib...
carlomonte has joined #haiku
carlomonte has quit []
carlomonte has joined #haiku
carlomonte has quit []
<Begasus>
MonniTheCat, they should be the same?
<Begasus>
lib:libgio_2.0 is part of glib2?
<MonniTheCat>
Begasus: Dunno... Dinner time, then I wipe the partition and reinstall so I can get clean installation for next recipe...
<Begasus>
enjoy :)
<MonniTheCat>
Begasus: Not really enjoying arguing with korli about something that involves beta4... almost everyone is using beta5 already...
zard has joined #haiku
novaphoenix has quit [Quit: gone fishing]
<Begasus>
MonniTheCat, most of the packages around have been build still on beta4 (or early beta5)
novaphoenix has joined #haiku
<MonniTheCat>
Begasus: I see a lot requiring +113, when my installation is +125...
<Begasus>
yeah, I'm on latest hrev for beta5 also, not seeing any issues with those packages
<MonniTheCat>
<Begasus> "yeah, I'm on latest hrev for..." <- "pkgman full-sync" has never worked for me... So there must be something fishy going on when using haikuporter on 32-bit Haiku... I used the ISO from the website and updated it using pkgman before installing haikuporter... So first run with haikuporter was with +125 and not +113
HaikuUser has joined #haiku
_-Caleb-_ has joined #haiku
HaikuUser is now known as MonniTheKitten
<Begasus>
only running full-sync when the local packages have been merged and build on buildmasters, already running KF6 6.8.0 where in the depot it's still on 6.7.0, so not an option to run full-sync, just pkgman up
<MonniTheCat>
Begasus: expat is only package that hasn't been merged for me yet... After that I switch to nightlies so I can test new features...
HaikuUser has joined #haiku
HaikuUser has quit []
yeti has quit [Ping timeout: 480 seconds]
<Begasus>
update on the newer 6* version should be fine I guess
HaikuUser has joined #haiku
HaikuUser has quit []
_-Caleb-_ has left #haiku [#haiku]
yeti has joined #haiku
imrahil has joined #haiku
<MonniTheCat>
<Begasus> "update on the newer 6* version..." <- Eh...