Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2006 07:35:41 -0700 (MST)
From:      RJ45 <rj45@slacknet.com>
To:        freebsd-questions@freebsd.org
Subject:   problem building xorg
Message-ID:  <Pine.LNX.4.61.0603280728330.30682@slacknet.com>
In-Reply-To: <b2807d040603280559i393a5432tc6f868366064b561@mail.gmail.com>
References:  <Pine.LNX.4.61.0603280221040.19692@slacknet.com> <b2807d040603280559i393a5432tc6f868366064b561@mail.gmail.com>

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


FreeBSD 6.0-STABLE
cd /usr/ports/x11/xorg

make install...

I have error during xorg build...


any ideas ?
thanks a lot


===>  Configuring for libXft-2.1.7_1
checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking build system type... alpha-portbld-freebsd6.0
checking host system type... alpha-portbld-freebsd6.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... 
yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd6.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... 
yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... 
yes
checking dynamic linker characteristics... freebsd6.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... 
yes
checking dynamic linker characteristics... freebsd6.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking for xrender >= 0.8.2... gnome-config: not found
gnome-config: not found
checking for xrender >= 0... gnome-config: not found
gnome-config: not found
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking X11/extensions/Xrender.h usability... no
checking X11/extensions/Xrender.h presence... no
checking for X11/extensions/Xrender.h... no
configure: error: Xrender.h not found.
===>  Script "configure" failed unexpectedly.
Please run the gnomelogalyzer, available from
"http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the
problem and suggest a solution. If - and only if - the gnomelogalyzer 
cannot
solve the problem, report the build failure to the FreeBSD GNOME team at
gnome@FreeBSD.org, and attach (a)
"/usr/ports/x11-fonts/libXft/work/libXft-2.1.7/config.log", (b) the output
of the failed make command, and (c) the gnomelogalyzer output. Also, it 
might
be a good idea to provide an overview of all packages installed on your 
system
(i.e. an `ls /var/db/pkg`). Put your attachment up on any website,
copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) 
with
the attachment. Try to avoid sending any attachments to the mailing list
(gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are
usually discarded by the mailing list software.
*** Error code 1

Stop in /usr/ports/x11-fonts/libXft.
*** Error code 1

Stop in /usr/ports/x11/xorg-clients.
*** Error code 1

Stop in /usr/ports/x11/xorg.
rt-ca#



Rick


On Tue, 28 Mar 2006, Subhro wrote:

> How are you trying to compile Xorg?
>
> cd /usr/ports/xorg
> make install
> <coffee><dance><sleep>
> make clean
>
> and you are up and running
>
> Subhro
>
> On 3/28/06, RJ45 <rj45@slacknet.com> wrote:
>>
>> Hello I installed 6.0-RELEASE on Alpha.
>> But I cannot find the Xorg packages to be installed on the system,
>> I did a network install.
>> Now I need Xorg for many reasons and if I Try to install it from the ports
>> collection it won't compile because the systems does not have the
>> /usr/X11R6/include/X11 needed stuff.
>> How I can install Xorg ?
>> Where can I find a pre-packaged one ?
>> I just would need the include files so I Can compile ghostrscript for
>> example.
>> thanks
>>
>> Rick
>>
>> _______________________________________________
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>>
>
>
> --
> Subhro Kar
> Security Engineer
> iViZ Techno Solutions Pvt. Ltd.
> eRevMax House, 1st Floor
> Plot XI-16, Sector V
> Salt Lake City
> 700091
> India
>



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