/hg/buildbot: Use --disable-system-lcms for f3s build factory.
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Fri Dec 20 07:32:02 PST 2013
changeset 75c9cdad9559 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=75c9cdad9559
author: Xerxes Ranby <xerxes at zafena.se>
date: Fri Dec 20 16:44:42 2013 +0100
Use --disable-system-lcms for f3s build factory.
Fixes:
configure: error: Could not find LCMS2; install LCMS2 or build with --disable-system-lcms to use the in-tree copy.
diffstat:
icedtea/master.cfg | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r a5f4ccb35eeb -r 75c9cdad9559 icedtea/master.cfg
--- a/icedtea/master.cfg Fri Dec 20 15:38:48 2013 +0100
+++ b/icedtea/master.cfg Fri Dec 20 16:44:42 2013 +0100
@@ -387,6 +387,7 @@
description="check-langtools",
workdir="build"))
+#icedtea6-squeeze-x86_64-quick-shark
f3s = factory.BuildFactory()
f3s.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
f3s.addStep(ShellCommand(command=["./autogen.sh"],
@@ -397,6 +398,7 @@
description="clean build dir"))
f3s.addStep(Configure(command=["../src/configure",
"--disable-bootstrap",
+ "--disable-system-lcms",
"--disable-docs",
"--enable-shark"],
workdir="build"))
More information about the distro-pkg-dev
mailing list