ports/75133: x11-server/xorg-server is missing dependencies to x11/xorg-libraries during compilation

Etienne Robillard granted14 at yahoo.com
Wed Dec 15 21:40:22 UTC 2004


>Number:         75133
>Category:       ports
>Synopsis:       x11-server/xorg-server is missing dependencies to x11/xorg-libraries during compilation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 15 21:40:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Etienne Robillard
>Release:        FreeBSD-5.3 STABLE
>Organization:
Independant
>Environment:
FreeBSD fuba 5.3-STABLE FreeBSD 5.3-STABLE #5: Mon Dec 13 14:34:30 UTC 2004     erob at fuba:/usr/obj/usr/src/sys/HANNAH  i386

>Description:
- The 'xorg-server' port doesn't compile without having 'xorg-libraries' installed.

- USE_XLIB is defined inside 'bsd.port.mk'. 

Is current configuration is set to: 
 .if defined(USE_XLIB)
 LIB_DEPENDS+=X11.6:${X_LIBRARIES_PORT}
 ...

Here's the scrubbed compilation result without having xorg-libraries installed:

..
In file included from accessx.c:32:
config.h:32:28: X11/IntrinsicP.h: No such file or directory
config.h:33:28: X11/StringDefs.h: No such file or directory
config.h:34:29: X11/Xmu/SysUtil.h: No such file or directory
config.h:78:34: X11/extensions/XKBui.h: No such file or directory
..


>How-To-Repeat:
pkg_delete -rf 'xorg-libraries*';
pkg_delete -rf 'xorg-server*';
cd /usr/ports/x11-server/xorg-server && make distclean && make install clean; 
>Fix:
As a work-around, change the line (in Mk/bsd.port.mk) where LIB_DEPENDS+=X11.6:${X_LIBRARIES_PORT}
to
BUILD_DEPENDS+=xorg-libraries:${X_LIBRARIES_PORT}
and see if it's causing havoc with other X11 ports...
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list