#2253 closed defect (fixed)
BUG: orbit2-2.12.0 fails configure phase
Reported by: | idar@… | Owned by: | olegb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Trying to install ORBit 2.12.0 fails with last lines of the configure output as follows:
checking whether byte ordering is bigendian... yes configure: error: Linking is badly borked on your system. Please ensure your library path is correct Check config.log for details - check near the end of the log above 'failed program was' Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the prefix you're compiling on: '/opt/local'
The config.log from said run is attached to this report.
If the mentioned linker test is omitted, by commenting it out of configure.in and running automake again, it fails the next test, which is to find the alignment of CORBA_octet.
Attachments (3)
Change History (7)
Changed 20 years ago by idar@…
Attachment: | config.log added |
---|
comment:1 Changed 20 years ago by olegb@…
Status: | new → assigned |
---|
please provide full output of:
port -dv install orbit2
and
port installed
thanks
comment:3 Changed 20 years ago by idar@…
Activating gettext solved the problem, but there's a Catch 22 here;
Orbit 2 requires popt. popt fails to activate because gettext is activated. Deactivating gettext and activating popt makes Orbit 2 fail it's configure phase.
Activating gettext again results in:
port activate gettext ---> Activating gettext port activate failed: Image error: /opt/local/share/locale/locale.alias is being used by the active popt port. Please deactivate this port first, or use the -f flag to force the activation.
As it says, it can be forced, and that is what I did.
Thanks for all help, Orbit 2 is installed.
But if Orbit 2 requires both popt and gettext to be installed and activated, there should be a better handling of the mentioned conflict they create. Or at least some output suggesting to the user how to get around it.
comment:4 Changed 20 years ago by olegb@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
i believe this is explained in the faq - you have to use -f (force).
the problem is with popt and gettext (which but want to install *somefile*),
closing this bug ...
config.log from failed configure run.