View Issue Details

IDProjectCategoryView StatusLast Update
0006682ScribusBuild Systempublic2008-02-12 10:18
Reporterdeejay1 Assigned Tocbradney  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformi686OSLinux 2.6.xOS VersionPLD Linux
Product Version1.3.3.11 
Fixed in Version1.3.5svn 
Summary0006682: Wrong detection of 32/64 bit and configure errors when using ccache and cmake
DescriptionWhen trying to build Scribus using ccache on a 64 bit arch it fails to recognise it and installs into /usr/lib instead of /usr/lib64
This doesn't happen with plain gcc/g++
CMake output included below
Additional Information+ umask 022
+ cd /home/users/deejay1/rpm/BUILD
+ cd scribus-1.3.3.11
+ export LC_ALL=C
+ export LANG=C
+ unset LINGUAS
+ unset LANGUAGE
+ unset LC_MESSAGES
+ unset DISPLAY
+ export QTDIR=/usr
+ export KDEDIR=/usr
+ /usr/bin/cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr -DWANT_LIBART=1
+ CC=ccache x86_64-pld-linux-gcc CXX=ccache x86_64-pld-linux-g++ CFLAGS=-O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 CXXFLAGS=-O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2
-- Check for working C compiler: /usr/bin/ccache
-- Check for working C compiler: /usr/bin/ccache -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/ccache
-- Check for working CXX compiler: /usr/bin/ccache -- works
-- Scribus 1.3.3.11 will be built to install into /usr
/usr/bin/ccache: invalid option -- d
-- Building for target ccache, a compiler cache. Version 2.4
Copyright Andrew Tridgell, 2002

Usage:
        ccache [options]
        ccache compiler [compile options]
        compiler [compile options] (via symbolic link)

Options:
-s show statistics summary
-z zero statistics
-c run a cache cleanup
-C clear the cache completely
-F <maxfiles> set maximum files in cache
-M <maxsize> set maximum size of cache (use G, M or K)
-h this help page
-V print version number
-- Check if the system is big endian
-- Check if the system is big endian - little endian
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
Qt3 Found OK (3.3.8)
-- Found ZLIB: /usr/lib64/libz.so
-- Found PNG: /usr/lib64/libpng.so
PNG Library Found OK
-- Found JPEG: /usr/lib64/libjpeg.so
JPEG Library Found OK
TIFF Library Found OK
ZLIB Library Found OK
Python Library Found OK
FreeType2 Library Found OK
-- Looking for FT_Get_First_Char in libfreetype.so
-- Looking for FT_Get_First_Char in libfreetype.so - found
-- Looking for FT_Get_Next_Char in libfreetype.so
-- Looking for FT_Get_Next_Char in libfreetype.so - found
Libart_LGPL Library Found OK
CUPS Library Found OK
LIBXML2 Library Found OK
-- Found LittleCMS: /usr/lib64/liblcms.so
LittleCMS Library Found OK
FontConfig Found OK
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for include files HAVE_ENDIAN_H
-- Looking for include files HAVE_ENDIAN_H - found
-- Looking for include files HAVE_FCNTL_H
-- Looking for include files HAVE_FCNTL_H - found
RPATH:
-- Configuring done
-- Generating done
-- Build files have been written to: /home/users/deejay1/rpm/BUILD/scribus-1.3.3.11
TagsNo tags attached.
Patch

Activities

cbradney

2008-01-17 19:23

administrator   ~0018624

Use -DWANT_LIB64 until 1.3.5

Issue History

Date Modified Username Field Change
2008-01-17 18:51 deejay1 New Issue
2008-01-17 19:23 cbradney Status new => resolved
2008-01-17 19:23 cbradney Fixed in Version => 1.3.5
2008-01-17 19:23 cbradney Resolution open => fixed
2008-01-17 19:23 cbradney Assigned To => cbradney
2008-01-17 19:23 cbradney Note Added: 0018624
2008-01-24 21:00 cbradney Status resolved => closed
2008-02-12 10:18 jghali Fixed in Version 1.3.5 => 1.3.5svn