kinfocenter fails on several clicks, like interrupts, DMA channels. For example: - clicking on Interrupts causes the application to crush, with stderr: /libexec/ld-elf.so.1: /usr/local/kde4/lib/kde4/kcm_info.so: Undefined symbol "devinfo_init" - on a second run clicking again interrupts gives on stderr: kinfocenter(2449)/kdecore (KLibrary) kde4Factory: The library "/usr/local/kde4/lib/kde4/kcm_info.so" does not offer a qt_plugin_instance function. kinfocenter(2449)/kdecore (KLibrary) kde3Factory: The library "/usr/local/kde4/lib/kde4/kcm_info.so" does not offer an "init_kcm_info" function. and on screen (without crushing this time) : shared object "devinfo.so" not found Fix: i cannot think of a fix. i can only verify that the said library devinfo.so is indeed there, in /usr/lib/libdevinfo.so How-To-Repeat: just do the clicks described above.
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: kde->avilla I'll take it.
Responsible Changed From-To: avilla->kde give this back to kde@
avilla 2010-09-14 18:02:06 UTC FreeBSD ports repository Modified files: x11/kdebase4-workspace Makefile x11/kdebase4-workspace/files patch-kinfocenter__Modules__info__CMakeLists.txt Log: - Fix libdevinfo link in KInfoCenter. - Bump PORTREVISION. PR: ports/150385 Approved by: tabthorpe (mentor) Revision Changes Path 1.246 +1 -0 ports/x11/kdebase4-workspace/Makefile 1.2 +1 -1 ports/x11/kdebase4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed fixed, thanks