[MacPorts] #30359: Lion mp2.0.0 cyrus-sasl2 fails
#30359: Lion mp2.0.0 cyrus-sasl2 fails -------------------------------+-------------------------------------------- Reporter: patrick@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.0 Keywords: | Port: cyrus-sasl2 -------------------------------+-------------------------------------------- With a almost fresh install of the new macports on Lion, cyrus-sasl2 build fails. Log is attached. {{{ ---> Fetching cyrus-sasl2 ---> Attempting to fetch cyrus-sasl-2.1.23.tar.gz from http://lil.fr.distfiles.macports.org/cyrus-sasl2 ---> Verifying checksum(s) for cyrus-sasl2 ---> Extracting cyrus-sasl2 ---> Applying patches to cyrus-sasl2 ---> Configuring cyrus-sasl2 ---> Building cyrus-sasl2 Error: Target org.macports.build returned: shell command failed (see log for details) Error: Failed to install cyrus-sasl2 Log for cyrus-sasl2 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_security_cyrus-sasl2/cyrus-sasl2/main.log Error: The following dependencies were not installed: p5-svn-simple subversion-perlbindings cyrus-sasl2 neon serf0 subversion p5-term-readkey python27 bzip2 gdbm python_select rsync popt Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> }}} -- Ticket URL: <https://trac.macports.org/ticket/30359> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30359: Lion mp2.0.0 cyrus-sasl2 fails -------------------------------+-------------------------------------------- Reporter: patrick@… | Owner: jmpp@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.0 Keywords: | Port: cyrus-sasl2 -------------------------------+-------------------------------------------- Changes (by jmr@…): * cc: landonf@… (added) * owner: macports-tickets@… => jmpp@… Comment: Please remember to cc the maintainers. This works for me FWIW. -- Ticket URL: <https://trac.macports.org/ticket/30359#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30359: Lion mp2.0.0 cyrus-sasl2 fails -------------------------------+-------------------------------------------- Reporter: patrick@… | Owner: jmpp@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.0 Keywords: | Port: cyrus-sasl2 -------------------------------+-------------------------------------------- Comment(by patrick@…): This is what I did after a fresh install of macports on lion. {{{ sudo port install tree sudo port install coreutils sudo port install bash-completion sudo port install git-core +svn +bash_completion }}} and the last command failed. (sorry for not cc'ing the maintainers, I have written it down for the next time - thanks) -- Ticket URL: <https://trac.macports.org/ticket/30359#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30359: Lion mp2.0.0 cyrus-sasl2 fails -------------------------------+-------------------------------------------- Reporter: patrick@… | Owner: jmpp@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.0 Keywords: | Port: cyrus-sasl2 -------------------------------+-------------------------------------------- Comment(by patrick@…): http://stufftohelpyouout.blogspot.com/2010/04/git-core-svn-macports- install-in-snow.html looks familiar. After I did {{{ ~$ sudo port install -f cyrus-sasl2 +universal ---> Computing dependencies for cyrus-sasl2 ---> Building cyrus-sasl2 Error: reinplace: couldn't read file "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_security_cyrus-sasl2/cyrus-sasl2/work/cyrus- sasl-2.1.23-x86_64/libtool": no such file or directory Error: Target org.macports.build returned: reinplace sed(1) failed Log for cyrus-sasl2 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_security_cyrus-sasl2/cyrus-sasl2/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> }}} I was able to do {{{ ~$ sudo port install -f cyrus-sasl2 ---> Computing dependencies for cyrus-sasl2 ---> Building cyrus-sasl2 ---> Staging cyrus-sasl2 into destroot ---> Installing cyrus-sasl2 @2.1.23_3+kerberos ---> Activating cyrus-sasl2 @2.1.23_3+kerberos ---> Cleaning cyrus-sasl2 }}} and now I continue to install `git-core +svn +bash_completion`. -- Ticket URL: <https://trac.macports.org/ticket/30359#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30359: Lion mp2.0.0 cyrus-sasl2 fails -------------------------------+-------------------------------------------- Reporter: patrick@… | Owner: jmpp@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.0 Keywords: | Port: cyrus-sasl2 -------------------------------+-------------------------------------------- Comment(by dsdale24@…): Here is the first error I see in the log: :info:build (cd . && ln -s plugin_common.lo plugin_common.o) :info:build ln: plugin_common.o: File exists :info:build make[2]: *** [libplain.la] Error 1 :info:build make[2]: *** Waiting for unfinished jobs.... -- Ticket URL: <https://trac.macports.org/ticket/30359#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30359: Lion mp2.0.0 cyrus-sasl2 fails -------------------------------+-------------------------------------------- Reporter: patrick@… | Owner: jmpp@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.0 Keywords: | Port: cyrus-sasl2 -------------------------------+-------------------------------------------- Comment(by torarnv@…): Seeing the same error as reported, this worked for me: {{{ cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_security_cyrus-sasl2/cyrus-sasl2/work/cyrus-sasl-2.1.23 sudo make sudo port install cyrus-sasl2 }}} -- Ticket URL: <https://trac.macports.org/ticket/30359#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#30359: Lion mp2.0.0 cyrus-sasl2 fails --------------------------------+------------------------------------------- Reporter: patrick@… | Owner: jmpp@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.0 Resolution: fixed | Keywords: Port: cyrus-sasl2 | --------------------------------+------------------------------------------- Changes (by jmr@…): * cc: takanori@… (added) * status: new => closed * resolution: => fixed Comment: Looks like this would have been fixed by r84980 (reopen if not). -- Ticket URL: <https://trac.macports.org/ticket/30359#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts