Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163400 Details for
Bug 235233
app-admin/conky-1.6.1: Compilation error (missing stdio.h)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
result of a manual ./configure
config (text/plain), 8.90 KB, created by
Gérald Masquelier
on 2008-08-20 16:51:11 UTC
(
hide
)
Description:
result of a manual ./configure
Filename:
MIME Type:
Creator:
Gérald Masquelier
Created:
2008-08-20 16:51:11 UTC
Size:
8.90 KB
patch
obsolete
>checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >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 ISO C89... none needed >checking for style of include used by make... GNU >checking dependency style of gcc... gcc3 >checking for a sed that does not truncate output... /bin/sed >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld >checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for a BSD-compatible install... /usr/bin/install -c >checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r >checking for BSD-compatible nm... /usr/bin/nm -B >checking whether ln -s works... yes >checking how to recognize dependent libraries... pass_all >checking how to run the C preprocessor... gcc -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking dlfcn.h usability... yes >checking dlfcn.h presence... yes >checking for dlfcn.h... yes >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking dependency style of g++... gcc3 >checking how to run the C++ preprocessor... g++ -E >checking for g77... no >checking for xlf... no >checking for f77... no >checking for frt... no >checking for pgf77... no >checking for cf77... no >checking for fort77... no >checking for fl32... no >checking for af77... no >checking for xlf90... no >checking for f90... no >checking for pgf90... no >checking for pghpf... no >checking for epcf90... no >checking for gfortran... gfortran >checking whether we are using the GNU Fortran 77 compiler... yes >checking whether gfortran accepts -g... yes >checking the maximum length of command line arguments... 98304 >checking command to parse /usr/bin/nm -B output from gcc object... ok >checking for objdir... .libs >checking for ar... ar >checking for ranlib... ranlib >checking for strip... strip >checking for correct ltmain.sh version... yes >checking if gcc supports -fno-rtti -fno-exceptions... no >checking for gcc option to produce PIC... -fPIC >checking if gcc PIC flag -fPIC works... yes >checking if gcc static flag -static works... yes >checking if gcc supports -c -o file.o... yes >checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... yes >configure: creating libtool >appending configuration tag "CXX" to libtool >checking for ld used by g++... /usr/i686-pc-linux-gnu/bin/ld >checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes >checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes >checking for g++ option to produce PIC... -fPIC >checking if g++ PIC flag -fPIC works... yes >checking if g++ static flag -static works... yes >checking if g++ supports -c -o file.o... yes >checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >(cached) (cached) checking how to hardcode library paths into programs... immediate >appending configuration tag "F77" to libtool >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... yes >checking for gfortran option to produce PIC... -fPIC >checking if gfortran PIC flag -fPIC works... yes >checking if gfortran static flag -static works... yes >checking if gfortran supports -c -o file.o... yes >checking whether the gfortran linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >(cached) (cached) checking how to hardcode library paths into programs... immediate >checking for pkg-config... yes >checking for pkg-config... /usr/bin/pkg-config >checking pkg-config is at least version 0.19... yes >checking for getnameinfo... yes >checking netdb.h usability... yes >checking netdb.h presence... yes >checking for netdb.h... yes >checking netinet/in.h usability... yes >checking netinet/in.h presence... yes >checking for netinet/in.h... yes >checking netinet/tcp.h usability... yes >checking netinet/tcp.h presence... yes >checking for netinet/tcp.h... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking arpa/inet.h usability... yes >checking arpa/inet.h presence... yes >checking for arpa/inet.h... yes >checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld >checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for shared library run path origin... done >checking for iconv... yes >checking for working iconv... yes >checking for iconv declaration... > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >checking for X11... yes >checking for Xext... yes >checking for XDamage... yes >checking for Xft... yes >checking for GLib2... yes >checking signal.h usability... yes >checking signal.h presence... yes >checking for signal.h... yes >checking for unistd.h... (cached) yes >checking sys/utsname.h usability... yes >checking sys/utsname.h presence... yes >checking for sys/utsname.h... yes >checking for sys/stat.h... (cached) yes >checking linux/soundcard.h usability... yes >checking linux/soundcard.h presence... yes >checking for linux/soundcard.h... yes >checking dirent.h usability... yes >checking dirent.h presence... yes >checking for dirent.h... yes >checking mcheck.h usability... yes >checking mcheck.h presence... yes >checking for mcheck.h... yes >checking sys/statfs.h usability... yes >checking sys/statfs.h presence... yes >checking for sys/statfs.h... yes >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking pthread.h usability... yes >checking pthread.h presence... yes >checking for pthread.h... yes >checking assert.h usability... yes >checking assert.h presence... yes >checking for assert.h... yes >checking errno.h usability... yes >checking errno.h presence... yes >checking for errno.h... yes >checking time.h usability... yes >checking time.h presence... yes >checking for time.h... yes >checking for sys/mount.h... yes >checking for calloc... yes >checking for malloc... yes >checking for free... yes >checking for popen... yes >checking for sysinfo... yes >checking for getloadavg... yes >checking for memrchr... yes >checking for strndup... yes >checking for gethostbyname_r... yes >checking for library containing clock_gettime... -lrt >checking for struct statfs.f_fstypename... no >checking zlib.h usability... yes >checking zlib.h presence... yes >checking for zlib.h... yes >checking for db2x_xsltproc... no >checking for db2x_manxml... no >checking for xsltproc... xsltproc >checking if /usr/i686-pc-linux-gnu/bin/ld accepts -O1... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating data/Makefile >config.status: creating doc/Makefile >config.status: creating src/Makefile >config.status: creating src/build.h >config.status: creating src/config.h >config.status: executing depfiles commands > >conky 1.6.1 configured successfully: > > Installing into: /usr/local > System config dir: ${prefix}/etc > C compiler flags: -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W > Linker flags: -Wl,-O1 > Libraries: -lrt -lm -lX11 -lXext -lXdamage -lXfixes -lXft -lXrender -lfontconfig -lfreetype -lz -lX11 -lglib-2.0 > > * X11: > X11 support: yes > XDamage support: yes > XDBE support: yes > Xft support: yes > > * Music detection: > Audacious: no > BMPx: no > MPD: yes > XMMS2: no > > * General: > math: yes > hddtemp: yes > portmon: yes > RSS: no > wireless: no > SMAPI: no > nvidia: no > eve-online: no
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 235233
:
163398
| 163400