Hi
I wanted to post on the beta page but it appears I can not so forgive me not testing 32 bit at the beta stage. I have built libxcvt for 32 bit but not submitted as it makes no difference. I am now stumped. Here is what I did, and I kept the output.
1) make my boot list on 64 MATCH as far as possible the tce.installed list here for 32 bit
cat /mnt/mmcblk0p2/tce/onboot.lst
openssh.tcz
libXcursor.tcz
nano.tcz
mc.tcz
libxcvt.tcz
liblz4.tcz
libzstd.tcz
llvm15-lib.tcz
xf86-video-fbdev.tcz
Xorg.tcz
jwm.tcz
aterm.tcz
wbar.tcz
2)cd /mnt/sda1 # its my storage usb
ls /usr/local/tc.installed > /mnt/sda1/32c.txt
diff 32c.txt 64.txt > diffc.txt
cat diffc.txt | grep +
+++ 64.txt
@@ -5,24 +5,18 @@
+imlib2-bin
@@ -40,22 +34,18 @@
@@ -72,15 +62,11 @@
so as per prev post, I am eliminating imlib2-bin as its a combined TCE AFAIK on 32 bit
and now I can eliminate libxcvt as its built on 32 bit
full reboot once libxcvt built and onboot list match
3) startx still fails....so I am stumped at this stage.
thanks for reading
##############
libxcvt.tcz
liblz4.tcz
libzstd.tcz
llvm15-lib.tcz
xf86-video-fbdev.tcz
were + diffs from diffb I had run previously