yledoare / ydfs

Your Distro From Scratch
3 stars 1 forks source link

Error 'Where is" lib ? fix opkg problem #7

Closed Boyquotes closed 7 months ago

Boyquotes commented 1 year ago

The kernel module are now ok but I have an 2 libraries errors now, where I can add this 2 libraries ? scripts they call :

grep "where is " ./ -R
./testing/scripts/make_modules:    [ ! -e $HOME/ydfs/modules/$CARCH/lib/$file ] && [ "$file" != "libtinfo.so.5" ] && [ "$file" != "libgmp.so.10" ] && [ "$file" != "libgmp.so.3" ] && echo "where is $file ?" && exit 45
./2.9/opkg/fixes/install-missing-libs:  [ ! -e usr/lib/$file ] && echo "where is $file ?" && exit 45
./2.9/scripts/make_modules:    [ ! -e $HOME/ydfs/modules/$ARCH/lib/$file ] && [ "$file" != "libtinfo.so.5" ] && [ "$file" != "libgmp.so.10" ] && [ "$file" != "libgmp.so.3" ] && echo "where is $file ?" && touch /tmp/ko

Call in Makefile :

fixopkg:
        ./scripts/make_thunderbird
        ./scripts/make_fixes
ydfs/kernel-x86_64/modules/6.1.23/linux-firmware/s5p-mfc-v7.fw
ydfs/kernel-x86_64/modules/6.1.23/linux-firmware/LICENSE.ice
ydfs/kernel-x86_64/modules/6.1.23/linux-firmware/iwlwifi-6000g2a-6.ucode
ydfs/kernel-x86_64/modules/6.1.23/linux-firmware/iwlwifi-cc-a0-73.ucode
ydfs/kernel-x86_64/modules/6.1.23/linux-firmware/hfi1_dc8051.fw
--2023-04-28 10:37:12--  http://jukebox.linuxconsole.org/fast/kernel-2.9-x86_64.tar.gz
Resolving jukebox.linuxconsole.org (jukebox.linuxconsole.org)... 5.196.89.98
Connecting to jukebox.linuxconsole.org (jukebox.linuxconsole.org)|5.196.89.98|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9440037 (9.0M) [application/x-gzip]
Saving to: ‘/home/debian/iso/kernel-2.9-x86_64.tar.gz’

/home/debian/iso/kernel-2.9-x86_64.tar.gz                                     100%[================================================================================================================================================================================================>]   9.00M  10.7MB/s    in 0.8s    

2023-04-28 10:37:13 (10.7 MB/s) - ‘/home/debian/iso/kernel-2.9-x86_64.tar.gz’ saved [9440037/9440037]

xvf /home/debian/iso/kernel-2.9-x86_64.tar.gz
ydfs/build/linux-x86_64-6.1.23/arch/x86_64/boot/bzImage
-rw-r--r-- 1 debian debian 9499168 Apr 28 10:37 ydfs/build/linux-x86_64-6.1.23/arch/x86_64/boot/bzImage
./scripts/make_modules
Building fast 
Make module .. log in  /home/debian/ydfs/modules/x86_64.log
Clear /home/debian/ydfs/modules/x86_64 
 15,290,625,914  99%   16.85MB/s    0:14:25 (xfr#160647, to-chk=0/184550)    
where is libcrypto.so.3 ?
where is libLLVM-13.so.1 ?
make: *** [Makefile:212: /home/debian/ydfs/build/modules//x86_64.squashfs] Error 45
yledoare commented 1 year ago

README updated : https://github.com/yledoare/ydfs/commit/762ba4bc25dd2c7008d50207db9c67ca0ecdd02d

Look at line 33 from https://github.com/yledoare/ydfs/blob/main/2.9/Dockerfile

yledoare commented 7 months ago

Use last #v2.10.1