in reply to Re^5: Getting all subpaths from a path
in thread Getting all subpaths from a path
With your code I get three links:/usr/vsa -> /root/site/tools/gauv /usr/vsa/pkgs/python3/3.6.3a -> 3.6.3
For the second link I get an error:ln -snf /root/site/tools/gauv /usr/vsa ln -snf 3.6.3 /usr/vsa/pkgs/python3/3.6.3a ln -snf 3.6.3 /root/site/tools/gauv/pkgs/python3/3.6.3a
Which makes sense since '/usr/vsa/pkgs/python3/3.6.3a' is not a realpath (even though I can access this path since it has a link on the way). Uncommenting this line works to build the recipe since this link is unnecessary because the third one is the correct one (it does what the second one wants to do). How can I "ignore"/"remove" those kind of links from %links?ln: failed to create symbolic link '/usr/vsa/pkgs/python3/3.6.3a': No +such file or directory which is correct
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Getting all subpaths from a path
by haukex (Archbishop) on Apr 03, 2021 at 08:13 UTC |