Hello all,

I would like to ask for some comments on issues I have 
compiling/installing mutt in my $HOME.

I do this:

{{{
% hg sum         
parent: 6346:3306cb186f49 tip
 Merge stable into default
 branch: default
 commit: 1 modified, 3 unknown
 update: (current)


% ./configure --prefix=${HOME}/local --disable-pop --disable-imap \
--disable-smtp --enable-gpgme --with-curses --enable-external-dotlock

% make && make install
}}}


These are the problems I see at the moment:

A. 
  --enable-external-dotlock does not seem to be recognised.
  Not that important. I need a mutt_dotlock not changing EUID, because
  my Maildir is in an encfs mount. root cannot do anything in there.

B.
  compiling works, but installing stops at:
  chgrp: changing group of `${HOME}/local/bin/mutt_dotlock': Operation not 
permitted
  Can't fix mutt_dotlock's permissions!  This is required to lock mailboxes in 
the mail spool directory.

  I am not root, so I can't chgrp. The make install stops here. Maybe
  some more steps are missing.

C.
  my mutt version does not display UTF8 properly. Umlauts are not
  printed in the pager.
  Do I miss a configuration or a library?

  

Thanks,
Bastian



Here is the output of mutt -v:
{{{
% mutt -v
Mutt 1.5.22+18 (3306cb186f49) (2013-10-16)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 3.2.0-4-amd64 (x86_64)
ncurses: ncurses 5.9.20110404 (compiled with 5.9)
libidn: 1.25 (compiled with 1.25)

Compiler:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' 
--with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs 
--enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.7 --enable-shared --enable-linker-build-id 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object 
--enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5) 

Configure options: '--prefix=${HOME}/local' '--disable-pop' '--disable-imap' 
'--disable-smtp' '--disable-external-dotlock' '--enable-gpgme'

Compilation CFLAGS: -Wall -pedantic -Wno-long-long -g -O2

Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
-USE_POP  -USE_IMAP  -USE_SMTP  
-USE_SSL_OPENSSL  -USE_SSL_GNUTLS  -USE_SASL  -USE_GSS  -HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
+HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  -USE_HCACHE  
ISPELL="/usr/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="${HOME}/local/share/mutt"
SYSCONFDIR="${HOME}/local/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <mutt-...@mutt.org>.
To report a bug, please visit http://bugs.mutt.org/.
}}}

Reply via email to