-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Martin,

Here's my output. Thanks.

Kevin-Walzers-Computer:~/Desktop/libart_lgpl-2.3.3 kevin$ sudo fink
install scribus
Password:
Information about 4194 packages read in 22 seconds.
The following package will be installed or updated:
~ scribus
The following 20 additional packages will be installed:
~ freetype2-dev freetype2-shlibs lcms lcms-shlibs libart2 libjpeg libpng3
~ libpng3-shlibs libtiff libtiff-bin libtiff-shlibs libxml2 libxml2-bin
~ libxml2-shlibs pkgconfig qt3 qt3-designer qt3-doc qt3-linguist qt3-shlibs
Do you want to continue? [Y/n] y
gzip -dc /sw/src/freetype-2.1.3.tar.gz | /sw/bin/tar -xf -
- --no-same-owner --no-same-permissions
patch -p1 </sw/fink/dists/unstable/main/finkinfo/graphics/freetype2.patch
patching file builds/unix/freetype-config.in
patching file builds/unix/ltmain.sh
Hunk #1 succeeded at 2894 with fuzz 1.
patching file src/base/ftobjs.c
patching file builds/unix/detect.mk
mv install install.sh
make setup CFG="--prefix=/sw"
./builds/unix/configure --prefix=/sw
checking build system type... powerpc-apple-darwin7.7.0
checking host system type... powerpc-apple-darwin7.7.0
checking target system type... powerpc-apple-darwin7.7.0
checking for gcc... gcc
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 gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for rm... rm -f
checking for rmdir... rmdir
checking for a BSD-compatible install... /usr/bin/install -c
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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether munmap must be declared... no
checking for munmap's first parameter type... void *
checking for memcpy... yes
checking for memmove... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic Mach-O
dynamically linked shared library
checking command to parse /usr/bin/nm -p output... ok
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/bin/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... darwin7.7.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating freetype-config
config.status: creating ftconfig.h

FreeType build system -- automatic system detection

The following settings are used:

~  platform                    unix
~  compiler                    cc
~  configuration directory     ./builds/unix
~  configuration rules         ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the
file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library.

perl -pi.bak -e 's/^allow_undefined_flag.*/allow_undefined_flag=\"\"/'
builds/unix/libtool
Can't open builds/unix/libtool: No such file or directory.
make
config.mk:21: /unix-def.mk: No such file or directory
config.mk:22: /unix-cc.mk: No such file or directory
builds/freetype.mk:206: no file name for `include'
make: *** No rule to make target `/unix-cc.mk'.  Stop.
### execution of make failed, exit code 2
Failed: compiling freetype2-2.1.3-22 failed
Kevin-Walzers-Computer:~/Desktop/libart_lgpl-2.3.3 kevin$

- -----
Cheers,

Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[EMAIL PROTECTED]

Martin Costabel wrote:
| Kevin Walzer wrote:
| []
|
|> perl -pi.bak -e 's/^allow_undefined_flag.*/allow_undefined_flag=\"\"/'
|> builds/unix/libtool
|> Can't open builds/unix/libtool: No such file or directory.
|> make
|> config.mk:21: /unix-def.mk: No such file or directory
|> config.mk:22: /unix-cc.mk: No such file or directory
|> builds/freetype.mk:206: no file name for `include'
|> make: *** No rule to make target `/unix-cc.mk'.  Stop.
|> ### execution of make failed, exit code 2
|> Failed: compiling freetype2-2.1.3-22 failed
|
|
| Kevin,
|
| could you send me the complete output, please? Something must have gone
| wrong earlier, because these files are in principle all built by the
| configure script.
|
|> 2. When building a package from source/unstable, why does Fink insist on
|> building every related dependency of the package from source, to the
|> latest version? For instance, the stable build of Scribus installs the
|> only the qt3 shared libraries. Building Scribus from source requires me
|> to build, among other things, all of qt/3! I don't need Qt Designer,
|
|
| It doesn't necessarily. Building from source requires more than
| installing from binary, namely all the headers and configuration files
| that can be removed after the package has been built. Thus scribus has a
| build dependency on qt3, whereas the binary only depends on qt3-shlibs.
|
| Now if you have qt3-shlibs installed, but not qt3, fink looks which
| version of qt3 to install and takes the latest version for which it can
| find a description. It then proceeds to build this, which means to
| compile the whole qt3 package. You can avoid this if you install qt3
| from binary. You have to do this by hand before you build scribus.
|
| Therefore, if you have qt3-shlibs-3.2.2-12 from the binary distribution
| installed, install the corresponding qt3-3.2.2-12 using apt-get (or
| FinkCommander). Scribus will be happy with this and will not try to
| recompile qt3.
|
|> Linguist and Assistant in /sw/--not to mention that building the entire
|> Qt monstrosity takes many, many hours. The other issue with this is that
|> this introduces incompatabilities in dependencies among other packages,
|> to the point where I can't install any binaries but must instead build
|> everything from source (which in turn forces me to build all of Gnome
|> when I only want Ethereal).
|
|
| As you can see, keeping compatible versions of these packages installed
| requires a certain amount of intelligence, and Fink's poor little brain
| just cannot know what would be the most economic solution for you.
|
| There is a recent attempt to introduce this kind of intelligence, with
| the --use-binary-dist or "-b" flag to the fink command. But this
| wouldn't help in your case, because it only kicks in when the latest
| version exists in the binary distribution.
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB5IxpJmdQs+6YVcoRAnsZAJ9B/tTbet5Uys46NHUi5jHKDEsUygCfevw5
CNOPsqez62xOlj4rrcm8M6o=
=sPVV
-----END PGP SIGNATURE-----


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to