Changes between Initial Version and Version 1 of Ticket #27627


Ignore:
Timestamp:
Dec 10, 2010, 9:03:08 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27627

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Cc nDiScReEt@… removed
  • Ticket #27627 – Description

    initial v1  
    11I have attempted to upgrade bison on my system and find myself failing/stalling in the config phase after checking for java on my system. The exact message shows:
    22
    3 `checking how to link with libintl... -lintl -liconv -lc  -Wl,-framework -Wl,CoreFoundation`
    4 
    5 `checking for valgrind... no`
    6 
    7 `checking whether we are using the GNU C++ compiler... yes`
    8 
    9 `checking whether /usr/bin/g++-4.0 accepts -g... yes`
    10 
    11 `checking dependency style of /usr/bin/g++-4.0... gcc3`
    12 
    13 `checking whether /usr/bin/g++-4.0 builds executables that work... yes`
    14 
    15 `checking for Java virtual machine... java`
     3{{{
     4checking how to link with libintl... -lintl -liconv -lc  -Wl,-framework -Wl,CoreFoundation
     5checking for valgrind... no
     6checking whether we are using the GNU C++ compiler... yes
     7checking whether /usr/bin/g++-4.0 accepts -g... yes
     8checking dependency style of /usr/bin/g++-4.0... gcc3
     9checking whether /usr/bin/g++-4.0 builds executables that work... yes
     10checking for Java virtual machine... java
     11}}}
    1612
    1713I have cleaned the port and then attempted to upgrade the port from bison 2.4.2 to bison 2.4.3 with the same result. I had let this issue sit for over 24 hour periods, twice! And still the same result.