Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
3 problems (fstab,portage,sound)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Stator
n00b
n00b


Joined: 30 Nov 2005
Posts: 64
Location: Europe, Serbia, Belgrade...

PostPosted: Wed Nov 30, 2005 1:25 pm    Post subject: 3 problems (fstab,portage,sound) Reply with quote

I have installed Gentoo 2005.1-r1 with 2.6.14-r2 kernel

1. Problem (fstab)
My fstab looks like this
Code:
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#/dev/BOOT        /boot        ext2        noauto,noatime      1 2
/dev/hda7        /        reiserfs    notail,noatime      0 1
/dev/hda6        none        swap        sw          0 0
/dev/hda1        /win/c        ntfs        defaults,ro      0 0
/dev/hda5        /win/d        vfat        defaults      0 0
/dev/hda8        /win/f        vfat        defaults      0 0
/dev/hdb5        /win/e        vfat        user,auto,exec,rw 0 0
/dev/sda1               /win/usb        vfat            noatime           0 0
/dev/cdroms/cdrom0    /mnt/cdrom    iso9660        noauto,ro      0 0
#/dev/fd0        /mnt/floppy    auto        noauto          0 0
none                    /proc/bus/usb   usbfs           defaults          0 0


As normal users i can not read or write on: hda1, hda5, hda8, hdb5 or sda1. As root i can read & write. How to make it possible for a normal user to do this?

2. Problem (portage)

How to make possible to use portage as already created normal user?

3. Problem (Sound)

I have nForce 2 with integrated sound system SounStorm on it. In kernel i include every sound device. But my sound is not forking any ideas?

Thx in advance.
Back to top
View user's profile Send private message
Ctrl+Alt+Del
Guru
Guru


Joined: 04 Jul 2004
Posts: 326
Location: .de

PostPosted: Wed Nov 30, 2005 1:34 pm    Post subject: Reply with quote

1.) /dev/hda1 /win/c vfat user,uid=1000,gid=1000 0 0
should work
2.) you can add your user to the group portage, this will allow partial access to portage in terms of searching etc.
Any operation that actually alters files on your filesystem, will alway require root privileges. A workaround is to emerge app-admin/sudo and put
alias emerge="sudo emerge"
alias etc-update="sudo etc-update"
etc... into your ~/.bashrc
It will work, but might present a serious security risk to your machine. (do not allow any sudo commands w/out password)
3.) http://www.gentoo.org/doc/en/alsa-guide.xml
Back to top
View user's profile Send private message
Maedhros
Bodhisattva
Bodhisattva


Joined: 14 Apr 2004
Posts: 5511
Location: Durham, UK

PostPosted: Wed Nov 30, 2005 1:42 pm    Post subject: Reply with quote

Also, have a look at this FAQ for your first question: Mounting MS Windows partitions (FAT,NTFS).
_________________
No-one's more important than the earthworm.
Back to top
View user's profile Send private message
Stator
n00b
n00b


Joined: 30 Nov 2005
Posts: 64
Location: Europe, Serbia, Belgrade...

PostPosted: Thu Dec 01, 2005 8:17 pm    Post subject: Reply with quote

Firs off all big Thx :)

First and second problem are solved.
But sound is still giving me hard time.

I got to the step when u do cd /usr/src/linux

Code:
bender linux # grep SOUND .config
CONFIG_SOUND=y
# CONFIG_SOUND_PRIME is not set

Code:
bender linux # grep CONFIG_SND .config
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_MPU401_UART=m
CONFIG_SND_OPL3_LIB=m
CONFIG_SND_VX_LIB=m
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
# CONFIG_SND_AD1816A is not set
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES968 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_ALS100 is not set
# CONFIG_SND_AZT2320 is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_DT019X is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_BUS=m
CONFIG_SND_ALI5451=m
CONFIG_SND_ATIIXP=m
CONFIG_SND_ATIIXP_MODEM=m
CONFIG_SND_AU8810=m
CONFIG_SND_AU8820=m
CONFIG_SND_AU8830=m
CONFIG_SND_AZT3328=m
# CONFIG_SND_BT87X is not set
CONFIG_SND_CS46XX=m
# CONFIG_SND_CS46XX_NEW_DSP is not set
CONFIG_SND_CS4281=m
CONFIG_SND_EMU10K1=m
CONFIG_SND_EMU10K1X=m
CONFIG_SND_CA0106=m
CONFIG_SND_KORG1212=m
CONFIG_SND_MIXART=m
CONFIG_SND_NM256=m
CONFIG_SND_RME32=m
CONFIG_SND_RME96=m
CONFIG_SND_RME9652=m
CONFIG_SND_HDSP=m
CONFIG_SND_HDSPM=m
CONFIG_SND_TRIDENT=m
CONFIG_SND_YMFPCI=m
CONFIG_SND_AD1889=m
CONFIG_SND_ALS4000=m
CONFIG_SND_CMIPCI=m
CONFIG_SND_ENS1370=m
CONFIG_SND_ENS1371=m
CONFIG_SND_ES1938=m
CONFIG_SND_ES1968=m
CONFIG_SND_MAESTRO3=m
CONFIG_SND_FM801=m
# CONFIG_SND_FM801_TEA575X is not set
CONFIG_SND_ICE1712=m
CONFIG_SND_ICE1724=m
CONFIG_SND_INTEL8X0=m
# CONFIG_SND_INTEL8X0M is not set
CONFIG_SND_SONICVIBES=m
CONFIG_SND_VIA82XX=m
# CONFIG_SND_VIA82XX_MODEM is not set
CONFIG_SND_VX222=m
CONFIG_SND_HDA_INTEL=m
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set


These are my otputs and they shoud not luck like thet...

When i do "emerge alsa-driver" i got this

Code:
checking for GCC version... Kernel compiler: gcc 3.4.3-20050110 (Gentoo 3.4.3.20       050110-r2, ssp-3.4.3.20050110-0, pie-8.7.7) Used compiler: i686-pc-linux-gnu-gcc        (GCC) 3.4.3-20050110 (Gentoo 3.4.3.20050110-r2, ssp-3.4.3.20050110-0, pie-8.7.7       )
checking for built-in ALSA... "yes"
configure: error: You have built-in ALSA in your kernel.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/alsa-driver-1.0.10_rc3/work/alsa-driver-1.0.10rc3/config.log

!!! ERROR: media-sound/alsa-driver-1.0.10_rc3 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.



And here is the error masage

Code:
bender linux # cat /var/tmp/portage/alsa-driver-1.0.10_rc3/work/alsa-driver-1.0.10rc3/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu --with-oss --with-kernel=/usr/src/linux --with-build=/usr/src/linux --with-isapnp=yes --with-sequencer=yes --with-cards=intel8x0

## --------- ##
## Platform. ##
## --------- ##

hostname = bender
uname -m = i686
uname -r = 2.6.14-gentoo-r2
uname -s = Linux
uname -v = #3 Mon Nov 28 17:50:58 CET 2005

/usr/bin/uname -p = AMD Athlon(tm) XP 2700+
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib/portage/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.4.3-20050110
PATH: /opt/blackdown-jdk-1.4.2.02/bin
PATH: /opt/blackdown-jdk-1.4.2.02/jre/bin
PATH: /usr/qt/3/bin
PATH: /usr/kde/3.4/sbin
PATH: /usr/kde/3.4/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1287: checking for i686-pc-linux-gnu-gcc
configure:1303: found /usr/bin/i686-pc-linux-gnu-gcc
configure:1313: result: i686-pc-linux-gnu-gcc
configure:1595: checking for C compiler version
configure:1598: i686-pc-linux-gnu-gcc --version </dev/null >&5
i686-pc-linux-gnu-gcc (GCC) 3.4.3-20050110 (Gentoo 3.4.3.20050110-r2, ssp-3.4.3.20050110-0, pie-8.7.7)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1601: $? = 0
configure:1603: i686-pc-linux-gnu-gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/specs
Configured with: /var/tmp/portage/gcc-3.4.3.20050110-r2/work/gcc-3.4.3/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4.3-20050110 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.3-20050110 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.3-20050110/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.3-20050110/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/include/g++-v3 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --enable-languages=c,c++,java,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.4.3-20050110 (Gentoo 3.4.3.20050110-r2, ssp-3.4.3.20050110-0, pie-8.7.7)
configure:1606: $? = 0
configure:1608: i686-pc-linux-gnu-gcc -V </dev/null >&5
i686-pc-linux-gnu-gcc: `-V' option must have argument
configure:1611: $? = 1
configure:1635: checking for C compiler default output
configure:1638: i686-pc-linux-gnu-gcc -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c  >&5
configure:1641: $? = 0
configure:1687: result: a.out
configure:1692: checking whether the C compiler works
configure:1698: ./a.out
configure:1701: $? = 0
configure:1718: result: yes
configure:1725: checking whether we are cross compiling
configure:1727: result: no
configure:1730: checking for suffix of executables
configure:1732: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c  >&5
configure:1735: $? = 0
configure:1760: result:
configure:1766: checking for suffix of object files
configure:1788: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include  conftest.c >&5
configure:1791: $? = 0
configure:1813: result: o
configure:1817: checking whether we are using the GNU C compiler
configure:1842: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include  conftest.c >&5
configure:1845: $? = 0
configure:1848: test -s conftest.o
configure:1851: $? = 0
configure:1864: result: yes
configure:1870: checking whether i686-pc-linux-gnu-gcc accepts -g
configure:1892: i686-pc-linux-gnu-gcc -c -g  conftest.c >&5
configure:1895: $? = 0
configure:1898: test -s conftest.o
configure:1901: $? = 0
configure:1912: result: yes
configure:1929: checking for i686-pc-linux-gnu-gcc option to accept ANSI C
configure:1990: i686-pc-linux-gnu-gcc  -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include  conftest.c >&5
configure:1993: $? = 0
configure:1996: test -s conftest.o
configure:1999: $? = 0
configure:2017: result: none needed
configure:2035: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2038: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2150: checking for i686-pc-linux-gnu-ranlib
configure:2166: found /usr/bin/i686-pc-linux-gnu-ranlib
configure:2176: result: i686-pc-linux-gnu-ranlib
configure:2264: checking for a BSD-compatible install
configure:2318: result: /bin/install -c
configure:2341: checking how to run the C preprocessor
configure:2377: i686-pc-linux-gnu-gcc -E  conftest.c
configure:2383: $? = 0
configure:2415: i686-pc-linux-gnu-gcc -E  conftest.c
configure:2414:28: ac_nonexistent.h: No such file or directory
configure:2421: $? = 1
configure: failed program was:
| #line 2406 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2459: result: i686-pc-linux-gnu-gcc -E
configure:2484: i686-pc-linux-gnu-gcc -E  conftest.c
configure:2490: $? = 0
configure:2522: i686-pc-linux-gnu-gcc -E  conftest.c
configure:2521:28: ac_nonexistent.h: No such file or directory
configure:2528: $? = 1
configure: failed program was:
| #line 2513 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2571: checking for egrep
configure:2581: result: grep -E
configure:2586: checking for ANSI C header files
configure:2612: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include  conftest.c >&5
configure:2615: $? = 0
configure:2618: test -s conftest.o
configure:2621: $? = 0
configure:2713: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c  >&5
configure:2716: $? = 0
configure:2718: ./conftest
configure:2721: $? = 0
configure:2736: result: yes
configure:2749: checking for an ANSI C-conforming const
configure:2817: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include  conftest.c >&5
configure:2820: $? = 0
configure:2823: test -s conftest.o
configure:2826: $? = 0
configure:2837: result: yes
configure:2847: checking for inline
configure:2869: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include  conftest.c >&5
configure:2872: $? = 0
configure:2875: test -s conftest.o
configure:2878: $? = 0
configure:2890: result: inline
configure:2905: checking whether time.h and sys/time.h may both be included
configure:2931: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include  conftest.c >&5
configure:2934: $? = 0
configure:2937: test -s conftest.o
configure:2940: $? = 0
configure:2951: result: yes
configure:2963: checking whether i686-pc-linux-gnu-gcc needs -traditional
configure:3007: result: no
configure:3015: checking for current directory
configure:3019: result: /var/tmp/portage/alsa-driver-1.0.10_rc3/work/alsa-driver-1.0.10rc3
configure:3209: checking cross compile
configure:3221: result:
configure:3236: checking for directory with kernel source
configure:3257: result: /usr/src/linux
configure:3260: checking for directory with kernel build
configure:3272: result: /usr/src/linux
configure:3277: checking for kernel linux/version.h
configure:3292: result: yes
configure:3296: checking for kernel linux/autoconf.h
configure:3311: result: yes
configure:3315: checking for kernel version
configure:3392: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include -I/usr/src/linux/include -I/usr/src/linux/include   -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c  >&5
configure:3395: $? = 0
configure:3397: ./conftest
configure:3400: $? = 0
configure:3433: result: 2.6.14-gentoo-r2
configure:3436: checking for GCC version
configure:3496: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include -I/usr/src/linux/include -I/usr/src/linux/include   -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c  >&5
configure:3499: $? = 0
configure:3501: ./conftest
configure:3504: $? = 0
configure:3609: result: Kernel compiler: gcc 3.4.3-20050110 (Gentoo 3.4.3.20050110-r2, ssp-3.4.3.20050110-0, pie-8.7.7) Used compiler: i686-pc-linux-gnu-gcc (GCC) 3.4.3-20050110 (Gentoo 3.4.3.20050110-r2, ssp-3.4.3.20050110-0, pie-8.7.7)
configure:3661: checking for built-in ALSA
configure:3695: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include -I/usr/src/linux/include -I/usr/src/linux/include   -Wl,-O1 -Wl,--sort-common -Wl,--as-needed conftest.c  >&5
configure:3698: $? = 0
configure:3700: ./conftest
configure:3703: $? = 0
configure:3705: result: "yes"
configure:3722: error: You have built-in ALSA in your kernel.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed'
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_stdc=yes
ac_cv_header_time=yes
ac_cv_objext=o
ac_cv_path_install='/bin/install -c'
ac_cv_prog_CC=i686-pc-linux-gnu-gcc
ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E'
ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_gcc_traditional=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
ARCH='x86'
AS='as'
CC='i686-pc-linux-gnu-gcc'
CFLAGS='-march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -I/usr/src/linux/arch/i386/include'
CONFIG_ALPHA=''
CONFIG_ARCH_PXA=''
CONFIG_ARCH_S3C2410=''
CONFIG_ARCH_SA1100=''
CONFIG_ARM=''
CONFIG_ARM_AMBA=''
CONFIG_BROKEN=''
CONFIG_EXPERIMENTAL=''
CONFIG_FW_LOADER=''
CONFIG_GSC=''
CONFIG_HAVE_PCSP_HOOK=''
CONFIG_HPET=''
CONFIG_I2C=''
CONFIG_I2C_SENSOR=''
CONFIG_INPUT=''
CONFIG_ISA=''
CONFIG_ISAPNP=''
CONFIG_ISAPNP_KERNEL=''
CONFIG_ISA_DMA_API=''
CONFIG_L3=''
CONFIG_MIPS=''
CONFIG_PARISC=''
CONFIG_PARPORT=''
CONFIG_PCI=''
CONFIG_PCMCIA=''
CONFIG_PNP=''
CONFIG_PNP_KERNEL=''
CONFIG_PPC=''
CONFIG_PPC_PMAC=''
CONFIG_PROC_FS=''
CONFIG_RTC=''
CONFIG_SBUS=''
CONFIG_SGI=''
CONFIG_SND='y'
CONFIG_SND_AC97_BUS=''
CONFIG_SND_AC97_CODEC=''
CONFIG_SND_AD1816A=''
CONFIG_SND_AD1848=''
CONFIG_SND_AD1848_LIB=''
CONFIG_SND_AD1889=''
CONFIG_SND_ALI5451=''
CONFIG_SND_ALS100=''
CONFIG_SND_ALS4000=''
CONFIG_SND_ARMAACI=''
CONFIG_SND_ASIHPI=''
CONFIG_SND_ATIIXP=''
CONFIG_SND_ATIIXP_MODEM=''
CONFIG_SND_AU1X00=''
CONFIG_SND_AU8810=''
CONFIG_SND_AU8820=''
CONFIG_SND_AU8830=''
CONFIG_SND_AZT2320=''
CONFIG_SND_AZT3328=''
CONFIG_SND_BIT32_EMUL=''
CONFIG_SND_BT87X=''
CONFIG_SND_BT87X_OVERCLOCK=''
CONFIG_SND_CA0106=''
CONFIG_SND_CMI8330=''
CONFIG_SND_CMIPCI=''
CONFIG_SND_CS4231=''
CONFIG_SND_CS4231_LIB=''
CONFIG_SND_CS4232=''
CONFIG_SND_CS4236=''
CONFIG_SND_CS4281=''
CONFIG_SND_CS46XX=''
CONFIG_SND_CS46XX_NEW_DSP=''
CONFIG_SND_DARLA20=''
CONFIG_SND_DARLA24=''
CONFIG_SND_DATE=''
CONFIG_SND_DEBUG=''
CONFIG_SND_DEBUG_DETECT=''
CONFIG_SND_DEBUG_MEMORY=''
CONFIG_SND_DT019X=''
CONFIG_SND_DUMMY=''
CONFIG_SND_ECHO3G=''
CONFIG_SND_EMU10K1=''
CONFIG_SND_EMU10K1X=''
CONFIG_SND_ENS1370=''
CONFIG_SND_ENS1371=''
CONFIG_SND_ES1688=''
CONFIG_SND_ES18XX=''
CONFIG_SND_ES1938=''
CONFIG_SND_ES1968=''
CONFIG_SND_ES968=''
CONFIG_SND_FM801=''
CONFIG_SND_FM801_TEA575X=''
CONFIG_SND_GENERIC_DRIVER=''
CONFIG_SND_GINA20=''
CONFIG_SND_GINA24=''
CONFIG_SND_GUSCLASSIC=''
CONFIG_SND_GUSEXTREME=''
CONFIG_SND_GUSMAX=''
CONFIG_SND_GUS_SYNTH=''
CONFIG_SND_HARMONY=''
CONFIG_SND_HDA_INTEL=''
CONFIG_SND_HDSP=''
CONFIG_SND_HDSPM=''
CONFIG_SND_HPET=''
CONFIG_SND_HWDEP=''
CONFIG_SND_ICE1712=''
CONFIG_SND_ICE1724=''
CONFIG_SND_INDIGO=''
CONFIG_SND_INDIGODJ=''
CONFIG_SND_INDIGOIO=''
CONFIG_SND_INTEL8X0=''
CONFIG_SND_INTEL8X0M=''
CONFIG_SND_INTERWAVE=''
CONFIG_SND_INTERWAVE_STB=''
CONFIG_SND_KERNELDIR='/usr/src/linux'
CONFIG_SND_KORG1212=''
CONFIG_SND_LAYLA20=''
CONFIG_SND_LAYLA24=''
CONFIG_SND_LOOPBACK=''
CONFIG_SND_MAESTRO3=''
CONFIG_SND_MIA=''
CONFIG_SND_MIRO=''
CONFIG_SND_MIXART=''
CONFIG_SND_MIXER_OSS=''
CONFIG_SND_MONA=''
CONFIG_SND_MPU401=''
CONFIG_SND_MPU401_UART=''
CONFIG_SND_MSND_PINNACLE=''
CONFIG_SND_MTPAV=''
CONFIG_SND_MVERSION=''
CONFIG_SND_NM256=''
CONFIG_SND_OPL3SA2=''
CONFIG_SND_OPL3_LIB=''
CONFIG_SND_OPL4_LIB=''
CONFIG_SND_OPTI92X_AD1848=''
CONFIG_SND_OPTI92X_CS4231=''
CONFIG_SND_OPTI93X=''
CONFIG_SND_OSSEMUL=''
CONFIG_SND_PC98_CS4232=''
CONFIG_SND_PCM=''
CONFIG_SND_PCM_OSS=''
CONFIG_SND_PCSP=''
CONFIG_SND_PCXHR=''
CONFIG_SND_PDAUDIOCF=''
CONFIG_SND_PDPLUS=''
CONFIG_SND_PORTMAN2X4=''
CONFIG_SND_POWERMAC=''
CONFIG_SND_POWERMAC_AUTO_DRC=''
CONFIG_SND_PXA2XX_AC97=''
CONFIG_SND_PXA2XX_PCM=''
CONFIG_SND_RAWMIDI=''
CONFIG_SND_RIPTIDE=''
CONFIG_SND_RME32=''
CONFIG_SND_RME9652=''
CONFIG_SND_RME96=''
CONFIG_SND_RTCTIMER=''
CONFIG_SND_S3C2410=''
CONFIG_SND_SA11XX_UDA1341=''
CONFIG_SND_SB16=''
CONFIG_SND_SB16_CSP=''
CONFIG_SND_SB8=''
CONFIG_SND_SBAWE=''
CONFIG_SND_SEQUENCER=''
CONFIG_SND_SEQUENCER_OSS=''
CONFIG_SND_SEQ_DUMMY=''
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=''
CONFIG_SND_SERIALMIDI=''
CONFIG_SND_SERIAL_U16550=''
CONFIG_SND_SGALAXY=''
CONFIG_SND_SONICVIBES=''
CONFIG_SND_SSCAPE=''
CONFIG_SND_SUN_AMD7930=''
CONFIG_SND_SUN_CS4231=''
CONFIG_SND_SUN_DBRI=''
CONFIG_SND_TIMER=''
CONFIG_SND_TRIDENT=''
CONFIG_SND_USB_AUDIO=''
CONFIG_SND_USB_USX2Y=''
CONFIG_SND_VERBOSE_PRINTK=''
CONFIG_SND_VERSION='1.0.10rc3'
CONFIG_SND_VIA82XX=''
CONFIG_SND_VIA82XX_MODEM=''
CONFIG_SND_VIRMIDI=''
CONFIG_SND_VX222=''
CONFIG_SND_VXPOCKET=''
CONFIG_SND_VX_LIB=''
CONFIG_SND_WAVEFRONT=''
CONFIG_SND_YMFPCI=''
CONFIG_SOC_AU1000=''
CONFIG_SOC_AU1100=''
CONFIG_SOC_AU1500=''
CONFIG_SOUND=''
CONFIG_SOUND_PRIME=''
CONFIG_SPARC32=''
CONFIG_SPARC64=''
CONFIG_USB=''
CONFIG_VIDEO_DEV=''
CONFIG_X86=''
CONFIG_X86_PC9800=''
CPP='i686-pc-linux-gnu-gcc -E'
CPPFLAGS=''
CROSS_COMPILE=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_INCLUDES=''
GENKSYMS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KERNEL_INC='-I/usr/src/linux/include -I/usr/src/linux/include'
KLD=''
LDFLAGS='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKE_ADDS='O=/usr/src/linux'
NEW_KBUILD='y'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='i686-pc-linux-gnu-ranlib'
SHELL='/bin/sh'
SRCDIR='/var/tmp/portage/alsa-driver-1.0.10_rc3/work/alsa-driver-1.0.10rc3'
ac_ct_CC=''
ac_ct_RANLIB=''
bindir='${exec_prefix}/bin'
build_alias='i686-pc-linux-gnu'
c_opts=''
datadir='/usr/share'
exec_prefix='NONE'
host_alias='i686-pc-linux-gnu'
includedir='${prefix}/include'
infodir='/usr/share/info'
kaversion='2.6.14-gentoo-r2'
kextraversion='-gentoo-r2'
kpatchlevel='6'
ksublevel='14'
kversion='2'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='/var/lib'
m_opts=''
mandir='/usr/share/man'
moddir=''
moddir_tree=''
modsubdir=''
msmp=''
oldincludedir='/usr/include'
prefix='/usr'
processor=''
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1

configure: exit 1


Sorry for the long post...
Back to top
View user's profile Send private message
Ctrl+Alt+Del
Guru
Guru


Joined: 04 Jul 2004
Posts: 326
Location: .de

PostPosted: Thu Dec 01, 2005 10:11 pm    Post subject: Reply with quote

You will have to choose between kernel-alsa or alsa-drivers, you cannot run both. Currently alsa-drivers are the better choice, it seems. (In-Kernel alsa seems to be a bit broken atm)
In your kernelconfig leave CONFIG_SOUND=y as it is, but disable all sub-options, recompile the kernel, reboot and try emerging the alsa-driver package. (Be Sure to have ALSA_CARDS="bla" set in make.conf )
Back to top
View user's profile Send private message
cokey
Advocate
Advocate


Joined: 23 Apr 2004
Posts: 3355

PostPosted: Thu Dec 01, 2005 10:35 pm    Post subject: Reply with quote

Ctrl+Alt+Del wrote:
You will have to choose between kernel-alsa or alsa-drivers, you cannot run both. Currently alsa-drivers are the better choice, it seems. (In-Kernel alsa seems to be a bit broken atm)
In your kernelconfig leave CONFIG_SOUND=y as it is, but disable all sub-options, recompile the kernel, reboot and try emerging the alsa-driver package. (Be Sure to have ALSA_CARDS="bla" set in make.conf )
kernel ALSA is fine. First of all, enabling all the kernel sound will cause conflicts. *JUST* have config sound and alsa compiled into your kernel. Also you dont explain what problem you are having with your sound...
_________________
https://otw20.com/ OTW20 The new place for off the wall chat
Back to top
View user's profile Send private message
Stator
n00b
n00b


Joined: 30 Nov 2005
Posts: 64
Location: Europe, Serbia, Belgrade...

PostPosted: Fri Dec 02, 2005 12:30 pm    Post subject: Reply with quote

OK it still does not work :(

I didi this
Code:
rm -r /lib/modules/2.6.*


then
Code:
emerge -C alsa-headers alsa-driver alsa-lib alsa-utils alsa-tools alsa-oss   


then configure my kernel
Code:
bender stator # cd /usr/src/linux-2.6.14-gentoo-r2/
bender linux-2.6.14-gentoo-r2 # grep SOUND .config
CONFIG_SOUND=y
# CONFIG_SOUND_PRIME is not set
bender linux-2.6.14-gentoo-r2 # grep SND .config
# CONFIG_SND is not set

then compiled it and reboot

Code:
emerge -av alsa-headers alsa-driver alsa-lib alsa-utils alsa-tools alsa-oss 


on alsa-utils it break outpoting this

Code:
!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/dialog-1.0.20050206/work/dialog-1.0-20050206/config.log

!!! ERROR: dev-util/dialog-1.0.20050206 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


And here is the log

Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.52.20030208.  Invocation command line was

  $ ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu --with-ncursesw

## ---------- ##
## Platform.  ##
## ---------- ##

hostname = bender
uname -m = i686
uname -r = 2.6.14-gentoo-r2
uname -s = Linux
uname -v = #6 Fri Dec 2 13:29:17 CET 2005

/usr/bin/uname -p = AMD Athlon(tm) XP 2700+
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH = /sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.3-20050110:/opt/blackdown-jdk-1.4.2.02/bin:/opt/blackdown-jdk-1.4.2.02/jre/bin:/usr/qt/3/bin:/usr/kde/3.4/sbin:/usr/kde/3.4/bin

## ------------ ##
## Core tests.  ##
## ------------ ##

configure:976: PATH=".;."; conftest.sh
./configure: line 977: conftest.sh: command not found
configure:979: $? = 127
configure:991: checking for package version
configure:1012: result: 1.0
configure:1015: checking for package patch date
configure:1032: result: 20050206
configure:1074: checking for i686-pc-linux-gnu-gcc
configure:1089: found /usr/bin/i686-pc-linux-gnu-gcc
configure:1097: result: i686-pc-linux-gnu-gcc
configure:1360: checking for C compiler version
configure:1363: i686-pc-linux-gnu-gcc --version </dev/null >&5
i686-pc-linux-gnu-gcc (GCC) 3.4.3-20050110 (Gentoo 3.4.3.20050110-r2, ssp-3.4.3.20050110-0, pie-8.7.7)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1366: $? = 0
configure:1368: i686-pc-linux-gnu-gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/specs
Configured with: /var/tmp/portage/gcc-3.4.3.20050110-r2/work/gcc-3.4.3/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4.3-20050110 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.3-20050110 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.3-20050110/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.3-20050110/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/include/g++-v3 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --enable-languages=c,c++,java,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.4.3-20050110 (Gentoo 3.4.3.20050110-r2, ssp-3.4.3.20050110-0, pie-8.7.7)
configure:1371: $? = 0
configure:1373: i686-pc-linux-gnu-gcc -V </dev/null >&5
i686-pc-linux-gnu-gcc: `-V' option must have argument
configure:1376: $? = 1
configure:1396: checking for C compiler default output
configure:1399: i686-pc-linux-gnu-gcc -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:1402: $? = 0
configure:1431: result: a.out
configure:1436: checking whether the C compiler works
configure:1442: ./a.out
configure:1445: $? = 0
configure:1460: result: yes
configure:1467: checking whether we are cross compiling
configure:1469: result: no
configure:1472: checking for executable suffix
configure:1474: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:1477: $? = 0
configure:1499: result:
configure:1505: checking for object suffix
configure:1523: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  conftest.c >&5
configure:1526: $? = 0
configure:1545: result: o
configure:1549: checking whether we are using the GNU C compiler
configure:1570: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  conftest.c >&5
configure:1573: $? = 0
configure:1576: test -s conftest.o
configure:1579: $? = 0
configure:1591: result: yes
configure:1597: checking whether i686-pc-linux-gnu-gcc accepts -g
configure:1615: i686-pc-linux-gnu-gcc -c -g  conftest.c >&5
configure:1618: $? = 0
configure:1621: test -s conftest.o
configure:1624: $? = 0
configure:1634: result: yes
configure:1661: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:1664: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:1767: checking how to run the C preprocessor
configure:1793: i686-pc-linux-gnu-gcc -E  conftest.c
configure:1799: $? = 0
configure:1826: i686-pc-linux-gnu-gcc -E  conftest.c
configure:1823:28: ac_nonexistent.h: No such file or directory
configure:1832: $? = 1
configure: failed program was:
#line 1822 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:1869: result: i686-pc-linux-gnu-gcc -E
configure:1884: i686-pc-linux-gnu-gcc -E  conftest.c
configure:1890: $? = 0
configure:1917: i686-pc-linux-gnu-gcc -E  conftest.c
configure:1914:28: ac_nonexistent.h: No such file or directory
configure:1923: $? = 1
configure: failed program was:
#line 1913 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:1963: checking whether i686-pc-linux-gnu-gcc needs -traditional
configure:1998: result: no
configure:2005: checking whether make sets ${MAKE}
configure:2025: result: yes
configure:2037: checking for i686-pc-linux-gnu-ranlib
configure:2052: found /usr/bin/i686-pc-linux-gnu-ranlib
configure:2060: result: i686-pc-linux-gnu-ranlib
configure:2145: checking for a BSD compatible install
configure:2194: result: /bin/install -c
configure:2208: checking for i686-pc-linux-gnu-ar
configure:2223: found /usr/bin/i686-pc-linux-gnu-ar
configure:2231: result: i686-pc-linux-gnu-ar
configure:2279: checking for POSIXized ISC
configure:2298: result: no
configure:2303: checking for i686-pc-linux-gnu-gcc option to accept ANSI C
configure:2360: i686-pc-linux-gnu-gcc  -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  conftest.c >&5
configure:2363: $? = 0
configure:2366: test -s conftest.o
configure:2369: $? = 0
configure:2386: result: none needed
configure:2394: checking for an ANSI C-conforming const
configure:2458: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  conftest.c >&5
configure:2461: $? = 0
configure:2464: test -s conftest.o
configure:2467: $? = 0
configure:2477: result: yes
configure:2487: checking for makeflags variable
configure:2520: result:
configure:2523: checking if filesystem supports mixed-case filenames
configure:2550: result: yes
configure:2558: checking for ctags
configure:2582: result: no
configure:2592: checking for etags
configure:2616: result: no
configure:2639: checking if you want to see long compiling messages
configure:2673: result: yes
configure:2682: checking build system type
configure:2700: result: i686-pc-linux-gnu
configure:2708: checking host system type
configure:2722: result: i686-pc-linux-gnu
configure:2747: result: Configuring for linux-gnu
configure:2786: checking if this is really Intel compiler
configure:2808: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args -no-gcc  conftest.c >&5
i686-pc-linux-gnu-gcc: unrecognized option `-no-gcc'
configure: In function `main':
configure:2799: error: `make' undeclared (first use in this function)
configure:2799: error: (Each undeclared identifier is reported only once
configure:2799: error: for each function it appears in.)
configure:2799: error: parse error before "an"
configure:2811: $? = 1
configure: failed program was:
#line 2791 "configure"
#include "confdefs.h"

int
main ()
{

#ifdef __INTEL_COMPILER
#else
make an error
#endif

  ;
  return 0;
}
configure:2828: result: no
configure:2858: checking if we must define _GNU_SOURCE
configure:2880: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  conftest.c >&5
configure: In function `main':
configure:2872: error: `make' undeclared (first use in this function)
configure:2872: error: (Each undeclared identifier is reported only once
configure:2872: error: for each function it appears in.)
configure:2872: error: parse error before "an"
configure:2883: $? = 1
configure: failed program was:
#line 2865 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
main ()
{

#ifndef _XOPEN_SOURCE
make an error
#endif
  ;
  return 0;
}
configure:2913: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure: In function `main':
configure:2905: error: `make' undeclared (first use in this function)
configure:2905: error: (Each undeclared identifier is reported only once
configure:2905: error: for each function it appears in.)
configure:2905: error: parse error before "an"
configure:2916: $? = 1
configure: failed program was:
#line 2898 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
main ()
{

#ifdef _XOPEN_SOURCE
make an error
#endif
  ;
  return 0;
}
configure:2937: result: yes
configure:3191: checking version of i686-pc-linux-gnu-gcc
configure:3195: result: 686
configure:3351: checking for ANSI C header files
configure:3365: i686-pc-linux-gnu-gcc -E  -D_GNU_SOURCE conftest.c
configure:3371: $? = 0
configure:3458: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:3461: $? = 0
configure:3463: ./conftest
configure:3466: $? = 0
configure:3479: result: yes
configure:3489: checking for inline
configure:3506: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3509: $? = 0
configure:3512: test -s conftest.o
configure:3515: $? = 0
configure:3526: result: inline
configure:3547: checking for sys/types.h
configure:3559: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3562: $? = 0
configure:3565: test -s conftest.o
configure:3568: $? = 0
configure:3578: result: yes
configure:3547: checking for sys/stat.h
configure:3559: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3562: $? = 0
configure:3565: test -s conftest.o
configure:3568: $? = 0
configure:3578: result: yes
configure:3547: checking for stdlib.h
configure:3559: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3562: $? = 0
configure:3565: test -s conftest.o
configure:3568: $? = 0

configure:3578: result: yes
configure:3547: checking for string.h
configure:3559: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3562: $? = 0
configure:3565: test -s conftest.o
configure:3568: $? = 0
configure:3578: result: yes
configure:3547: checking for memory.h
configure:3559: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3562: $? = 0
configure:3565: test -s conftest.o
configure:3568: $? = 0
configure:3578: result: yes
configure:3547: checking for strings.h
configure:3559: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3562: $? = 0
configure:3565: test -s conftest.o
configure:3568: $? = 0
configure:3578: result: yes
configure:3547: checking for inttypes.h
configure:3559: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3562: $? = 0
configure:3565: test -s conftest.o
configure:3568: $? = 0
configure:3578: result: yes
configure:3547: checking for stdint.h
configure:3559: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3562: $? = 0
configure:3565: test -s conftest.o
configure:3568: $? = 0
configure:3578: result: yes
configure:3547: checking for unistd.h
configure:3559: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3562: $? = 0
configure:3565: test -s conftest.o
configure:3568: $? = 0
configure:3578: result: yes
configure:3588: checking for off_t
configure:3609: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3612: $? = 0
configure:3615: test -s conftest.o
configure:3618: $? = 0
configure:3628: result: yes
configure:3640: checking for size_t
configure:3661: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:3664: $? = 0
configure:3667: test -s conftest.o
configure:3670: $? = 0
configure:3680: result: yes
configure:3694: checking for working alloca.h
configure:3712: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:3715: $? = 0
configure:3718: test -s conftest
configure:3721: $? = 0
configure:3731: result: yes
configure:3741: checking for alloca
configure:3779: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:3782: $? = 0
configure:3785: test -s conftest
configure:3788: $? = 0
configure:3798: result: yes
configure:3982: checking for stdlib.h
configure:4017: result: yes
configure:3982: checking for unistd.h
configure:4017: result: yes
configure:4030: checking for getpagesize
configure:4067: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4070: $? = 0
configure:4073: test -s conftest
configure:4076: $? = 0
configure:4086: result: yes
configure:4096: checking for working mmap
configure:4232: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4235: $? = 0
configure:4237: ./conftest
configure:4240: $? = 0
configure:4252: result: yes
configure:4263: checking whether we are using the GNU C Library 2.1 or newer
configure:4289: result: yes
configure:4318: checking for argz.h
configure:4328: i686-pc-linux-gnu-gcc -E  -D_GNU_SOURCE conftest.c
configure:4334: $? = 0
configure:4353: result: yes
configure:4318: checking for limits.h
configure:4328: i686-pc-linux-gnu-gcc -E  -D_GNU_SOURCE conftest.c
configure:4334: $? = 0
configure:4353: result: yes
configure:4318: checking for locale.h
configure:4328: i686-pc-linux-gnu-gcc -E  -D_GNU_SOURCE conftest.c
configure:4334: $? = 0
configure:4353: result: yes
configure:4318: checking for nl_types.h
configure:4328: i686-pc-linux-gnu-gcc -E  -D_GNU_SOURCE conftest.c
configure:4334: $? = 0
configure:4353: result: yes
configure:4318: checking for malloc.h
configure:4328: i686-pc-linux-gnu-gcc -E  -D_GNU_SOURCE conftest.c
configure:4334: $? = 0
configure:4353: result: yes
configure:4318: checking for stddef.h
configure:4328: i686-pc-linux-gnu-gcc -E  -D_GNU_SOURCE conftest.c
configure:4334: $? = 0
configure:4353: result: yes
configure:4318: checking for stdlib.h
configure:4353: result: yes
configure:4318: checking for string.h
configure:4353: result: yes
configure:4318: checking for unistd.h
configure:4353: result: yes
configure:4318: checking for sys/param.h
configure:4328: i686-pc-linux-gnu-gcc -E  -D_GNU_SOURCE conftest.c
configure:4334: $? = 0
configure:4353: result: yes
configure:4368: checking for feof_unlocked
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for fgets_unlocked
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for getcwd
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for getegid
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for geteuid
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for getgid
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for getuid
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for mempcpy
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4384: warning: conflicting types for built-in function 'mempcpy'
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for munmap
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for putenv
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for setenv
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for setlocale
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for stpcpy
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4384: warning: conflicting types for built-in function 'stpcpy'
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for strchr
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4384: warning: conflicting types for built-in function 'strchr'
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for strcasecmp
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for strdup
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4384: warning: conflicting types for built-in function 'strdup'
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for strtoul
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for tsearch
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for __argz_count
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for __argz_stringify
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4368: checking for __argz_next
configure:4405: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4408: $? = 0
configure:4411: test -s conftest
configure:4414: $? = 0
configure:4424: result: yes
configure:4445: checking for iconv
configure:4469: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4472: $? = 0
configure:4475: test -s conftest
configure:4478: $? = 0
configure:4527: result: yes
configure:4535: checking for iconv declaration
configure:4566: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:4569: $? = 0
configure:4572: test -s conftest.o
configure:4575: $? = 0
configure:4588: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:4603: checking for nl_langinfo and CODESET
configure:4621: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4624: $? = 0
configure:4627: test -s conftest
configure:4630: $? = 0
configure:4641: result: yes
configure:4652: checking for LC_MESSAGES
configure:4670: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
configure:4673: $? = 0
configure:4676: test -s conftest
configure:4679: $? = 0
configure:4689: result: yes
configure:4699: checking whether NLS is requested
configure:4709: result: no
configure:5490: checking if -lm needed for math functions
configure:5512: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  >&5
/var/tmp/portage/dialog-1.0.20050206/temp/ccObthbq.o: In function `main':
conftest.c:(.text+0x3e): undefined reference to `sqrt'
collect2: ld returned 1 exit status
configure:5515: $? = 1
configure: failed program was:
#line 5497 "configure"
#include "confdefs.h"

   #include <stdio.h>
   #include <math.h>

int
main ()
{
double x = rand(); printf("result = %g\n", sqrt(x))
  ;
  return 0;
}
configure:5531: result: yes
configure:5540: checking if you want to link with dbmalloc for testing
configure:5550: result: no
configure:5654: checking if you want to link with dmalloc for testing
configure:5664: result: no
configure:5786: checking if you want to build libraries with libtool
configure:5796: result: no
configure:5936: checking for multibyte character support
configure:5957: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  -lm >&5
configure:5960: $? = 0
configure:5963: test -s conftest
configure:5966: $? = 0
configure:6010: result: yes
configure:6065: checking for ncursesw header in include-path
configure:6101: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:6079:29: ncursesw/curses.h: No such file or directory
configure: In function `main':
configure:6091: error: `make' undeclared (first use in this function)
configure:6091: error: (Each undeclared identifier is reported only once
configure:6091: error: for each function it appears in.)
configure:6091: error: parse error before "an"
configure:6104: $? = 1
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"

#include <ncursesw/curses.h>
int
main ()
{

#ifdef NCURSES_VERSION

printf("%s\n", NCURSES_VERSION);
#else
#ifdef __NCURSES_H
printf("old\n");
#else
   make an error
#endif
#endif

  ;
  return 0;
}
configure:6101: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:6079:30: ncursesw/ncurses.h: No such file or directory
configure: In function `main':
configure:6091: error: `make' undeclared (first use in this function)
configure:6091: error: (Each undeclared identifier is reported only once
configure:6091: error: for each function it appears in.)
configure:6091: error: parse error before "an"
configure:6104: $? = 1
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"

#include <ncursesw/ncurses.h>
int
main ()
{

#ifdef NCURSES_VERSION

printf("%s\n", NCURSES_VERSION);
#else
#ifdef __NCURSES_H
printf("old\n");
#else
   make an error
#endif
#endif

  ;
  return 0;
}
configure:6101: i686-pc-linux-gnu-gcc -c -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE conftest.c >&5
configure:6104: $? = 0
configure:6107: test -s conftest.o
configure:6110: $? = 0
configure:6125: result: curses.h
configure:6427: checking for ncurses version
configure:6491: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c  -lm >&5
configure:6494: $? = 0
configure:6496: ./conftest
configure:6499: $? = 0
configure:6513: result: 5.4.20040208

configure:6525: checking for Gpm_Open in -lgpm
configure:6552: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c -lgpm   -lm >&5
configure:6555: $? = 0
configure:6558: test -s conftest
configure:6561: $? = 0
configure:6572: result: yes
configure:6575: checking for initscr in -lgpm
configure:6602: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c -lgpm   -lm >&5
/var/tmp/portage/dialog-1.0.20050206/temp/ccJp1uv7.o: In function `main':
conftest.c:(.text+0xd): undefined reference to `initscr'
collect2: ld returned 1 exit status
configure:6605: $? = 1
configure: failed program was:
#line 6583 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char initscr ();
int
main ()
{
initscr ();
  ;
  return 0;
}
configure:6622: result: no
configure:6703: checking for initscr
configure:6740: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c -lgpm  -lm >&5
/var/tmp/portage/dialog-1.0.20050206/temp/ccWeFMEf.o: In function `main':
conftest.c:(.text+0xe): undefined reference to `initscr'
collect2: ld returned 1 exit status
configure:6743: $? = 1
configure: failed program was:
#line 6709 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char initscr (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char initscr ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_initscr) || defined (__stub___initscr)
choke me
#else
f = initscr;
#endif

  ;
  return 0;
}
configure:6759: result: no
configure:6766: checking for initscr in -lncursesw
configure:6782: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c -lncursesw -lgpm  -lm >&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lncursesw
collect2: ld returned 1 exit status
configure:6785: $? = 1
configure: failed program was:
#line 6770 "configure"
#include "confdefs.h"
#include <curses.h>
int
main ()
{
initscr()
  ;
  return 0;
}
configure:6800: result: no
configure:6860: checking for -lncursesw in /usr/local/lib
configure:6876: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c -L/usr/local/lib -lncursesw -lgpm  -lm >&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lncursesw
collect2: ld returned 1 exit status
configure:6879: $? = 1
configure: failed program was:
#line 6864 "configure"
#include "confdefs.h"
#include <curses.h>
int
main ()
{
initscr()
  ;
  return 0;
}
configure:6894: result: no
configure:6860: checking for -lncursesw in /usr/lib
configure:6876: i686-pc-linux-gnu-gcc -o conftest -march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args  -D_GNU_SOURCE -Wl,-O1 -Wl,--sort-common conftest.c -L/usr/lib -lncursesw -lgpm  -lm >&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lncursesw
collect2: ld returned 1 exit status
configure:6879: $? = 1
configure: failed program was:
#line 6864 "configure"
#include "confdefs.h"
#include <curses.h>
int
main ()
{
initscr()
  ;
  return 0;
}
configure:6894: result: no
configure:6909: error: Cannot link ncursesw library

## ----------------- ##
## Cache variables.  ##
## ----------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=athlon-xp -O2 -pipe -fomit-frame-pointer -maccumulate-outgoing-args'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--sort-common'
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func_alloca_works=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=yes
ac_cv_func_initscr=no
ac_cv_func_mempcpy=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_gnu_library_2_1=yes
ac_cv_header_argz_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_gpm_Gpm_Open=yes
ac_cv_lib_gpm_initscr=no
ac_cv_objext=o
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AR=i686-pc-linux-gnu-ar
ac_cv_prog_CC=i686-pc-linux-gnu-gcc
ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E'
ac_cv_prog_MAKE_LOWER_TAGS=no
ac_cv_prog_MAKE_UPPER_TAGS=no
ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_val_LC_MESSAGES=yes
cf_cv_curses_dir=no
cf_cv_gnu_source=yes
cf_cv_have_lib_ncursesw=no
cf_cv_makeflags=
cf_cv_mixedcase=yes
cf_cv_ncurses_h=curses.h
cf_cv_ncurses_header=curses.h
cf_cv_ncurses_version=5.4.20040208
cf_cv_need_libm=yes
cf_cv_system_name=linux-gnu
cf_cv_utf8_lib=yes
nls_cv_header_intl=
nls_cv_header_libgt=

## ------------ ##
## confdefs.h.  ##
## ------------ ##

#define PACKAGE "dialog"
#define DIALOG_VERSION "1.0"
#define DIALOG_PATCHDATE 20050206
#define MIXEDCASE_FILENAMES 1
#define SYSTEM_NAME "linux-gnu"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_ARGZ_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_FGETS_UNLOCKED 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MEMPCPY 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STPCPY 1
#define HAVE_STRCHR 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_STRINGIFY 1
#define HAVE___ARGZ_NEXT 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define NCURSES 1
#define NCURSES 1


configure: exit 1



I am getting desperate... Anyone have any ideas??
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum