Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2016 11:09:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424405 - head/net-im/ricochet
Message-ID:  <201610211109.u9LB9kmH019420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Oct 21 11:09:45 2016
New Revision: 424405
URL: https://svnweb.freebsd.org/changeset/ports/424405

Log:
  - Mark broken on 9.x amd64:
  
  /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against hidden symbol `_DYNAMIC' can not be used when making a shared object
  /usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
  /usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtend.o: relocation R_X86_64_32 against `.ctors' can not be used when making a shared object; recompile with -fPIC
  /usr/local/bin/ld: final link failed: Nonrepresentable section on output
  
  Approved by:	portmgr blanket

Modified:
  head/net-im/ricochet/Makefile

Modified: head/net-im/ricochet/Makefile
==============================================================================
--- head/net-im/ricochet/Makefile	Fri Oct 21 09:27:44 2016	(r424404)
+++ head/net-im/ricochet/Makefile	Fri Oct 21 11:09:45 2016	(r424405)
@@ -17,6 +17,8 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 LIB_DEPENDS=	libprotobuf.so:devel/protobuf
 RUN_DEPENDS=	tor:security/tor
 
+BROKEN_FreeBSD_9_amd64=	does not build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	ricochet-im
 



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