pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/32357: mail/metamail fails to install on OpenSolaris



>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

>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"




Home | Main Index | Thread Index | Old Index