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

bugzilla-daemon at bugs.sourcemage.org bugzilla-daemon at bugs.sourcemage.org
Wed Jan 23 18:08:20 EST 2008


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.



More information about the SM-Grimoire-Bugs mailing list