Bug 202200 - strip: moving loadable section .bss, is this intentional
Summary: strip: moving loadable section .bss, is this intentional
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: CURRENT
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-09 13:45 UTC by Koop Mast
Modified: 2015-12-12 19:17 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Koop Mast freebsd_committer freebsd_triage 2015-08-09 13:45:44 UTC
Hi,

We talked about his issue before but now that webkit2-gtk3 in the ports got updated to a affected version. I think it time to look closer at it.

gmake[2]: Leaving directory '/usr/home/kwm/sources/freebsd/scratch/www/webkit2-gtk3/work/webkitgtk-2.8.5'
/bin/mv /usr/home/kwm/sources/freebsd/scratch/www/webkit2-gtk3/work/stage/usr/local/bin/jsc  /usr/home/kwm/sources/freebsd/scratch/www/webkit2-gtk3/work/stage//usr/local/bin/jsc-4
strip: moving loadable section .bss, is this intentional?

% /usr/bin/strip -V
strip (elftoolchain r3223M)

I seem to remember that this comes from the libjavascriptcoregtk-4.0.so library, but at the time I didn't have time or a idea how to further investigate this. Now that I got some more time but still no idea how to tackle this.

So can you tell me how to proceed here or have a look for your self at the problem?
Comment 1 Ed Maste freebsd_committer freebsd_triage 2015-08-10 20:02:14 UTC
If you can attach the object that triggers the warning I'll take a look.
Comment 2 Koop Mast freebsd_committer freebsd_triage 2015-12-12 19:17:35 UTC
Since webkit2-gtk3 has been fixed to properly build with cmake framework, I haven't seen the problem anymore.