#958 closed defect (fixed)
Cachedir needs to be explicitly specified for gstreamer-0.8
Reported by: | Nico R. | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
gstreamer-0.8 will use a wrong cache directory with current instructions. We are passing --localstatedir=/var/lib to configure which results in /var/lib/cache/gstreamer-0.8 as cache directory. This should be /var/cache/gstreamer-0.8 as per FHS 2.3. Solution: pass --with-cachedir=/var/cache/gstreamer-0.8 to configure. Another possible solution might be to use --localstatedir=/var, but I haven't tested this, and I think that it must be /var/lib for some reason related to scrollkeeper or something. Comments?
Change History (4)
comment:1 by , 21 years ago
dependson: | → 907 |
---|
comment:2 by , 21 years ago
Yes, it does the same thing in 0.8.3. We'll have to do an install using --prefix=/home/builduser to figure out exactly what files are going where. I grepped through /var/lib/scollkeeper for gst and came up empty.
Good catch, Nico.
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Changed BLFS instructions to use --localstatedir=/var, forcing the gst-register cache file to be created in /var/cache/gstreamer-0.8
Whoops, sorry, this bug report is against gstreamer-0.8.5, but the book is at gstreamer-0.8.3 at the moment. Can anyone confirm this with version 0.8.3?