Bug 163575 - misc/compat8x: libutil.so.8 missing with freebsd 9.0-rc3
Summary: misc/compat8x: libutil.so.8 missing with freebsd 9.0-rc3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-23 20:20 UTC by Chris Telting
Modified: 2011-12-28 15:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Telting 2011-12-23 20:20:17 UTC
libutil.so.8 is missing when I run a binary from an installed packages I previously compiled with Freebsd 8.2.  It's easy enough to fix with a symbolic link but it should already exist.

Could this possibly have something to do with the fact that there is no COMPAT_FREEBSD_8 option in the kernel so it isn't creating the link?

How-To-Repeat: On a fresh install trying to install a package compiled with freebsd 8.2 and then run the program.
Comment 1 Jaakko Heinonen freebsd_committer freebsd_triage 2011-12-23 21:40:49 UTC
State Changed
From-To: open->closed

Please install the misc/compat8x port.
Comment 2 Jaakko Heinonen freebsd_committer freebsd_triage 2011-12-24 07:44:10 UTC
State Changed
From-To: closed->open

Indeed, it looks like that libutil.so.8 and libz.so.5 are missing from 
the i386 version of the misc/compat8x port. 


Comment 3 Jaakko Heinonen freebsd_committer freebsd_triage 2011-12-24 07:44:10 UTC
Responsible Changed
From-To: freebsd-bugs->garga

Over to misc/compat8x port maintainer.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-12-28 15:20:51 UTC
garga       2011-12-28 15:20:37 UTC

  FreeBSD ports repository

  Modified files:
    misc/compat8x        Makefile distinfo pkg-plist.amd64 
                         pkg-plist.i386 
  Log:
  - Update to 201112 and add following missing libs:
  
  amd64:
  liblwres.so.50
  
  amd64 lib32:
  libobjc.so.4
  libutil.so.8
  
  i386:
  liblwres.so.50
  libobjc.so.4
  libutil.so.8
  libz.so.5
  
  PR:             ports/163575 (based on)
  Submitted by:   Chris Telting <christopher@telting.org>
  
  Revision  Changes    Path
  1.9       +1 -1      ports/misc/compat8x/Makefile
  1.9       +4 -4      ports/misc/compat8x/distinfo
  1.6       +3 -0      ports/misc/compat8x/pkg-plist.amd64
  1.6       +4 -0      ports/misc/compat8x/pkg-plist.i386
_______________________________________________
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"
Comment 5 Renato Botelho freebsd_committer freebsd_triage 2011-12-28 15:21:03 UTC
State Changed
From-To: open->closed

Missing libraries added, closing.