Bug 116059 - [BROKEN]: commit of PR 115655 (devel/linux-sdl12) breaks dependant ports
Summary: [BROKEN]: commit of PR 115655 (devel/linux-sdl12) breaks dependant ports
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: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 21:30 UTC by Marcus von Appen
Modified: 2007-09-03 22:40 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 Marcus von Appen freebsd_committer freebsd_triage 2007-09-03 21:30:01 UTC
	The commit of PR 115655 broke nearly all dependant ports of
        devel/linux-sdl12, if using /emulators/linux_base-fc4.

        Example output:

        (marcus@medusa ~)> linux-darwinia 
        ./darwinia.bin.x86: /lib/obsolete/linuxthreads/libc.so.6: version `GLIBC_2.4' not found (required by /usr/lib/libSDL-1.2.so.0)

Fix: 

Revert PR 115655.
How-To-Repeat: 	Install e.g. games/linux-darwinia-demo, games/linux-nwnclient,
	games/linux-uplink-demo, ... and try to run them.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-03 21:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-emulation

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-03 22:32:27 UTC
bsam        2007-09-03 21:32:15 UTC

  FreeBSD ports repository

  Modified files:
    devel/linux-sdl12    Makefile distinfo.i386 pkg-plist.i386 
  Log:
  Since the new version 1.2.12 use GLIBC_2.4, it's not for linux_base-fc4
  default port. Backout the previous commit, revert to version 1.2.10
  and bump the PORTEPOCH.
  
  Pointyhat to:   me (bsam)
  PR:             116059
  Submitted by:   Marcus von Appen <mva at sysfault.org>
  
  Revision  Changes    Path
  1.17      +2 -1      ports/devel/linux-sdl12/Makefile
  1.5       +6 -6      ports/devel/linux-sdl12/distinfo.i386
  1.8       +1 -1      ports/devel/linux-sdl12/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 3 Boris Samorodov freebsd_committer freebsd_triage 2007-09-03 22:32:57 UTC
State Changed
From-To: open->closed

PR/115655 reverted, sorry for disturbance. Thanks for the report!