Subject: Re: pkg/32357: mail/metamail fails to install on OpenSolaris
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 12/22/2005 11:15:03
The following reply was made to PR pkg/32357; it has been noted by GNATS.

From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
To: pkg-manager@NetBSD.org, gnats-admin@NetBSD.org,
	gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/32357: mail/metamail fails to install on OpenSolaris
Date: Thu, 22 Dec 2005 12:10:42 +0100 (CET)

 > From: segv@netctl.net
 > 
 > >Number:         32357
 > >Category:       pkg
 > >Synopsis:       mail/metamail fails to install on OpenSolaris
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       medium
 > >Responsible:    pkg-manager
 > >State:          open
 > >Class:          sw-bug
 > >Submitter-Id:   net
 > >Arrival-Date:   Thu Dec 22 02:00:00 +0000 2005
 > >Originator:     segv
 > >Release:        
 > >Organization:
 > >Environment:
 > SunOS e450-dsl 5.11 snv_28 sun4u sparc SUNW,Ultra-4
 > >Description:
 > installing man page /opt/pkg/man/man1/splitmail.1
 > ln -s -s mmencode.1 /opt/pkg/man/man1/mimencode.1
 > installing man page /opt/pkg/man/man4/mailcap.4
 > + /usr/ucb/install -c -o root -g root -m 444 mailcap.4 
 /opt/pkg/man/man4/mailcap.4 
 > sh: syntax error at line 22: `(' unexpected
 > *** [install-all] Error code 2
 > 1 error
 
 Please have a look at:
 http://public.enst.fr/pkgsrc/pkgstat/SunOS-5.10-20051221.0716/archivers/gzip-inf
 o/.broken.html
 
 Same error and can't find why. the context is a bulk build.
 
 Gilles
 
 > 
 > >How-To-Repeat:
 > 
 > >Fix:
 > mail/metamail/work.e450-dsl/mm2.7/src/Makefile has the following line:
 > 
 >         @echo "Renaming old mailcap file to $(MAILCAPDIR)/mailcap.old
 > 
 > which is missing closing '"' char, the line should be:
 > 
 >         @echo "Renaming old mailcap file to $(MAILCAPDIR)/mailcap.old"