Re: Building garnome-2.11.91 Ubuntu/Debian



Thanks for the comments and suggestions.  They helped me read the output a little better, as well!

Decided to start from scratch again with the PKG_CONFIG_PATH env set a bit differently and incorporate the comments.  
However the build still barfed on cairo.  Further info below... Any ideas?

Environment:
~~> GARNOME=/home/walt/garnome
~~> PKG_CONFIG_PATH=/usr/lib/pkgconfig:/home/walt/garnome/lib

Walt FRED:~/garnome-2.11.91/bootstrap$make clean
Walt FRED:~/garnome-2.11.91/bootstrap$cd ../desktop
Walt FRED:~/garnome-2.11.91/desktop$make clean
Walt FRED:~/garnome-2.11.91/desktop$make paranoid-install

Had some issues with with libtool...
	aclocal1-1.9: autom4te failed with exit status: 1

Built the following from /bootstrap:
~1~> autoconf-2.59
~2~> automake1.9
~3~> libtool
~4~> pkg-config

Walt FRED:~/garnome-2.11.91/desktop$make paranoid-install

DO'H!!!! As Homer Simpson would say...
***** Barfed on Cairo again, so then I copied libpng.pc/libpng12.pc from my local /usr/local/lib/pkgconfig as Stef had suggested.
Walt FRED:~/garnome-2.11.91/desktop$ls usr/lib/pkgconfig/libpng*
>>	libpng12.pc  libpng.pc
Walt FRED:~/garnome-2.11.91/desktop$cp /usr/lib/pkgconfig/libpng* ~/garnome/lib/.
Walt FRED:~/garnome-2.11.91/desktop$ls ~/garnome/lib/libpng*
>>	 libpng12.pc  libpng.pc
Walt FRED:~/garnome-2.11.91/desktop$make paranoid-install

Output:

 ==> Building freedesktop/cairo as a dependency
make[4]: Entering directory `/home/walt/garnome-2.11.91/freedesktop/cairo'
[===== NOW BUILDING:    cairo-0.9.0     =====]
        [fetch] complete for cairo.
        [checksum] complete for cairo.
        [extract] complete for cairo.
        [patch] complete for cairo.
        [fixup] complete for cairo.
 ==> Running configure in work/main.d/cairo-0.9.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make 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 make... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cc -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /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 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 g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
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... no
checking dynamic linker characteristics... GNU/Linux 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... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux 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 for ANSI C header files... (cached) yes
checking whether byte ordering is bigendian... no
checking for vasnprintf... no
checking for cos in -lm... yes
checking for sincos... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for pkg-config... /home/walt/garnome/bin/pkg-config
checking for xrender >= 0.6... yes
checking XRENDER_CFLAGS... -DXTHREADS -I/usr/X11R6/include
checking XRENDER_LIBS... -L/usr/X11R6/lib -lXrender -lX11
checking for XrmFinalize... no
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking for some Win32 platform... no
checking for a suitable PNG library... yes
checking for -lpng12  ... -lpng12  : unknown option
-lpng12  : unknown option

configure: error: Library requirements (-lpng12  ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
make[4]: *** [configure-work/main.d/cairo-0.9.0/configure] Error 1
make[4]: Leaving directory `/home/walt/garnome-2.11.91/freedesktop/cairo'
make[3]: *** [../../freedesktop/cairo/cookies/main.d/install] Error 2
make[3]: Leaving directory `/home/walt/garnome-2.11.91/platform/pango'
make[2]: *** [../../platform/pango/cookies/main.d/install] Error 2
make[2]: Leaving directory `/home/walt/garnome-2.11.91/platform/gtk+'
make[1]: *** [../../platform/gtk+/cookies/main.d/install] Error 2
make[1]: Leaving directory `/home/walt/garnome-2.11.91/desktop/bug-buddy'
make: *** [paranoid-install] Error 2

-- 
~Walt

R U Par? dot org
Spread Knowledge and Share Information...



On Fri, 2005-08-19 at 12:24 -0700, Walt wrote:
> I'm stuck and need a new set of eyes...
> 
> I've installed /bootstrap components and checked my synaptic packages.
> My env has PKG_CONFIG_PATH set to point to garnome
> I've included my run results below.
> 
> Any thoughts would be helpful.
> 
> ~Walt
> R U Par dot org
> Spread Knowledge and Share Information...
> 
> 
> Below are the results of my runs.
> 
> DRY-RUN: 11:31 AM ~~~ 19-AUG-2004
> ** ~/garnome -> /home/walt/garnome-2.11.91/
> walt FRED:~/garnome/desktop$ make paranoid-install
> 
> config.status: executing depfiles commands
>         [configure] complete for libtool.
>  ==> Running make in work/main.d/libtool-1.5.18
> make[4]: Entering directory
> `/home/walt/garnome-2.11.91/bootstrap/libtool/work/main.d/libtool-1.5.18'
> rm -f acinclude.m4 acinclude.m4T
> cat ./libtool.m4 > acinclude.m4T
> mv acinclude.m4T acinclude.m4
> cd . && /bin/sh
> /home/walt/garnome-2.11.91/bootstrap/libtool/work/main.d/libtool-1.5.18/missing
> --run a clocal-1.9
> /home/walt/garnome-2.11.91/bootstrap/libtool/work/main.d/libtool-1.5.18/missing:
> line 52: aclocal-1.9: command not found
> WARNING: `aclocal-1.9' is missing on your system.  You should only need it if
>          you modified `acinclude.m4' or `configure.ac'.  You might want
>          to install the `Automake' and `Perl' packages.  Grab them from
>          any GNU archive site.
>  cd . && /bin/sh
> /home/walt/garnome-2.11.91/bootstrap/libtool/work/main.d/libtool-1.5.18/missing
> --run automake-1.9 --gnu
> /home/walt/garnome-2.11.91/bootstrap/libtool/work/main.d/libtool-1.5.18/missing:
> line 52: automake-1.9:  command not found
> WARNING: `automake-1.9' is missing on your system.  You should only need it if
>          you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
>          You might want to install the `Automake' and `Perl' packages.
>          Grab them from any GNU archive site.
> cd . && /bin/sh
> /home/walt/garnome-2.11.91/bootstrap/libtool/work/main.d/libtool-1.5.18/missing
> --run a utoconf
> configure.ac:55: error: Autoconf version 2.58 or higher is required
> aclocal.m4:434: AM_INIT_AUTOMAKE is expanded from...
> configure.ac:55: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> make[4]: *** [configure] Error 1
> make[4]: Leaving directory
> `/home/walt/garnome-2.11.91/bootstrap/libtool/work/main.d/libtool-1.5.18'
> make[3]: *** [build-work/main.d/libtool-1.5.18/Makefile] Error 2
> make[3]: Leaving directory `/home/walt/garnome-2.11.91/bootstrap/libtool'
> make[2]: *** [fixuplibtool] Error 2
> make[2]: Leaving directory `/home/walt/garnome-2.11.91/platform/gtk+'
> make[1]: *** [../../platform/gtk+/cookies/main.d/install] Error 2
> make[1]: Leaving directory `/home/walt/garnome-2.11.91/desktop/bug-buddy'
> make: *** [paranoid-install] Error 2
> 
> RUN002:  11:41 AM ~~~ 19-AUG-2004
> ** installed automake-1.9 and autoconf-2.59 from /bootstrap
> ** checked env 
> PKG_CONFIG_PATH=/home/walt/garnome/lib/pkgconfig:/usr/lib/pkgconfig
> walt FRED:~/garnome/desktop$ make paranoid-install
> 
> checking for some Win32 platform... no
> checking for a suitable PNG library... yes
> checking for -lpng12  ... -lpng12  : unknown option
> -lpng12  : unknown option
> 
> configure: error: Library requirements (-lpng12  ) not met; consider
> adjusting the PKG_CONFIG_PATH environment variable if your libraries
> are in a nonstandard prefix so pkg-config can find them.
> make[4]: *** [configure-work/main.d/cairo-0.9.0/configure] Error 1
> make[4]: Leaving directory `/home/walt/garnome-2.11.91/freedesktop/cairo'
> make[3]: *** [../../freedesktop/cairo/cookies/main.d/install] Error 2
> make[3]: Leaving directory `/home/walt/garnome-2.11.91/platform/pango'
> make[2]: *** [../../platform/pango/cookies/main.d/install] Error 2
> make[2]: Leaving directory `/home/walt/garnome-2.11.91/platform/gtk+'
> make[1]: *** [../../platform/gtk+/cookies/main.d/install] Error 2
> make[1]: Leaving directory `/home/walt/garnome-2.11.91/desktop/bug-buddy'
> make: *** [paranoid-install] Error 2
> 
> 
> 
> RUN003:  12:10 PM ~~~ 19-AUG-2004
> ** installed pkg-config from /bootstrap
> walt FRED:~/garnome/desktop$ make paranoid-install
> 
> checking for some Win32 platform... no
> checking for a suitable PNG library... yes
> checking for -lpng12  ... -lpng12  : unknown option
> -lpng12  : unknown option
> 
> configure: error: Library requirements (-lpng12  ) not met; consider
> adjusting the PKG_CONFIG_PATH environment variable if your libraries
> are in a nonstandard prefix so pkg-config can find them.
> make[4]: *** [configure-work/main.d/cairo-0.9.0/configure] Error 1
> make[4]: Leaving directory `/home/walt/garnome-2.11.91/freedesktop/cairo'
> make[3]: *** [../../freedesktop/cairo/cookies/main.d/install] Error 2
> make[3]: Leaving directory `/home/walt/garnome-2.11.91/platform/pango'
> make[2]: *** [../../platform/pango/cookies/main.d/install] Error 2
> make[2]: Leaving directory `/home/walt/garnome-2.11.91/platform/gtk+'
> make[1]: *** [../../platform/gtk+/cookies/main.d/install] Error 2
> make[1]: Leaving directory `/home/walt/garnome-2.11.91/desktop/bug-buddy'
> make: *** [paranoid-install] Error 2
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]