Bug 5286 - emacs-19.34b port on 3.0-971208-SNAP fails install
Summary: emacs-19.34b port on 3.0-971208-SNAP fails install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Satoshi Asami
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-12-14 01:00 UTC by rhh
Modified: 1997-12-14 02:09 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rhh 1997-12-14 01:00:01 UTC
	This port has two problems.  First, it assumes that the info
	dist was installed (/usr/share/info).

	Second, it tries to install a "ccmode" info file that is not
	delivered with the package.

	Here are the errors:

sed: /usr/share/info/dir: No such file or directory
pkg_add: command '[ -f /usr/local/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > /usr/local/info/dir' failed
install-info: No such file or directory for /usr/local/info/ccmode
pkg_add: command 'install-info /usr/local/info/ccmode /usr/local/info/dir' failed

Fix: 

This isn't a fix, but just the workaround I used:

	1) Install the info dist before installing emacs (this avoids the
	   first two errors)
        2) Hack the emacs package's +CONTENTS file and remove install
	   references to the missing ccmode info file before installing emacs
	   (this avoids the last two errors)
How-To-Repeat: 
	Install the emacs-19.34b -current package from ftp.freebsd.org.
Comment 1 Satoshi Asami freebsd_committer freebsd_triage 1997-12-14 02:05:40 UTC
State Changed
From-To: open->closed


Thanks, I fixed the emacs port/package.  Please try the new one 
in packages-stable, there were quite a few info files missing. 

As for the infodist being required, your comment is noted.  In fact, 
this is a problem common to many ports that install info files and 
quite a few people have complained about this.  I'll see about fixing 
it. 


Comment 2 Satoshi Asami freebsd_committer freebsd_triage 1997-12-14 02:05:40 UTC
Responsible Changed
From-To: freebsd-ports->asami

I committed the change.