Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move graphviz-2.16.1.p0.spkg from optional to experimental #11433

Closed
sagetrac-mariah mannequin opened this issue Jun 6, 2011 · 8 comments
Closed

Move graphviz-2.16.1.p0.spkg from optional to experimental #11433

sagetrac-mariah mannequin opened this issue Jun 6, 2011 · 8 comments

Comments

@sagetrac-mariah
Copy link
Mannequin

sagetrac-mariah mannequin commented Jun 6, 2011

The optional spkg graphviz-2.16.1.p0.spkg fails to build on skynet/eno in sage-4.7.1.alpha1:

...
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/local/gcc-4.6.0/x86_64-Linux-core2-fc/bin/gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt   -I/home/mariah/sage/sage-4.7.1.alpha1-x86_64-Linux-core2-fc/local/include -I/home/mariah/sage/sage-4.7.1.alpha1-x86_64-Linux-core2-fc/local/include  -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_pango.lo -MD -MP -MF .deps/gvplugin_pango.Tpo -c -o gvplugin_pango.lo gvplugin_pango.c
mkdir -p .libs
 /usr/local/gcc-4.6.0/x86_64-Linux-core2-fc/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt -I/home/mariah/sage/sage-4.7.1.alpha1-x86_64-Linux-core2-fc/local/include -I/home/mariah/sage/sage-4.7.1.alpha1-x86_64-Linux-core2-fc/local/include -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvplugin_pango.lo -MD -MP -MF .deps/gvplugin_pango.Tpo -c gvplugin_pango.c  -fPIC -DPIC -o .libs/gvplugin_pango.o
mv -f .deps/gvplugin_pango.Tpo .deps/gvplugin_pango.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/local/gcc-4.6.0/x86_64-Linux-core2-fc/bin/gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../lib/common -I../lib/pathplan -I../../lib/gvc -I../../lib/graph -I../../lib/cdt   -I/home/mah/sage/sage-4.7.1.alpha1-x86_64-Linux-core2-fc/local/include -I/home/mariah/e/sage-4.7.1.alpha1-x86_64-Linux-core2-fc/local/include  -g -O2 -Wno-unknown-gmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT gvrender_pango -MD -MP -MF .deps/gvrender_pango.Tpo -c -o gvrender_pango.lo gvrender_pango.
 /usr/local/gcc-4.6.0/x86_64-Linux-core2-fc/bin/gcc -DHAVE_CONFIG_H -I. -I../-I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/gh -I../../lib/cdt -I/home/mariah/sage/sage-4.7.1.alpha1-x86_64-Linux-core2-fccal/include -I/home/mariah/sage/sage-4.7.1.alpha1-x86_64-Linux-core2-fc/localclude -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -st-math -MT gvrender_pango.lo -MD -MP -MF .deps/gvrender_pango.Tpo -c gvrendeango.c  -fPIC -DPIC -o .libs/gvrender_pango.o
gvrender_pango.c:60:30: fatal error: pango/pangocairo.h: No such file or direry
compilation terminated.
make[3]: *** [gvrender_pango.lo] Error 1
make[3]: Leaving directory `/home/mariah/sage/sage-4.7.1.alpha1-x86_64-Linux-e2-fc/spkg/build/graphviz-2.16.1.p0/src/plugin/pango'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mariah/sage/sage-4.7.1.alpha1-x86_64-Linux-e2-fc/spkg/build/graphviz-2.16.1.p0/src/plugin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mariah/sage/sage-4.7.1.alpha1-x86_64-Linux-e2-fc/spkg/build/graphviz-2.16.1.p0/src'
make: *** [all] Error 2
Error building Graphviz

Component: packages: optional

Keywords: sd32, sd40.5

Author: Mike Hansen

Reviewer: Benjamin Jones

Issue created by migration from https://trac.sagemath.org/ticket/11433

@sagetrac-mariah sagetrac-mariah mannequin added this to the sage-5.1 milestone Jun 6, 2011
@williamstein
Copy link
Contributor

Changed keywords from none to sd32

@mwhansen
Copy link
Contributor

Changed keywords from sd32 to sd32, sd40.5

@mwhansen
Copy link
Contributor

comment:2

This is due to Pango not being installed. Should we just move this to experimental since it requires the use to install some dependencies for which there aren't spkgs?

@benjaminfjones
Copy link
Contributor

comment:3

My opinion would be yes, move it to experimental. Many linux systems have pango installed and on platforms / systems where it's not easy to install using a package manager, it tends to be tough to configure and compile from source.

@mwhansen
Copy link
Contributor

comment:4

Okay, then I'll set this to positive review for moving graphviz from optional to experimental.

@mwhansen
Copy link
Contributor

Author: Mike Hansen

@mwhansen
Copy link
Contributor

Reviewer: Benjamin Jones

@jdemeyer jdemeyer changed the title optional spkg graphviz-2.16.1.p0.spkg fails to build on sage-4.7.1.alpha1 Move graphviz-2.16.1.p0.spkg from optional to experimental Jun 11, 2012
@haraldschilly
Copy link
Member

comment:7

spkg moved on server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants