OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003662 [libiconv2] regular use major always 2009-05-09 02:00 2009-09-22 20:34
Reporter dam View Status public  
Assigned To
Priority normal Resolution fixed  
Status closed  
Summary 0003662: /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

Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0006741)
skayser (administrator)
2009-09-22 20:34

Fixed with 1.13.1,REV=2009.07.31.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker