Changes between Initial Version and Version 1 of Ticket #22837


Ignore:
Timestamp:
Dec 10, 2009, 5:56:24 AM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

That's odd, gtk2 runs this in post-activate:

${prefix}/bin/gdk-pixbuf-query-loaders >${prefix}/etc/gtk-2.0/gdk-pixbuf.loaders

so that file should exist.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22837

    • Property Keywords libgnomeui gdkpixbuf stock_attach.png removed
  • Ticket #22837 – Description

    initial v1  
    11Getting the following when updating libgnomeui 2.24.2:
    2 
     2{{{
    33Building libgnomeui
    4 
    54Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnomeui/work/libgnomeui-2.24.2" && /usr/bin/make -j2 all " returned error 2
    6 
    75Command output: /usr/bin/make  all-recursive
    8 
    96Making all in libgnomeui
    10 
    117/usr/bin/make  all-recursive
    12 
    138Making all in pixmaps
    14 
    159rm -f gnome-stock-pixbufs.h
    16 
    1710var=`echo "stock_attach.png stock_book_blue.png stock_book_green.png stock_book_open.png stock_book_red.png stock_book_yellow.png stock_line_in.png stock_mail.png stock_mail_compose.png stock_mail_forward.png stock_mail_receive.png stock_mail_reply.png stock_mail_send.png stock_menu_about.png stock_menu_blank.png stock_scores.png stock_mic.png stock_multiple_file.png stock_not.png stock_table_borders.png stock_table_fill.png stock_text_bulleted_list.png stock_text_indent.png stock_text_numbered_list.png stock_text_unindent.png stock_timer.png stock_timer_stopped.png stock_trash.png stock_trash_full.png stock_volume.png stock_midi.png stock_authentication.png" | sed -e 's,stock_\([^\.]*\)\.png,stock_\1 ./stock_\1.png,g'` ; \
    1811           /opt/local/bin/gdk-pixbuf-csource --raw --build-list $var > pixbufs-tmp && \
    1912           cat ./copyright.txt pixbufs-tmp > gnome-stock-pixbufs.h
    2013
    21 
    2214(process:22638): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/opt/local/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory
    2315failed to load "./stock_attach.png": Couldn't recognize the image file format for file './stock_attach.png'
    24 
    2516make[4]: *** [gnome-stock-pixbufs.h] Error 1
    26 
    2717make[3]: *** [all-recursive] Error 1
    28 
    2918make[2]: *** [all] Error 2
    30 
    3119make[1]: *** [all-recursive] Error 1
    32 
    3320make: *** [all] Error 2
    3421
    35 
    3622Error: Problem while installing libgnomeui
     23}}}