ports/163110: [UPDATE] net-p2p/eiskaltdcpp-daemon won't compile on 9.x

Michael Scheidell scheidell at FreeBSD.org
Wed Dec 7 10:50:10 UTC 2011


>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:



More information about the freebsd-ports-bugs mailing list