Hi all,
I'm getting an error while building libftgl1 (I don't really nee this, but
I'm installing root5 and it's needed for that :( )
The erros is about some missing directory:
install: html/*: No such file or directory
Any help would be appreciated since I really need this root5 package.
Here I send the important parts of the compiling process:
fink install libftgl1
Information about 7608 packages read in 1 seconds.
The following package will be installed or updated:
libftgl1
The following additional package will be installed:
libftgl1-shlibs
Do you want to continue? [Y/n]
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-libftgl1-2.1.2-2
/sw/src/fink.build
dpkg-deb: construindo pacote `fink-buildlock-libftgl1-2.1.2-2' em
`/sw/src/fink.build/fink-buildlock-libftgl1-2.1.2-2_2009.01.10-19.49.25_darwin-i386.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i
/sw/src/fink.build/fink-buildlock-libftgl1-2.1.2-2_2009.01.10-19.49.25_darwin-i386.deb
A seleccionar pacote previamente des-seleccionado
fink-buildlock-libftgl1-2.1.2-2
(Lendo a base de dados ... 40737 ficheiros e directórios actualmente
instalados.)
A descompactar fink-buildlock-libftgl1-2.1.2-2 (desde
.../fink-buildlock-libftgl1-2.1.2-2_2009.01.10-19.49.25_darwin-i386.deb) ...
Definindo fink-buildlock-libftgl1-2.1.2-2 (2009.01.10-19.49.25) ...
gzip -dc /sw/src/ftgl-2.1.2.tar.gz | /sw/bin/tar -xf - --no-same-owner
--no-same-permissions
patch -p1 </sw/fink/dists/unstable/main/finkinfo/libs/libftgl1.patch
patching file unix/Makefile
patching file unix/configure
Hunk #7 succeeded at 9429 with fuzz 1.
Hunk #8 succeeded at 9443 with fuzz 1.
Hunk #18 succeeded at 9682 with fuzz 1.
Hunk #19 succeeded at 9696 with fuzz 1.
Hunk #29 succeeded at 10023 with fuzz 1.
Hunk #30 succeeded at 10037 with fuzz 1.
patching file unix/demo/Makefile
patching file unix/docs/Makefile
patching file unix/src/Makefile
patching file src/FTVectoriser.cpp
patching file unix/ftgl.pc.in
/var/tmp/tmp.1.Bld3YE
#!/bin/bash -ev
cd unix
FT2_CONFIG=/sw/lib/freetype219/bin/freetype-config ./configure --prefix=/sw
--enable-shared --enable-static
checking build system type... i686-apple-darwin9.6.0
checking host system type... i686-apple-darwin9.6.0
checking for g++... g++
checking for C++ compiler default output... 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 g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU
ld... no
checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload
object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic Mach-O
dynamically linked shared library
checking command to parse /usr/bin/nm -p output... rm: conftest.dSYM: is a
directory
ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
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 for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld)
supports shared libraries... yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin9.6.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... rm: conftest.dSYM: is
a directory
yes
creating libtool
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for X... libraries /usr/X11/lib, headers /usr/X11/include
checking for freetype-config... /sw/lib/freetype219/bin/freetype-config
checking for FreeType - version >= 9.0.3... yes
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking OpenGL/gl.h usability... yes
checking OpenGL/gl.h presence... yes
checking for OpenGL/gl.h... yes
checking for GL library... yes
checking OpenGL/glu.h usability... yes
checking OpenGL/glu.h presence... yes
checking for OpenGL/glu.h... yes
checking for GLU version >= 1.2... yes
checking for GLU library... yes
checking GLUT/glut.h usability... yes
checking GLUT/glut.h presence... yes
checking for GLUT/glut.h... yes
checking for GLUT library... yes
checking for memset... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for doxygen... no
configure: creating ./config.status
config.status: creating Make.conf
config.status: creating ftgl.pc
make
...
(cd /sw/src/fink.build/root-libftgl1-2.1.2-2/sw/lib && rm -f libftgl.dylib
&& ln -s libftgl.0.0.0.dylib libftgl.dylib)
/usr/bin/install -c -m 0644 .libs/libftgl.lai
/sw/src/fink.build/root-libftgl1-2.1.2-2/sw/lib/libftgl.la
/usr/bin/install -c -m 0644 .libs/libftgl.a
/sw/src/fink.build/root-libftgl1-2.1.2-2/sw/lib/libftgl.a
ranlib /sw/src/fink.build/root-libftgl1-2.1.2-2/sw/lib/libftgl.a
chmod 644 /sw/src/fink.build/root-libftgl1-2.1.2-2/sw/lib/libftgl.a
libtool: install: warning: remember to run `libtool --finish /sw/lib'
/usr/bin/install -c -d -m 0755
/sw/src/fink.build/root-libftgl1-2.1.2-2/sw/include/FTGL
/usr/bin/install -c -m 0644 ../../include/FTBBox.h
../../include/FTBitmapGlyph.h ../../include/FTCharToGlyphIndexMap.h
../../include/FTCharmap.h ../../include/FTContour.h
../../include/FTExtrdGlyph.h ../../include/FTFace.h ../../include/FTFont.h
../../include/FTGL.h ../../include/FTGLBitmapFont.h
../../include/FTGLExtrdFont.h ../../include/FTGLOutlineFont.h
../../include/FTGLPixmapFont.h ../../include/FTGLPolygonFont.h
../../include/FTGLTextureFont.h ../../include/FTGlyph.h
../../include/FTGlyphContainer.h ../../include/FTLibrary.h
../../include/FTList.h ../../include/FTOutlineGlyph.h
../../include/FTPixmapGlyph.h ../../include/FTPoint.h
../../include/FTPolyGlyph.h ../../include/FTSize.h
../../include/FTTextureGlyph.h ../../include/FTVector.h
../../include/FTVectoriser.h
/sw/src/fink.build/root-libftgl1-2.1.2-2/sw/include/FTGL
/usr/bin/install -c -d -m 0755
/sw/src/fink.build/root-libftgl1-2.1.2-2/sw/bin
/bin/sh ../libtool --mode=install /usr/bin/install -c -m 0755 FTGLDemo
/sw/src/fink.build/root-libftgl1-2.1.2-2/sw/bin
libtool: install: warning: `../src/libftgl.la' has not been installed in
`/sw/lib'
/usr/bin/install -c -m 0755 .libs/FTGLDemo
/sw/src/fink.build/root-libftgl1-2.1.2-2/sw/bin/FTGLDemo
/usr/bin/install -c -d -m 0755
/sw/src/fink.build/root-libftgl1-2.1.2-2/sw/share/doc/ftgl/html
/usr/bin/install -c -m 0644 html/*
/sw/src/fink.build/root-libftgl1-2.1.2-2/sw/share/doc/ftgl/html/
install: html/*: No such file or directory
make[1]: *** [install-local] Error 71
make: *** [install-recursive] Error 2
### execution of /var/tmp/tmp.2.8XtSJW failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-libftgl1-2.1.2-2
(Lendo a base de dados ... 40738 ficheiros e directórios actualmente
instalados.)
Removendo fink-buildlock-libftgl1-2.1.2-2 ...
Failed: phase installing: libftgl1-2.1.2-2 failed
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users