Bug 113082 - [net/tramp] install failure because of ${infodir} difference
Summary: [net/tramp] install failure because of ${infodir} difference
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-28 11:50 UTC by NAKAJI Hiroyuki
Modified: 2007-06-16 04:20 UTC (History)
0 users

See Also:


Attachments
file.diff (486 bytes, patch)
2007-05-28 11:50 UTC, NAKAJI Hiroyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description NAKAJI Hiroyuki 2007-05-28 11:50:03 UTC
	I noticed net/tramp install failure, when upgrading to xorg 7.2.

===>  Checking if net/tramp already installed
gmake[1]: Entering directory `/usr/ports/net/tramp/work/tramp-2.1.7/lisp'
install -m644 trampver.el tramp.el tramp-cache.el tramp-smb.el tramp-util.el tramp-uu.el tramp-vc.el tramp-ftp.el password.el trampver.elc tramp.elc tramp-cache.elc tramp-smb.elc tramp-util.elc tramp-uu.elc tramp-vc.elc tramp-ftp.elc password.elc /usr/local/share/emacs/21.3/site-lisp/tramp
gmake[1]: Leaving directory `/usr/ports/net/tramp/work/tramp-2.1.7/lisp'
gmake[1]: Entering directory `/usr/ports/net/tramp/work/tramp-2.1.7/texi'
install-info --quiet --info-dir=../info/   ../info/tramp.info;
install -m644 ../info/tramp.info  /usr/local/share/info
gmake[1]: Leaving directory `/usr/ports/net/tramp/work/tramp-2.1.7/texi'
install-info --quiet /usr/local/info/tramp.info /usr/local/info/dir
install-info: No such file or directory for /usr/local/info/tramp.info
*** Error code 1

Stop in /usr/ports/net/tramp.
*** Error code 1

Stop in /usr/ports/net/tramp.

Fix: The variable $(infodir) defined in texi/Makefile is
$(prefix)/share/info and tramp.info is installed in
/usr/local/share/info. But install-info is executed on $(prefix)/info
because of files/patch-texi-Makefile.in.

	Here is a patch for ports-current. I added --infodir option to
CONFIGURE_ARGS.
How-To-Repeat: 	cd /usr/ports/net/tramp && make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-28 11:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2007-06-16 04:13:37 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-16 04:13:43 UTC
kuriyama    2007-06-16 03:13:37 UTC

  FreeBSD ports repository

  Modified files:
    net/tramp            Makefile 
  Log:
  Fix installation with xorg 7.2.
  
  PR:             ports/113082
  Submitted by:   NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
  
  Revision  Changes    Path
  1.36      +1 -0      ports/net/tramp/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"