Bug 189030 - sysutils/brasero build failure
Summary: sysutils/brasero build failure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-26 18:10 UTC by Sean Bruno
Modified: 2014-04-27 18:00 UTC (History)
0 users

See Also:


Attachments
file.txt (95.03 KB, text/plain)
2014-04-26 18:10 UTC, Sean Bruno
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Bruno freebsd_committer freebsd_triage 2014-04-26 18:10:02 UTC
brasero fails building due to missing or renamed symbols:

/usr/bin/ld: /usr/local/lib/libICE.so.6: invalid DSO for symbol `IceProcessMessages' definition

Fix: Patch attached with submission follows:
How-To-Repeat: build the port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-26 18:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 rkoberman 2014-04-26 20:01:27 UTC
This is a dup of ports/189015 which contains the correct patch.
-- 
R. Kevin Oberman, Network Engineer, Retired
E-mail: rkoberman@gmail.com
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-04-27 17:55:14 UTC
Author: tijl
Date: Sun Apr 27 16:55:11 2014
New Revision: 352439
URL: http://svnweb.freebsd.org/changeset/ports/352439
QAT: https://qat.redports.org/buildarchive/r352439/

Log:
  Fix build after r351936 by adding a dependency on libICE.
  
  PR:		ports/189030

Modified:
  head/sysutils/brasero/Makefile

Modified: head/sysutils/brasero/Makefile
==============================================================================
--- head/sysutils/brasero/Makefile	Sun Apr 27 16:52:34 2014	(r352438)
+++ head/sysutils/brasero/Makefile	Sun Apr 27 16:55:11 2014	(r352439)
@@ -23,7 +23,7 @@ RUN_DEPENDS=	growisofs:${PORTSDIR}/sysut
 CONFLICTS=	brasero-3.[0-9]*
 
 GNU_CONFIGURE=	yes
-USE_XORG=	sm
+USE_XORG=	ice sm
 USES=		pathfix gettext shared-mime-info gmake pkgconfig tar:bzip2 \
 		libtool desktop-file-utils
 USE_GNOME=	intlhack gnomeprefix gnomedocutils
@@ -72,5 +72,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|" == "|" = "|g' \
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|/proc/self/fd/0|/dev/fd/0|g' ${WRKSRC}/po/*.po
+	@${REINPLACE_CMD} -e '/BRASERO_SM_LIBS =/s/$$/ -lICE/' \
+		${WRKSRC}/src/Makefile.in
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Tijl Coosemans freebsd_committer freebsd_triage 2014-04-27 17:58:37 UTC
State Changed
From-To: open->closed

Fixed in r352439.