Hi,
I'm trying to update KDE from 4.8, among other ports. The system is 8.2-REL. After following the instructions in /usr/ports/UPDATING, the rebuild of x11/kde4-workspace failed when it couldn't find libc.so.6. I installed misc/compat6x and tried again. Yet the build again failed. Quite a few "undefined references" detected by /usr/local/lib/libdl.so, which on my system is symlinked to /usr/compat/linux/lib/libdl.so.2.
And then the build ends. In addition to installing compat6x, I also tried re-installing glib, and devel/gettext. (again doing my best to follow instructions in UPDATING)
Have I missed re-installing a required port?
I'm trying to update KDE from 4.8, among other ports. The system is 8.2-REL. After following the instructions in /usr/ports/UPDATING, the rebuild of x11/kde4-workspace failed when it couldn't find libc.so.6. I installed misc/compat6x and tried again. Yet the build again failed. Quite a few "undefined references" detected by /usr/local/lib/libdl.so, which on my system is symlinked to /usr/compat/linux/lib/libdl.so.2.
Code:
/usr/local/lib/libdl.so: undefined reference to 'strerror@GLIBC_2.0'
gmake[2]: *** [kcheckpass/kcheckpass] Error 1
gmake[1]: *** [kcheckpass/CMakeFiles/kcheckpass.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
Generating kdecoration.moc
Generating kcommondecoration.moc
[ 0%] Built target kdecorations_automoc
gmake: *** [all] Error2
And then the build ends. In addition to installing compat6x, I also tried re-installing glib, and devel/gettext. (again doing my best to follow instructions in UPDATING)
Have I missed re-installing a required port?