Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17488 - net-fs/samba-2.2.8_pre2 fails ./configure
Summary: net-fs/samba-2.2.8_pre2 fails ./configure
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-14 04:33 UTC by Aniruddha Shankar
Modified: 2003-03-29 00:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aniruddha Shankar 2003-03-14 04:33:50 UTC
checking statvfs64 function (SVR4)... yes
checking if large file support can be enabled... yes
checking whether to support ACLs... no
checking whether to check for support sendfile... yes
checking for linux sendfile64 support... no
checking for linux sendfile support... no
checking for broken linux sendfile support... yes
checking whether to build winbind... yes
checking whether to enable winbind auth challenge/response code... yes
checking whether to enable winbind ldap hack... yes
checking whether or not getgroups returns EGID too many times... yes
checking whether struct passwd has pw_comment... no
checking whether struct passwd has pw_age... no
checking for poptGetContext in -lpopt... no
checking whether to use included popt... ./popt
checking configure summary... configure: error: summary failure. Aborting config

!!! ERROR: net-fs/samba-2.2.8_pre2 failed.
!!! Function src_compile, Line 117, Exitcode 1
!!! bad ./configure


Reproducible: Always
Steps to Reproduce:

1.try to emerge samba
2.
3.

Actual Results:  
samba fails while ./configure is running

Expected Results:  
configure should have completed properly & the package should have built.

Portage 2.0.47-r10 (default-1.0, gcc-2.95.3, glibc-2.2.5-r7)
=================================================================
System uname: 2.4.20-ck4 i686 Celeron (Coppermine)
GENTOO_MIRRORS="ftp://localhost/ http://gentoo.oregonstate.edu/ http://www.ibibli               o.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/               config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss avi crypt cups encode jpeg libg++ mikmod mmx mpeg ncurses pdflib qui               cktime spell truetype xml2 xmms xv arts berkdb bonobo cdr gdbm gif gnome-libs gpm                gtk guile imlib java kde libwww motif nls oggvorbis opengl pam png python qt rea               dline scanner sdl slang ssl svga tcltk tcpd X -3dnow aalib acpi alsa -apm dga dir               ectfb doc esd fbcon flash gd ggi ggz gnome gtkhtml imap lcms ldap mozilla nas noc               ardbus perl samba slp sse tetex tiff wmf xml zlib"
COMPILER=""
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CXXFLAGS="-march=i686 -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j9"
AUTOCLEAN="yes"
SYNC="rsync://mailserver/gentoo-portage"
FEATURES="sandbox ccache distcc userpriv usersandbox"
Comment 1 Aniruddha Shankar 2003-03-16 07:37:32 UTC
error persists in net-fs/samba-2.2.8 

Can anyone confirm if they see this error as well ?

Aniruddha Shankar
Comment 2 M3Dlor 2003-03-17 08:01:43 UTC
Exactly the same bug for me
Comment 3 YAMAKURA Makoto 2003-03-17 08:38:20 UTC
I got the same error.
USE="-ldap" emerge samba works fine.

It seems that "--with-winbind-ldap-hack" in myconf causes the error.
Comment 4 Aniruddha Shankar 2003-03-17 09:51:20 UTC
problem persists in net-fs/samba-2.2.8
Comment 5 Chris Sorisio 2003-03-18 09:15:37 UTC
I experience this error as well.  My USE is:  USE="-qt -gnome -kde -X -arts -opengl -quicktime -truetype acl cups samba innodb ldap"
Comment 6 M3Dlor 2003-03-19 06:45:28 UTC
Its is also working for me with USE="-ldap".

My USE flags were in fact: USE="pam -acl cups -ldap ssl cpd -oav"
Comment 7 Torsten Flammiger 2003-03-22 04:32:32 UTC
So it works for me too:
export USE="-ldap" and configure went fine
Comment 8 a+gentoobugs 2003-03-24 11:02:01 UTC
Works for me with USE="-ldap"
Comment 9 Donny Davies (RETIRED) gentoo-dev 2003-03-29 00:17:51 UTC
sounds like you've all got ldap in your /etc/make.profile/make.defaults
files?