Closed Bug 407348 Opened 17 years ago Closed 17 years ago

intl/uconv/tests build failure on Linux x86_64

Categories

(Core :: Internationalization, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: KaiE, Assigned: KaiE)

Details

Attachments

(1 file)

File mozilla/intl/uconv/tests/Makefile uses a hardcoded reference to /usr/lib/libdl.so

When compiling on x86_64, that leads to the following error:

/usr/lib/libdl.so: could not read symbols: File in wrong format
Attached patch Patch v1Splinter Review
Attachment #292071 - Flags: review?(smontagu)
FYI, on x86_64, you'd have to link against /usr/lib64/libdl.so

The generic parameter -ldl will automatically use the correct libdl.so version
Comment on attachment 292071 [details] [diff] [review]
Patch v1

r+moa=me. Thank you for fixing this!
Attachment #292071 - Flags: review?(smontagu) → review+
Assignee: smontagu → kengert
Comment on attachment 292071 [details] [diff] [review]
Patch v1

requesting approval for build fix
Attachment #292071 - Flags: approval1.9?
Comment on attachment 292071 [details] [diff] [review]
Patch v1

a=endgame drivers
Attachment #292071 - Flags: approval1.9? → approval1.9+
checked in, fixed.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: