From scheidell@secnap.net  Wed Dec  7 10:43:37 2011
Return-Path: <scheidell@secnap.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9419E106564A;
	Wed,  7 Dec 2011 10:43:37 +0000 (UTC)
	(envelope-from scheidell@secnap.net)
Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [204.89.241.253])
	by mx1.freebsd.org (Postfix) with ESMTP id 661378FC12;
	Wed,  7 Dec 2011 10:43:37 +0000 (UTC)
Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [10.70.1.253])
	by mx1.secnap.com.ionspam.net (Postfix) with ESMTP id EEE71621C03;
	Wed,  7 Dec 2011 05:43:36 -0500 (EST)
Received: from scanner.secnap.net (unknown [10.70.1.4])
	by mx1.secnap.com.ionspam.net (Postfix) with ESMTP id 57D80621C00;
	Wed,  7 Dec 2011 05:43:36 -0500 (EST)
Received: by scanner.secnap.net (Postfix, from userid 1001)
	id 461651D3B8; Wed,  7 Dec 2011 05:43:36 -0500 (EST)
Message-Id: <20111207104336.461651D3B8@scanner.secnap.net>
Date: Wed,  7 Dec 2011 05:43:36 -0500 (EST)
From: Michael Scheidell <scheidell@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gabor@freebsd.org
Subject: [UPDATE] net-p2p/eiskaltdcpp-daemon won't compile on 9.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gelraen.ua@gmail.com

>Number:         163110
>Category:       ports
>Synopsis:       [UPDATE] net-p2p/eiskaltdcpp-daemon won't compile on 9.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    scheidell
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 07 10:50:05 UTC 2011
>Closed-Date:    Wed Dec 14 21:35:06 UTC 2011
>Last-Modified:  Wed Dec 14 21:35:06 UTC 2011
>Originator:     Michael Scheidell
>Release:        FreeBSD 9.x, i386 and amd64
>Organization:
SECNAP Network Security
>Environment:
na
>Description:
Compiles on osversion < 9.x
on 9.x, amd64 or i386, gets this 
/usr/local/lib/libintl.so.9: could not read symbols: Invalid operation

>How-To-Repeat:
cd /usr/ports/net-p2p/eiskaltdccp-daemon && make
>Fix:
no fix. might be something broken in 9.x GETTEXT .Mk magic.
POSSIBLY, add WITHOUT_NLS knob (but I don't know if eiskaltdccp-needs intl support)

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-p2p/eiskaltdcpp-daemon/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	28 Nov 2011 16:30:43 -0000	1.3
+++ Makefile	7 Dec 2011 10:37:41 -0000
@@ -52,6 +52,11 @@
 
 .include <bsd.port.options.mk>
 
+.if ${OSVERSION} > 900000
+BROKEN=		Will not compile on 9.x. See Makefile notes
+#/usr/local/lib/libintl.so.9: could not read symbols: Invalid operation
+.endif
+
 .if defined(WITH_XMLRPC) && !defined(WITHOUT_XMLRPC)
 LIB_DEPENDS+=	xmlrpc++:${PORTSDIR}/net/xmlrpc-c-devel
 CMAKE_ARGS+=	-DXMLRPC_DAEMON:BOOL=ON


______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.spammertrap.com/
______________________________________________________________________  
  
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->scheidell  
Responsible-Changed-By: scheidell 
Responsible-Changed-When: Wed Dec 7 10:55:19 UTC 2011 
Responsible-Changed-Why:  
I'll keep an eye on it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163110 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Dec 7 10:58:52 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163110 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gelraen.ua@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/163110: [UPDATE] net-p2p/eiskaltdcpp-daemon won't compile on 9.x
Date: Wed, 7 Dec 2011 10:58:51 UT

 Maintainer of net-p2p/eiskaltdcpp-daemon,
 
 Please note that PR ports/163110 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/163110
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Maxim Ignatenko <gelraen.ua@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/163110: [UPDATE] net-p2p/eiskaltdcpp-daemon won't compile
 on 9.x
Date: Wed, 7 Dec 2011 17:12:12 +0200

 It's not related to 9.x, but to binutils-2.22.
 http://lists.freebsd.org/pipermail/freebsd-ports/2011-December/071699.html
 Just tried on my stable/8 - fails with same error after binutils upgrade.

From: Michael Scheidell <michael.scheidell@secnap.com>
To: "'bug-followup@FreeBSD.org'" <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/163110: [UPDATE] net-p2p/eiskaltdcpp-daemon won&#39;t
 compile on 9.x
Date: Wed, 7 Dec 2011 15:26:30 +0000

 So, we do a dependency <=3D2.2 :0?
 
 I guess you need to add --copy-dt-needed-entries
 
 And this will affect everyone.
 
 Q:  what about a knob:  WITHOUT_NLS
 
 (run portlint -abct)
 
 That would make GETTEXT=3Dyes, optional:
 
 As in .
 .ifdefined(WITH_NLS)
 GETTEXT=3Dyes
 .endif
 
 Do you need international char support?
 
 We might check what ver of binutils is installed, but I think --copy-dt-nee=
 ded-entries would be upward compatible.
 
 
 --=20
 Michael Scheidell, CTO
 o: 561-999-5000
 d: 561-948-2259
 > | SECNAP Network Security Corporation=20
 * Best Mobile Solutions Product of 2011
 * Best Intrusion Prevention Product
 * Hot Company Finalist 2011
 * Best Email Security Product
 * Certified SNORT Integrator
 
 ______________________________________________________________________
 This email has been scanned and certified safe by SpammerTrap(r). 
 For Information please see http://www.spammertrap.com/
 ______________________________________________________________________  
   
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Wed Dec 14 21:34:51 UTC 2011 
State-Changed-Why:  
Port marked BROKEN. 

Please file a new PR once you have a patch with a fix. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163110 
>Unformatted:
