[MacPorts] #32759: reduce-algebra upgrade renamed reduce-3.8.0-r1535 - installs both csl and psl versions

MacPorts noreply at macports.org
Thu Jan 5 11:21:10 PST 2012


#32759: reduce-algebra upgrade renamed reduce-3.8.0-r1535 - installs both csl and
psl versions
------------------------------------+---------------------------------------
 Reporter:  mark.brethen@…          |       Owner:  snc@…                
     Type:  update                  |      Status:  assigned             
 Priority:  Normal                  |   Milestone:                       
Component:  ports                   |     Version:                       
 Keywords:                          |        Port:  reduce reduce-algebra
------------------------------------+---------------------------------------

Comment(by mark.brethen@…):

 This is the code in configure that reports the build system type:

 {{{
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
 $as_echo_n "checking build system type... " >&6; }
 if ${ac_cv_build+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   ac_build_alias=$build_alias
 test "x$ac_build_alias" = x &&
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 test "x$ac_build_alias" = x &&
   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO"
 5
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed"
 "$LINENO" 5

 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 $as_echo "$ac_cv_build" >&6; }
 }}}

 config.guess sets ac_cv_build. Have a look at it and see why it thinks
 you're an i386 machine (or, I'll look at it later).

 It's ridiculous in that right above the core test (under platform) it
 shows:

 {{{
 hostname = lavergne.gotdns.org
 uname -m = x86_64
 uname -r = 10.8.0
 uname -s = Darwin
 uname -v = Darwin Kernel Version 10.8.0: Tue Jun  7 16:32:41 PDT 2011;
 root:xnu-1504.15.3~1/RELEASE_X86_64

 /usr/bin/uname -p = i386
 /bin/uname -X     = unknown

 /bin/arch              = unknown
 /usr/bin/arch -k       = unknown
 /usr/convex/getsysinfo = unknown
 /usr/bin/hostinfo      = Mach kernel version:
          Darwin Kernel Version 10.8.0: Tue Jun  7 16:32:41 PDT 2011;
 root:xnu-1504.15.3~1/RELEASE_X86_64
 Kernel configured for a single processor only.
 1 processor is physically available.
 1 processor is logically available.
 Processor type: i486 (Intel 80486)
 Processor active: 0
 Primary memory available: 768.00 megabytes
 Default processor set: 66 tasks, 201 threads, 1 processors
 Load average: 1.47, Mach factor: 0.15
 /bin/machine           = unknown
 /usr/bin/oslevel       = unknown
 /bin/universe          = unknown
 }}}

 With the exception of the rev. number, this is identical to my lion
 machine, which it correctly identifies:

 {{{
 configure:1814: Absolute path to source directory =
 /opt/local/var/macports/build/_Users_marbre_ports_math_reduce/reduce/work/trunk
 configure:1850: checking build system type
 configure:1864: result: x86_64-apple-darwin11.2.0
 configure:1884: checking host system type
 configure:1897: result: x86_64-apple-darwin11.2.0
 configure:2498: host=x86_64-apple-darwin11.2.0 args= '--with-psl'
 configure:2520: Will build in the x86_64-mac_10.7_lion-darwin11.2.0
 subdirectory
 configure:2568: +++ Will build in
 /opt/local/var/macports/build/_Users_marbre_ports_math_reduce/reduce/work/trunk/pslbuild/x86_64-mac_10
 .7_lion-darwin11.2.0
 }}}

 I'm glad I don't do this stuff for a living!

-- 
Ticket URL: <https://trac.macports.org/ticket/32759#comment:14>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list