Date: Mon, 9 Feb 2009 21:40:04 GMT From: Dominique Goncalves <dominique.goncalves@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/130972: sysutils/gnomebaker 0.6.4 dumps core when trying to create new project Message-ID: <200902092140.n19Le4Yr093564@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/130972; it has been noted by GNATS. From: Dominique Goncalves <dominique.goncalves@gmail.com> To: bug-followup@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@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@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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902092140.n19Le4Yr093564>