Ticket #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@… | |
| 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
Change History
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.
Note: See
TracTickets for help on using
tickets.


openslp build log