Bug 15514

Summary: /usr/ports/devel/t1lib hangs in configure, checking whether external symbols need an underscore prefix
Product: Ports & Packages Reporter: jay.krell <jay.krell>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
t1lib.log none

Description jay.krell 1999-12-16 11:50:01 UTC
hangs in ./configure on the line that says
checking whether external symbols need an underscore prefix

Fix: 

unknown
How-To-Repeat: cd /usr/ports/devel/t1lib
make clean
make
Comment 1 jay.krell 1999-12-16 12:15:05 UTC
This doesn't repro if you do
    cd /usr/ports/devel/t1lib
    make clean
    make extract
    make patch
    cd work/T*
    ./configure

but still definitely does repro with
    cd /usr/ports/devel/t1lib
    make clean
    make

I'm still a little too newbieish to debug this (if only it was C++ I could
step through with Visual C++..)
The results of make 2>&1 > t1lib.log are attached.

 - Jay
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-12-25 01:30:05 UTC
State Changed
From-To: open->closed

The problem in libc_r has been fixed by Daniel Eischen.