Bug 142432 - games/freeorion: freeorion-0.3.13.3318 on AMD64 fails to run due to GLIBC issues
Summary: games/freeorion: freeorion-0.3.13.3318 on AMD64 fails to run due to GLIBC issues
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-07 18:20 UTC by rnejdl
Modified: 2010-01-08 10: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 rnejdl 2010-01-07 18:20:01 UTC
When I execute freeorion, I get the following:
 
 tethys:/usr/ports/games>freeorion              
/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/freeorion not found
Exit 1
You have new mail.
 tethys:/usr/ports/games>

Checking the supported GLIBCXX's of that shared lib, I get:

 tethys:/usr/ports/games>strings /usr/lib/libstdc++.so.6 | grep XX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
CXXABI_1.3
CXXABI_1.3.1
GLIBCXX_FORCE_NEW
 tethys:/usr/ports/games>

How-To-Repeat: CSUP to latest ports tree on a stable 8.x system running AMD64 and you will be able to reproduce this.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-01-07 19:13:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-08 10:32:27 UTC
oliver      2010-01-08 10:32:17 UTC

  FreeBSD ports repository

  Modified files:
    games/freeorion      Makefile 
    games/freeorion/files patch-SConstruct 
  Log:
  fix the linking of freeorion to pick up the right libstdc++ library
  
  PR:             ports/142432
  Submitted By:   Rusty Nejdl <rnejdl@ringofsaturn.com>
  
  Revision  Changes    Path
  1.19      +4 -3      ports/games/freeorion/Makefile
  1.4       +24 -5     ports/games/freeorion/files/patch-SConstruct
_______________________________________________
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 Oliver Lehmann freebsd_committer freebsd_triage 2010-01-08 10:32:32 UTC
State Changed
From-To: open->closed

Fixed, Thanks for submitting this PR!