[MacPorts] #30632: kde4-baseapps and redland problem
#30632: kde4-baseapps and redland problem -----------------------------------+---------------------------------------- Reporter: hofione@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: kde4-baseapps redland | Port: kde4-baseapps -----------------------------------+---------------------------------------- installing kde4-baseapps i got the error *** No rule to make target `-lltdl', needed by `librdf.la'. Stop. As suggested in slackware source (http://slackware.osuosl.org/slackware_source/l/redland/redland.SlackBuild) i've tried {{{ sed -i -e 's# -lltdl$# #' -e '/^LIBS =/s# = # = -lltdl #' src/Makefile }}} in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_redland/redland/work/redland-1.0.13 and it worked. -- Ticket URL: <https://trac.macports.org/ticket/30632> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: kde4-baseapps and redland problem -----------------------------------+---------------------------------------- Reporter: hofione@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: kde4-baseapps redland | Port: kde4-baseapps -----------------------------------+---------------------------------------- Comment(by hofione@…): sorry i forgot that, it's on OSX lion -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: kde4-baseapps and redland problem -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: snc@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: | Port: kde4-baseapps redland -------------------------------+-------------------------------------------- Changes (by jmr@…): * keywords: kde4-baseapps redland => * owner: macports-tickets@… => snc@… * port: kde4-baseapps => kde4-baseapps redland * cc: sharky@…, pixilla@… (added) Comment: Please remember to cc the maintainers. -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland lion problem -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: redland -------------------------------+-------------------------------------------- Changes (by snc@…): * cc: sharky@…, pixilla@… (removed) * owner: snc@… => pixilla@… * port: kde4-baseapps redland => redland * keywords: => lion -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland lion problem -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: redland -------------------------------+-------------------------------------------- Comment(by pixilla@…): hofione: Please attach the port log (main.log) for redland.[[BR]] This command will show you it's location. The second will open the file dir in Finder if you are building locally. {{{ $ port logfile redland $ open $(dirname $(port logfile redland)) }}} -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland lion problem -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: redland -------------------------------+-------------------------------------------- Comment(by hofione@…): sorry, the fix and the successfull build (or one of the cleans!?) removed the log {{{ port logfile redland Error: Log file not found for port in /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/www/redland }}} but i don't think you could find more info in it than i add initially there is a link error in redland build caused by the unnecessary libltdl reference Replying to [comment:4 pixilla@…]:
hofione: Please attach the port log (main.log) for redland.[[BR]] This command will show you it's location. The second will open the file dir in Finder if you are building locally. {{{ $ port logfile redland $ open $(dirname $(port logfile redland)) }}}
-- Ticket URL: <https://trac.macports.org/ticket/30632#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland lion problem -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: redland -------------------------------+-------------------------------------------- Comment(by hofione@…): Added fresh log of error after {{{ sudo port clean redland sudo port install redland }}} -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland lion problem -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: redland -------------------------------+-------------------------------------------- Comment(by hofione@…): and the same solution mentioned in the first comment (just remove every reference of libltdl (-lltdl) -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland lion problem -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: redland -------------------------------+-------------------------------------------- Comment(by jonesc@…): this problem is still here. OS X 10.7.2 and Xcode 4.2 -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland: No rule to make target -lltdl -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: redland -------------------------------+-------------------------------------------- Changes (by ryandesign@…): * cc: pf15@…, nprokofiev@…, thedoobs@…, hobbsilla@…, ryandesign@… (added) Old description:
installing kde4-baseapps i got the error
*** No rule to make target `-lltdl', needed by `librdf.la'. Stop.
As suggested in slackware source (http://slackware.osuosl.org/slackware_source/l/redland/redland.SlackBuild) i've tried
{{{ sed -i -e 's# -lltdl$# #' -e '/^LIBS =/s# = # = -lltdl #' src/Makefile }}}
in
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_redland/redland/work/redland-1.0.13
and it worked.
New description: installing kde4-baseapps i got the error {{{ *** No rule to make target `-lltdl', needed by `librdf.la'. Stop. }}} As suggested in slackware source (http://slackware.osuosl.org/slackware_source/l/redland/redland.SlackBuild) i've tried {{{ sed -i -e 's# -lltdl$# #' -e '/^LIBS =/s# = # = -lltdl #' src/Makefile }}} in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_redland/redland/work/redland-1.0.13 and it worked. -- Comment: Has duplicates #31707 and #32048. -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland: No rule to make target -lltdl -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: redland -------------------------------+-------------------------------------------- Comment(by norbert.nemec@…): This bug seems to originate upstream in src/Makefile.am: librdf_la_DEPENDENCIES = \ @DIGEST_OBJS@ @HASH_OBJS@ \ @LIBRDF_INTERNAL_LIBS@ where the _LIBS variables are actually meant to be used as compiler options (as -lltdl) rather than dependencies -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:17> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland: No rule to make target -lltdl -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: redland -------------------------------+-------------------------------------------- Comment(by pixilla@…): I could not reproduce this issue with Lion/Xcode4.1 so it must be specific to XCode4.2.[[BR]] Commit r87441 should fix the issue.[[BR]] I would appreciate someone with Xcode4.2 reporting if this issue is fixed. -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:21> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland: No rule to make target -lltdl -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: redland -------------------------------+-------------------------------------------- Comment(by pixilla@…): Replying to [comment:17 norbert.nemec@…]:
This bug seems to originate upstream in src/Makefile.am: Thanks.
-- Ticket URL: <https://trac.macports.org/ticket/30632#comment:22> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland: No rule to make target -lltdl -------------------------------+-------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: lion | Port: redland -------------------------------+-------------------------------------------- Comment(by jonesc@…): I have OSX 10.7 + Xcode 4.2, and the latest update works for me. Thanks ! Chris -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:23> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland: No rule to make target -lltdl --------------------------------+------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: fixed | Keywords: lion Port: redland | --------------------------------+------------------------------------------- Changes (by pixilla@…): * status: new => closed * resolution: => fixed -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:24> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland: No rule to make target -lltdl --------------------------------+------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: fixed | Keywords: lion Port: redland | --------------------------------+------------------------------------------- Comment(by pixilla@…): Replying to [comment:23 jonesc@…]:
I have OSX 10.7 + Xcode 4.2, and the latest update works for me. Chris: thanks for reporting!
-- Ticket URL: <https://trac.macports.org/ticket/30632#comment:25> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland: No rule to make target -lltdl --------------------------------+------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: fixed | Keywords: lion Port: redland | --------------------------------+------------------------------------------- Comment(by ryandesign@…): If this problem is still present in the HEAD of the redland sources, you should [http://bugs.librdf.org/mantis/view_all_bug_page.php file a bug report with them]. -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:26> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland: No rule to make target -lltdl --------------------------------+------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: fixed | Keywords: lion Port: redland | --------------------------------+------------------------------------------- Comment(by norbert.nemec@…): OSDX 10.7 + Xcode 4.2: works for me! -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:27> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland: No rule to make target -lltdl --------------------------------+------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: fixed | Keywords: lion Port: redland | --------------------------------+------------------------------------------- Comment(by pixilla@…): Replying to [comment:26 ryandesign@…]:
If this problem is still present in the HEAD of the redland sources, you should [http://bugs.librdf.org/mantis/view_all_bug_page.php file a bug report with them]. Done.[http://bugs.librdf.org/mantis/view.php?id=477 bugs.librdf.org]
-- Ticket URL: <https://trac.macports.org/ticket/30632#comment:28> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30632: redland: No rule to make target -lltdl --------------------------------+------------------------------------------- Reporter: hofione@… | Owner: pixilla@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: fixed | Keywords: lion Port: redland | --------------------------------+------------------------------------------- Comment(by pixilla@…): Fixed upstream. [http://bugs.librdf.org/mantis/view.php?id=477 bugs.librdf.org] -- Ticket URL: <https://trac.macports.org/ticket/30632#comment:29> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts