well, that broke the i386ancient autobuilder. revert

This commit is contained in:
Joey Hess 2016-03-17 23:42:45 -04:00
parent 39165d4bf7
commit 204dbf597d
Failed to extract signature
3 changed files with 13 additions and 8 deletions

1
debian/changelog vendored
View file

@ -16,7 +16,6 @@ git-annex (6.20160230) UNRELEASED; urgency=medium
* Sped up git-annex add in direct mode and v6 by using
git hash-object --stdin-paths.
* Sped up git-annex merge by using git hash-object --stdin-paths.
* Fix build with stack 0.1.6 which needs explicit-setup-deps.
-- Joey Hess <id@joeyh.name> Mon, 29 Feb 2016 13:00:30 -0400

View file

@ -55,9 +55,17 @@ fixes the error and builds git-annex successfully.
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
> Looks like older versions of stack work too with files with
> this field in it. But, this broke stack 1.0.4 building some
> dependencies (eg, process), so I instead set only "git-annex: true"
> so building deps won't be affected.
> I tried enabling this, and it broke build on my i386ancient autobuilder,
> which uses stack 1.0.4.2. Strange build failure
> both building git-annex and also its dependencies (eg, process):
/usr/bin/ld: cannot find -ltinfo
> Which seems to be libtinfo, part of the ncurses library. Which is weird,
> AFAIK git-annex does not use ncurses at all.
>
> [[done]] --[[Joey]]
> I tried weakening the setting from `*` to `git-annex: true`, which
> lets the build deps get built, but building git-annex still fails with
> above error.
>
> --[[Joey]]

View file

@ -24,5 +24,3 @@ extra-deps:
- mountpoints-1.0.1
- disk-free-space-0.1.0.1
- process-1.3.0.0
explicit-setup-deps:
git-annex: true