Howdy!
I hope I put this in the right place.
A while back I installed gdisk as I wanted to use an external HDD that was larger than ~1.5TB. At that point in time I had gdisk working, but I needed a different external USB enclosure to handle the large capacity drive.
The new enclosure came in the other day and I have just had time to sit down and play with putting the disk in it.
Now when I run gdisk I get the following generic error:
Already loaded. Call from regular menu or terminal.
I figured somehow I managed to bust the package, though truthfully the system has been sitting untouched until just recently. I went through the tce-audit builddb and tce-audit delete gdisk and a bunch of reboots and tce let me install it again. I kind of screwed up a bit on that install, the account I used was not in the sudoers file, and I got an error about not being able to write to /tmp/appserr. The fun just never stops (smile) so another round of builddb and delete and this time I made sure that the account that I ran tce from was in the sudoers file. The install ran perfectly clean, no errors reported. When I went to run gdisk I got an error though:
libicuio.so.51 not found
I ran ldd on the gdisk binary and found a couple:
tc@san:/usr/local/bin$ ldd gdisk
linux-gate.so.1 (0xb7f17000)
libicuio.so.51 => not found
libicuuc.so.51 => not found
libuuid.so.1 => /lib/libuuid.so.1 (0xb7f08000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7de4000)
libm.so.6 => /lib/libm.so.6 (0xb7d2d000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7d17000)
libc.so.6 => /lib/libc.so.6 (0xb7bee000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7bd6000)
/lib/ld-linux.so.2 (0xb7f18000)
I was not successful in figuring out what package those libraries belong to, but as far as I can tell I have all the dependencies installed for gdisk.
After a reboot, apparently the package manager knows something is amiss because the links in /usr/local/bin to all of the binaries in the gdisk package are broken.
Any help with this would really be appreciated. I am new to tinycore so it I seem a bit crude, I am, but I am really trying to get into the swing of it.