Closed
Bug 284908
Opened 20 years ago
Closed 20 years ago
build error with cairo libs
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: wolfiR, Assigned: tor)
Details
within build stage the cairo libs will be copied to /usr/lib/mozilla in my build. But immediately after this stage this happens: test -z "/usr/lib/mozilla/pkgconfig" || mkdir -p -- "/usr/lib/mozilla/pkgconfig" /usr/bin/install -c -m 644 'cairo.pc' '/usr/lib/mozilla/pkgconfig/cairo.pc' gmake[4]: Leaving directory `/usr/src/packages/BUILD/mozilla/gfx/cairo/cairo' gmake[3]: Leaving directory `/usr/src/packages/BUILD/mozilla/gfx/cairo/cairo' gmake[2]: Leaving directory `/usr/src/packages/BUILD/mozilla/gfx/cairo/cairo' /usr/src/packages/BUILD/mozilla/config/nsinstall -R ./dist/lib/libpixman.so.1 ./dist/bin /usr/src/packages/BUILD/mozilla/config/nsinstall: cannot access ./dist/lib/libpixman.so.1: No such file or directory gmake[1]: *** [cairo] Error 1 I could attach the whole build log if needed.
What platform were you building on, and with what config options?
| Reporter | ||
Comment 2•20 years ago
|
||
OS = Linux (in special SUSE Linux)
./configure --enable-application=suite \
--disable-tests \
--enable-optimize="$CFLAGS" \
--enable-extensions=all \
--enable-xinerama --enable-crypto \
--enable-reorder \
--enable-svg --enable-svg-renderer=cairo \
--disable-debug --disable-dtd-debug \
--enable-xft \
--disable-freetype2 \
--enable-default-toolkit=gtk2 \
--with-default-mozilla-five-home=/usr/lib/mozilla \
--enable-nspr-autoconf \
--without-system-nspr \
--libdir=/usr/lib/mozilla \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--prefix=/usr \
--with-system-jpeg \
--with-system-png \
--with-system-mng \
--with-system-zlib \
--enable-calendar \
--enable-ldap-experimental \
--enable-xtf
In the meanwhile I've removed my old unsuccessful build.
I'm going to try it again if needed.| Reporter | ||
Comment 3•20 years ago
|
||
it works at least with xulrunner now. So closing until it happens again ;-)
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•