Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92575 - net-fs/samba-3.0.14a-r1 fails nearly every test
Summary: net-fs/samba-3.0.14a-r1 fails nearly every test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 95327
  Show dependency tree
 
Reported: 2005-05-14 04:01 UTC by Michael Cramer
Modified: 2005-07-23 03:28 UTC (History)
0 users

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


Attachments
emerge log file (5348-samba-3.0.14a-r1.log,162.55 KB, text/plain)
2005-05-14 04:02 UTC, Michael Cramer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Cramer 2005-05-14 04:01:14 UTC
attached is the emerge log-file

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51.21-r1 (default-linux/x86/2005.0, gcc-3.4.3-20050110,
glibc-2.3.5-r0, 2.6.12-rc4-Gentoo-2005.0 i686)
=================================================================
System uname: 2.6.12-rc4-Gentoo-2005.0 i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.11
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks maketest sandbox sfperms strict test"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LINGUAS="de"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X X509 Xaw3d aalib activefilter alsa aotuv apache2 apm avi bcmath
berkdb bitmap-fonts bzip2 bzlib calendar caps cpdflib crypt ctype cups curl
curlwrappers dba dga dio directfb djbfft doc ecc emboss encode erandom exif
extensions extraengine fbcon flac flatfile font-server foomaticdb fortran ftp
gcj gd gdbm geometry ggi gif gmp gpm gtk gtk2 guile iconv idea idled idn imap
imlib inifile innodb insecure-drivers ipv6 java jce jpeg justify libcaca
libclamav libg++ libwww mad memlimit mhash mikmod mime mmx motif mp3 mpeg
mpm-prefork mysql ncurses neXt netboot nis nls no_wxgtk1 nonfsv4 nptl nptlonly
oav objc ogg oggvorbis opengl oss pam pam_chroot pam_timestamp pcntl pcre pdflib
perl perlsuid php physfs png posix pwdb python quicktime quotas readline rrdtool
samba sasl sdl sendfile session sftplogging shaper simplexml slang sndfile soap
sockets softquota speex spell spl sqlite srp sse ssl svga symlink sysfs sysvipc
tcltk tcpd tetex tidy tiff tokenizer truetype truetype-fonts type1-fonts ucs2
unicode urandom utf8 vorbis wddx wxwindows xml xml2 xmlrpc xmms xpm xprint xsl
xv zlib linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS
Comment 1 Michael Cramer 2005-05-14 04:02:20 UTC
Created attachment 58856 [details]
emerge log file
Comment 2 Christian Andreetta (RETIRED) gentoo-dev 2005-06-10 10:10:48 UTC
there are two causes:
FEATURES="sandbox" (causes some not critical errors)
USE="python" (critical: tdb module bindings not up to date)

USE="-python" FEATURES="-sandbox maketest" emerge -Bav samba: all tests successful
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2005-07-18 08:33:17 UTC
christian, what do we do to bring the tdb bindings up to date?
Comment 4 Christian Andreetta (RETIRED) gentoo-dev 2005-07-19 01:36:58 UTC
already working on it:
-- all non-critical failing tests try to modify a tdb database outside the
sandbox (and this can be arranged)
-- I'm focusing now on python bindings: after some time-consuming code review,
it seemed that python bindings call a function that doesn't exist in samba api
interface. Where has it gone? simple: the api call got deprecated, and removed
(http://samba.sernet.de/irclog/2005/05/20050504-Wed.log: from 5:26 to 5:33)

I'm looking for news in upstream svn
Comment 5 Christian Andreetta (RETIRED) gentoo-dev 2005-07-19 02:36:57 UTC
No updated bindings in svn. Since the locking methods are critical in tdb
interface, I'm leaving them to upstream devs.
https://bugzilla.samba.org/show_bug.cgi?id=2895 
Comment 6 Christian Andreetta (RETIRED) gentoo-dev 2005-07-20 06:20:00 UTC
it will be fixed in a couple of days
Comment 7 Christian Andreetta (RETIRED) gentoo-dev 2005-07-21 04:19:23 UTC
seemant: a new version of the patchset (0.3.2) is in distfiles-local. The two
new patches included are a little fix in python bindings (no bug is open on
this) and some tests exclusion (full write access is required on live filesystem
caches).
IMHO, this update is not worth an ebuild revision bump, but I wanted to hear
your opinion.
Comment 8 Seemant Kulleen (RETIRED) gentoo-dev 2005-07-22 12:46:03 UTC
christian, go ahead and issue a revision bump anyway, since it does fix things.
 Then that revision bump will be a candidate for stable.
Comment 9 Christian Andreetta (RETIRED) gentoo-dev 2005-07-23 03:28:18 UTC
3.0.14a-r2 with patchset 0.3.2 in cvs