Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
5bd618a1f6
3 changed files with 109 additions and 0 deletions
|
@ -0,0 +1,70 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
|
||||||
|
git-annex won't compile on FreeBSD 12.0.
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
|
||||||
|
[[!format txt """
|
||||||
|
git clone git://git-annex.branchable.com/ /tmp/git-annex
|
||||||
|
cd /tmp/git-annex
|
||||||
|
stack setup
|
||||||
|
stack install
|
||||||
|
"""]]
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
git-annex HEAD, on FreeBSD 12.0. stack Version 1.7.1 x86_64. The Glorious Glasgow Haskell Compilation System, version 8.4.3.
|
||||||
|
|
||||||
|
### Please provide any additional information below.
|
||||||
|
|
||||||
|
[[!format txt """
|
||||||
|
clang: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument]
|
||||||
|
clang: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument]
|
||||||
|
stack will use a sandboxed GHC it installed
|
||||||
|
For more information on paths, see 'stack path' and 'stack exec env'
|
||||||
|
To use this GHC and packages outside of a project, consider using:
|
||||||
|
stack ghc, stack ghci, stack runghc, or stack exec
|
||||||
|
IfElse-0.85: configure
|
||||||
|
SafeSemaphore-0.10.1: configure
|
||||||
|
StateVar-1.1.1.1: configure
|
||||||
|
alex-3.2.4: configure
|
||||||
|
|
||||||
|
-- While building custom Setup.hs for package alex-3.2.4 using:
|
||||||
|
/root/.stack/setup-exe-cache/x86_64-freebsd/Cabal-simple_mPHDZzAJ_2.2.0.1_ghc-8.4.4 --builddir=.stack-work/dist/x86_64-freebsd/Cabal-2.2.0.1 configure --with-ghc=/root/.stack/programs/x86_64-freebsd/ghc-8.4.4/bin/ghc --with-ghc-pkg=/root/.stack/programs/x86_64-freebsd/ghc-8.4.4/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/pkgdb --libdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/lib --bindir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/bin --datadir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/share --libexecdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/libexec --sysconfdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/etc --docdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/doc/alex-3.2.4 --htmldir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/doc/alex-3.2.4 --haddockdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/doc/alex-3.2.4 --dependency=array=array-0.5.2.0 --dependency=base=base-4.11.1.0 --dependency=containers=containers-0.5.11.0 --dependency=directory=directory-1.3.1.5
|
||||||
|
Process exited with code: ExitFailure 1
|
||||||
|
Logs have been written to: /tmp/git-annex/.stack-work/logs/alex-3.2.4.log
|
||||||
|
|
||||||
|
Cabal-simple_mPHDZzAJ_2.2.0.1_ghc-8.4.4: No cabal file found.
|
||||||
|
Please create a package description file <pkgname>.cabal
|
||||||
|
|
||||||
|
|
||||||
|
-- While building custom Setup.hs for package StateVar-1.1.1.1 using:
|
||||||
|
/root/.stack/setup-exe-cache/x86_64-freebsd/Cabal-simple_mPHDZzAJ_2.2.0.1_ghc-8.4.4 --builddir=.stack-work/dist/x86_64-freebsd/Cabal-2.2.0.1 configure --with-ghc=/root/.stack/programs/x86_64-freebsd/ghc-8.4.4/bin/ghc --with-ghc-pkg=/root/.stack/programs/x86_64-freebsd/ghc-8.4.4/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/pkgdb --libdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/lib --bindir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/bin --datadir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/share --libexecdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/libexec --sysconfdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/etc --docdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/doc/StateVar-1.1.1.1 --htmldir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/doc/StateVar-1.1.1.1 --haddockdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/doc/StateVar-1.1.1.1 --dependency=base=base-4.11.1.0 --dependency=stm=stm-2.4.5.1 --dependency=transformers=transformers-0.5.5.0
|
||||||
|
Process exited with code: ExitFailure 1
|
||||||
|
Logs have been written to: /tmp/git-annex/.stack-work/logs/StateVar-1.1.1.1.log
|
||||||
|
|
||||||
|
Cabal-simple_mPHDZzAJ_2.2.0.1_ghc-8.4.4: No cabal file found.
|
||||||
|
Please create a package description file <pkgname>.cabal
|
||||||
|
|
||||||
|
|
||||||
|
-- While building custom Setup.hs for package SafeSemaphore-0.10.1 using:
|
||||||
|
/root/.stack/setup-exe-cache/x86_64-freebsd/Cabal-simple_mPHDZzAJ_2.2.0.1_ghc-8.4.4 --builddir=.stack-work/dist/x86_64-freebsd/Cabal-2.2.0.1 configure --with-ghc=/root/.stack/programs/x86_64-freebsd/ghc-8.4.4/bin/ghc --with-ghc-pkg=/root/.stack/programs/x86_64-freebsd/ghc-8.4.4/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/pkgdb --libdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/lib --bindir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/bin --datadir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/share --libexecdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/libexec --sysconfdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/etc --docdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/doc/SafeSemaphore-0.10.1 --htmldir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/doc/SafeSemaphore-0.10.1 --haddockdir=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/doc/SafeSemaphore-0.10.1 --dependency=base=base-4.11.1.0 --dependency=containers=containers-0.5.11.0 --dependency=stm=stm-2.4.5.1
|
||||||
|
Process exited with code: ExitFailure 1
|
||||||
|
Logs have been written to: /tmp/git-annex/.stack-work/logs/SafeSemaphore-0.10.1.log
|
||||||
|
|
||||||
|
Cabal-simple_mPHDZzAJ_2.2.0.1_ghc-8.4.4: No cabal file found.
|
||||||
|
Please create a package description file <pkgname>.cabal
|
||||||
|
|
||||||
|
|
||||||
|
-- While building custom Setup.hs for package IfElse-0.85 using:
|
||||||
|
/root/.stack/setup-exe-cache/x86_64-freebsd/Cabal-simple_mPHDZzAJ_2.2.0.1_ghc-8.4.4 --builddir=.stack-work/dist/x86_64-freebsd/Cabal-2.2.0.1 configure --with-ghc=/root/.stack/programs/x86_64-freebsd/ghc-8.4.4/bin/ghc --with-ghc-pkg=/root/.stack/programs/x86_64-freebsd/ghc-8.4.4/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/root/.stack/snapshots/x86_64-freebsd/lts-12.19/8.4.4/pkgdb --package-db=/tmp/git-annex/.stack-work/install/x86_64-freebsd/lts-12.19/8.4.4/pkgdb --libdir=/tmp/git-annex/.stack-work/install/x86_64-freebsd/lts-12.19/8.4.4/lib --bindir=/tmp/git-annex/.stack-work/install/x86_64-freebsd/lts-12.19/8.4.4/bin --datadir=/tmp/git-annex/.stack-work/install/x86_64-freebsd/lts-12.19/8.4.4/share --libexecdir=/tmp/git-annex/.stack-work/install/x86_64-freebsd/lts-12.19/8.4.4/libexec --sysconfdir=/tmp/git-annex/.stack-work/install/x86_64-freebsd/lts-12.19/8.4.4/etc --docdir=/tmp/git-annex/.stack-work/install/x86_64-freebsd/lts-12.19/8.4.4/doc/IfElse-0.85 --htmldir=/tmp/git-annex/.stack-work/install/x86_64-freebsd/lts-12.19/8.4.4/doc/IfElse-0.85 --haddockdir=/tmp/git-annex/.stack-work/install/x86_64-freebsd/lts-12.19/8.4.4/doc/IfElse-0.85 --dependency=base=base-4.11.1.0 --dependency=mtl=mtl-2.2.2
|
||||||
|
Process exited with code: ExitFailure 1
|
||||||
|
Logs have been written to: /tmp/git-annex/.stack-work/logs/IfElse-0.85.log
|
||||||
|
|
||||||
|
Cabal-simple_mPHDZzAJ_2.2.0.1_ghc-8.4.4: No cabal file found.
|
||||||
|
Please create a package description file <pkgname>.cabal
|
||||||
|
"""]]
|
||||||
|
|
||||||
|
### 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)
|
||||||
|
|
||||||
|
Yes! git-annex has been _very_ helpful for my personal website (see <https://duncan.bayne.id.au/blog/images-fixed.html>), and was working like a charm on FreeBSD 11.2.
|
30
doc/bugs/Incorrect_escaping_of_file_names_for_smudging.mdwn
Normal file
30
doc/bugs/Incorrect_escaping_of_file_names_for_smudging.mdwn
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
|
||||||
|
I'm playing with git-annex on Android and I see the following error messages for file names starting with `-`:
|
||||||
|
|
||||||
|
Usage: git-annex smudge (FILE [--clean] | --update)
|
||||||
|
error: external filter 'git-annex smudge %f' failed 1
|
||||||
|
error: external filter 'git-annex smudge %f' failed
|
||||||
|
Invalid option `-123min/Home/9 - Home.mp3'
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
|
||||||
|
1. Add a file starting with `-` to the annex (on Debian/Linux in my case).
|
||||||
|
2. On another system (Android in my case) add `git remote` and run `git annex sync`.
|
||||||
|
3. Observe the error messages.
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
git-annex version: 7.20181122-gbb94cc9f8
|
||||||
|
build flags: Assistant Webapp Pairing S3(multipartupload)(storageclasses) WebDAV Inotify DBus DesktopNotify TorrentParser MagicMime Feeds Testsuite
|
||||||
|
dependency versions: aws-0.19 bloomfilter-2.0.1.0 cryptonite-0.25 DAV-1.3.2 feed-1.0.0.0 ghc-8.2.2 http-client-0.5.12 persistent-sqlite-2.8.1.2 torrent-10000.1.1 uuid-1.3.13 yesod-1.6.0
|
||||||
|
key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 BLAKE2B256E BLAKE2B256 BLAKE2B512E BLAKE2B512 BLAKE2B160E BLAKE2B160 BLAKE2B224E BLAKE2B224 BLAKE2B384E BLAKE2B384 BLAKE2S256E BLAKE2S256 BLAKE2S160E BLAKE2S160 BLAKE2S224E BLAKE2S224 BLAKE2SP256E BLAKE2SP256 BLAKE2SP224E BLAKE2SP224 SHA1E SHA1 MD5E MD5 WORM URL
|
||||||
|
remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav adb tahoe glacier ddar hook external
|
||||||
|
operating system: linux aarch64
|
||||||
|
supported repository versions: 5 7
|
||||||
|
upgrade supported from repository versions: 0 1 2 3 4 5 6
|
||||||
|
local repository version: 7
|
||||||
|
|
||||||
|
### 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)
|
||||||
|
|
||||||
|
Sure :)
|
|
@ -0,0 +1,9 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="johannes@f7951ad4aa9c858952712114847f969dde63b172"
|
||||||
|
nickname="johannes"
|
||||||
|
avatar="http://cdn.libravatar.org/avatar/5a2ee3d066dbffac3a2b14b3cffbebb0"
|
||||||
|
subject="Option to disable filename encyprtion"
|
||||||
|
date="2018-12-29T01:13:20Z"
|
||||||
|
content="""
|
||||||
|
Are there plans to have a mac=PLAIN/NONE option?
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue