Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126539 - sys-auth/pam_smb causes problems with some bash 3.1 versions
Summary: sys-auth/pam_smb causes problems with some bash 3.1 versions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's SAMBA Team
URL: http://www.metalshark.co.uk/pam_smb.t...
Whiteboard:
Keywords: EBUILD
: 135243 140267 (view as bug list)
Depends on: 135244
Blocks:
  Show dependency tree
 
Reported: 2006-03-17 07:38 UTC by Beech Horn
Modified: 2006-07-13 13:56 UTC (History)
2 users (show)

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


Attachments
pam_smb-bash-3.1.patch (pam_smb-bash-3.1.patch,559 bytes, patch)
2006-03-17 07:39 UTC, Beech Horn
Details | Diff
pam_smb-1.9.9-r2.ebuild (pam_smb-1.9.9-r2.ebuild,1.10 KB, text/plain)
2006-03-17 07:41 UTC, Beech Horn
Details
pam_smb-2.0.0_rc5-r1.ebuild (pam_smb-2.0.0_rc5-r1.ebuild,1.19 KB, text/plain)
2006-03-17 07:42 UTC, Beech Horn
Details
pam_smb-2.0.0_rc6-r1.ebuild (pam_smb-2.0.0_rc6-r1.ebuild,1.22 KB, text/plain)
2006-03-17 07:43 UTC, Beech Horn
Details
ChangeLog (ChangeLog,1.28 KB, text/plain)
2006-03-17 07:44 UTC, Beech Horn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Beech Horn 2006-03-17 07:38:49 UTC
The configure script has one line that causes problems I have provided a patch which works with all versions in Portage and updated ebuilds for all three.
Comment 1 Beech Horn 2006-03-17 07:39:53 UTC
Created attachment 82378 [details, diff]
pam_smb-bash-3.1.patch
Comment 2 Beech Horn 2006-03-17 07:41:00 UTC
Created attachment 82381 [details]
pam_smb-1.9.9-r2.ebuild
Comment 3 Beech Horn 2006-03-17 07:42:11 UTC
Created attachment 82382 [details]
pam_smb-2.0.0_rc5-r1.ebuild
Comment 4 Beech Horn 2006-03-17 07:43:15 UTC
Created attachment 82383 [details]
pam_smb-2.0.0_rc6-r1.ebuild
Comment 5 Beech Horn 2006-03-17 07:44:39 UTC
Created attachment 82384 [details]
ChangeLog

Not sure of the ChangeLog format.
Comment 6 Nick Ellson 2006-04-26 14:32:45 UTC
Tried this with success! Thanks!

Portage 2.1_pre9-r4 (default-linux/x86/2005.0, gcc-3.3.3, glibc-2.3.6-r3, 2.6.16-gentoo i686)
=================================================================
System uname: 2.6.16-gentoo i686 Intel(R) Xeon(TM) CPU 3.00GHz
Gentoo Base System version 1.12.0_pre17
dev-lang/python:     2.3.5, 2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.15.92.0.2-r1, 2.16.1-r2
sys-devel/libtool:   1.4.3-r4, 1.5.22
virtual/os-headers:  2.6.8.1-r1, 2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://mirrors.tds.net/gentoo ftp://mirrors.tds.net/gentoo http://gentoo.ccccom.com"
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 acpi alsa apache2 avi berkdb bitmap-fonts cli crypt cups dbus dlloader dmx dri eds emboss encode ethereal font-server foomaticdb fortran fuse gd gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml gzip hal imagemagick imlib input_devices_keyboard input_devices_mouse input_devices_synaptics isdnlog ithreads jpeg libg++ libwww lm_sensors logrotate mad mbox mikmod milter mmx motif mp3 mpeg mysql ncurses nls nptl nptlonly ogg oggvorbis opengl oss pam pcre pdflib perl pic pie png ppds pppd pwdb python quicktime readline reflection samba sdl server session smp snmp spell spl ssl syslog tcpd truetype truetype-fonts type1-fonts vorbis xinetd xml2 xmms xorg xprint xv zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 7 Christian Andreetta (RETIRED) gentoo-dev 2006-04-27 04:37:15 UTC
Thanks! in portage
Just a couple of hints:
1) syntactical (portability): it is best to not call patch directly, but the epatch function in the eutils eclass (see the portage tree for the new pam_smb ebuilds)
2) (just a favour): attach the modified ebuilds as diff patches as well. This way it is simpler to examine them

Again, thanks :-)
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2006-06-02 02:39:42 UTC
*** Bug 135243 has been marked as a duplicate of this bug. ***
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2006-07-13 13:56:37 UTC
*** Bug 140267 has been marked as a duplicate of this bug. ***