Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2005 - mutt 1.3.28 fails to fnctl() nfs mounted mail folders
Summary: mutt 1.3.28 fails to fnctl() nfs mounted mail folders
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-22 15:33 UTC by georg.lippold
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 georg.lippold 2002-04-22 15:33:47 UTC
I have my $HOME on a nfs-mount with the following mount-options:

rsize=1024,wsize=1024,retry=5,nfsvers=2,soft,intr,udp 0 0

Mutt 1.3.28 from a "emerge mutt" under gentoo-linux-1.1a cannot fcntl() 
the ~/Mail directory on that mount. I found out that a different 
configure line solves the problem:

./configure --prefix=/usr --sysconfdir=/etc/mutt 
--mandir=/usr/share/man --with-docdir=/usr/share/doc/mutt-1.3.28 
--with-regex --enable-nfs-fix --enable-pop --enable-external-dotlock 
--enable-flock --disable-fcntl --enable-imap --with-homespool=Maildir

(now mutt flock()'s it instead, works fine as long as sandbox is not 
loaded, but that is already discussed in 501)
Comment 1 georg.lippold 2002-04-22 15:40:28 UTC
My mail folder is in mbox format
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-04-25 19:12:29 UTC
mutt-3.2.28-r1.ebuild