We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i have this issue when compile on my archlinux distro
..... ==> Entering fakeroot environment... ==> Starting package()... Making install in doc make[1]: Entering directory '/build/xdg-app-git/src/xdg-app/doc' make[2]: Entering directory '/build/xdg-app-git/src/xdg-app/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/xdg-app-git/pkg/xdg-app-git/usr/share/man/man1' /usr/bin/install -c -m 644 xdg-app.1 xdg-app-add-remote.1 xdg-app-delete-remote.1 xdg-app-list-remotes.1 xdg-app-repo-contents.1 xdg-app-install-runtime.1 xdg-app-update-runtime.1 xdg-app-uninstall-runtime.1 xdg-app-list-runtimes.1 xdg-app-install-app.1 xdg-app-update-app.1 xdg-app-uninstall-app.1 xdg-app-list-apps.1 xdg-app-run.1 xdg-app-build-init.1 xdg-app-build.1 xdg-app-build-finish.1 xdg-app-build-export.1 xdg-app-repo-contents.1 '/build/xdg-app-git/pkg/xdg-app-git/usr/share/man/man1' /usr/bin/install: will not overwrite just-created '/build/xdg-app-git/pkg/xdg-app-git/usr/share/man/man1/xdg-app-repo-contents.1' with 'xdg-app-repo-contents.1' Makefile:356: recipe for target 'install-man1' failed make[2]: *** [install-man1] Error 1 make[2]: Leaving directory '/build/xdg-app-git/src/xdg-app/doc' Makefile:448: recipe for target 'install-am' failed make[1]: *** [install-am] Error 2 make[1]: Leaving directory '/build/xdg-app-git/src/xdg-app/doc' Makefile:937: recipe for target 'install-recursive' failed make: *** [install-recursive] Error 1 ==> ERROR: A failure occurred in package(). Aborting... ....
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i have this issue when compile on my archlinux distro
.....
==> Entering fakeroot environment...
==> Starting package()...
Making install in doc
make[1]: Entering directory '/build/xdg-app-git/src/xdg-app/doc'
make[2]: Entering directory '/build/xdg-app-git/src/xdg-app/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/xdg-app-git/pkg/xdg-app-git/usr/share/man/man1'
/usr/bin/install -c -m 644 xdg-app.1 xdg-app-add-remote.1 xdg-app-delete-remote.1 xdg-app-list-remotes.1 xdg-app-repo-contents.1 xdg-app-install-runtime.1 xdg-app-update-runtime.1 xdg-app-uninstall-runtime.1 xdg-app-list-runtimes.1 xdg-app-install-app.1 xdg-app-update-app.1 xdg-app-uninstall-app.1 xdg-app-list-apps.1 xdg-app-run.1 xdg-app-build-init.1 xdg-app-build.1 xdg-app-build-finish.1 xdg-app-build-export.1 xdg-app-repo-contents.1 '/build/xdg-app-git/pkg/xdg-app-git/usr/share/man/man1'
/usr/bin/install: will not overwrite just-created '/build/xdg-app-git/pkg/xdg-app-git/usr/share/man/man1/xdg-app-repo-contents.1' with 'xdg-app-repo-contents.1'
Makefile:356: recipe for target 'install-man1' failed
make[2]: *** [install-man1] Error 1
make[2]: Leaving directory '/build/xdg-app-git/src/xdg-app/doc'
Makefile:448: recipe for target 'install-am' failed
make[1]: *** [install-am] Error 2
make[1]: Leaving directory '/build/xdg-app-git/src/xdg-app/doc'
Makefile:937: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
==> ERROR: A failure occurred in package().
Aborting...
....
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: