Closed arm000 closed 8 years ago
I think this has been resolved, although it leads to another issue which is realpath uses the -m option which I've already reported a bug for (aka missing steps in preparation on 14.04)
This looks like the same issue as #24 ?
I think @zeroepoch is right - realpath failed to run and thus the absolute links were not replaced with relative ones. I have just pushed a fix to that - if you run prepare-rootfs again, I'd bet things will get better.
Note that if you update the target FS on the board (using pacman -Syu), you may need to run prepare-rootfs again to fix the links if they have been updated. There are only a handful of packages using absolute links for libraries, but sadly there is not much we can do to address this besides hot-fixing them...
Following build instructions in README for Ubuntu 14.04, building weston fails, because it cannot find the GL libraries
This is because the library symlinks are pointing back to build host directories:
Fixing up the symlinks to be relative resolved the issue: