Opened 12 years ago

Closed 12 years ago

#32767 closed defect (invalid)

pango install error

Reported by: yjyincj@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: pango

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I tried to install octave through macport. got error as follows

--->  Building pango
Error: Target org.macports.build returned: shell command failed (see log for details)
Error: Failed to install pango
Log for pango is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/main.log
Error: The following dependencies were not installed: gnuplot pango pdflib hdf5-18 metis pcre qhull cmake qrupdate
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/main.log

version:1
:debug:main Executing org.macports.main (pango)
:debug:main Skipping completed org.macports.archivefetch (pango)
:debug:main Skipping completed org.macports.fetch (pango)
:debug:main Skipping completed org.macports.checksum (pango)
:debug:main Skipping completed org.macports.extract (pango)
:debug:main Skipping completed org.macports.patch (pango)
:debug:main Skipping completed org.macports.configure (pango)
:debug:build build phase started at Wed Jan  4 20:35:32 EST 2012
:notice:build --->  Building pango
:debug:build Executing org.macports.build (pango)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4" && /usr/bin/make -j2 -w all'
:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4" && /usr/bin/make -j2 -w all 
:info:build make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4'
:info:build /usr/bin/make  all-recursive
:info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4'
:info:build Making all in pango
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4/pango'
:info:build /usr/bin/make  all-recursive
:info:build make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4/pango'
:info:build Making all in opentype
:info:build make[4]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4/pango/opentype'
:info:build make[4]: Nothing to be done for `all'.
:info:build make[4]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4/pango/opentype'
:info:build Making all in mini-fribidi
:info:build make[4]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4/pango/mini-fribidi'
:info:build make[4]: Nothing to be done for `all'.
:info:build make[4]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4/pango/mini-fribidi'
:info:build make[4]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4/pango'
:info:build   CC     pangoxft-font.lo
:info:build   CC     pangoxft-fontmap.lo
:info:build   CC     pangoxft-render.lo
:info:build   CC     libpangocairo_1_0_la-pangocairo-context.lo
:info:build In file included from pangocairo-context.c:24:
:info:build pangocairo.h:26:19: error: cairo.h: No such file or directory
:info:build In file included from pangocairo-context.c:24:
:info:build pangocairo.h:58: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:69: error: expected ‘)’ before ‘fonttype’
:info:build pangocairo.h:72: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pango_cairo_font_map_get_font_type’
:info:build pangocairo.h:86: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
:info:build pangocairo.h:90: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:94: warning: type defaults to ‘int’ in declaration of ‘cairo_font_options_t’
:info:build pangocairo.h:94: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
:info:build pangocairo.h:95: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
:info:build pangocairo.h:102: error: expected declaration specifiers or ‘...’ before ‘PangoCairoShapeRendererFunc’
:info:build pangocairo.h:105: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pango_cairo_context_get_shape_renderer’
:info:build pangocairo.h:110: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:111: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:112: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:118: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:121: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:124: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:126: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:129: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:138: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:141: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:143: error: expected ‘)’ before ‘*’ token
:info:build pangocairo.h:146: error: expected ‘)’ before ‘*’ token
:info:build In file included from pangocairo-context.c:25:
:info:build pangocairo-private.h:43: error: expected specifier-qualifier-list before ‘cairo_font_type_t’
:info:build pangocairo-private.h:70: error: expected specifier-qualifier-list before ‘cairo_matrix_t’
:info:build pangocairo-private.h:81: error: expected specifier-qualifier-list before ‘cairo_scaled_font_t’
:info:build pangocairo-private.h:97: error: expected specifier-qualifier-list before ‘cairo_font_face_t’
:info:build pangocairo-private.h:105: error: expected declaration specifiers or ‘...’ before ‘cairo_t’
:info:build pangocairo-private.h:113: warning: type defaults to ‘int’ in declaration of ‘cairo_font_options_t’
:info:build pangocairo-private.h:113: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
:info:build pangocairo-private.h:117: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
:info:build pangocairo-private.h:133: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
:info:build pangocairo-context.c:36: error: expected specifier-qualifier-list before ‘cairo_font_options_t’
:info:build pangocairo-context.c: In function ‘free_context_info’:
:info:build pangocairo-context.c:48: error: ‘PangoCairoContextInfo’ has no member named ‘set_options’
:info:build pangocairo-context.c:49: warning: implicit declaration of function ‘cairo_font_options_destroy’
:info:build pangocairo-context.c:49: error: ‘PangoCairoContextInfo’ has no member named ‘set_options’
:info:build pangocairo-context.c:50: error: ‘PangoCairoContextInfo’ has no member named ‘surface_options’
:info:build pangocairo-context.c:51: error: ‘PangoCairoContextInfo’ has no member named ‘surface_options’
:info:build pangocairo-context.c:52: error: ‘PangoCairoContextInfo’ has no member named ‘merged_options’
:info:build pangocairo-context.c:53: error: ‘PangoCairoContextInfo’ has no member named ‘merged_options’
:info:build pangocairo-context.c:55: error: ‘PangoCairoContextInfo’ has no member named ‘shape_renderer_notify’
:info:build pangocairo-context.c:56: error: ‘PangoCairoContextInfo’ has no member named ‘shape_renderer_notify’
:info:build pangocairo-context.c:56: error: ‘PangoCairoContextInfo’ has no member named ‘shape_renderer_data’
:info:build pangocairo-context.c: At top level:
:info:build pangocairo-context.c:86: error: expected ‘)’ before ‘*’ token
:info:build pangocairo-context.c:159: error: expected ‘)’ before ‘*’ token
:info:build pangocairo-context.c:226: warning: type defaults to ‘int’ in declaration of ‘cairo_font_options_t’
:info:build pangocairo-context.c:226: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
:info:build pangocairo-context.c:263: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
:info:build pangocairo-context.c:289: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
:info:build pangocairo-context.c:324: error: expected declaration specifiers or ‘...’ before ‘PangoCairoShapeRendererFunc’
:info:build pangocairo-context.c: In function ‘pango_cairo_context_set_shape_renderer’:
:info:build pangocairo-context.c:334: error: ‘PangoCairoContextInfo’ has no member named ‘shape_renderer_notify’
:info:build pangocairo-context.c:335: error: ‘PangoCairoContextInfo’ has no member named ‘shape_renderer_notify’
:info:build pangocairo-context.c:335: error: ‘PangoCairoContextInfo’ has no member named ‘shape_renderer_data’
:info:build pangocairo-context.c:337: error: ‘PangoCairoContextInfo’ has no member named ‘shape_renderer_func’
:info:build pangocairo-context.c:337: error: ‘func’ undeclared (first use in this function)
:info:build pangocairo-context.c:337: error: (Each undeclared identifier is reported only once
:info:build pangocairo-context.c:337: error: for each function it appears in.)
:info:build pangocairo-context.c:338: error: ‘PangoCairoContextInfo’ has no member named ‘shape_renderer_data’
:info:build pangocairo-context.c:339: error: ‘PangoCairoContextInfo’ has no member named ‘shape_renderer_notify’
:info:build pangocairo-context.c: At top level:
:info:build pangocairo-context.c:361: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pango_cairo_context_get_shape_renderer’
:info:build pangocairo-context.c:403: error: expected ‘)’ before ‘*’ token
:info:build pangocairo-context.c:439: error: expected ‘)’ before ‘*’ token
:info:build pangocairo-context.c:465: error: expected ‘)’ before ‘*’ token
:info:build make[4]: *** [libpangocairo_1_0_la-pangocairo-context.lo] Error 1
:info:build make[4]: *** Waiting for unfinished jobs....
:info:build make[4]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4/pango'
:info:build make[3]: *** [all-recursive] Error 1
:info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4/pango'
:info:build make[2]: *** [all] Error 2
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4/pango'
:info:build make[1]: *** [all-recursive] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4'
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/work/pango-1.28.4" && /usr/bin/make -j2 -w all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for pango): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:error:build Failed to install pango
:debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
    while executing
"open [file join $dir tclIndex]"
:notice:build Log for pango is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/main.log

Attachments (1)

pango.main.log (55.0 KB) - added by yjyincj@… 12 years ago.
log

Download all attachments as: .zip

Change History (6)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: pango added; octave removed
Summary: octave install errorpango install error

Please "sudo port clean pango" and try again. If it fails again, attach the entire main.log file.

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

yjyincj: any further information to report about this? I am not able to reproduce the problem and will need to close this ticket unless you can provide a reproduction recipe or log.

Changed 12 years ago by yjyincj@…

Attachment: pango.main.log added

log

comment:3 Changed 12 years ago by yjyincj@…

$ sudo port install pango
Password:
--->  Computing dependencies for pango
--->  Building pango
Error: Target org.macports.build returned: shell command failed (see log for details)
Log for pango is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/pango/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

see attachment for the log.

comment:4 Changed 12 years ago by yjyincj@…

I did this

sudo port clean pango

then

sudo port install pango

problem solved. Thanks a lot.

comment:5 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.