Hi,
I try to make a deb package from the sources and when it works
fine with the git repository (dev version), yet it doesn't with the latest
version 1.6.6.
I ran a diff here : http://pastebin.com/c9WKEkVB
But I couldn't find why. Anyone ?
Thank you.
Can you paste the errors you get when making deb?
It seems that the archive name is not defined :
[hard-linking process]
...
copying setup.cfg -> ansible-1.6.6
Writing ansible-1.6.6/setup.cfg
creating dist
Creating tar archive
removing 'ansible-1.6.6' (and everything under it)
tar: dist/ansible-.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
cp: cannot stat `packaging/debian': No such file or directory
sed: can't read deb-build/unstable/ansible-/debian/changelog: No such
file or directory
make: *** [debian] Error 2
Can’t reproduce that.
Could you try cleaning up some dirs manually, then retrying:
debian/
deb-dist/
build/
or starting from a clean checkout
Serge
Actually it was (and just did again) a clean checkout :
1 - download archive
2 - untar
3 - cd to dir
4 - make deb
5 - same error
I maybe do something wrong but I don't know what, if I. And there's no
problem at all with the dev repo version.
I did find some other errors at the beginning of the process :
I suspect the make deb was only tested from a git checkout. Sounds like a bug.
Do you have a protocol somewhere that I can read to submit ?
That's my first.