On Wed, Mar 29, 2000 at 10:53:53PM +0200, Thomas Roessler wrote:
> 
> Against 1.1.9, a couple of bugs is fixed.  I really hope
> we can release this code as-is as 1.2 - so please report
> eventual bugs and problems as soon as possible to this
> list.
> 
I have just built 1.1.10 and installed on this Linux system (as a user,
no root access) and also on Solaris 2.6 (report in separate mail).

There are still a few minor issues in the build, here goes....

The Linux system reports as:-
    Linux shell 2.2.13 #8 Thu Oct 21 20:32:42 GMT 1999 i586 unknown


I buildt mutt with:-
    ./configure --prefix=/home/d/cgreen --with-slang --with-domain=x-1.net 
--enable-pop --enable-imap


There a couple of compiler warnings:-
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I../intl  -Wall -pedantic -g -O2 
-c imap.c
    imap.c: In function `imap_check_mailbox':
    imap.c:1157: warning: `t' might be used uninitialized in this function

    gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I../intl  -Wall -pedantic -g -O2 
-c socket.c
    In file included from /usr/include/netinet/in.h:27,
                     from socket.c:29:
    /usr/include/bits/socket.h:226: warning: ANSI C forbids zero-size array 
`__cmsg_data'

    gcc -DSHAREDIR=\"/home/d/cgreen/share/mutt\" -DSYSCONFDIR=\"/home/d/cgreen/etc\"   
     -DBINDIR=\"/home/d/cgreen/bin\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl 
-I/home/d/cgreen/include  -I./intl  -Wall -pedantic -g -O2 -c pop.c
    In file included from /usr/include/sys/socket.h:34,
                     from pop.c:28:
    /usr/include/bits/socket.h:226: warning: ANSI C forbids zero-size array 
`__cmsg_data'


The most significant errors were in the 'make install' phase:-

    mkdir /home/d/cgreen/doc/mutt/samples
    for f in Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc ; do \
            /usr/bin/install -c -m 644 ./$f /home/d/cgreen/doc/mutt/samples ;      \
    done
    /usr/bin/install: ./pgp6.rc: No such file or directory


    if test -f /home/d/cgreen/bin/mutt_dotlock && test xmail != x ; then \
            chgrp mail /home/d/cgreen/bin/mutt_dotlock && \
            chmod 2755 /home/d/cgreen/bin/mutt_dotlock || \
            { echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; } \
    fi
    chgrp: you are not a member of group `mail': Operation not permitted
    Can't fix mutt_dotlock's permissions!
    make[2]: *** [install-exec-local] Error 1
    make[2]: Leaving directory `/home/d/cgreen/build/mutt-1.1.10'
    make[1]: *** [install-am] Error 2
    make[1]: Leaving directory `/home/d/cgreen/build/mutt-1.1.10'
    make: *** [install-recursive] Error 1



The problems above of course didn't stop mutt installing as you can see.
I've not come across any errors while running mutt.  I think the most
significant errors are the missing pgp6.rc file and the fac that the
install tries to set mutt_dotlock's permissions even though I have done
a local directory install.

N.B. The Solaris install had more errors, see next mail.

-- 
Chris Green ([EMAIL PROTECTED])
  Home: [EMAIL PROTECTED]           Work: [EMAIL PROTECTED]
  WWW: http://www.isbd.co.uk/

Reply via email to