math/GiNaC is now at version 1.5.3. Fix: This port update requires that PR 137552 be applied. This update should be applied instead of PR 137557. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # GiNaC/files/patch-ginac__parser__parser.cpp # echo x - GiNaC/files/patch-ginac__parser__parser.cpp sed 's/^X//' >GiNaC/files/patch-ginac__parser__parser.cpp << '5cb3c3f71e1b37eff92e41faf1a0a807' X--- ginac/parser/parser.cpp-orig 2009-08-08 12:27:12.000000000 -0500 X+++ ginac/parser/parser.cpp 2009-08-08 12:29:20.000000000 -0500 X@@ -66,7 +66,7 @@ X Parse_error_("no function \"" << name << "\" with " << X args.size() << " arguments"); X } X- ex ret = GiNaC::function((unsigned)reader->second, args); X+ ex ret = GiNaC::function((size_t)reader->second, args); X return ret; X } X 5cb3c3f71e1b37eff92e41faf1a0a807 exit
When I said this replaces "137557" I meant "137556".
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
State Changed From-To: open->feedback Unfortunately it doesn't build properly, please could you try to build it again? Take a look in this log: http://tb3.droso.net/errors/7-araujo/GiNaC-1.5.3.log
FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/137577'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=137577 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: Update of math/GiNaC port >> Arrival-Date: Sat Aug 08 18:30:04 UTC 2009 > > > Put this patch into files.
I am wondering what the status of this PR is. When you originally sent me the link http://tb3.droso.net/errors/7-araujo/GiNaC-1.5.3.log, the error reported there was fixable by the patch I sent to you. But now it is reporting a different error, an internal compiler error, that I am simply unable to reproduce. I am using an amd64 system running FreeBSD 8. I recall that one of my replies to you wasn't so friendly, perhaps. I apologize for that. I was under a lot of stress that day. Please stay engaged with me so that we can fix this problem. Thanks, Stephen
On Fri, Aug 14, 2009 at 03:02:15PM -0500, Stephen Montgomery-Smith wrote: > I am wondering what the status of this PR is. > > When you originally sent me the link > http://tb3.droso.net/errors/7-araujo/GiNaC-1.5.3.log, the error reported > there was fixable by the patch I sent to you. But now it is reporting a > different error, an internal compiler error, that I am simply unable to > reproduce. I am using an amd64 system running FreeBSD 8. > > I recall that one of my replies to you wasn't so friendly, perhaps. I > apologize for that. I was under a lot of stress that day. Please stay > engaged with me so that we can fix this problem. > Hello dear Stephen Don't worry. I understood you! So, this weekend I'm gonna try to build it again and if some problem appears I'll keep you in touch. Best Regards, -- Marcelo Araujo araujo@FreeBSD.org http://www.FreeBSD.org People to whom you are attracted invariably think you remind them of someone else.
araujo 2009-08-16 01:22:58 UTC FreeBSD ports repository Modified files: math/GiNaC Makefile distinfo pkg-plist Log: - Update to 1.5.3. PR: ports/137577 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Revision Changes Path 1.55 +2 -2 ports/math/GiNaC/Makefile 1.35 +3 -3 ports/math/GiNaC/distinfo 1.31 +5 -2 ports/math/GiNaC/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!
araujo 2009-08-16 14:42:45 UTC FreeBSD ports repository Modified files: math/GiNaC Makefile Log: - Fix build on AMD64 based on the latest patch that was sent by maintainer. - Bump PORTREVISION. PR: ports/137577 (based on) Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Reported by: itetcu (QAT) Approved by: maintainer implicit Revision Changes Path 1.56 +5 -0 ports/math/GiNaC/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"