Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438658 - x11-wm/afterstep-2.2.11: Build failure on FreeBSD
Summary: x11-wm/afterstep-2.2.11: Build failure on FreeBSD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: Normal normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 157553
  Show dependency tree
 
Reported: 2012-10-17 03:16 UTC by Naohiro Aota
Modified: 2013-04-06 01:05 UTC (History)
2 users (show)

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


Attachments
complete build.log (build.log,35.86 KB, text/plain)
2012-10-17 03:16 UTC, Naohiro Aota
Details
files/afterstep-2.2.11-execinfo.patch (afterstep-2.2.11-execinfo.patch,2.91 KB, patch)
2012-10-17 05:42 UTC, Naohiro Aota
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naohiro Aota gentoo-dev 2012-10-17 03:16:31 UTC
Created attachment 326732 [details]
complete build.log

x11-wm/afterstep-2.2.11 build failed with:

i686-gentoo-freebsd9.0-gcc asview.o common.o -Wl,-O1 -Wl,--as-needed -rdynamic  -L../ -L../../libAfterBase -lAfterImage -lAfterBase -lfreetype -lz -lX11    -lSM -lICE -lXext -lm -lX11    -lSM -lICE -lXext   -o asview
../../libAfterBase/libAfterBase.so: undefined reference to `__backtrace_symbols'
collect2: error: ld returned 1 exit status
gmake[2]: *** [asview] Error 1
gmake[2]: Leaving directory `/var/tmp/portage/x11-wm/afterstep-2.2.11/work/AfterStep-2.2.11/libAfterImage/apps'
gmake[1]: *** [apps] Error 2
gmake[1]: Leaving directory `/var/tmp/portage/x11-wm/afterstep-2.2.11/work/AfterStep-2.2.11/libAfterImage'
gmake: *** [all] Error 1

You need -lexecinfo to use backtrace_symbols on non-GNU libc system.
Comment 1 Naohiro Aota gentoo-dev 2012-10-17 05:42:09 UTC
Created attachment 326740 [details, diff]
files/afterstep-2.2.11-execinfo.patch

Need this patch and reconf in libAfterBase/
Comment 2 Naohiro Aota gentoo-dev 2013-04-06 01:05:53 UTC
The patch was sent to upstream and applied to the tree.