Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Modular X.org



On Mon, 30 Jun 2008 11:46:39 am Sarton O'Brien wrote:
> On Sat, 28 Jun 2008 11:05:26 am Sam Fourman Jr. wrote:
> > > BTW: this is really a "pkgsrc" and not a XEN problem. May I suggest that
> > > you
> > >     send your question to "pkgsrc-users%NetBSD.org@localhost" again?
> > 
> > 
> > I also can not build sysutils/xentools3-hvm/ I am using the 
latest -current
> > pkgsrc on AMD64
> > 
> > # cd
> > /usr/pkgsrc/sysutils/xentools3-hvm/
> > # make install
> > => Bootstrap dependency digest>=20010302: found digest-20080510
> > ===> Skipping vulnerability checks.
> > WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
> > WARNING: To fix run: `/usr/sbin/download-vulnerability-list'.
> > => Checksum SHA1 OK for xen-3.1.4.tar.gz
> > => Checksum RMD160 OK for xen-3.1.4.tar.gz
> > ===> Installing dependencies for xentools3-hvm-3.1.4
> > ==========================================================================
> > The following variables will affect the build process of this package,
> > xentools3-hvm-3.1.4.  Their current value is shown below:
> > 
> >         * PYTHON_VERSION_DEFAULT = 24
> > 
> > Based on these variables, the following variables have been set:
> > 
> >         * PYPACKAGE = python24
> > 
> > You may want to abort the process now with CTRL-C and change their value
> > before continuing.  Be sure to run `/usr/bin/make clean' after
> > the changes.
> > ==========================================================================
> > => Build dependency dev86-[0-9]*: found dev86-0.16.17nb2
> > => Build dependency gmake>=3.81: found gmake-3.81
> > => Build dependency perl>=5.0: found perl-5.8.8nb8
> > => Build dependency x11-links>=0.35: NOT found
> > => Verifying reinstall for ../../pkgtools/x11-links
> > ERROR: This package has set PKG_FAIL_REASON:
> > ERROR: Do not include x11.buildlink3.mk for X11_TYPE != "native".
> > *** Error code 1
> > 
> > Stop.
> > make: stopped in /usr/pkgsrc/pkgtools/x11-links
> > *** Error code 1
> > 
> > Stop.
> > make: stopped in /usr/pkgsrc/sysutils/xentools3-hvm
> > #
> > 
> > 
> > How do I install this when we are using modular xorg
> 
> I can't say with any real certainty but what I think is ... that x11-links 
is 
> used when the in-tree x11 is available (or at least the x11 libraries). 
> Without installing the in-tree x11, I've got around this error by ensuring 
> modular-xorg-libs is installed.

Oh ... and after you have modular-xorg-libs available ... make sure to 'make 
clean' in xentools3-hvm so the build detects the new libraries and does not 
attempt to reuse x11-links.

It'd be nice if the error message said something like:

        ERROR: This package has set PKG_FAIL_REASON:
        ERROR: modular xorg selected (X11_TYPE=modular)
        ERROR: but no libraries available

Or similar ;)

Sarton


Home | Main Index | Thread Index | Old Index