ports/145627: graphics/darktable dies on startup with a bus error.

Roland Smith rsmith at xs4all.nl
Sun Apr 11 13:30:02 UTC 2010


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



More information about the freebsd-ports-bugs mailing list