New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #31401 (closed defect: fixed)

Opened 20 months ago

Last modified 20 months ago

openslp does not build

Reported by: almatea_sub@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: ryandesign@…
Port: openslp

Description

openslp port does not build

sudo port install openslp
Password:
--->  Computing dependencies for openslp
--->  Building openslp
Error: Target org.macports.build returned: shell command failed (see log for details)
Log for openslp is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openslp/openslp/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Attachments

main.log (10.0 KB) - added by almatea_sub@… 20 months ago.
openslp build log

Change History

Changed 20 months ago by almatea_sub@…

openslp build log

comment:1 Changed 20 months ago by almatea_sub@…

  • Cc almatea_sub@… added

Cc Me!

comment:2 Changed 20 months ago by almatea_sub@…

Mac OS X 10.6.8

comment:3 Changed 20 months ago by almatea_sub@…

MacPorts 2.0.3

comment:4 follow-up: ↓ 5 Changed 20 months ago by ryandesign@…

  • Cc ryandesign@… added; almatea_sub@… removed
  • Priority changed from High to Normal
  • Keywords openslp removed

Try rebuilding libtool from source. Then clean openslp and try again.

sudo port -ns upgrade --force libtool
sudo port clean openslp

I believe the problem is that your libtool came from our buildbot, which is presumably using Xcode 3 and therefore gcc-4.2, whereas you have Xcode 4 and therefore llvm-gcc-4.2 on your computer, and libtool doesn't like it when the compiler it was built with differs from the compiler being used when libtool is being used (e.g. by the openslp build).

comment:5 in reply to: ↑ 4 Changed 20 months ago by almatea_sub@…

yes! openslp build success by

sudo port -ns upgrade --force libtool
sudo port clean openslp

thank you!

comment:6 Changed 20 months ago by raimue@…

  • Status changed from new to closed
  • Resolution set to invalid

comment:7 Changed 20 months ago by raimue@…

  • Status changed from closed to reopened
  • Resolution invalid deleted

After discussion with jmr, openslp still needs to be fixed as it does not use libtool correctly. It should use --tag to avoid this problem.

comment:8 Changed 20 months ago by jmr@…

  • Status changed from reopened to closed
  • Resolution set to fixed

comment:9 Changed 20 months ago by jmr@…

Note that this was actually a duplicate of #27954.

Note: See TracTickets for help on using tickets.