Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!qns3.qns.net!imci4!newsfeed.internetmci.com!netnews.nwnet.net!news-hub.interserv.net!news.sprynet.com!news From: Charles Buckley <ceb@mauto.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: 2.1.5 Emacs Package requires a missing Shared Lib Date: 04 Sep 1996 18:38:12 -0700 Organization: Mauto Lines: 17 Sender: ceb@WALLISELLEN Message-ID: <wkvidtspvf.fsf@mauto.com> NNTP-Posting-Host: hd66-232.compuserve.com X-Newsreader: Gnus v5.3/Emacs 19.33 It seems that the emacs-19.31.tgz package found in the 2.1.5-Packages depends on the shaired libvrary libgcc.261.0, which doesn't seem to be there in the 2.1.5 release (in /usr/lib). Instead, there's libgcc.so.1.1, and that doesn't make it happy. Copying the former file from the 2.1.0 release (probably the builder did an in-place upgrade?) fixes it, but this should perhaps be fixed. Also, I intermittently (more often than not) get the message "Warning: no access to {\tt (Inappropriate ioctl for device). Thus no job control in this shell." when I launch a shell within emacs-19.31. This was also true with emacs-19.30 on the 2.1.0 release. I doubt it's an emacs bug, because sometimes it works with no problem, but I wondered if anyone had had any encounter of the same thing?