| Anonymous | Login | 2026-03-21 04:51 CET |
| Main | My View | View Issues |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||
| Status | closed | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Product Build | |||||
| 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 |
||||||
| Steps To Reproduce | |||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
| Copyright © 2000 - 2008 Mantis Group |