Date: Tue, 11 Jan 2011 17:29:13 +0300 From: Roman <mrhungry@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: problem installing rrdtool Message-ID: <AANLkTikbrxzogh1ChCsumCDnexomaYmDx9WmtGSiJZi=@mail.gmail.com> In-Reply-To: <AANLkTi=b1TSF-qvSOvH=_Oy5Nhn6rt%2BaSyXn9gyv7is=@mail.gmail.com> References: <AANLkTi=b1TSF-qvSOvH=_Oy5Nhn6rt%2BaSyXn9gyv7is=@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
The problem is solved. Turned out there was a problem after updating the installed ports. Here's what portmanager was complaining about after the update: ======================================================================== skipping cairo-1.8.8,1 /graphics/cairo until dependency libGL-7.4.4 updated skipping libGL-7.4.4 /graphics/libGL until dependency libdrm-2.4.12_1 updated skipping libdrm-2.4.12_1 /graphics/libdrm marked IGNORE reason: failed during make ------------------------------------------------------------------------ After reinstalling libdrm and cairo, rrdtool was installed with no problerms. Sorry for bothering. On Tue, Jan 11, 2011 at 3:46 PM, Roman <mrhungry@gmail.com> wrote: > Hello, > > As I try to install rrdtool from ports collection, the installation gets > stuck with the following erorr: > > # make install > ===> rrdtool-1.4.4 depends on executable: gmake - found > ===> rrdtool-1.4.4 depends on file: /usr/local/bin/perl5.8.9 - found > ===> rrdtool-1.4.4 depends on package: libtool>=2.2 - found > ===> rrdtool-1.4.4 depends on file: /usr/local/bin/intltool-extract - > found > ===> rrdtool-1.4.4 depends on shared library: freetype.9 - found > ===> rrdtool-1.4.4 depends on shared library: cairo.2 - found > ===> rrdtool-1.4.4 depends on shared library: png.6 - found > ===> rrdtool-1.4.4 depends on shared library: xml2 - found > ===> rrdtool-1.4.4 depends on shared library: pangocairo-1.0.0 - not > found > ===> Verifying install for pangocairo-1.0.0 in > /usr/ports/x11-toolkits/pango > ===> Building for pango-1.28.3 > gmake all-recursive > gmake[1]: Entering directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3' > Making all in pango > gmake[2]: Entering directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango' > gmake all-recursive > gmake[3]: Entering directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango' > Making all in opentype > gmake[4]: Entering directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango/opentype' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango/opentype' > Making all in mini-fribidi > gmake[4]: Entering directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango/mini-fribidi' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango/mini-fribidi' > gmake[4]: Entering directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango' > CC libpangocairo_1_0_la-pangocairo-context.lo > In file included from pangocairo-context.c:24: > pangocairo.h:26:19: error: cairo.h: No such file or directory > In file included from pangocairo-context.c:24: > pangocairo.h:58: error: expected ')' before '*' token > pangocairo.h:69: error: expected ')' before 'fonttype' > pangocairo.h:72: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'pango_cairo_font_map_get_font_type' > pangocairo.h:86: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > pangocairo.h:90: error: expected ')' before '*' token > pangocairo.h:94: warning: type defaults to 'int' in declaration of > 'cairo_font_options_t' > pangocairo.h:94: error: expected ';', ',' or ')' before '*' token > pangocairo.h:95: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > pangocairo.h:102: error: expected declaration specifiers or '...' before > 'PangoCairoShapeRendererFunc' > pangocairo.h:105: error: expected '=', ',', ';', 'asm' or '__attribute__' > before 'pango_cairo_context_get_shape_renderer' > pangocairo.h:110: error: expected ')' before '*' token > pangocairo.h:111: error: expected ')' before '*' token > pangocairo.h:112: error: expected ')' before '*' token > pangocairo.h:118: error: expected ')' before '*' token > pangocairo.h:121: error: expected ')' before '*' token > pangocairo.h:124: error: expected ')' before '*' token > pangocairo.h:126: error: expected ')' before '*' token > pangocairo.h:129: error: expected ')' before '*' token > pangocairo.h:138: error: expected ')' before '*' token > pangocairo.h:141: error: expected ')' before '*' token > pangocairo.h:143: error: expected ')' before '*' token > pangocairo.h:146: error: expected ')' before '*' token > In file included from pangocairo-context.c:25: > pangocairo-private.h:43: error: expected specifier-qualifier-list before > 'cairo_font_type_t' > pangocairo-private.h:70: error: expected specifier-qualifier-list before > 'cairo_matrix_t' > pangocairo-private.h:81: error: expected specifier-qualifier-list before > 'cairo_scaled_font_t' > pangocairo-private.h:97: error: expected specifier-qualifier-list before > 'cairo_font_face_t' > pangocairo-private.h:105: error: expected declaration specifiers or '...' > before 'cairo_t' > pangocairo-private.h:113: warning: type defaults to 'int' in declaration of > 'cairo_font_options_t' > pangocairo-private.h:113: error: expected ';', ',' or ')' before '*' token > pangocairo-private.h:117: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '*' token > pangocairo-private.h:133: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '*' token > pangocairo-context.c:36: error: expected specifier-qualifier-list before > 'cairo_font_options_t' > pangocairo-context.c: In function 'free_context_info': > pangocairo-context.c:48: error: 'PangoCairoContextInfo' has no member named > 'set_options' > pangocairo-context.c:49: warning: implicit declaration of function > 'cairo_font_options_destroy' > pangocairo-context.c:49: error: 'PangoCairoContextInfo' has no member named > 'set_options' > pangocairo-context.c:50: error: 'PangoCairoContextInfo' has no member named > 'surface_options' > pangocairo-context.c:51: error: 'PangoCairoContextInfo' has no member named > 'surface_options' > pangocairo-context.c:52: error: 'PangoCairoContextInfo' has no member named > 'merged_options' > pangocairo-context.c:53: error: 'PangoCairoContextInfo' has no member named > 'merged_options' > pangocairo-context.c:55: error: 'PangoCairoContextInfo' has no member named > 'shape_renderer_notify' > pangocairo-context.c:56: error: 'PangoCairoContextInfo' has no member named > 'shape_renderer_notify' > pangocairo-context.c:56: error: 'PangoCairoContextInfo' has no member named > 'shape_renderer_data' > pangocairo-context.c: At top level: > pangocairo-context.c:86: error: expected ')' before '*' token > pangocairo-context.c:159: error: expected ')' before '*' token > pangocairo-context.c:226: warning: type defaults to 'int' in declaration of > 'cairo_font_options_t' > pangocairo-context.c:226: error: expected ';', ',' or ')' before '*' token > pangocairo-context.c:263: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '*' token > pangocairo-context.c:289: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '*' token > pangocairo-context.c:324: error: expected declaration specifiers or '...' > before 'PangoCairoShapeRendererFunc' > pangocairo-context.c: In function 'pango_cairo_context_set_shape_renderer': > pangocairo-context.c:334: error: 'PangoCairoContextInfo' has no member > named 'shape_renderer_notify' > pangocairo-context.c:335: error: 'PangoCairoContextInfo' has no member > named 'shape_renderer_notify' > pangocairo-context.c:335: error: 'PangoCairoContextInfo' has no member > named 'shape_renderer_data' > pangocairo-context.c:337: error: 'PangoCairoContextInfo' has no member > named 'shape_renderer_func' > pangocairo-context.c:337: error: 'func' undeclared (first use in this > function) > pangocairo-context.c:337: error: (Each undeclared identifier is reported > only once > pangocairo-context.c:337: error: for each function it appears in.) > pangocairo-context.c:338: error: 'PangoCairoContextInfo' has no member > named 'shape_renderer_data' > pangocairo-context.c:339: error: 'PangoCairoContextInfo' has no member > named 'shape_renderer_notify' > pangocairo-context.c: At top level: > pangocairo-context.c:361: error: expected '=', ',', ';', 'asm' or > '__attribute__' before 'pango_cairo_context_get_shape_renderer' > pangocairo-context.c:403: error: expected ')' before '*' token > pangocairo-context.c:439: error: expected ')' before '*' token > pangocairo-context.c:465: error: expected ')' before '*' token > gmake[4]: *** [libpangocairo_1_0_la-pangocairo-context.lo] Error 1 > gmake[4]: Leaving directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3/pango' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/x11-toolkits/pango/work/pango-1.28.3' > gmake: *** [all] Error 2 > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/pango. > *** Error code 1 > > Stop in /usr/ports/databases/rrdtool. > *** Error code 1 > > Stop in /usr/ports/databases/rrdtool. > > Any idea what might be the problem? > > Thanks, > > -- Roman Kutsel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikbrxzogh1ChCsumCDnexomaYmDx9WmtGSiJZi=>