Summary: | media-sound/amarok-1.4.10_p20090130-r1: missing libpcreposix.la file | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ivan Alejandro <ivanalejandro0> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | gengor |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Ivan Alejandro
2009-04-13 14:52:38 UTC
Run revdep-rebuild -i -- -a revdep-rebuild is available in the gentoolkit package. (In reply to comment #1) > Run revdep-rebuild -i -- -a > revdep-rebuild is available in the gentoolkit package. > Thanks, it solved my problem... I would like to know the reason for the disappearing of some .la files Acoording to the ebuild of libpcre: * Messages for package dev-libs/libpcre-7.9-r1: * This version of libpcre has stopped installing .la files. This may * cause compilation failures in other packages. To fix this problem, * install dev-util/lafilefixer and run: * lafilefixer --justfixit It is strange. How lafilefixer can fix files that don't even exist? if you look into the script you can find: for arg in "${@}" do if [[ -d "${arg}" || -f "${arg}" ]] then arglist+=( "${arg}" ) else printf '%s\n' "${arg} is not a valid directory or file, skipping." fi done > It is strange. How lafilefixer can fix files that don't even exist?
lafilefixer fixes existing .la files not to point to non-existing ones.
running "lafilefixer --justfixit" solved this problem for me.
|