Changes between Initial Version and Version 12 of Ticket #5131


Ignore:
Timestamp:
Mar 24, 2016, 4:47:50 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5131

    • Property Status changed from new to closed
    • Property Cc julian@… added
    • Property Resolution changed from to fixed
    • Property Port control-center added
    • Property Blocked changed from to 3798
  • Ticket #5131 – Description

    initial v12  
    1 On Mac OS X 10.4.2, control-center fails to build. The error in question is a syntax problem with /opt/
    2 local/include/X11/Xft/Xft.h . Particullarly vexing about the error is that 21 other ports depend on this
     1On Mac OS X 10.4.2, control-center fails to build. The error in question is a syntax problem with /opt/local/include/X11/Xft/Xft.h . Particullarly vexing about the error is that 21 other ports depend on this
    32port and they all built without problems.
    43
     4{{{
    55sudo port clean --all control-center ; sudo port install control-center DID NOT solve the issue.
     6}}}
    67
    78Output follows:
    89
     10{{{
    911--->  Building control-center with target all
    10 Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/
    11 file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_gnome_control-
    12 center/work/control-center-2.10.0" && make all" returned error 2
    13 Command output: /opt/local/include/X11/Xft/Xft.h:302: warning: type defaults to 'int' in declaration of
    14 'FT_UInt'
     12Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_gnome_control-center/work/control-center-2.10.0" && make all" returned error 2
     13Command output: /opt/local/include/X11/Xft/Xft.h:302: warning: type defaults to 'int' in declaration of 'FT_UInt'
    1514/opt/local/include/X11/Xft/Xft.h:302: error: parse error before '*' token
    1615/opt/local/include/X11/Xft/Xft.h:361: error: parse error before 'XftLockFace'
     
    2928/opt/local/include/X11/Xft/Xft.h:479: warning: type defaults to 'int' in declaration of 'XftGlyphSpec'
    3029/opt/local/include/X11/Xft/Xft.h:479: error: parse error before '*' token
    31 /opt/local/include/X11/Xft/Xft.h:500: warning: type defaults to 'int' in declaration of
    32 'XftGlyphFontSpec'
     30/opt/local/include/X11/Xft/Xft.h:500: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec'
    3331/opt/local/include/X11/Xft/Xft.h:500: error: parse error before '*' token
    3432In file included from /opt/local/include/pango-1.0/pango/pangoxft.h:30,
     
    4341make[1]: *** [all-recursive] Error 1
    4442make: *** [all] Error 2
     43}}}