Mantis - libiconv2
Viewing Issue Advanced Details
3662 regular use major always 2009-05-09 02:00 2009-09-22 20:34
dam  
 
normal  
closed  
fixed  
none    
none  
0003662: /opt/csw/lib/64/charset.alias missing
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
2009-05-09 02:00 dam New Issue
2009-09-22 20:34 skayser Note Added: 0006741
2009-09-22 20:34 skayser Status new => closed
2009-09-22 20:34 skayser Resolution open => fixed

Notes
(0006741)
skayser   
2009-09-22 20:34   
Fixed with 1.13.1,REV=2009.07.31.