On Sun, Apr 20, 2014 at 3:00 PM, < [email protected]> wrote:
> Send macports-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.macosforge.org/mailman/listinfo/macports-users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of macports-users digest..." > > > Today's Topics: > > 1. mysql5 fails to install (Jonathan Koren) > 2. Re: [MacPorts] #43123: p5.12-mail-clamav: error: unknown > argument: '-R/opt/local/lib' (Horst Simon) > 3. Re: mysql5 fails to install (Ryan Schmidt) > 4. `ports clean all' warning: No value for java JAVA_HOME was > automatically discovered (j. van den hoff) > 5. Post Feb 2013 binary versions of MongoDB missing from mirrors > (Behrang Saeedzadeh) > 6. Re: Post Feb 2013 binary versions of MongoDB missing from > mirrors (Clemens Lang) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 19 Apr 2014 18:00:26 -0700 > From: Jonathan Koren <[email protected]> > To: MacPorts Users <[email protected]> > Subject: mysql5 fails to install > Message-ID: <[email protected]> > Content-Type: text/plain; charset=windows-1252 > > > I?m trying to install the mysql5 port ( @5.1.72 ), but it dies in the > ./configure script. > > $ sudo port install -f mysql5 > ---> Computing dependencies for mysql5 > ---> Configuring mysql5 > Error: Failed to configure mysql5, consult > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/mysql-5.1.72/config.log > Error: org.macports.configure for port mysql5 returned: configure failure: > command execution failed > Please see the log file for port mysql5 for details: > > /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/main.log > To report a bug, follow the instructions in the guide: > http://guide.macports.org/#project.tickets > Error: Processing of port mysql5 failed > > Check unwinding the logs, show that the configure invoked was: > ./configure --prefix=/opt/local --mandir=/opt/local/share/man > --infodir=/opt/local/share/info --localstatedir=/opt/local/var/db/mysql5 > --libdir=/opt/local/lib/mysql5 --bindir=/opt/local/lib/mysql5/bin > --includedir=/opt/local/include/mysql5 --datadir=/opt/local/share/mysql5 > --sysconfdir=/opt/local/etc/mysql5 --with-zlib-dir=/opt/local > --with-ssl=/opt/local --with-extra-charsets=complex > --with-unix-socket-path=/opt/local/var/run/mysql5/mysqld.sock > --with-mysqld-user=_mysql --without-docs --with-plugins=all > --enable-thread-safe-client --without-readline --with-embedded-server > --with-pic > > which fails with: > > checking HIST_ENTRY is declared in readline/readline.h... yes > configure: error: Could not find system readline or libedit libraries > Use --with-readline or --with-libedit to use the bundled > versions of libedit or readline > > That?s a bit odd because macports did install readline as a dependency. > > Removing ?without-readline or replacing ?without-readline with > ?with-readline let?s ./configure succeed, but then running sudo make > install, fails complaining about abi_check, so something else is still > wrong. > > Does anyone have any idea what is wrong here? > > Thanks. > > ------------------------------ > > Message: 2 > Date: Sun, 20 Apr 2014 11:47:13 +1000 > From: Horst Simon <[email protected]> > To: MacPorts Users <[email protected]> > Cc: Ryan Schmidt <[email protected]> > Subject: Re: [MacPorts] #43123: p5.12-mail-clamav: error: unknown > argument: '-R/opt/local/lib' > Message-ID: <[email protected]> > Content-Type: text/plain; charset=windows-1252 > > > On 1 Apr 2014, at 16:44, MacPorts <[email protected]> wrote: > > > #43123: p5.12-mail-clamav: error: unknown argument: '-R/opt/local/lib' > > ------------------------------------+--------------------- > > Reporter: horst.simon@? | Owner: dluke@? > > Type: defect | Status: new > > Priority: Normal | Milestone: > > Component: ports | Version: 2.2.1 > > Resolution: | Keywords: > > Port: clamav p5-mail-clamav | > > ------------------------------------+--------------------- > > Changes (by jmr@?): > > > > * owner: macports-tickets@? => dluke@? > > * port: p5.12-mail-clamav => clamav p5-mail-clamav > > > > > > Comment: > > > > The flag comes from clamav-config. > > > > -- > > Ticket URL: <https://trac.macports.org/ticket/43123#comment:3> > > MacPorts <http://www.macports.org/> > > Ports system for OS X > > Hi, > > I haven?t seen any update to the bug report, is their a way to build it > by removing the -R option? There was a > suggestion that this option is taken from the clamav-config file, which I > found in /opt/local/bin and I removed the -R > option, but this didn?t solve it. > > Thanks and Regards, > Horst Simon > > ------------------------------ > > Message: 3 > Date: Sun, 20 Apr 2014 00:53:51 -0500 > From: Ryan Schmidt <[email protected]> > To: Jonathan Koren <[email protected]> > Cc: MacPorts Users <[email protected]> > Subject: Re: mysql5 fails to install > Message-ID: <[email protected]> > Content-Type: text/plain; charset=windows-1252 > > > On Apr 19, 2014, at 20:00, Jonathan Koren <[email protected]> > wrote: > > > I?m trying to install the mysql5 port ( @5.1.72 ), but it dies in the > ./configure script. > > The mysql5 port is deprecated. Please try the mysql51, mysql55, mysql56, > mariadb or percona ports instead. > > > $ sudo port install -f mysql5 > > ---> Computing dependencies for mysql5 > > ---> Configuring mysql5 > > Error: Failed to configure mysql5, consult > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/work/mysql-5.1.72/config.log > > Error: org.macports.configure for port mysql5 returned: configure > failure: command execution failed > > Please see the log file for port mysql5 for details: > > > > /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/main.log > > To report a bug, follow the instructions in the guide: > > http://guide.macports.org/#project.tickets > > Error: Processing of port mysql5 failed > > > > Check unwinding the logs, show that the configure invoked was: > > ./configure --prefix=/opt/local --mandir=/opt/local/share/man > --infodir=/opt/local/share/info --localstatedir=/opt/local/var/db/mysql5 > --libdir=/opt/local/lib/mysql5 --bindir=/opt/local/lib/mysql5/bin > --includedir=/opt/local/include/mysql5 --datadir=/opt/local/share/mysql5 > --sysconfdir=/opt/local/etc/mysql5 --with-zlib-dir=/opt/local > --with-ssl=/opt/local --with-extra-charsets=complex > --with-unix-socket-path=/opt/local/var/run/mysql5/mysqld.sock > --with-mysqld-user=_mysql --without-docs --with-plugins=all > --enable-thread-safe-client --without-readline --with-embedded-server > --with-pic > > > > which fails with: > > > > checking HIST_ENTRY is declared in readline/readline.h... yes > > configure: error: Could not find system readline or libedit libraries > > Use --with-readline or --with-libedit to use the bundled > > versions of libedit or readline > > > > That?s a bit odd because macports did install readline as a dependency. > > > > Removing ?without-readline or replacing ?without-readline with > ?with-readline let?s ./configure succeed, but then running sudo make > install, fails complaining about abi_check, so something else is still > wrong. > > > > Does anyone have any idea what is wrong here? > > readline was just updated to version 6.3. Perhaps mysql5 is not compatible > with it. If the problem remains with the newer mysql ports, please file a > bug report. > > > > > ------------------------------ > > Message: 4 > Date: Sun, 20 Apr 2014 11:35:15 +0200 > From: "j. van den hoff" <[email protected]> > To: "[email protected]" > <[email protected]> > Subject: `ports clean all' warning: No value for java JAVA_HOME was > automatically discovered > Message-ID: <[email protected]> > Content-Type: text/plain; charset=iso-8859-15; format=flowed; > delsp=yes > > I found only one (seemingly unanswered post in the archive: does somebody > now where this warning comes from in the > `ports clean all' process (observed under 10.9.2)? more importantly: are > they relevant? > > e.g., one instance happens here: > > ... > ---> Cleaning jump > Warning: No value for java JAVA_HOME was automatically discovered > ---> Cleaning junit > ... > > I only see a handful of these warnings during the `clean all' run but > still ... > > j. > > -- > Using Opera's revolutionary email client: http://www.opera.com/mail/ > > > ------------------------------ > > Message: 5 > Date: Sun, 20 Apr 2014 20:08:39 +1000 > From: Behrang Saeedzadeh <[email protected]> > To: MacPorts Users <[email protected]> > Subject: Post Feb 2013 binary versions of MongoDB missing from mirrors > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8" > > Hi, > > I was upgrading my ports and noticed that MacPorts has failed to download > binaries for MongoDB 2.6.0: > > ---> Attempting to fetch mongodb-2.6.0_0.darwin_13.x86_64.tbz2 from > http://jog.id.packages.macports.org/macports/packages/mongodb > ---> Attempting to fetch mongodb-2.6.0_0.darwin_13.x86_64.tbz2 from > http://nue.de.packages.macports.org/macports/packages/mongodb > ---> Attempting to fetch mongodb-2.6.0_0.darwin_13.x86_64.tbz2 from > http://mse.uk.packages.macports.org/sites/packages.macports.org/mongodb > I had a look at > > http://jog.id.packages.macports.org/macports/packages/mongodb > http://nue.de.packages.macports.org/macports/packages/mongodb > http://mse.uk.packages.macports.org/sites/packages.macports.org/mongodb > And the latest version of MongoDB they had was 2.2.3_0 and dated 2 Feb > 2013. > > This seemed a bit odd to me. Any ideas why these mirrors have stopped > mirroring at that version and that date? > > > > --? > Behrang Saeedzadeh > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > https://lists.macosforge.org/pipermail/macports-users/attachments/20140420/0806f33c/attachment-0001.html > > > > ------------------------------ > > Message: 6 > Date: Sun, 20 Apr 2014 20:45:59 +0200 (CEST) > From: Clemens Lang <[email protected]> > To: Behrang Saeedzadeh <[email protected]> > Cc: MacPorts Users <[email protected]> > Subject: Re: Post Feb 2013 binary versions of MongoDB missing from > mirrors > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=utf-8 > > Hi, > > > I was upgrading my ports and noticed that MacPorts has failed to download > > binaries for MongoDB 2.6.0: > > [?] > > And the latest version of MongoDB they had was 2.2.3_0 and dated 2 Feb > 2013. > > > > This seemed a bit odd to me. Any ideas why these mirrors have stopped > > mirroring at that version and that date? > > [1] has the answer for that: "mongodb" is not distributable because its > license > "agpl" conflicts with license "OpenSSL" of dependency "openssl" > > > [1] > https://build.macports.org/builders/buildports-mtln-x86_64/builds/13559/steps/gather%20archives/logs/stdio > -- > Clemens Lang > > > ------------------------------ > > _______________________________________________ > macports-users mailing list > [email protected] > https://lists.macosforge.org/mailman/listinfo/macports-users > > > End of macports-users Digest, Vol 92, Issue 19 > ********************************************** >
_______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
