Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14249] New: graphviz 2.16.1 tries (and fails) to find pango when disabled

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14249] New: graphviz 2.16.1 tries (and fails) to find pango when disabled
  • Date: 23 Jan 2008 23:08:20 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14249

Summary: graphviz 2.16.1 tries (and fails) to find pango when
disabled
Product: Codex
Version: stable grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org


# cast graphviz
...
graphviz optionally depends on expat
pango is an optional dependency for graphviz (Use pangocairo library?)
Do you want to cast pango? [n] n
...
Making all in dot
make[3]: Entering directory `/usr/src/graphviz-2.16.1/cmd/dot'
/bin/sh ../../libtool --tag=CC --mode=link gcc -O -march=i686 -pipe -Os
-Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -s
-o dot dot.o ../../lib/gvc/libgvc.la
mkdir .libs
gcc -O -march=i686 -pipe -Os -Wno-unknown-pragmas -Wstrict-prototypes
-Wpointer-arith -Wall -ffast-math -s -o .libs/dot dot.o
../../lib/gvc/.libs/libgvc.so
/usr/src/graphviz-2.16.1/lib/graph/.libs/libgraph.so
/usr/src/graphviz-2.16.1/lib/cdt/.libs/libcdt.so
/usr/src/graphviz-2.16.1/lib/pathplan/.libs/libpathplan.so -lm
/usr/lib/libexpat.so /usr/lib/libltdl.so -ldl -lz
creating dot
make[3]: *** No rule to make target `../../plugin/pango/libgvplugin_pango.la',
needed by `dot_builtins'. Stop.
make[3]: Leaving directory `/usr/src/graphviz-2.16.1/cmd/dot'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/graphviz-2.16.1/cmd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/graphviz-2.16.1'
make: *** [all] Error 2

pango is not installed.

There is a typo in graphviz/DEPENDS:
optional_depends pango \
"--enable-pangocairo" \
"--disable-pangocario" \
^^

Neither fixing the typo nor removing the --disable line (sometimes, the
scripts
check for "stuff" instead of "--enable-stuff") fixes this.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 14249] New: graphviz 2.16.1 tries (and fails) to find pango when disabled, bugzilla-daemon, 01/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page