Page 1 of 1
Silverblue compile error

Posted:
Thu Oct 24, 2024 3:43 pm
by JuhaFinland
I try to compile v20240829 in Silverblue Toolbox in the Fedora system. No luck. It has such a errors and no dependencies. It seems impossible task to do.
Dependencies resolved.
Nothing to do.
Complete!
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
Applying patches for kernel 6.11.4-201.fc40.x86_64
6 11 4
firmware file not exist!!!
make: *** [Makefile:26: all] Error 2
Re: Silverblue compile error

Posted:
Mon Oct 28, 2024 9:55 am
by zhangchao
hi ,
V6.11.4 is the latest kernel . v20240829 support to v6.10.
please following the steps to install , add skype jack_2431 if alos has issue .
# cd /opt
# git clone
https://github.com/tbsdtv/media_build.git # git clone --depth=1
https://github.com/tbsdtv/linux_media.git -b latest ./media
# cd media_build
# make dir DIR=../media
# make allyesconfig
# sed -i -r 's/(^CONFIG.*_RC.*=)./\1n/g' v4l/.config
# sed -i -r 's/(^CONFIG.*_IR.*=)./\1n/g' v4l/.config
#make -j4
#sudo make install
#wget
http://www.tbsdtv.com/download/document ... .0.tar.bz2 # sudo tar jxvf tbs-tuner-firmwares_v1.0.tar.bz2 -C /lib/firmware/
#reboot
best regards!
Re: Silverblue compile error

Posted:
Sat Nov 02, 2024 11:53 pm
by JuhaFinland
After deployment of make dir DIR=../media
Can't locate File/Copy.pm in @INC (you may need to install the File::Copy module) (@INC entries checked: /usr/local/lib64/perl5/5.40 /usr/local/share/perl5/5.40 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at ./use_dir.pl line 5.
BEGIN failed--compilation aborted at ./use_dir.pl line 5.
make[1]: *** [Makefile:128: dir] Error 2
make[1]: Leaving directory '/opt/media_build/linux'
make: *** [Makefile:32: dir] Error 2
also I did /build --check-only giving four dependencies what I did install. What is Copy module. I am inside Toolbox in the Silverblue not to make trouble when simple driver compile is so difficult.
Re: Silverblue compile error

Posted:
Mon Nov 04, 2024 11:54 am
by zhangchao
hi ,
try install perl and SHA , then to do . add skype jack_2431 if still have issue .
#wget
https://sourceforge.net/projects/moipro ... p/download -O perl-proc-processtable-master.zip
#unzip perl-proc-processtable-master.zip
#cd perl-proc-processtable-master
#perl Makefile.PL
#make && make install
install SHA
#wget
https://sourceforge.net/projects/moipro ... z/download -O Digest-SHA-5.93.tar.gz
#tar xvf Digest-SHA-5.93.tar.gz
#cd Digest-SHA-5.93
#perl Makefile.PL
#make && make install
best regards!
Re: Silverblue compile error

Posted:
Tue Nov 05, 2024 6:56 pm
by JuhaFinland
You do need to type whole link to be directly executive. Also there is error perl Makefile.PL
Can't locate ExtUtils/MakeMaker.pm in @INC (you may need to install the ExtUtils::MakeMaker module)
So I do need an other whatever to able execute make. In first try /build --check- check all and install perl and SHA. It become too difficult to compile. I know that there is a lot Silverblue users and tv card owners. So difficult to make simple driver.
Re: Silverblue compile error

Posted:
Fri Nov 08, 2024 11:01 am
by zhangchao
hi,
if the fresh system is ubuntun , debian , no need to install SHA and perl-proc from source .
if the fresh system is centos , fedora , need to install from source .
you can add skype jack_2431 if has issue in installing drivers.
best regards!