kisslinux / kiss

KISS Linux - Package Manager
https://kisslinux.github.io
MIT License
464 stars 62 forks source link

Library issue #236

Closed f1nniboy closed 3 years ago

f1nniboy commented 3 years ago

I just upgraded to KISS 5.5.2 and dhcpcd & pigz fail to build because they cannot find some system libraries. (stdio.h, assert.h, etc.)

dylanaraps commented 3 years ago

Send a log. They build fine here.

f1nniboy commented 3 years ago

https://dpaste.com/CNEQLY3LJ

dylanaraps commented 3 years ago

Do they build if you clear your CFLAGS? CFLAGS= kiss b pigz dhcpcd?

dylanaraps commented 3 years ago

Do the files exist in /usr/include? (/usr/include/sys/stat.h)

f1nniboy commented 3 years ago

Yes. It looks like this is an issue with WyverKISS because these packages build fine with the normal KISS rootfs.

konimex commented 3 years ago

Open an issue there, I'll take a look.