Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ln: The argument '--symbolic' was provided more than once, but cannot be used multiple times #2359

Closed
SuperSandro2000 opened this issue Jun 5, 2021 · 0 comments · Fixed by #2370

Comments

@SuperSandro2000
Copy link
Contributor

When building gnu's coreutils with uutils' coreutils I get the following error:

       >   GEN      src/coreutils_symlinks
       > error: The argument '--symbolic' was provided more than once, but cannot be used multiple times
       >
       > USAGE:
       >     ln [OPTION]... [-T] TARGET LINK_NAME   (1st form)
       >        ln [OPTION]... TARGET                  (2nd form)
       >        ln [OPTION]... TARGET... DIRECTORY     (3rd form)
       >        ln [OPTION]... -t DIRECTORY TARGET...  (4th form)
       >
       > For more information try --help
       > make[2]: *** [Makefile:17319: src/coreutils_symlinks] Error 1
       > make[2]: Leaving directory '/build/coreutils-8.32'
       > make[1]: *** [Makefile:12910: all-recursive] Error 1
       > make[1]: Leaving directory '/build/coreutils-8.32'
       > make: *** [Makefile:7027: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant