Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2009 21:07:59 -0500 (CDT)
From:      Stephen Montgomery-Smith <stephen@missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/137817: math/GiNaC does not build with amd64
Message-ID:  <200908160207.n7G27xsa017623@cauchy.math.missouri.edu>
Resent-Message-ID: <200908160210.n7G2A2WQ069847@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137817
>Category:       ports
>Synopsis:       math/GiNaC does not build with amd64
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 16 02:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
FreeBSD laptop3.gateway.2wire.net 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Wed Aug  5 20:37:47 CDT 2009     stephen@laptop3.gateway.2wire.net:/usr/obj/usr/src/sys/LAPTOP3  amd64


	
>Description:
Attempts to build math/GiNaC version 1.5.3 on amd64 failt to build:
http://qat.tecnik93.com/logs/7-STABLE-FPT-NPD/GiNaC-1.5.3.log
>How-To-Repeat:
	
>Fix:


# 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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908160207.n7G27xsa017623>