<sajcho>
pitillo: can i test rootfs 3.7 on my machine?
sajcho has quit [Quit: Client closed]
<pitillo>
of course... any test will provide good feedback and is always welcome
<pitillo>
let's see if libmpc bump from this morning helps...
<pitillo>
nah, same problem...
<pitillo>
locate stdio.h
<pitillo>
I don't understand where is the missing include
<pitillo>
patching libmpc.h to add stdio.h makea the configure detect mpc right
<pitillo>
checking for the correct version of gmp.h... yes checking for the correct version of mpfr.h... yes checking for the correct version of mpc.h... yes checking for the correct version of the gmp/mpfr/mpc libraries... yes
<pitillo>
I can see stdin.h included but not stdio.h, so it should be added somewhere but now it's no happening so mpc isn't detectednright (really, the missing header to mansge FILE types
<beerman>
newest libmpc should fix that i think
<pitillo>
it doesn't I believe
<pitillo>
still the missing stdio header error on gcc
sajcho has joined #crux-arm
crux-arm-bot has joined #crux-arm
<crux-arm-bot>
[ crux-ports-core-arm64 ] libmpc: overlay for testing missing stdio.h include
crux-arm-bot has left #crux-arm [#crux-arm]
<pitillo>
sajcho: -> of course... any test will provide good feedback and is always welcome
<pitillo>
which device do you have or plan to deploy the RC?
<sajcho>
pittillo: Thank you. I'll let you know when I get some results...
<sajcho>
pitillo: tegra186 - Jetson TX2
<pitillo>
good for testing the 32b version
<sajcho>
It is 64b. NVIDIA Jetson TX2 Developer Kit.
<pitillo>
g++ main.o pkgutil.o pkgadd.o pkgrm.o pkginfo.o -o pkgadd (removed -static option and the same result)
<pitillo>
we'll add the sed... I need to check sources and see what removes the first --static
<pitillo>
it's built now
<pitillo>
thanks sajcho, we had some time ago the sed to remove the -static but there is something more which breaks the static build
<pitillo>
I'll give some time to the cmake update and if it goes right, I'll push pkgutils fix and cmake upgrade to start a fresh build
<pitillo>
it's building the stage1-rootfs...
<pitillo>
but some things to check.... I don't like the stdio error on libmpc... not sure if it's something wrong from our side or a bug (which I doubt)
sajcho has quit [Quit: Client closed]
sajcho has joined #crux-arm
<sajcho>
Good news. I'll try that too after the update.
<pitillo>
interesting.... it seems to be related to 3.6.2
<pitillo>
ummmmmm last bump broke pkgutils build....
<pitillo>
let's see if I can make a test on the running 3.7 which is still in 3.6.1, building pkgutils, updating libarchive and rebuilding pkgutils....
<pitillo>
3.6.2 libarchive.pc adds that require which I don't understand why yet
<pitillo>
cmake.... we are overlaying libarchive to avoid hosts dependencies... so there is something missing in the overlay
<pitillo>
ummmm we can revert to 3.6.1 to get a clean commit to be used on crux-arm-release, then bump it again if it works fine in the current 3.7 device
<pitillo>
it seems there is a problem with last libarchive bump
<pitillo>
let's see if someone can check on x86 if it's broken there too