[kde-freebsd] x11/kactivitymanagerd fails to install

Jan Henrik Sylvester me at janh.de
Mon Oct 14 17:57:53 UTC 2013


On 10/14/2013 15:37, Alberto Villa wrote:
> On Mon, Oct 14, 2013 at 1:53 PM, Jan Henrik Sylvester <me at janh.de> wrote:
>> Yes, but 9.2-RELEASE already has clang 3.3 in base and should not need a
>> port clang33. I am trying to understand why Mk/Uses/compiler.mk does it,
>> but so far I am not sure.
> 
> Please, attach output of
> 
> $ make -C /usr/ports/x11/kactivitymanagerd -V COMPILER_FEATURES

libstdc++ c89 c99 gnu89 gnu99 c++98 gnu++98

>>> Can you attach the full log, please?
>>
>> There is not much...
> 
> There is so much more! Apparently, lang/clang33 doesn't provide all
> the necessary features. Please, attach output of
> 
> $ /usr/bin/clang++ -### /dev/null 2>&1

FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
Target: x86_64-unknown-freebsd9.2
Thread model: posix
 "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1"
"--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o"
"/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null"
"-lstdc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc"
"-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o"
"/usr/lib/crtn.o"

> and
> 
> $ /usr/local/bin/clang++33 -### /dev/null 2>&1

clang version 3.3 (tags/RELEASE_33/final)
Target: amd64-portbld-freebsd9.2
Thread model: posix
 "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1"
"--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o"
"/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null"
"-lstdc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc"
"-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o"
"/usr/lib/crtn.o"

Cheers,
Jan Henrik


More information about the kde-freebsd mailing list