Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2010 15:26:58 +0200 (CEST)
From:      Roland Smith <rsmith@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/145627: graphics/darktable dies on startup with a bus error.
Message-ID:  <20100411132658.4C30FBA8A@slackbox.erewhon.net>
Resent-Message-ID: <201004111330.o3BDU2HN072249@freefall.freebsd.org>

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

>Number:         145627
>Category:       ports
>Synopsis:       graphics/darktable dies on startup with a bus error.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 11 13:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Roland Smith
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD slackbox.erewhon.net 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Thu Jan 7 18:15:01 CET 2010 rsmith@slackbox.xs4all.nl:/usr/obj/usr/src/sys/QUADSLACK amd64


	
>Description:
	Darktable dies un startup with a bus error on amd64, after showing a
	blank window. It does create .darktabledb.
>How-To-Repeat:
	- install darktable on 8.0-RELEASE-p2 amd64
	- start it
>Fix:
	Mark proken on amd64 for now.
----- patch -----
--- Makefile.orig	2010-04-11 15:09:18.000000000 +0200
+++ Makefile	2010-04-11 15:14:05.000000000 +0200
@@ -52,4 +52,10 @@
 # Do not install useless documentation files
 	@${REINPLACE_CMD} -e 's, install-dtdocDATA,,' ${WRKSRC}/Makefile.in
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN=         Dies with bus error on startup.
+.endif
+
+.include <bsd.port.post.mk>
----- patch -----
>Release-Note:
>Audit-Trail:
>Unformatted:



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