GCC Fedora Core 4 Blacklisted ?

Sekedar ingin berbagi informasi.

Ternyata distro linux Fedora Core 4 yang merupakan “adik kandung” dari linux RedHat menyertakan paket GCC compiler yang di blacklist oleh team KDE. Entah mengapa ini terjadi, saya jadi bertanya dalam hati apakah software yang di bundel dalam package Fedora Core 4 ini tidak di cek terlebih dahulu karena mungkin lebih mengutamakan pada barunya aplikasi yang dibundel. Berikut adalah pengalaman saya saat meg-compile source aplikasi :

checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking target system type… i686-pc-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking for -p flag to install… yes
checking whether build environment is sane… yes
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for kde-config… /usr/bin/kde-config
checking where to install… /usr (as returned by kde-config)
checking for style of include used by make… GNU
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ANSI C… none needed
checking dependency style of gcc… gcc3
checking how to run the C preprocessor… gcc -E
checking for g++… no
checking for c++… no
checking for gpp… no
checking for aCC… no
checking for CC… no
checking for cxx… no
checking for cc++… no
checking for cl… no
checking for FCC… no
checking for KCC… no
checking for RCC… no
checking for xlC_r… no
checking for xlC… no
checking whether we are using the GNU C++ compiler… no
checking whether g++ accepts -g… no
checking dependency style of g++… none
checking whether gcc is blacklisted… yes

configure: error:

This particular compiler version is blacklisted because it
is known to miscompile KDE. Please use a newer version, or
if that is not yet available, choose an older version.

Please do not report a bug or bother us reporting this
configure error. We know about it, and we introduced
it by intention to avoid untraceable bugs or crashes in KDE.

Solution

Untuk lebih mempermudah hidup anda :) daripada harus bongkar pasang GCC tersebut, saya sarankan lebih baik untuk melakukan update paket GCC tersebut melalui layanan online update yang sudah disediakan oleh Fedora.

Leave a Reply