DaveQB
DaveQB
I see I needed add the.... [sdb] access_key=your_sdb_access_key secret_key=your_sdb_secret_key region=us-west-1 ....section to my ~/.glacier-cmd file. https://github.com/uskudnik/amazon-glacier-cmd-interface
I have this issue too. [http://paste.ubuntu.com/14884336](http://paste.ubuntu.com/14884336) I did sound like a memory issue, but I have 10GB of free memory. The good file is 17GB and the truncated file is...
How did this go @prog-dale ?
Sure. @DaveQB , FreeBSD, AMD64, IBM ULT3580-HH5
Chiming in to say I have the same error. 13.1 as well. I have tried compiling from `master` branch (commit 0e53223fc580730485bad307519545a0c677d257). ``` automake: 1.16.5 autoconf: 2.71 autoconf-switch: 20220527 m4: 1.4.19,1...
Interestingly, a second run of `autogen.sh` results in a better output and a 0 exit status: ``` $ ./autogen.sh configure.ac:15: warning: The preprocessor macro `STDC_HEADERS' is obsolete. configure.ac:15: Except in...
Thanks @eccen Yes, I came across that too actually. I forgot to mention in my message that I have installed `hs-pandoc` along the way. I think `./configure` pointed that out...
That worked. Thanks @sunwire I think `autogen.sh` should detect and report these dependencies. Am I right? If so, I can look at updating `autogen.sh` and submitting a pull request. And/or...