Bug 137577 - Update of math/GiNaC port
Summary: Update of math/GiNaC port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-08 19:30 UTC by Stephen Montgomery-Smith
Modified: 2009-08-16 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.81 KB, patch)
2009-08-08 19:30 UTC, Stephen Montgomery-Smith
no flags Details | Diff
patch-ginac__parser__parser.cpp (388 bytes, text/plain)
2009-08-12 03:53 UTC, Stephen Montgomery-Smith
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Montgomery-Smith 2009-08-08 19:30:04 UTC
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
Comment 1 Stephen Montgomery-Smith 2009-08-08 19:36:35 UTC
When I said this replaces "137557" I meant "137556".
Comment 2 Marcelo Araujo freebsd_committer freebsd_triage 2009-08-10 13:03:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2009-08-11 14:40:24 UTC
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
Comment 4 Stephen Montgomery-Smith 2009-08-12 03:53:35 UTC
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.

Comment 5 Stephen Montgomery-Smith 2009-08-14 21:02:15 UTC
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
Comment 6 araujobsdport 2009-08-14 21:13:34 UTC
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.
Comment 7 dfilter service freebsd_committer freebsd_triage 2009-08-16 02:23:13 UTC
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"
Comment 8 Marcelo Araujo freebsd_committer freebsd_triage 2009-08-16 02:23:15 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!
Comment 9 dfilter service freebsd_committer freebsd_triage 2009-08-16 15:42:58 UTC
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"