| 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 | ||
Responsible Changed From-To: freebsd-ports->anholt Over to maintainer. (does this problem apply anymore?) 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/ State Changed From-To: open->closed I think this one is done (needed to use portupgrade). |
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