QUOTE(netchild)
Which linux_base do you use? I have the default one installed (based upon RedHat 7.1), but there's no official libstdc++.so.5 from RedHat. I'm downloading linux_base-8 ATM. I found a libstdc++.so.5 RPM for RedHat 8.0, but I don't know if there's a libgcc_s.so.1 included (the pkg-plist gets generated dynamically, so I have to download it first :? ).
Ok, the download finally finished and I can answer parts of this myself.
linux_base-8 is a replacement for linux_base. At least Intels C/C++ compiler and Netscape Navigator 4.8 work as expected. It contains not only libgcc_s.so.1, it also contains libstdc++.so.5.
Everyone who wants to run skype just has to run:
CODE
portupgrade -o emulators/linux_base-8 emulators/linux_base
to upgrade from linux-base-7.1. If you used some kind of X11 software (or want to use skype) you also have to install x11/linux-XFree86-libs. Additionally (for skype) you have to install x11-fonts/linux-fontconfig and textproc/linux-expat.
Now edit /usr/local/etc/pkgtools.conf, add the line
CODE
'emulators/linux_base' => 'emulators/linux_base-8',
into \"ALT_PKGDEP\". This tells portupgrade to depend upon linux_base-8 instead upon linux_base-7.1.
Finally download the static version of scype, extract the tarball, run \"brandelf -t Linux skype_ver-0_90_0_3-staticQT/skye\" and start skype.
I will make and commit a skype port tomorrow.
Unfortunately I'm not able to login with skype. Trying to register fails (\"login failed\", I tried to register \"Alexander-Leidinger.net\" if it matters; BTW: why is an at sign (@) not allowed to be used in the Skype user name?) and trying to open File->Options results in a segfault:
QUOTE
UI: MainForm::tabWidget_currentChanged
QButtonGroup::setProperty( \"selectedId\", value ) failed: property invalid, read-only or does not exist
QButtonGroup::setProperty( \"selectedId\", value ) failed: property invalid, read-only or does not exist
QButtonGroup::setProperty( \"selectedId\", value ) failed: property invalid, read-only or does not exist
ASSERT: \"!lib.isNull()\" in skyengine.cpp (882)
Bye,
Alex.