Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 1999 11:33:08 -0400 (EDT)
From:      Seth <seth@freebie.dp.ny.frb.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13774: Mutt install fails
Message-ID:  <199909161533.LAA48047@freebie.dp.ny.frb.org>

next in thread | raw e-mail | index | archive | help

>Number:         13774
>Category:       ports
>Synopsis:       Mutt install fails
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 16 11:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Seth
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:

ports from 9/15/1999

/usr/ports/mail/mutt, 1.0pre2i

>Description:

'make install' produces the following:

if [ -f /usr/local/share/mutt/Muttrc ] ; then  mv /usr/local/share/mutt/Muttrc /usr/local/etc ;  elif [ -f /usr/local/share/mutt/../Muttrc ] ; then  mv /usr/local/share/mutt/../Muttrc /usr/local/etc ;  elif [ ! -f /usr/local/etc/Muttrc ] ; then  /usr/bin/install -c -o root -g wheel -m 644 ./Muttrc /usr/local/etc ;  fi
if [ ! -f /usr/local/etc/mime.types ]; then  /usr/bin/install -c -o root -g wheel -m 644 ./mime.types /usr/local/etc;  fi
===>   Generating temporary packing list
===>   Installing Mutt documentation
a+rx: not found
*** Error code 127

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.


>How-To-Repeat:

cd /usr/ports/mail/mutt; make && make install
>Fix:
	


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909161533.LAA48047>