Subject: Re: CVS commit: pkgsrc/net/samba
To: None <tech-pkg@NetBSD.org, tron@NetBSD.org>
From: Takahiro Kambe <taca@back-street.net>
List: tech-pkg
Date: 02/17/2007 13:36:44
In message <20070216160106.GB19026@colwyn.zhadum.org.uk>
	on Fri, 16 Feb 2007 16:01:06 +0000,
	Matthias Scheler <tron@NetBSD.org> wrote:
> > > Log Message:
> > > Update "samba" package to version 3.0.24.
> > > [...]
> > 
> > This update broke the "pgsql" and other passdb options for samba, since
> > apparantly the ./configure --expsam flag was removed.  Could you please
> > look into this?  I'm using samba with pgsql backend but smbd now refuses
> > to start because it's no longer linked against libpq.
> 
> I'm sorry but there is nothing I can do about that. I didn't remove
> that option, the Samba maintainers did.
Something wrong with winbind option:

# make install
...
cd /data/work/net/samba/work.reef/samba-3.0.24/source/pam_smbpass/samples; for f in [a-z]*; do           /usr/bin/install -c -o root -g wheel -m 444 ${f} /usr/pkg/share/examples/samba/pam_smbpass/${f};        done
/usr/bin/install -d -o root -g wheel -m 755 /usr/pkg/lib/security
/usr/bin/install -c -o root -g wheel -m 555 /data/work/net/samba/work.reef/samba-3.0.24/source/nsswitch/pam_winbind.so /usr/pkg/lib/security
install: /data/work/net/samba/work.reef/samba-3.0.24/source/nsswitch/pam_winbind.so: stat: No such file or directory
*** Error code 1

-- 
Takahiro Kambe <taca@back-street.net>