FAQ:Path Conflicts Creating an rMake chroot
From rPath Wiki
| FAQ | ||
| Question: What should I do? rMake is complaining about path conflicts when it tries to create the chroot. | ||
Answer: This typically means that rMake has found that two different versions of the same package were needed to satisfy two different build requirements. This situation could arise because two versions of the same package provide different dependencies.
Currently, the most efficient way to track down these problems is to look through /var/log/rmake/buildlogs/<jobId>.log and locate the list of packages that rMake is going to install in the root. There you should be able to identify which two packages collide.
