Subject: pkg/7649: gimp/gtk/imlib/libart put the aclocal .m4 files in wrong directory
To: None <gnats-bugs@gnats.netbsd.org>
From: Wolfgang Rupprecht <wolfgang@wsrcc.com>
List: netbsd-bugs
Date: 05/26/1999 01:35:54
>Number:         7649
>Category:       pkg
>Synopsis:       gimp/gtk/imlib/libart put the aclocal .m4 files in wrong directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager (NetBSD software packages system bug manager)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 26 01:35:00 1999
>Last-Modified:
>Originator:     Wolfgang Rupprecht
>Organization:
W S Rupprecht Computer Consulting, Fremont CA
>Release:        <NetBSD-current 5/12/99>
>Environment:
	
System: NetBSD capsicum.wsrcc.com 1.4 NetBSD 1.4 (WSRCC) #0: Wed May 12 11:24:36 PDT 1999 root@capsicum.wsrcc.com:/v/src/netbsd/NetBSD-current/usr/src/sys/arch/i386/compile/WSRCC i386


>Description:
	gimp/gtk/imlib/libart put the aclocal .m4 files in the wrong
	directory.  These packages all put the *.m4 files in
	/usr/X11R6/share/aclocal/.  Unfortunately aclocal looks for it
	in /usr/pkg/share/aclocal.

>How-To-Repeat:
	cd /usr/pkgsrc/graphics/gtk
	make
	su
	make install
	ls -lag /usr/X11R6/share/aclocal/

>Fix:
	after the install:
	mv /usr/X11R6/share/aclocal/*.m4 /usr/pkg/share/aclocal. 

	(or) hack Makefile to know that the aclocal prefix is always
	/usr/pkgsrc, no matter which tree gimp/gtk/imlib etc are
	installed in.

	NB: a similar problem exists with the info files.  As
	delivered emacs only looks in /usr/pkg/info not /usr/X11/info
	for the doc files.

>Audit-Trail:
>Unformatted: