[bug-notifications] [libiconv 0003662]: /opt/csw/lib/64/charset.alias missing
Mantis Bug Tracker
noreply at opencsw.org
Tue Sep 22 20:34:27 CEST 2009
The following issue has been CLOSED
======================================================================
http://www.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: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2009-05-09 02:00 CEST
Last Modified: 2009-09-22 20:34 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
======================================================================
----------------------------------------------------------------------
(0006741) skayser (administrator) - 2009-09-22 20:34
http://www.opencsw.org/mantis/view.php?id=3662#c6741
----------------------------------------------------------------------
Fixed with 1.13.1,REV=2009.07.31.
More information about the bug-notifications
mailing list