Today I tried to upgrade core 4.2 -> 4.3 but the result was not positive.
First i update dependency, after i update package and after i fetch missing dependency, I replaced the following core.gz and vmlinux and restart.
At reboot xorg not run, during run of pack this package is missing ;
graphics-3.0.21-tinycore.tcz
v4l-dvb-3.0.21-tinycore.tcz
wireless-3.0.21-tinycore.tcz
(de facto making me impossible to even connect, i have only wireless connection).
Fortunately I never do an upgrade without backing up the partition of Core
I put old vmlinux and Core.gz and I restarted, for now the hybrid goes on (new xlibs Xprogs is overlapped).
I try new search of missing dependecies after a new dep update: only elfutils-lib for prelink and wine.
tc@box:~$ tce-audit fetchmissing
Downloading: elfutils-lib.tcz
elfutils-lib.tcz: OK
I try to search manually mi actual possession of module:
tc@box:~$ find /mnt/sdb1/tce/optional/ -iname "*3.0.3*"
/mnt/sdb1/tce/optional/OSS-modules-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/input-tablet-touchscreen-3.0.3-tinycore.tcz
/mnt/sdb1/tce/optional/i2c-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/v4l-dvb-3.0.3-tinycore.tcz
/mnt/sdb1/tce/optional/virtualbox-ose-modules-3.0.3-tinycore.tcz
/mnt/sdb1/tce/optional/bluetooth-3.0.3-tinycore.tcz
/mnt/sdb1/tce/optional/input-joystick-3.0.3-tinycore.tcz
/mnt/sdb1/tce/optional/pci-hotplug-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/alsa-modules-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/alsa-modules-3.0.3-tinycore.tcz
/mnt/sdb1/tce/optional/firewire-3.0.3-tinycore.tcz.dep
/mnt/sdb1/tce/optional/firewire-3.0.3-tinycore.tcz
/mnt/sdb1/tce/optional/wireless-3.0.3-tinycore.tcz
/mnt/sdb1/tce/optional/firewire-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/v4l-dvb-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/input-joystick-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/wireless-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/virtualbox-ose-modules-3.0.3-tinycore.tcz.dep
/mnt/sdb1/tce/optional/OSS-modules-3.0.3-tinycore.tcz
/mnt/sdb1/tce/optional/i2c-3.0.3-tinycore.tcz
/mnt/sdb1/tce/optional/bluetooth-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/v4l-dvb-3.0.3-tinycore.tcz.dep
/mnt/sdb1/tce/optional/graphics-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/input-tablet-touchscreen-3.0.3-tinycore.tcz.dep
/mnt/sdb1/tce/optional/pci-hotplug-3.0.3-tinycore.tcz
/mnt/sdb1/tce/optional/graphics-3.0.3-tinycore.tcz.dep
/mnt/sdb1/tce/optional/virtualbox-ose-modules-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/input-tablet-touchscreen-3.0.3-tinycore.tcz.md5.txt
/mnt/sdb1/tce/optional/alsa-modules-3.0.3-tinycore.tcz.dep
/mnt/sdb1/tce/optional/graphics-3.0.3-tinycore.tcz
in contrast to:
tc@box:~$ find /mnt/sdb1/tce/optional/ -iname "*3.0.21*"
/mnt/sdb1/tce/optional/linux-headers-3.0.21-tinycore.tcz
/mnt/sdb1/tce/optional/linux-headers-3.0.21-tinycore.tcz.md5.txt
I had downloaded the header at the prospect of future compilations
now I download the rest of missing module by hand, but it seems right to communicate on the forum to expose the issues to those who know more than me