...
Execute pre-install commands...
cp: can't stat 'libstdc++.so.6.25/libstdc++.so.6.16': Not a directory
cp: can't stat 'libstdc++.so.6.25/libstdc++.so.6.16': Not a directory
cp: can't stat 'libstdc++.so.6.25/prev.libstdc++.so.6.16': Not a directory
...

Error when updating gcc83-lib-base
(4 posts) (2 voices)-
Posted 2 years ago #
-
Hmm, this problem does not seem to excite the crowds... ;-)
But I think I know why: you can't reproduce the problem.
I just see it happens only on my lives USB; it didn't happen on my (old: october 2018) full installation.
Run a live session from the last ISO and type
tazpkg -gi gcc83-lib-base --forced
Posted 2 years ago # -
Hi Ceel,
In case on rc3, first install of gcc83-lib-base work (because only libstdc++.so.6.0.16.
if i try to reinstall them, same issue.Function of pre_install try to copy libstdc++.so.6.*.* with prefix "prev.", but found 2 libs (6.0.16 and 6.0.25).
cp -a $lib prev.$lib
concat both names.Posted 2 years ago # -
Hi shann,
Thank you for your reply.
Yes I can see in my lives USB the two files.In case on rc3, first install of gcc83-lib-base work (because only libstdc++.so.6.0.16.
In my full installations there is only libstdc++.so.6.0.25, no libstdc++.so.6.0.16.
I must confess that this is not clear for me... What is really necessary, libstdc++.so.6.0.16 or libstdc++.so.6.0.25 or both???
Well it does not seem there is any trouble despite the error message.Posted 2 years ago #
Reply
You must log in to post.