Opened 11 years ago

Closed 10 years ago

#36708 closed defect (fixed)

stuck on Configuring vis5d

Reported by: angel.suarez@… Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: vis5d

Description (last modified by mf2k (Frank Schima))

Hello, When installing vis5d, the configure is stuck in the configure stage. MacPorts 2.1.99 ProductName: Mac OS X ProductVersion: 10.6.8 BuildVersion: 10K549 Xcode 3.2.3 Many thanks.

--->  Fetching distfiles for vis5d
--->  Verifying checksum(s) for vis5d
--->  Checksumming vis5d+-1.3.0-beta.tar.bz2
--->  Extracting vis5d
--->  Extracting vis5d+-1.3.0-beta.tar.bz2
--->  Applying patches to vis5d
--->  Applying patch-graph_labels.c.diff
patching file gtk/graph_labels.c
--->  Configuring vis5d

Attachments (4)

main.log (84.0 KB) - added by angel.suarez@… 11 years ago.
main.2.log (84.0 KB) - added by angel.suarez@… 11 years ago.
main.3.log (84.0 KB) - added by angel.suarez@… 11 years ago.
consoleout.txt (8.5 KB) - added by angel.suarez@… 11 years ago.

Download all attachments as: .zip

Change History (15)

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to takeshi@…
Port: vis5d added

In the future, please use WikiFormatting, fill in the Port field, and Cc the port maintainer(s).

Please attach the main.log. It can be found as follows:

port logfile vis5d

comment:2 Changed 11 years ago by tenomoto (Takeshi Enomoto)

I can't reproduce the problem on XServe running Mac OS X Server 10.6.8. I'd like to see main.log.

Changed 11 years ago by angel.suarez@…

Attachment: main.log added

comment:3 Changed 11 years ago by angel.suarez@…

Thanks for your help.

Last edited 11 years ago by angel.suarez@… (previous) (diff)

comment:4 Changed 11 years ago by tenomoto (Takeshi Enomoto)

It is strange that main.log doesn't have any message on the configure phase. Could you try again with the following commands and update main.log if it still fails?

sudo port clean vis5d
sudo port configure vis5d

Changed 11 years ago by angel.suarez@…

Attachment: main.2.log added

comment:5 Changed 11 years ago by angel.suarez@…

Here ya go. Thanks

comment:6 Changed 11 years ago by tenomoto (Takeshi Enomoto)

The two logs are virtually identical and seems to be truncated. If you dump the message in console with -d, do you have something more in the configure phase?

sudo port clean vis5d
sudo port -d configure vis5d

Changed 11 years ago by angel.suarez@…

Attachment: main.3.log added

comment:7 Changed 11 years ago by angel.suarez@…

I uploaded another log from a diffrent machine that is having the same problem. I hope it helps. Thanks!

comment:8 Changed 11 years ago by tenomoto (Takeshi Enomoto)

I still don't see the problem. What are the errors? You mean that the you see no progress in the configure phase and you have to force terminate with ctrl-c or command-period? That is why the previous two logs are truncated? A successful configure phase (with -d) would dump the progress of configure output like

DEBUG: setting attributes on /opt/local/var/macports/build/_Users_takeshi_MacPorts_ports_science_vis5d/vis5d/work/vis5d+-1.3.0-beta/util/igg3d.f
DEBUG: euid/egid changed to: 502/502
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: configure phase started at Fri Oct 26 04:53:05 JST 2012
--->  Configuring vis5d
DEBUG: Using compiler 'Mac OS X clang'
DEBUG: Executing org.macports.configure (vis5d)
DEBUG: Environment: CPATH='/opt/local/include' RANLIB='/usr/bin/ranlib' CFLAGS='-pipe -O2 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.8' CXX='/usr/bin/clang++' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Users_takeshi_MacPorts_ports_science_vis5d/vis5d/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64 -arch x86_64' FCFLAGS='-pipe -O2 -m64' OBJC='/usr/bin/clang' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2 -arch x86_64' FFLAGS='-pipe -O2 -m64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/clang'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_takeshi_MacPorts_ports_science_vis5d/vis5d/work/vis5d+-1.3.0-beta" && ./configure --prefix=/opt/local -disable-fortran -disable-dependency-tracing --x-includes=/opt/local/include --x-libraries=/opt/local/lib'
DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_Users_takeshi_MacPorts_ports_science_vis5d/vis5d/work/vis5d+-1.3.0-beta" && ./configure --prefix=/opt/local -disable-fortran -disable-dependency-tracing --x-includes=/opt/local/include --x-libraries=/opt/local/lib 
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes

Changed 11 years ago by angel.suarez@…

Attachment: consoleout.txt added

comment:9 Changed 11 years ago by angel.suarez@…

Hi Takeshi, here is the console with the:

sudo port clean vis5d
sudo port configure vis5d
Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:10 Changed 11 years ago by tenomoto (Takeshi Enomoto)

It looks OK. Do you have to terminate the process? If it automatically terminates without error messages, the configure phase is successful. You can go forward to the build, destroot and install phases. Warning on the mixkit can be ignored, but I will fix it by adding --without-mixit. mixkit (qslim) is an old C++ code and I can't compile it. Vis5d+ works without it.

comment:11 Changed 10 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

The change was committed in r99079.

Note: See TracTickets for help on using tickets.