<Ansuel>
i expected more package to be broken... that is nice not that bad
rua has quit [reticulum.oftc.net helix.oftc.net]
gladiac has quit [reticulum.oftc.net helix.oftc.net]
enyc has quit [reticulum.oftc.net helix.oftc.net]
Ansuel has quit [reticulum.oftc.net helix.oftc.net]
tmn505 has quit [reticulum.oftc.net helix.oftc.net]
Forst has quit [reticulum.oftc.net helix.oftc.net]
sa7mfo has quit [reticulum.oftc.net helix.oftc.net]
owrt-images-builds has quit [reticulum.oftc.net helix.oftc.net]
slh has quit [reticulum.oftc.net helix.oftc.net]
sandberm has quit [reticulum.oftc.net helix.oftc.net]
ILEoo has quit [reticulum.oftc.net helix.oftc.net]
enyc has joined #openwrt-devel
sandberm has joined #openwrt-devel
rua has joined #openwrt-devel
gladiac has joined #openwrt-devel
Ansuel has joined #openwrt-devel
tmn505 has joined #openwrt-devel
Forst has joined #openwrt-devel
owrt-images-builds has joined #openwrt-devel
sa7mfo has joined #openwrt-devel
ILEoo has joined #openwrt-devel
slh has joined #openwrt-devel
gladiac has quit [Write error: connection closed]
gladiac has joined #openwrt-devel
aparcar has quit [Ping timeout: 481 seconds]
tohojo has quit [Ping timeout: 480 seconds]
schmars[m] has quit [Ping timeout: 480 seconds]
gladiac is now known as Guest2572
Guest2572 has quit [Write error: connection closed]
robimarko has quit [Ping timeout: 480 seconds]
hitech95 has joined #openwrt-devel
robimarko has joined #openwrt-devel
KGB-2 has quit [Remote host closed the connection]
KGB-2 has joined #openwrt-devel
tidalf has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schmars[m] has joined #openwrt-devel
<schmars[m]>
blocktrron this probably didn't make it through before NickServ kicked me: about your mt7915e txq lock patch https://github.com/openwrt/mt76/issues/690 - i have two zyxel nwa55axe with this issue. did you find more info since february, or should i just go an try the patch?
* Slimey
tickles rmilecki with a mpc85xx CPU
cmonroe has joined #openwrt-devel
mattsm has quit [Ping timeout: 480 seconds]
tidalf has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
cmonroe has quit [Read error: Connection reset by peer]
cmonroe has joined #openwrt-devel
goetz has quit [Read error: Connection reset by peer]
goetz has joined #openwrt-devel
<rmilecki>
Slimey: you probably meant someone else, i've zero knowledge of that SoC/CPU
tidalf is now known as Guest2605
cmonroe has quit [Ping timeout: 480 seconds]
Guest2605 has quit [Ping timeout: 480 seconds]
cmonroe has joined #openwrt-devel
fakuivan has quit [Ping timeout: 480 seconds]
rz has joined #openwrt-devel
<Slimey>
lol k
<Slimey>
WS-AP3710i is simlar to a bsap-2030 i have
tidalf has joined #openwrt-devel
tidalf has quit []
tidalf has joined #openwrt-devel
goliath has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
<svanheule>
mrnuke: No idea, sorry. I don't suppose you can correlate it to a certain setting?
<mrnuke>
svanheule: I found a command in RTL dialect that changes said byte, but that's about it. Not sure what it does.
<svanheule>
I was looking at the wiki earlier today, and guessed it might have something to do with 'power-on after classification', but that's just speculation
<svanheule>
you haven't tried the different values to see if there's any obvious effect?
gladiac has joined #openwrt-devel
<mrnuke>
svanheule: I did. Couldn't correlate behaviour with value of said settings
<mrnuke>
Originally, I thought it might be "port classification enable". But then I'd expect a command in the vendor fw to set the "clasification enable" byte.
<mrnuke>
None of the commands the vendor fw sends change the "classification_enable", so clearly, this must be something else
aiyion has quit [Ping timeout: 480 seconds]
aiyion has joined #openwrt-devel
tidalf has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Mangix>
Ansuel: ERROR: package/utils/audit [host] failed to build.
<Mangix>
missing stdio.h include. ROFL.
tidalf has joined #openwrt-devel
tidalf has quit []
tidalf has joined #openwrt-devel
tidalf has quit []
<Mangix>
ugh GCC14 breaks so many packages
tidalf has joined #openwrt-devel
<Ansuel>
wtf missing stdio.h o.O
<Ansuel>
with mbedtls and gcc14 we will have lots of FUN.
tidalf has quit []
<Mangix>
Ansuel: with every gnulibc and gcc update, fewer and fewer headers are implicitly included
<Mangix>
it's funny
<Mangix>
musl is supposed to be like that. but then glibc says hold my beer.
<Ansuel>
well we are changing approach...
<Ansuel>
lots of time ago it was like "sure lets include all this handy shit"
<Ansuel>
now it's more "are you sure you want to include function x? It may cause CVE XYZ in the next 10 years"
<Ansuel>
meanwhile every python project
<Ansuel>
"library printf_but_with_colored_output GO BRRRRR"
tidalf has joined #openwrt-devel
tidalf has quit []
<Ansuel>
honestly we are just getting all the harm of years of bad decision on these core library (and musl being better somehow since it was more restrictive from the start)
<Ansuel>
but still dropping stdio.h IS FUNNY AHAHAH invalidates 99.99999% of every C guide online ahahah
<Mangix>
LOL
<Mangix>
GCC14 also includes the algorithm header in fewer libraries
<Mangix>
/s/libraries/headers
<Mangix>
it's kind of funny. C2x behaviors are not errors on GCC14
<Mangix>
*now
<Ansuel>
btw very tempted to recover my project of using alpine container for openwrt buildroot
<Mangix>
it's interesting that -Wimplicit-function-declaration is now an error. this will break so many automake stuff.
<Mangix>
Ansuel: funny I actually tried this recently
<Ansuel>
how it went?
<Mangix>
undefined X in libtinfo.6
<Mangix>
in mkhash or something
<Mangix>
something in scripts
tidalf has joined #openwrt-devel
<Ansuel>
Mangix they use implicit function to check if something is supported?
<Mangix>
eh no. They check functions existence by seeing if they compile and link. But with this error, they will not compile because most of the time, the header is not included.
<Mangix>
In meson terms, cc.has_function('fseeko') will fail. cc.has_function('fseeko', prefx: '#include <unistd.h>') will succeed
<Ansuel>
ok yes i was referring to that... it will be a shitfest...
tidalf has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tidalf has joined #openwrt-devel
SlimeyX has joined #openwrt-devel
<Mangix>
uhhh
<Mangix>
I just tried Alpine and I'm not getting that error
<Mangix>
Let's see how far it goes
<Mangix>
ERROR: tools/cmake failed to build. That didn't take long
<Mangix>
fatal error: linux/fs.h: No such file or directory
<Mangix>
LOL
<Ansuel>
you want to suffer sir
<Ansuel>
you need linux-headers
<Ansuel>
actually all of this
<Ansuel>
gcc g++ ncurses-dev git rsync perl tar bash patch findutils diffutils grep gzip unzip bzip2 wget python3 file which make gawk coreutils linux-headers argp-standalone musl-fts-dev musl-obstack-dev musl-libintl
tidalf has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Mangix>
installed most of thoser
tidalf has joined #openwrt-devel
<Mangix>
funny thing about that header is that it's not really needed for cmake.
<Ansuel>
wonder if the musl fix for binutils was backported...
<Mangix>
I was thinking of writing a patch that matched it against __has_include
<Ansuel>
do you think those totally doesn't support musl ?
<Mangix>
hmm?
tidalf has quit []
<Mangix>
Ansuel: tools built.
<Mangix>
Let's see if toolchain builds
tidalf has joined #openwrt-devel
<Ansuel>
even 7zip ?
<Ansuel>
o.O
<Mangix>
I don't see it
<Mangix>
is it conditionally built?
<Ansuel>
yep
<Mangix>
Maybe I should enable CONFIG_BUILD_ALL_HOST_TOOLS
<Ansuel>
yes if you want to suffer
<Ansuel>
that is what i'm testing in ci
<Mangix>
yeah I'm looking at it. Not looking forward to llvm
<Ansuel>
anyway if you can continue with your normal compile
<Ansuel>
also can't remember does musl provide better perf ?
<Mangix>
In specific circumstances
<Mangix>
IIRC for x86 and aarch64, there are a lot of ASM optimizations in glibc
tidalf has quit []
tidalf has joined #openwrt-devel
tidalf has quit []
tidalf has joined #openwrt-devel
<Ansuel>
wait 7zip now compile o.O
<Ansuel>
make[2] -C tools/llvm-bpf clean-build
<Ansuel>
make[2] -C tools/llvm-bpf compile
<Ansuel>
OH NO
<Mangix>
hahaha
<Mangix>
ERROR: package/feeds/luci/luci-base [host] failed to build.
<Mangix>
LOL
tidalf has quit []
<Ansuel>
so toolchain compiled correctly?
<Mangix>
yesa
<Ansuel>
nice
<Ansuel>
BUT WTF WHY LUCI FAILED?
<Ansuel>
curious of the log
<Ansuel>
pls send
<Mangix>
/usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: po2lmo.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIE
<Mangix>
/usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: failed to set dynamic section sizes: bad value
<Ansuel>
easy to fix i guess
<Ansuel>
why the thing worked with before tho ???
<Mangix>
no idea
<Ansuel>
or it's just alpine having PIE enabled by default
tidalf has joined #openwrt-devel
<Mangix>
I imagine some library is not built with PIC
<Ansuel>
well if toolchain compile correctly target stuff should not be affected by alpine
<Ansuel>
ERROR: tools/llvm-bpf failed to build.
<Ansuel>
-.-
<Ansuel>
REALLY -.-
<Mangix>
right, but HOSTPKG :)
<Ansuel>
llvm not supporting musl...
<Mangix>
Ansuel: didn't you hear. LLVM has its own libc.
tidalf has quit []
<Ansuel>
-.-''''
tidalf has joined #openwrt-devel
hitech95 has quit [Read error: Connection reset by peer]
<Ansuel>
sad cause i think all the tools compile correctly except llvm
<Ansuel>
using alpine will permit us to catch all the case where one package use host package...
<Mangix>
fun. adding fPIE or fPIC does not work
<Mangix>
agh
<Ansuel>
are you sure the thing is correctly called?
<Mangix>
my mind is telling me to rewrite this makefile in meson
<Mangix>
Ansuel: missing _LARGEFILE64SOURCE or w/e it was
<Ansuel>
LFS64 functions are deprecated
<Ansuel>
we had that on openwrt too
<Mangix>
Ansuel: maybe everything is building for me as I'm on an older Alpine
<Ansuel>
using alpine:latest
<Mangix>
Can't figure out how to update it
<Mangix>
I'm using distrobox
<Mangix>
Ansuel: make menuconfig fails with Error loading shared library libtinfo.so.6: No such file or directory (needed by /home/mangix/devstuff/openwrt/scripts/config/mconf)