Skip site navigation (1)Skip section navigation (2)
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:   ports/163110: [UPDATE] net-p2p/eiskaltdcpp-daemon won't compile on 9.x
Message-ID:  <20111207104336.461651D3B8@scanner.secnap.net>
Resent-Message-ID: <201112071050.pB7Ao5GX060748@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163110
>Category:       ports
>Synopsis:       [UPDATE] net-p2p/eiskaltdcpp-daemon won't compile on 9.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 07 10:50:05 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111207104336.461651D3B8>