Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 11:04:00 -0700 (PDT)
From:      X <x@mariinsky.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/36885: XFree86-4-libraries cannot find version.def
Message-ID:  <200204081804.g38I40Y94348@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         36885
>Category:       ports
>Synopsis:       XFree86-4-libraries cannot find version.def
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 08 11:10:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     X
>Release:        4.5-STABLE
>Organization:
>Environment:
FreeBSD host.domain.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Apr  5 20:41:
45 GMT 2002     root@host.domain.com:/usr/obj/usr/src/sys/HOST  i386
>Description:
During make, the port shows:

In file included from config/cf/site.def:58,
                 from config/cf/Imake.tmpl:45,
                 from Imakefile.c:13:
config/cf/xf86site.def:631: warning: `InstallXdmConfig' redefined
config/cf/host.def:5: warning: this is the location of the previous definition
config/cf/xf86site.def:632: warning: `InstallXinitConfig' redefined
config/cf/host.def:6: warning: this is the location of the previous definition
config/cf/xf86site.def:633: warning: `InstallFSConfig' redefined
config/cf/host.def:7: warning: this is the location of the previous definition
In file included from config/cf/FreeBSD.cf:552,
                 from config/cf/Imake.tmpl:94,
                 from Imakefile.c:13:
config/cf/xfree86.cf:14: version.def: No such file or directory
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 defini
tion
config/cf/host.def:6: warning: `InstallXinitConfig' redefined
config/cf/xf86site.def:632: warning: this is the location of the previous defini
tion
config/cf/host.def:7: warning: `InstallFSConfig' redefined
config/cf/xf86site.def:637: warning: this is the location of the previous defini
tion
config/cf/host.def:10: warning: `BuildFontServer' redefined
config/cf/xf86site.def:635: warning: this is the location of the previous defini
tion
./config/imake/imake: Exit code 1.
  Stop.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-libraries/work/xc.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-libraries/work/xc.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-libraries.
      
>How-To-Repeat:
cd ${PORTSDIR}/x11/XFree86-4-libraries/ && make
>Fix:
In ${PORTSDIR}/x11/XFree86-4-libraries/script/configure
change string
cp ${X11BASE}/lib/X11/config/version.def ${WRKSRC}/config/cf
to
cp ${WRKSRC}/programs/Xserver/hw/xfree86/xf86Version.h ${WRKSRC}/config/cf/version.def

It is muddy, but it works.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204081804.g38I40Y94348>