#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)
Change History (10)
Changed 13 years ago by almatea_sub@…
comment:4 follow-up: 5 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added; almatea_sub@… removed |
---|---|
Keywords: | openslp removed |
Priority: | High → Normal |
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 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: | new → closed |
comment:7 Changed 13 years ago by raimue (Rainer Müller)
Resolution: | invalid |
---|---|
Status: | closed → reopened |
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: | reopened → closed |
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.
openslp build log