Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2004 08:01:47 -0800
From:      "Noah" <admin2@enabled.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: X-4.3.0_6 not building from /usr/ports
Message-ID:  <20040226160147.M22255@enabled.com>
In-Reply-To: <200402252056.24815.kstewart@owt.com>
References:  <20040225004809.M99714@enabled.com> <200402242215.30452.kstewart@owt.com> <20040225173915.M98502@enabled.com> <200402252056.24815.kstewart@owt.com>

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

> >
> > in fact here are all the packages installed:
> 
> You have somewhat of a mess. From my machine, you should only have 
> python-2.3.3_2 installed. You have 5 installed and none of them are 
> the latest. It also looks like you wild card installed p5-* ports. 
> You have at least 3x more than I have installed. If I am wrong smile 
> because I don't know any better :). If I am right, delete the ones 
> you don't need and then smile :).
> 
> No matter how bad it gets, a pkg_delete -a will do wonders. I have 
> been known to do that on several occasions. If you don't have a clue 
> what is happening, wipe and start clean and do the installs very 
> carefully. Sometimes, you have a clue, and nothing works. The clean 
> start will frequently work wonders. This is especially true if you 
> do the installs using the meta-ports. The meta-port installs are 
> really handy on XFree86 or major upgrades to things like KDE.
> 
> Nothing special stood out in your systems but I could see a lot of 
> little things. They can add up.



Kent,

okay I did a pkg_delete -a on the machine and I am slowly rebuilding things
right now.  now this is really interesting.  

while I am building afbackup-client it is attempting to build X11 libraries or
something look - it went into the same routine.  there must be something
really hosed on my machine - any other clues please?

--- snip ---
making Makefiles in nls/XI18N_OBJS...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/nls.
make: don't know how to make Makefiles. Stop
+ mkdir -p /usr/ports/x11/XFree86-4-libraries/work/xc/exports/include/X11
+ cd /usr/ports/x11/XFree86-4-libraries/work/xc/exports/include/X11
+ rm -f DECkeysym.h
+ ln -s ../../../include/DECkeysym.h .
+ rm -f HPkeysym.h
+ ln -s ../../../include/HPkeysym.h .
+ rm -f Sunkeysym.h
+ ln -s ../../../include/Sunkeysym.h .
+ rm -f X.h
+ ln -s ../../../include/X.h .
+ rm -f XF86keysym.h
+ ln -s ../../../include/XF86keysym.h .
+ rm -f XWDFile.h
+ ln -s ../../../include/XWDFile.h .
+ rm -f Xalloca.h
+ ln -s ../../../include/Xalloca.h .
+ rm -f Xarch.h
+ ln -s ../../../include/Xarch.h .
+ rm -f Xatom.h
+ ln -s ../../../include/Xatom.h .
+ rm -f Xdefs.h
+ ln -s ../../../include/Xdefs.h .
+ rm -f Xfuncproto.h
+ ln -s ../../../include/Xfuncproto.h .
+ rm -f Xfuncs.h
+ ln -s ../../../include/Xfuncs.h .
+ rm -f Xmd.h
+ ln -s ../../../include/Xmd.h .
+ rm -f Xos.h
+ ln -s ../../../include/Xos.h .
+ rm -f Xos_r.h
+ ln -s ../../../include/Xos_r.h .
+ rm -f Xosdefs.h
+ ln -s ../../../include/Xosdefs.h .
+ rm -f Xpoll.h
+ ln -s ../../../include/Xpoll.h .
+ rm -f Xproto.h
+ ln -s ../../../include/Xproto.h .
+ rm -f Xprotostr.h
+ ln -s ../../../include/Xprotostr.h .
+ rm -f Xthreads.h
+ ln -s ../../../include/Xthreads.h .
+ rm -f ap_keysym.h
+ ln -s ../../../include/ap_keysym.h .
+ rm -f keysym.h
+ ln -s ../../../include/keysym.h .
+ rm -f keysymdef.h
+ ln -s ../../../include/keysymdef.h .
including in include/bitmaps...
make: don't know how to make includes. Stop
*** Error code 2

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

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

Stop in /usr/ports/x11-toolkits/tk83.
*** Error code 1

Stop in /usr/ports/misc/afbackup-client.

--- snip ----

here is what is build after the afbackup build

 pkg_info                      [/usr/ports/misc/afbackup-client]
apache+mod_ssl-1.3.29+2.8.16 The Apache 1.3 webserver with SSL/TLS functionality
expat-1.95.6_1      XML 1.0 parser written in C
fontconfig-2.2.90_4 An XML-based font configuration API for X Windows
freetype2-2.1.5_2   A free and portable TrueType font rendering engine
gettext-0.13.1      GNU gettext package
gmake-3.80_2        GNU version of 'make' utility
imake-4.3.0_2       Imake and other utilities from XFree86
libiconv-1.9.1_3    A character set conversion library
libtool-1.3.5_2     Generic shared library support script (version 1.3)
mm-1.3.0            Shared memory allocation library for pre-forked process mod
perl-5.8.2_5        Practical Extraction and Report Language
pkgconfig-0.15.0_1  A utility used to retrieve information about installed libr
tcl-8.3.5_2         Tool Command Language


> 
> Kent
> 
> > > Kent
> > >
> > > > - Noah
> > > >
> > > >
> > > > FreeBSD-4.9-STABLE
> > > >
> > > >
> > > > okay I have placed XFree86 on two other FreeBSD boxes but there
> > > > is a stubborn box not allowing it.
> > > >
> > > > I have deinstalled all XFree86 related programs.  re-cvsup'ed
> > > > both /usr/ports/imake-4 and /usr/ports/x11 directories
> > > > completely.  and this is what the 'make install clean' from
> > > > /usr/ports/x11/XFree86-4 is resulting.  I found similar
> > > > situations from a google search but each was solved by
> > > > re-cvsup'ing the above directories.
> > > >
> > > > Have "XFREE86_VERSION=4" in /etc/make.conf
> > > >
> > > > I have no clue what is going on here.  What is so hosed?
> > > >
> > > >
> > > > ===>   XFree86-4.3.0,1 depends on shared library: X11.6 - not
> > > > found ===>    Verifying install for X11.6 in
> > > > /usr/ports/x11/XFree86-4-libraries ===>  
> > > > XFree86-libraries-4.3.0_6 depends on file:
> > > > /usr/X11R6/lib/X11/config/date .def - found ===>  
> > > > XFree86-libraries-4.3.0_6 depends on shared library: freetype.9 -
> > > > found ===>   XFree86-libraries-4.3.0_6 depends on shared library:
> > > > fontconfig.1 - found ===>  Configuring for
> > > > XFree86-libraries-4.3.0_6
> > > > cd ./config/imake && make   -D INSTALLS_DEPENDS -f Makefile.ini
> > > > BOOTSTRAPCFLAGS= "" CC="cc"
> > > > making imake with BOOTSTRAPCFLAGS= and
> > > > CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in config/imake
> > > > `imake' is up to date.
> > > > rm -f ./config/makedepend/Makefile.proto
> > > > ./config/imake/imake -I./config/cf  -s
> > > > ./config/makedepend/Makefile.proto -f ./c
> > > > onfig/makedepend/Imakefile -DTOPDIR=../..
> > > > -DCURDIR=./config/makedepend cd ./config/makedepend && rm -f -r
> > > > Makefile Makefile.dep makedepend *.o bootstra p cd
> > > > ./config/makedepend && make -f Makefile.proto bootstrap
> > > > ./config/imake/imake -I./config/cf  -s
> > > > ./config/imake/Makefile.proto -f ./config /imake/Imakefile
> > > > -DTOPDIR=../.. -DCURDIR=./config/imake -DBootStrap cd
> > > > ./config/imake && make -f Makefile.proto
> > > > bootstrapdepend
> > > > cd ./config/imake && make   -D INSTALLS_DEPENDS -f Makefile.ini
> > > > BOOTSTRAPCFLAGS= "" CC="cc" bootstrap
> > > > `bootstrap' is up to date.
> > > > cd ./config/imake && make -f Makefile.proto all
> > > > make   -D INSTALLS_DEPENDS xmakefile
> > > > rm -f xmakefile
> > > > ./config/imake/imake -I./config/cf  -s xmakefile -DTOPDIR=.
> > > > -DCURDIR=. rm -f ./config/imake/Makefile.proto
> > > > making Makefiles in include/bitmaps...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include.
> > > > making Makefiles in include/extensions...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include.
> > > > making Makefiles in include/fonts...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include.
> > > > making Makefiles in include/GL...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include.
> > > > making Makefiles in include/DPS...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include.
> > > > making Makefiles in lib/xtrans...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xau...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xdmcp...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/XThrStub...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/X11...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/oldX...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/ICE...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/SM...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xext...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xt...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xss...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xxf86misc...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xxf86vm...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xxf86dga...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xmu...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xmuu...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xpm...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xaw6...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xaw...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xi...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xtst...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/FS...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/xkbfile...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/xkbui...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/lbxutil...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xp...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xv...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/GL...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/GLU...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/GLw...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/dps...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/dpstk...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/psres...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xinerama...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xrender...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/XvMC...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xrandr...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/XTrap...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/XRes...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xcursor...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/font...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/fontenc...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in lib/Xfontcache...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> > > > making Makefiles in nls/XLC_LOCALE...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/nls.
> > > > making Makefiles in nls/Compose...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/nls.
> > > > making Makefiles in nls/XI18N_OBJS...
> > > > *** Error code 127
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/nls.
> > > > including in include/bitmaps...
> > > > *** Error code 2
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include.
> > > > *** Error code 1
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4-libraries.
> > > > *** Error code 1
> > > >
> > > > Stop in /usr/ports/x11/XFree86-4.
> > >
> > > --
> > > Kent Stewart
> > > Richland, WA
> > >
> > > http://users.owt.com/kstewart/index.html
> 
> -- 
> Kent Stewart
> Richland, WA
> 
> http://users.owt.com/kstewart/index.html



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