Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#31401 closed defect (fixed)

openslp does not build

Reported by: almatea_sub@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
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 (1)

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

Download all attachments as: .zip

Change History (10)

Changed 13 years ago by almatea_sub@…

Attachment: main.log added

openslp build log

comment:1 Changed 13 years ago by almatea_sub@…

Cc: almatea_sub@… added

Cc Me!

comment:2 Changed 13 years ago by almatea_sub@…

Mac OS X 10.6.8

comment:3 Changed 13 years ago by almatea_sub@…

MacPorts 2.0.3

comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added; almatea_sub@… removed
Keywords: openslp removed
Priority: HighNormal

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 13 years ago by almatea_sub@…

yes! openslp build success by

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

thank you!

comment:6 Changed 13 years ago by raimue (Rainer Müller)

Resolution: invalid
Status: newclosed

comment:7 Changed 13 years ago by raimue (Rainer Müller)

Resolution: invalid
Status: closedreopened

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 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: reopenedclosed

comment:9 Changed 13 years ago by jmroot (Joshua Root)

Note that this was actually a duplicate of #27954.

Note: See TracTickets for help on using tickets.