Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#13904 closed defect (fixed)

ghc 6.6.1_0 build failure: parse error before 'TickProc'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port:

Description

I've been able to install ghc in the past, but I can't now:

$ sudo port install
--->  Fetching ghc
--->  Verifying checksum(s) for ghc
--->  Extracting ghc
--->  Applying patches to ghc
--->  Configuring ghc
--->  Building ghc with target all
Error: Target org.macports.build returned: shell command "env DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib make all" returned error 2
Command output: 
posix/Itimer.c:104:0:  error: parse error before 'TickProc'

posix/Itimer.c:105:0:
     warning: function declaration isn't a prototype
posix/Itimer.c: In function 'startTicker':

posix/Itimer.c:112:0:
     error: 'handle_tick' undeclared (first use in this function)

posix/Itimer.c:115:0:
     warning: implicit declaration of function 'getourtimeofday'

posix/Itimer.c:118:0:
     error: 'ms' undeclared (first use in this function)
posix/Itimer.c: At top level:

posix/Itimer.c:127:0:
     warning: function declaration isn't a prototype

posix/Itimer.c:220:0:
     warning: no previous prototype for 'getourtimeofday'

posix/Itimer.c:220:0:
     error: conflicting types for 'getourtimeofday'

posix/Itimer.c:115:0:
     error: previous implicit declaration of 'getourtimeofday' was here
make[1]: *** [posix/Itimer.o] Error 1
make: *** [stage1] Error 1

Error: Status 1 encountered during processing.
$

Mac OS X 10.4.11, Xcode 2.4.1, MacPorts 1.7.0 from trunk, MacBook Pro.

Change History (3)

comment:1 Changed 17 years ago by gwright@…

Status: newassigned

Does this still happen with the new 6.8.2? If not, I will close the ticket.

comment:2 Changed 17 years ago by gwright@…

Resolution: fixed
Status: assignedclosed

No one seems to have reproduced this particular bug, so I am closing the ticket.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.