Opened 10 years ago
Closed 10 years ago
#11057 closed bug (fixed)
Disable TLS to prevent ARM build from failing
Reported by: | arvindsraj | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/Development |
Keywords: | gsoc2014 | Cc: | |
Blocked By: | Blocking: | ||
Platform: | arm |
Description
Libtool fails to build saying there is no defined references to "_tls_get_addr". The patches to haiku source tree and cross ports that fix the issue are attached with this report.
Attachments (3)
Change History (11)
comment:1 by , 10 years ago
patch: | 0 → 1 |
---|
by , 10 years ago
Attachment: | disable-tls-haiku.patch added |
---|
by , 10 years ago
Attachment: | disable-tls-haikuports.cross.patch added |
---|
comment:2 by , 10 years ago
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
by , 10 years ago
Attachment: | Fixed-hrev47542-changeset-to-become-sh-compatible.patch added |
---|
comment:6 by , 10 years ago
Turns out my fix merged in hrev47542 isn't sh compatible and thus doesn't fix the problem. I've added a revised patch that(I do admit doesn't look very beautiful but) does work. Since this is temporary, I felt it's better to not mix the flag with other flags since this is temporary.
comment:7 by , 10 years ago
You can actually do foo="$foo --bar". I've edited it thusly in the patch, and applied in hrev47545.
comment:8 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
haikuports.cross patch applied in https://bitbucket.org/haikuports/haikuports.cross/commits/db7c8f8b983b87033cdff672a3a2c65097a8affb.