Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-08 Thread O. Hartmann
On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous State-Changed-From-To: open-patched State-Changed-By: rakuco State-Changed-When: Sat Sep 7 22:47:43 UTC 2013 State-Changed-Why:

net/openldap24-server: libtool: compile: gcc -g -O2 -Wall -DDO_SAMBA -I../../../inc [...] eval: gcc: not found *** Error code 1

2013-09-08 Thread O. Hartmann
After having built a world on CURRENT r255356 and having done make delete-old the outdated gnuish compiler stuff gets deleted. After that, port net/openldap[-sasl]-server rejects to compile due to the shown error. Somehwere the compiler seems to be hardcoded. [...] --- all-common --- for

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-08 Thread Boris Samorodov
08.09.2013 10:14, O. Hartmann пишет: I can assure that I didn't switch anything to build the ports but rebuilding world and then restarting building. Something must have changed since then in the logic of how libc++ slipped in instead of of libstdc++. What I did was a make

Re: bsd.port.pre.mk vs bsd.port.options.mk

2013-09-08 Thread Jason Helfman
On Sat, Sep 7, 2013 at 2:42 PM, Christian Weisgerber na...@mips.inka.dewrote: I have port that does something like .include bsd.port.pre.mk .if ${ARCH} == ... ... .endif .include bsd.port.post.mk A while back somebody submitted a PR asking me to replace

Troubles with dependencies (file -L is broken?)

2013-09-08 Thread Maxim Sobolev
Hi, I am trying to portupgrade my subversion and it keeps trying to install databases/db42 over already installed version (same version), missing the shared library dependency. Adding some debug into bsd.port.mk, I see: === subversion-1.8.3 depends on package: libtool=2.4 - found set -x; set

Re: Troubles with dependencies (file -L is broken?)

2013-09-08 Thread Maxim Sobolev
P.S. This is fresh 9.2-RC3 with /usr on ZFS. -Maxim On Sun, Sep 8, 2013 at 12:09 AM, Maxim Sobolev sobo...@freebsd.org wrote: Hi, I am trying to portupgrade my subversion and it keeps trying to install databases/db42 over already installed version (same version), missing the shared

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-08 Thread Guido Falsi
On 09/07/13 21:46, O. Hartmann wrote: On Sat, 07 Sep 2013 14:27:48 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/07/13 14:10, olli hauer wrote: There are 13 ports using --with-iconv=${LOCALBASE} devel/apr1 devel/apr2 devel/git irc/epic5 lang/gauche net-mgmt/ettercap

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-08 Thread O. Hartmann
On Sun, 08 Sep 2013 10:44:01 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/07/13 21:46, O. Hartmann wrote: On Sat, 07 Sep 2013 14:27:48 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/07/13 14:10, olli hauer wrote: There are 13 ports using --with-iconv=${LOCALBASE}

libiconv.a(iconv.o): relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object

2013-09-08 Thread Jeremie Le Hen
Hi, (Please Cc: me when replying, I'm not subscribed.) I created a fresh FreeBSD 9.1-RELEASE amd64 jail. No installed ports. I cannot build devel/gettext. Does anyone experience the same problem? I invariably run into the following problem: libtool: link: cc -shared -fPIC -DPIC

Re: Troubles with dependencies (file -L is broken?)

2013-09-08 Thread Baptiste Daroussin
On Sun, Sep 08, 2013 at 12:09:32AM -0700, Maxim Sobolev wrote: Hi, I am trying to portupgrade my subversion and it keeps trying to install databases/db42 over already installed version (same version), missing the shared library dependency. Adding some debug into bsd.port.mk, I see: ===

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-08 Thread Dimitry Andric
On Sep 8, 2013, at 08:14, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous State-Changed-From-To: open-patched State-Changed-By:

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-08 Thread O. Hartmann
On Sun, 8 Sep 2013 14:57:01 +0200 Dimitry Andric d...@freebsd.org wrote: On Sep 8, 2013, at 08:14, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error:

[QAT] r326727: 4x leftovers

2013-09-08 Thread Ports-QAT
devel/py-mongoengine: update to 0.8.4 - Update to 0.8.4 - Use zip_safe=False - Remove leading article from COMMENT - Take maintainership Changes: http://docs.mongoengine.org/en/latest/changelog.html PR: ports/181486 Submitted by: wg (myself) Approved by:maintainer (timeout)

Re: libiconv.a(iconv.o): relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object

2013-09-08 Thread Jeremie Le Hen
On Sun, Sep 08, 2013 at 12:52:03PM +0200, Jeremie Le Hen wrote: Hi, (Please Cc: me when replying, I'm not subscribed.) I created a fresh FreeBSD 9.1-RELEASE amd64 jail. No installed ports. I cannot build devel/gettext. Does anyone experience the same problem? I invariably run into the

[QAT] r326740: 4x leftovers

2013-09-08 Thread Ports-QAT
devel/py-mongoengine: take maintainership - Take maintainership (forgot to do so in the last commit) PR: ports/181486 Approved by:maintainer (timeout) - Build ID: 20130908150401-39362 Job owner:

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-08 Thread O. Hartmann
On Fri, 06 Sep 2013 09:34:52 +0200 Guido Falsi madpi...@freebsd.org wrote: On 09/06/13 05:16, AN wrote: Hi: I am posting to both lists because this problem affects users of current and ports, and I didn't know which would be more appropriate so please forgive me. # uname -a

Re: ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-08 Thread O. Hartmann
On Sun, 8 Sep 2013 14:57:01 +0200 Dimitry Andric d...@freebsd.org wrote: On Sep 8, 2013, at 08:14, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Sat, 7 Sep 2013 22:49:54 GMT rak...@freebsd.org wrote: Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error:

Re: x11/kdelibs4: /usr/local/include/grantlee/typeaccessor.h:70:40: error: no matching function for call to 'distance' return

2013-09-08 Thread Raphael Kubo da Costa
Raphael Kubo da Costa rak...@freebsd.org writes: O. Hartmann ohart...@zedat.fu-berlin.de writes: After a messy iconv orgy update session, I update yesterday x11/kdelib4 successfully. After updating the OS to FreeBSD 10.0-CURRENT #2 r255356: Sat Sep 7 13:04:03 CEST 2013 amd64 today, I