Re: Failed build for seqan2 on i386

2021-02-12 Thread Aaron M. Ucko
try doing the same for other affected platforms in an upload to experimental. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: Help with libgit2 needed to strip code copy from r-cran-git2r

2018-01-10 Thread Aaron M. Ucko
this unwanted shadowing. (git2.h includes the other headers as "git2/*.h", so you shouldn't need that flag.) -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Bug#876199: Bug#875808: usbguard: does not work with 4.13 kernel

2017-10-04 Thread Aaron M. Ucko
ough. Thanks! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: Bug#861754: libpll: FTBFS on non-x86: x86intrin.h: No such file or directory

2017-05-18 Thread Aaron M. Ucko
cover it: $ dpkg-architecture -ax32 -qDEB_HOST_ARCH x32 $ dpkg-architecture -ax32 -qDEB_HOST_ARCH_CPU amd64 I suppose that also bears mention in a comment, though. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: ncbi-tools6: How to write a watch file with version encoded in _ftp_ directory

2016-12-01 Thread Aaron M. Ucko
accept files only (not directory > names). However, this site has http too. Good point. Better yet, it has https. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: Architecture field based on another package Architecture field

2015-10-13 Thread Aaron M. Ucko
ed anyway. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: Architecture field based on another package Architecture field

2015-10-13 Thread Aaron M. Ucko
"Aaron M. Ucko" writes: > I am testing these changes now (against a checkout of your experimental > branch) and will follow up with a full patch if they work. I meant $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) and ifeq "" "$(SKIP_NFFTL)" Havi

Re: Architecture field based on another package Architecture field

2015-10-13 Thread Aaron M. Ucko
r commands involving the nfftl tree on ifneq "" "$(SKIP_NFTL)" I am testing these changes now (against a checkout of your experimental branch) and will follow up with a full patch if they work. Good question! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)

Re: Bug#799390: linuxbrew-wrapper: over-restrictive architecture setting?

2015-09-20 Thread Aaron M. Ucko
lumin writes: > I don't think it's appropriate to bump Architecture from "amd64" > to a wildcard without sort of notice to user. That's fair; I just hadn't noticed that part of the README. Thanks for the prompt explanation! -- Aaron M. Ucko, KB1CJC (amu

Re: pbuilder --build --binary-arch invokes 'build' target

2009-05-06 Thread Aaron M. Ucko
depends on -base for you, and sed, mawk, and gawk have all been at the requisite versions since at least oldstable, with both sed and mawk setting Priority: required. (Moreover, allowing the virtual awk package undermines the relevant version requirements anyway.) -- Aaron M. Ucko, KB1CJC (am

Re: Getting -m64 at the right time and place.

2008-11-15 Thread Aaron M. Ucko
Charles Plessy <[EMAIL PROTECTED]> writes: > Maq is likely to have to access files bigger than 2Gb sometimes, so > I probably should not remove -D_FILE_OFFSET_BITS=64. Indeed. > Would the following patch make sense? Yes, looks reasonable to me. -- Aaron M. Ucko, KB1CJC (amu

Re: namespace conflict != package Conflict?

2005-06-10 Thread Aaron M. Ucko
ments: #!/bin/bash -norc cmd=git-$1-script if command -v "$cmd" >/dev/null 2>&1; then shift exec "$cmd" "$@" else exec -a "$0" /usr/bin/git.not-cogito "$@" fi (You'd likewise need to divert /usr/share/man/man1/git.1.