Bug 36819

Summary: /usr/ports/x11/XFree86-4 compilation troubles
Product: Ports & Packages Reporter: Kirill Ponomarew <kirill.ponomarew>
Component: Individual Port(s)Assignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Kirill Ponomarew 2002-04-06 20:20:01 UTC
During XFree compilation I got the following error:
===>  Building for XFree86-libraries-4.2.0_1
In file included from config/cf/site.def:158,
                 from config/cf/Imake.tmpl:100,
                 from Imakefile.c:13:
config/cf/host.def:5: warning: `InstallXdmConfig' redefined
config/cf/xf86site.def:631: warning: this is the location of the previous definition
config/cf/host.def:6: warning: `InstallXinitConfig' redefined
config/cf/xf86site.def:632: warning: this is the location of the previous definition
config/cf/host.def:7: warning: `InstallFSConfig' redefined
config/cf/xf86site.def:637: warning: this is the location of the previous definition
config/cf/host.def:10: warning: `BuildFontServer' redefined
config/cf/xf86site.def:635: warning: this is the location of the previous definition
./config/imake/imake: Exit code 1.
  Stop.
*** Error code 1

How-To-Repeat: cd /usr/ports/x11/XFree86-4 && make install clean
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-07-26 00:03:47 UTC
Responsible Changed
From-To: freebsd-ports->anholt

Over to maintainer. (does this problem apply anymore?)
Comment 2 Eric Anholt 2002-07-30 00:52:18 UTC
The only supported way to upgrade XFree86 is to install portupgrade
(ports/sysutils/portupgrade) and portupgrade -RN XFree86.  If you do
this, it should compile fine.

-- 
Eric Anholt <eta@lclark.edu>
http://people.freebsd.org/~anholt/dri/
Comment 3 Eric Anholt freebsd_committer freebsd_triage 2002-09-19 08:35:28 UTC
State Changed
From-To: open->closed

I think this one is done (needed to use portupgrade).