[bug-notifications] [libiconv 0003662]: /opt/csw/lib/64/charset.alias missing
Mantis Bug Tracker
noreply at opencsw.org
Sat May 9 02:00:20 CEST 2009
The following issue has been SUBMITTED.
======================================================================
http://opencsw.org/mantis/view.php?id=3662
======================================================================
Reported By: dam
Assigned To:
======================================================================
Project: libiconv
Issue ID: 3662
Category: regular use
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2009-05-09 02:00 CEST
Last Modified: 2009-05-09 02:00 CEST
======================================================================
Summary: /opt/csw/lib/64/charset.alias missing
Description:
During the compile of gtk+ 2.16.1 on amd64 a call to gtk-update-icon-cache
fails:
3394: open("/opt/csw/lib/64/charset.alias", O_RDONLY) Err#2 ENOENT
3394: stat("--force/index.theme", 0xFFFFFD7FFFDFFA10) Err#2 ENOENT
3394: getuid() = 1000 [1000]
3394: getuid() = 1000 [1000]
3394: getgid() = 1000 [1000]
3394: getgid() = 1000 [1000]
3394: fstat(2, 0xFFFFFD7FFFDFF7B0) = 0
gtk-update-icon-cache3394: write(2, " g t k - u p d a t e - i".., 21)
= 21
After linking charset.alias to /64 like this:
opencsw# cd /opt/csw/lib/64
opencsw# ln -s ../charset.alias .
the critical lines worked:
GDK_PIXBUF_MODULE_FILE=../gdk-pixbuf/gdk-pixbuf.loaders
./gtk-update-icon-cache --force --ignore-theme-index \
--source builtin_icons stock-icons > gtkbuiltincache.h.tmp; echo $?
gtk-update-icon-cache: Cache file created successfully.
0
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-05-09 02:00 dam New Issue
======================================================================
More information about the bug-notifications
mailing list