On Sat, 2019-01-19 at 23:43 +0100, Pedro Pinho wrote:
> Back at home!
> I've just erased my disk using gpsrted-live usb and made a fresh install from
> the image here,
> http://ftp.fr.netbsd.org/pub/NetBSD-daily/netbsd-8/201901151910Z/images/
>
> NetBSD 8.0 STABLE arch amd64
>
> Pointed pkgin to
> http://ftp.fr.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/8.0/All/
>
> and pulled my binary packages. Launching midori from xterm outputs
> libstdc++.so.7 is missing. Tried symlinking libsrdc++.so.8 to libstdc++.so.7
> to no avail. Can't launch midori.
> It would be ok with firefox but, as mentioned already, firefox is not there!!
>
> Any suggestions?!
> Thx!
Though I don't think this is the most likely answer here, another
possibility is that the problem packages have been built on a machine
running an 8.0_BETA release from prior to Oct. 12, 2017. Because prior
to that, libstdc++.so.7 existed, and then it was replaced with .8.[1]
This may be the reason I see things like this with the builds found for
powerpc/8.0_2018Q3:
blackbox:
-lSM.7 => /usr/X11R7/lib/libSM.so.7
-lICE.7 => /usr/X11R7/lib/libICE.so.7
-lc.12 => /usr/lib/libc.so.12
-lX11.7 => /usr/X11R7/lib/libX11.so.7
-lxcb.2 => /usr/X11R7/lib/libxcb.so.2
-lXau.7 => /usr/X11R7/lib/libXau.so.7
-lXdmcp.7 => /usr/X11R7/lib/libXdmcp.so.7
-lXext.7 => /usr/X11R7/lib/libXext.so.7
-lstdc++.7 => not found
-lm.0 => /usr/lib/libm.so.0
-lgcc_s.1 => /usr/lib/libgcc_s.so.1
1.
http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/sets/lists/base/shl.mi?rev=1.817.2.2&content-type=text/x-cvsweb-markup&only_with_tag=netbsd-8
Dave