Opened 11 years ago

Closed 10 years ago

#40234 closed defect (invalid)

qt4-mac @4.8.5_0: LLVM-GCC 4.2 lacks CPATH support

Reported by: ckmuell@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: qt4-mac

Description (last modified by mf2k (Frank Schima))

log states:

:info:configure CPATH support not detected
:info:configure error: The compiler (/usr/bin/llvm-g++-4.2) does not seem to su$
same for apples clang compiler

log file attached

Attachments (1)

main.log (81.0 KB) - added by ckmuell@… 11 years ago.
build log

Download all attachments as: .zip

Change History (10)

Changed 11 years ago by ckmuell@…

Attachment: main.log added

build log

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

Description: modified (diff)
Keywords: CPATH Lion XCode 4.6.3 removed
Owner: changed from macports-tickets@… to michaelld@…
Summary: build failed OS X Lion Xcode 4.6.3qt4-mac: build failed OS X Lion Xcode 4.6.3

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers qt4-mac).

comment:2 Changed 11 years ago by larryv (Lawrence Velázquez)

Summary: qt4-mac: build failed OS X Lion Xcode 4.6.3qt4-mac: LLVM-GCC 4.2 lacks CPATH support

comment:3 Changed 11 years ago by larryv (Lawrence Velázquez)

Summary: qt4-mac: LLVM-GCC 4.2 lacks CPATH supportqt4-mac @4.8.5_0: LLVM-GCC 4.2 lacks CPATH support

comment:4 Changed 11 years ago by michaelld (Michael Dickens)

What do the following return for you:

cd ~/Desktop
cp -rp `port dir qt4-mac`/files/cpath cpath_test
cd cpath_test
/usr/bin/llvm-g++-4.2 -v
/usr/bin/llvm-g++-4.2 -nostdinc -c cpath_test.c
CPATH=. /usr/bin/llvm-g++-4.2 -nostdinc -c cpath_test.c
Last edited 11 years ago by michaelld (Michael Dickens) (previous) (diff)

comment:5 Changed 11 years ago by michaelld (Michael Dickens)

I just updated the prior entry, since what I had before can fail depending on how MacPorts is installed. The new version will work correctly, and give me what I need to know about your situation.

comment:6 Changed 10 years ago by michaelld (Michael Dickens)

Any word on if this is still an issue? If so, can you answer the script from above?

comment:7 Changed 10 years ago by michaelld (Michael Dickens)

Any word on if this is still an issue?

comment:8 in reply to:  7 Changed 10 years ago by ckmuell@…

It's resolved, thanks for the support.

Cheers!

comment:9 Changed 10 years ago by michaelld (Michael Dickens)

Resolution: invalid
Status: newclosed

OK; thanks for getting back!

Note: See TracTickets for help on using tickets.