ports/130972: sysutils/gnomebaker 0.6.4 dumps core when trying to create new project

Dominique Goncalves dominique.goncalves at gmail.com
Mon Feb 9 21:40:04 UTC 2009


The following reply was made to PR ports/130972; it has been noted by GNATS.

From: Dominique Goncalves <dominique.goncalves at gmail.com>
To: bug-followup at freebsd.org
Cc:  
Subject: Re: ports/130972: sysutils/gnomebaker 0.6.4 dumps core when trying to 
	create new project
Date: Mon, 9 Feb 2009 22:02:02 +0100

 Hi,
 
 On Mon, Jan 26, 2009 at 8:38 AM, Edwin Groothuis <edwin at freebsd.org> wrote:
 > Maintainer of sysutils/gnomebaker,
 >
 > Please note that PR ports/130972 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/130972
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin at FreeBSD.org
 >
 
 It seems to be a issue on amd64, I can't reproduce the coredump on i386.
 Until someone could submit a patch, only enable i386.
 
 --- Makefile.orig	2009-02-09 21:55:22.000000000 +0100
 +++ Makefile	2009-02-09 22:00:05.000000000 +0100
 @@ -28,6 +28,9 @@
  CONFIGURE_ENV=		CPPFLAGS="-I${LOCALBASE}/include" \
  			LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
 
 +ONLY_FOR_ARCHS= 	i386
 +NOT_FOR_ARCHS_REASON=	Coredump on amd64, see PR: ports/130972	
 +
  .include <bsd.port.pre.mk>
 
  RUN_DEPENDS+=		cdrdao:${PORTSDIR}/sysutils/cdrdao
 
 
 Regards
 -- 
 There's this old saying: "Give a man a fish, feed him for a day. Teach
 a man to fish, feed him for life."



More information about the freebsd-ports-bugs mailing list