Bug 692306 - so compilation is broken since commit ca0f4ff4a0df386
Summary: so compilation is broken since commit ca0f4ff4a0df386
Status: RESOLVED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Build Process (show other bugs)
Version: master
Hardware: PC Linux
: P4 normal
Assignee: Robin Watts
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-28 04:52 UTC by Vladimir Lomov
Modified: 2011-06-28 13:54 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Lomov 2011-06-28 04:52:25 UTC
Compilation of so object is broken, see terminal output and configuration options below
[TERMINAL_OUTPUT]
make GS_XE=./bin/../sobin/libgs.so.9.03 STDIO_IMPLEMENTATION=c DISPLAY_DEV=./obj/../soobj/display.dev BINDIR=./bin/../sobin GLGENDIR=./obj/../soobj GLOBJDIR=./obj/../soobj PSGENDIR=./obj/../soobj PSOBJDIR=./obj/../soobj LDFLAGS='-Wl,--hash-style=gnu -Wl,--as-needed ' CFLAGS='-fPIC  -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -march=x86-64 -mtune=generic -O2 -pipe -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/usr/lib/ghostscript/9.03\"' prefix=/usr \
                ./obj/../soobj/echogs ./obj/../soobj/genarch
make[1]: Entering directory `/home/lomov/buildpkg/ghostscript/src/gs-build/gs'
make[1]: *** No rule to make target `obj/../soobj/echogs'.  Stop.
make[1]: Leaving directory `/home/lomov/buildpkg/ghostscript/src/gs-build/gs'
make: *** [so] Error 2
[/TERMINAL_OUTPUT]

[CONFIGURATION]
./configure --prefix=/usr       \
              --enable-dynamic    \
              --with-ijs          \
              --with-jbig2dec     \
              --with-omni         \
              --with-x            \
              --enable-fontconfig \
              --enable-dbus       \
              --enable-freetype   \
              --with-libpaper     \
              --with-drivers=ALL  \
              --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
              --disable-compile-inits # needed for linking with system-zlib
[/CONFIGURATION]

Last good commit: 3b3261eca08cd73ca.

NOTE: Ghostscript from git repo

P.S. I'm using Archlinux, the package build script can be found here:
https://raw.github.com/vp1981/pkgbuild/3d855ffbb38585bc04f437fdb77e0beeecddca93/ghostscript/PKGBUILD
Comment 1 Robin Watts 2011-06-28 13:54:02 UTC
I believe this is fixed now, since git commit 11fa4e84f504bdbd9e78495cf5214e49554383b0.

If problems persist, please let us know.

Thanks for your report.