The cause of the problem I was having below was a caused by 
a conflict between Scribus.app (v. 1.3.4) and fink's 
scribus-aqua 1.3.3.12.

I solved the problem by removing 
/Library/Frameworks/Qt.framework and 
/Library/Frameworks/Ghostscript.framework, rebooting my 
machine, and installing scribus-aqua via fink. (I am not 
sure if removing the Ghostscript.framework is necessary, but 
since I put it there for running Scribus.app, I took it out 
as well.)

As a caveat, scribus 1.3.3 cannot read scribus 1.3.4 files. 
If you are downgrading as I have, be forewarned.

Many thanks to Martin Costabel for his efforts at trying to 
track down this elusive problem.

Carol


Carol Kankelborg wrote:
> I am getting an error trying to build scribus-aqua. It 
> appears that it is not recognizing that qt3mac is installed.
> 
> Here are the statistics:
> Mac OS 10.4.11 (PowerPC)
> X11 1.1.3
> Xcode 2.5
> Fink version 0.28.5
> unstable tree (rsync)
> 
> I have just rebuilt my fink world from scratch after 
> upgrading to Xcode 2.5 I was getting the same error with the 
> old fink installation and Xcode 2.4.
> 
> Any help would be appreciated.
> 
> Carol
> 
> Here is the fink output:
> 
> Last login: Sun Aug 10 22:20:45 on ttyp3
> Welcome to Darwin!
> 
> $ fink install scribus-aqua
> Information about 8052 packages read in 4 seconds.
> The following package will be installed or updated:
>   scribus-aqua
> Setting runtime build-lock...
> dpkg-deb -b 
> /sw/src/fink.build/root-fink-buildlock-scribus-aqua-1.3.3.12-2 
> /sw/src/fink.build
> dpkg-deb: building package 
> `fink-buildlock-scribus-aqua-1.3.3.12-2' in 
> `/sw/src/fink.build/fink-buildlock-scribus-aqua-1.3.3.12-2_2008.08.11-09.24.00_darwin-powerpc.deb'.
> Installing build-lock package...
> /sw/bin/dpkg-lockwait -i 
> /sw/src/fink.build/fink-buildlock-scribus-aqua-1.3.3.12-2_2008.08.11-09.24.00_darwin-powerpc.deb
> Selecting previously deselected package 
> fink-buildlock-scribus-aqua-1.3.3.12-2.
> (Reading database ... 9093 files and directories currently 
> installed.)
> Unpacking fink-buildlock-scribus-aqua-1.3.3.12-2 (from 
> .../fink-buildlock-scribus-aqua-1.3.3.12-2_2008.08.11-09.24.00_darwin-powerpc.deb)
>  
> ...
> Setting up fink-buildlock-scribus-aqua-1.3.3.12-2 
> (2008.08.11-09.24.00) ...
> bzip2 -dc /sw/src/scribus-1.3.3.12.tar.bz2 | /sw/bin/tar -xf 
> -  --no-same-owner --no-same-permissions
> bzip2 -dc /sw/src/Scribusapp-skeleton.tar.bz2 | /sw/bin/tar 
> -xf -  --no-same-owner --no-same-permissions
> [ -r /sw/fink/dists/unstable/main/finkinfo/text/scribus.patch ]
> /var/tmp/tmp.1.IctRAA
> #!/bin/sh -ev
> # Use Fink's freetype219
> # and place all source tree include dirs before %p/include
> # with cmake-2.6.0 this gets too messy to do with a patch 
> script, we need a patch file now
>    patch -p1 < 
> /sw/fink/dists/unstable/main/finkinfo/text/scribus.patch
> patching file CMakeLists.txt
> /var/tmp/tmp.2.xBh9vv
> + export 
> PATH=/sw/lib/freetype219/bin:/sw/var/lib/fink/path-prefix-g++-4.0:/sw/bin:/sw/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin
> + 
> PATH=/sw/lib/freetype219/bin:/sw/var/lib/fink/path-prefix-g++-4.0:/sw/bin:/sw/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin
> + unset QMAKESPEC
> + export QTDIR=/sw/lib/qt3mac
> + QTDIR=/sw/lib/qt3mac
> + mkdir build
> + cd build
> + cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON 
> -DCMAKE_INSTALL_PREFIX:PATH=/sw 
> -DFREETYPE_DIR:PATH=/sw/lib/freetype219 
> -DFREETYPE_INCLUDE_DIR_ft2build:PATH=/sw/lib/freetype219/include 
> -DFREETYPE_INCLUDE_DIR_freetype2:PATH=/sw/lib/freetype219/include/freetype2 
> -DFREETYPE_LIBRARY:FILEPATH=/sw/lib/freetype219/lib/libfreetype.dylib 
> -DFONTCONFIG_INCLUDE_DIR:PATH=/sw/lib/fontconfig2/include 
> -DFONTCONFIG_LIBRARY:FILEPATH=/sw/lib/fontconfig2/lib/libfontconfig.dylib 
> ..
> -- The C compiler identification is GNU
> -- The CXX compiler identification is GNU
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: 
> /sw/var/lib/fink/path-prefix-g++-4.0/c++
> -- Check for working CXX compiler: 
> /sw/var/lib/fink/path-prefix-g++-4.0/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Scribus 1.3.3.12 will be built to install into /sw
> -- Building for target powerpc-apple-darwin8
> CMake Warning (dev) at CMakeLists.txt:121 (ADD_DEFINITIONS):
>    Policy CMP0005 is not set: Preprocessor definition values 
> are now escaped
>    automatically.  Run "cmake --help-policy CMP0005" for 
> policy details.  Use
>    the cmake_policy command to set the policy and suppress 
> this warning.
> This warning is for project developers.  Use -Wno-dev to 
> suppress it.
> 
> CMake Warning (dev) at CMakeLists.txt:128 (ADD_DEFINITIONS):
>    Policy CMP0005 is not set: Preprocessor definition values 
> are now escaped
>    automatically.  Run "cmake --help-policy CMP0005" for 
> policy details.  Use
>    the cmake_policy command to set the policy and suppress 
> this warning.
> This warning is for project developers.  Use -Wno-dev to 
> suppress it.
> 
> CMake Warning (dev) at CMakeLists.txt:130 (ADD_DEFINITIONS):
>    Policy CMP0005 is not set: Preprocessor definition values 
> are now escaped
>    automatically.  Run "cmake --help-policy CMP0005" for 
> policy details.  Use
>    the cmake_policy command to set the policy and suppress 
> this warning.
> This warning is for project developers.  Use -Wno-dev to 
> suppress it.
> 
> CMake Warning (dev) at CMakeLists.txt:132 (ADD_DEFINITIONS):
>    Policy CMP0005 is not set: Preprocessor definition values 
> are now escaped
>    automatically.  Run "cmake --help-policy CMP0005" for 
> policy details.  Use
>    the cmake_policy command to set the policy and suppress 
> this warning.
> This warning is for project developers.  Use -Wno-dev to 
> suppress it.
> 
> CMake Warning (dev) at CMakeLists.txt:134 (ADD_DEFINITIONS):
>    Policy CMP0005 is not set: Preprocessor definition values 
> are now escaped
>    automatically.  Run "cmake --help-policy CMP0005" for 
> policy details.  Use
>    the cmake_policy command to set the policy and suppress 
> this warning.
> This warning is for project developers.  Use -Wno-dev to 
> suppress it.
> 
> CMake Warning (dev) at CMakeLists.txt:136 (ADD_DEFINITIONS):
>    Policy CMP0005 is not set: Preprocessor definition values 
> are now escaped
>    automatically.  Run "cmake --help-policy CMP0005" for 
> policy details.  Use
>    the cmake_policy command to set the policy and suppress 
> this warning.
> This warning is for project developers.  Use -Wno-dev to 
> suppress it.
> 
> CMake Warning (dev) at CMakeLists.txt:138 (ADD_DEFINITIONS):
>    Policy CMP0005 is not set: Preprocessor definition values 
> are now escaped
>    automatically.  Run "cmake --help-policy CMP0005" for 
> policy details.  Use
>    the cmake_policy command to set the policy and suppress 
> this warning.
> This warning is for project developers.  Use -Wno-dev to 
> suppress it.
> 
> CMake Warning (dev) at CMakeLists.txt:143 (ADD_DEFINITIONS):
>    Policy CMP0005 is not set: Preprocessor definition values 
> are now escaped
>    automatically.  Run "cmake --help-policy CMP0005" for 
> policy details.  Use
>    the cmake_policy command to set the policy and suppress 
> this warning.
> This warning is for project developers.  Use -Wno-dev to 
> suppress it.
> 
> CMake Warning (dev) at CMakeLists.txt:174 (ADD_DEFINITIONS):
>    Policy CMP0005 is not set: Preprocessor definition values 
> are now escaped
>    automatically.  Run "cmake --help-policy CMP0005" for 
> policy details.  Use
>    the cmake_policy command to set the policy and suppress 
> this warning.
> This warning is for project developers.  Use -Wno-dev to 
> suppress it.
> 
> CMake Warning (dev) at CMakeLists.txt:178 (ADD_DEFINITIONS):
>    Policy CMP0005 is not set: Preprocessor definition values 
> are now escaped
>    automatically.  Run "cmake --help-policy CMP0005" for 
> policy details.  Use
>    the cmake_policy command to set the policy and suppress 
> this warning.
> This warning is for project developers.  Use -Wno-dev to 
> suppress it.
> 
> -- Check if the system is big endian
> -- Searching 16 bit integer
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of unsigned short
> -- Check size of unsigned short - done
> -- Using unsigned short
> -- Check if the system is big endian - big endian
> CMake Error at CMakeLists.txt:234 (MESSAGE):
>    No Qt3
> 
> 
> -- Configuring done
> ### execution of /var/tmp/tmp.2.xBh9vv failed, exit code 1
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-scribus-aqua-1.3.3.12-2
> (Reading database ... 9094 files and directories currently 
> installed.)
> Removing fink-buildlock-scribus-aqua-1.3.3.12-2 ...
> Failed: phase compiling: scribus-aqua-1.3.3.12-2 failed
> 
> Before reporting any errors, please run "fink selfupdate" and
> try again.  If you continue to have issues, please check to 
> see if the
> FAQ on fink's website solves the problem.  If not, ask on 
> the fink-users
> or fink-beginners mailing lists, with a carbon copy to the 
> maintainer:
> 
>          Martin Costabel <[EMAIL PROTECTED]>
> 
> Note that this is preferable to emailing the maintainer 
> directly, since
> most fink package maintainers do not have access to all possible
> hardware and software configurations.
> 
> 
> 
> 
> 


-- 
Carol Kankelborg

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to