Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240584 - sys-apps/grep-2.5.3-r1 fails to compile on x86-macos, solaris
Summary: sys-apps/grep-2.5.3-r1 fails to compile on x86-macos, solaris
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 20:53 UTC by Elias Pipping
Modified: 2008-10-19 13:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Buildlog on x86-solaris (build.log,23.33 KB, text/plain)
2008-10-09 08:22 UTC, Daniel Vergien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Pipping 2008-10-08 20:53:28 UTC
i686-apple-darwin9-gcc  -O3 -fomit-frame-pointer -pipe -march=core2   -o grep grep.o search.o kwset.o dfa.o ../lib/libgreputils.a 
Undefined symbols:
  "_re_set_syntax", referenced from:
      _GEAcompile in search.o
  "_libintl_gettext", referenced from:
      _print_and_abort in libgreputils.a(obstack.o)
  "_re_match", referenced from:
      _EGexecute in search.o
  "_re_compile_pattern", referenced from:
      _GEAcompile in search.o
  "_re_search", referenced from:
      _EGexecute in search.o
      _EGexecute in search.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [grep] Error 1
make[2]: Leaving directory `/Users/pipping/gentoo/var/tmp/portage/sys-apps/grep-2.5.3-r1/work/grep-2.5.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Users/pipping/gentoo/var/tmp/portage/sys-apps/grep-2.5.3-r1/work/grep-2.5.3'
make: *** [all] Error 2
Comment 1 Daniel Vergien 2008-10-09 08:22:15 UTC
Created attachment 167704 [details]
Buildlog on x86-solaris
Comment 2 Daniel Vergien 2008-10-09 08:22:59 UTC
Same error shows up on x86-solaris and x64-solaris. 
(In reply to comment #0)
> i686-apple-darwin9-gcc  -O3 -fomit-frame-pointer -pipe -march=core2   -o grep
> grep.o search.o kwset.o dfa.o ../lib/libgreputils.a 
> Undefined symbols:
>   "_re_set_syntax", referenced from:
>       _GEAcompile in search.o
>   "_libintl_gettext", referenced from:
>       _print_and_abort in libgreputils.a(obstack.o)
>   "_re_match", referenced from:
>       _EGexecute in search.o
>   "_re_compile_pattern", referenced from:
>       _GEAcompile in search.o
>   "_re_search", referenced from:
>       _EGexecute in search.o
>       _EGexecute in search.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make[2]: *** [grep] Error 1
> make[2]: Leaving directory
> `/Users/pipping/gentoo/var/tmp/portage/sys-apps/grep-2.5.3-r1/work/grep-2.5.3/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/Users/pipping/gentoo/var/tmp/portage/sys-apps/grep-2.5.3-r1/work/grep-2.5.3'
> make: *** [all] Error 2
> 

Comment 3 Fabian Groffen gentoo-dev 2008-10-19 13:43:32 UTC
fixed now, thanks all.