Closed
Bug 532072
Opened 15 years ago
Closed 15 years ago
Conic system-headers are missing when compiling with maemo
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
Attachments
(1 file)
364 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
../../staticlib/components/libnecko.a(nsMaemoNetworkManager.o): In function `nsMaemoNetworkManager::Startup()':
mozilla/netwerk/system/maemo/nsMaemoNetworkManager.cpp:156: undefined reference to `con_ic_connection_new'
../../staticlib/components/libnecko.a(nsMaemoNetworkManager.o): In function `nsMaemoNetworkManager::CloseConnection()':
mozilla/netwerk/system/maemo/nsMaemoNetworkManager.cpp:122: undefined reference to `con_ic_connection_disconnect'
../../staticlib/components/libnecko.a(nsMaemoNetworkManager.o): In function `connection_event_callback':
mozilla/netwerk/system/maemo/nsMaemoNetworkManager.cpp:76: undefined reference to `con_ic_connection_event_get_status'
../../staticlib/components/libnecko.a(nsMaemoNetworkManager.o): In function `nsMaemoNetworkManager::OpenConnectionSync()':
mozilla/netwerk/system/maemo/nsMaemoNetworkManager.cpp:104: undefined reference to `con_ic_connection_connect'
/scratchbox/compilers/cs2007q3-glibc2.5-i486/bin/../lib/gcc/i486-pc-linux-gnu/4.2.1/../../../../i486-pc-linux-gnu/bin/ld: libxul.so: hidden symbol `con_ic_connection_connect' isn't defined
/scratchbox/compilers/cs2007q3-glibc2.5-i486/bin/../lib/gcc/i486-pc-linux-gnu/4.2.1/../../../../i486-pc-linux-gnu/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[5]: *** [libxul.so] Error 1
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #415376 -
Flags: review?(cbiesinger)
Comment 2•15 years ago
|
||
Comment on attachment 415376 [details] [diff] [review]
Fast fix
looks fine to me, but shouldn't this be reviewed by a build system peer?
Attachment #415376 -
Flags: review?(cbiesinger) → review?(ted.mielczarek)
Updated•15 years ago
|
Assignee: nobody → romaxa
Updated•15 years ago
|
Attachment #415376 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
Followup for test bustage: http://hg.mozilla.org/mozilla-central/rev/792a9883a4b4
You need to log in
before you can comment on or make changes to this bug.
Description
•