Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#41055 closed defect (fixed)

yorick @2.2.02_0 build hangs on 10.9

Reported by: ralph@… Owned by: paumard
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: mavericks Cc: shauriege@…
Port: yorick

Description

When trying to build yorick, it just gets stuck doing an fputest. Activity monitor shows fputest running at about 70% cpu, but it never finishes.

Configuring yorick
/Applications/Xcode.app/Contents/Developer/usr/bin/make Y_HOME=relocate ysite
if S="s?^prefix=.*?prefix=\".\"?;\
	s?^Y_PLATFORM=.*?Y_PLATFORM=\".\"?;\
	s?^Y_SITE=.*?Y_SITE=\".\"?;\
	s?^Y_HOME=.*?Y_HOME=\"relocate\"?";\
	sed -e "$S" ysite.sh >ysite.sh1; then mv ysite.sh1 ysite.sh; fi
LD_STATIC= ./configure

=============== begin top level configuration ===============

/usr/bin/clang is an ANSI C compiler.  Good.
CC="/usr/bin/clang" CFLAGS="-pipe -Os -arch x86_64" LDFLAGS="-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64" MATHLIB="-lm" ./config.sh

  ============= begin play/unix configuration =============

using getrusage() (CPU timer)
using gettimeofday() (wall timer)
using POSIX getlogin(), getpwuid(), getuid() functions
using POSIX tcgetpgrp() function
using POSIX getcwd() function
using POSIX dirent.h header for directory ops
using select(), sys/select.h header
using FPU_GCC_X86_64 (SIGFPE delivery)

Change History (4)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to thibaut@…
Port: yorick added

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: mavericks added

comment:3 Changed 10 years ago by shauriege@…

Cc: shauriege@… added

Cc Me!

comment:4 Changed 10 years ago by paumard

Resolution: fixed
Status: newclosed

Thanks. Removing optimization flags fixes this, so I've done it in r113602 as a temporary fix. I'm contacting upstream to find a better solution on the longer run. See: http://yorick.sourceforge.net/phpBB3/viewtopic.php?f=6&t=403

Regards, Thibaut.

Last edited 10 years ago by paumard (previous) (diff)
Note: See TracTickets for help on using tickets.