Opened 18 years ago

Closed 18 years ago

#8171 closed defect (fixed)

libgnomeui doesn't build

Reported by: Martin.Buchmann@… Owned by: gnome-darwinports@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: darwinports-geb0@…, reeves.87@…
Port:

Description

If i try to upgrade libgnomeui from 2.12.1_0 to 2.14.0_0 i get the following error:

var=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' ; \

/opt/local/bin/gdk-pixbuf-csource --raw --build-list $var > pixbufs-tmp && \ cat ./copyright.txt pixbufs-tmp > gnome-stock-pixbufs.h

failed to load "./stock_attach.png": Das Format der Bilddatei >>./stock_attach.png<< konnte nicht erkannt werden make[4]: * [gnome-stock-pixbufs.h] Error 1 make[3]: * [all-recursive] Error 1 make[2]: * [all] Error 2 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

DEBUG: Registry error: XFree86 not registered as installed.

invoked from within

"registry_installed ${portname}"

invoked from within

"$workername eval registry_installed \${portname}" Error: Unable to upgrade port: 1

Attachments (1)

log (124.6 KB) - added by Martin.Buchmann@… 18 years ago.
Complete output of debug and verbose

Download all attachments as: .zip

Change History (8)

Changed 18 years ago by Martin.Buchmann@…

Attachment: log added

Complete output of debug and verbose

comment:1 Changed 18 years ago by darwinports-geb0@…

Cc: darwinports-geb0@… added

comment:2 Changed 18 years ago by blb@…

Cc: gnome-darwinports@… removed
Owner: changed from darwinports-bugs@… to gnome-darwinports@…

comment:3 Changed 18 years ago by rhwood@…

dependson: 5790
Status: newassigned

This bug depends on a related bug.

comment:4 Changed 18 years ago by reeves.87@…

Cc: reeves.87@… added

The problem stems from gdk-pixbuf-query-loaders generating a blank loader file. The loaders are correctly instaled in /opt/local/lib/gtk-2.0/2.4.0/loaders but the gdk-pixbuf-query-loaders command does not detect them. Thus it generates a blank file which in turn makes libgnomeui fail to build thinking no png loader was installed. Here is the output it generates:

# GdkPixbuf Image Loader Modules file # Automatically generated file, do not edit # Created by gdk-pixbuf-query-loaders from gtk+-2.8.16 # # LoaderDir = /opt/local/lib/gtk-2.0/2.4.0/loaders #

comment:5 Changed 18 years ago by rhwood@…

Can this bug report be closed or are problems still being experienced?

comment:6 Changed 18 years ago by Martin.Buchmann@…

(In reply to comment #4)

I have no problem at the moment, as far as I can see. I think it can be closed.

comment:7 Changed 18 years ago by rhwood@…

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.