By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 8 - kio_fish in kdebase-kio-plugins-kde3 references undefined symbol: openpty
Summary: kio_fish in kdebase-kio-plugins-kde3 references undefined symbol: openpty
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: 3.5.10
Hardware: All Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2008-12-07 19:00 CST by Wouter Deconinck
Modified: 2012-10-19 15:25 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wouter Deconinck 2008-12-07 19:00:00 CST
The kio_fish.so included in kdebase-kio-plugins-kde3 references the undefined symbol openpty that should be provided by libutil.  This problem did not occur in the previous kde3 version directly installed from the apt.pearsoncomputing.net repository.


Error messages upon Alt-F2 -> fish://localhost
* dialog-box
Could not start process Unable to create io-slave:
klauncher said: Error loading 'kio_fish'.
.
* tail -f .xsession_errors
Could not open library '/usr/kde3/lib/kde3/kio_fish.la'.
/usr/kde3/lib/kde3/kio_fish.so: undefined symbol: openpty


This was reported for kde 3.5.9 in debian and fixed there by cleaning up automake in 02_automake_cleanup.diff. Reference: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469653
Comment 1 Timothy Pearson 2008-12-08 20:45:54 CST
Fixed and tested working.

Thanks for reporting!
Comment 2 Wouter Deconinck 2008-12-08 21:21:37 CST
Confirmed working.  Thanks!