From 2bfb5804da405e3b216aad5cc50fde91b9660be6 Mon Sep 17 00:00:00 2001 From: picca@3a4e3ede06cc76916ab1dae6b61f16c6548ecc44 Date: Fri, 10 Jul 2015 20:44:58 +0000 Subject: --- doc/forum/can_not_build_debian_package.mdwn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/forum/can_not_build_debian_package.mdwn (limited to 'doc') diff --git a/doc/forum/can_not_build_debian_package.mdwn b/doc/forum/can_not_build_debian_package.mdwn new file mode 100644 index 00000000..d721f922 --- /dev/null +++ b/doc/forum/can_not_build_debian_package.mdwn @@ -0,0 +1,25 @@ +Hello, I am trying to build the propellor package using sbuild + +but I got this error message during the build. + +Source tarball created: dist/propellor-2.5.0.tar.gz +cat dist/propellor-*.tar.gz | (cd dist/gittmp && tar zx --strip-components=1) +# cabal sdist does not preserve symlinks, so copy over file +cd dist/gittmp && for f in $(find -type f); do rm -f $f; cp -a ../../$f $f; done +cd dist/gittmp && git init && \ + git add . \ + && git commit -q -m "distributed version of propellor" \ + && git bundle create /«PKGBUILDDIR»/debian/propellor/usr/src/propellor/propellor.git master HEAD \ + && git show-ref master --hash > /«PKGBUILDDIR»/debian/propellor/usr/src/propellor/head +Initialized empty Git repository in /«PKGBUILDDIR»/dist/gittmp/.git/ +*** Please tell me who you are. +Run + git config --global user.email "you@example.com" + git config --global user.name "Your Name" + +to set your account's default identity. +Omit --global to set the identity only in this repository. + +fatal: unable to auto-detect email address (got 'root@mordor.(none)') +make[1]: *** [install] Error 128 +Makefile:13: recipe for target 'install' failed -- cgit v1.2.3