similar to: [PATCH] build: improve maintainer-check-extra-dist target

Displaying 20 results from an estimated 500 matches similar to: "[PATCH] build: improve maintainer-check-extra-dist target"

2019 Dec 17
0
[PATCH 4/3] build: exclude common/mlv2v from distcheck
It is part of the common submodule but not used in libguestfs, so it is not included in distribution tarballs. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1def6e0a3..d3cf64cc1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -580,6 +580,7 @@ maintainer-check-extra-dist: ( git ls-files ; \ cd common; git ls-files | sed
2014 Mar 10
2
[LLVMdev] Shouldn't tools and projects in .gitignore go to .gitmodules?
I think it is erroneous to have the subrepository projects and tools listed in .gitignore. Instead of being ignored, methinks they should be listed as submodules in .gitmodules: [submodule "tools/clang"] path = tools/clang url = ../clang.git [submodule "projects/compiler-rt"] path = projects/compiler-rt url = ../compiler-rt.git [submodule
2007 Apr 18
2
intltool error on latest git
Hi, latest git seems to throw an intltool error during compile: checking for intltool >= 0.23... awk: cmd. line:1: fatal: cannot open file `config/intltool-update.in' for reading (No such file or directory) awk: cmd. line:1: fatal: cannot open file `config/intltool-update.in' for reading (No such file or directory) found ./configure: line 3727: test: : integer expression expected
2019 Dec 17
0
[v2v PATCH 5/3] build: exclude common/windows from distcheck
It is part of the common submodule but not used in virt-v2v, so it is not included in distribution tarballs. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 99c139b6..4dde5002 100644 --- a/Makefile.am +++ b/Makefile.am @@ -199,6 +199,7 @@ maintainer-check-extra-dist: grep -v '^common/protocol/' | \ grep -v
2019 Nov 27
5
[v2v PATCH v2 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a while" saga -- now with working test suite. Pino Toscano (5): build: remove extra gnulib submodule build: remove extra checks and submodules build: stop using gnulib in test-harness build: remove unused gnulib modules Remove extra entries from podfiles .gitmodules | 3 -- Makefile.am
2012 Aug 27
1
Hidden files in source packages
R-devel has been warning for some time about hidden files (in the Unix sense, starting with a period) in source packages. We could get R CMD build and the CRAN incoming scripts to remove these *if* we knew that they were never needed. It seems clear that .Rapp.history .Rhistory .Rbuildindex.xxxxx inst/doc/.build.timestamp are R leftovers, ._.DS_store is from an Apple filesystem and .tex
1999 Dec 23
2
Releasing a code version that stays for a while
I've been working on a package for openssh to include in the NetBSD package system (similar to the FreeBSD ports system). I'm being hindered in this by the fact that updates to these packages can be extremely slow (2-3 days minimum, more like 2 weeks including testing), too slow to compensate for the fact that the tarfiles for back-level versions of openssh-1.2pre* are going away. Given
2019 Dec 17
5
[PATCH 0/3] Various dist/build fixes
Fix one dist issue, and various builddir!=srcdir issues, also with the patch proposed in the Debian bug #946594. Patch #3 applies also to the virt-v2v repository, and will be committed there too (with references to the libguestfs commit). Pino Toscano (3): inspector: ship the actual test script tests: fix srcdir references build: fix make implicit dependencies on ml/mli files
2019 Nov 27
6
[v2v PATCH 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a while" saga. Pino Toscano (5): build: remove extra gnulib submodule build: remove extra checks and submodules build: stop using gnulib in test-harness build: remove unused gnulib modules Remove extra entries from podfiles .gitmodules | 3 -- Makefile.am | 2 - bootstrap
2008 Jun 02
3
GiT and RSpec
> > Message: 2 > Date: Thu, 29 May 2008 06:35:01 -0700 > From: David Chelimsky <dchelimsky at gmail.com> > Subject: Re: [rspec-users] Coloured output in rspec 1.1.4 > To: rspec-users at rubyforge.org > Message-ID: <175B70FE-B706-4C03-8B20-C5B207268AD6 at gmail.com> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > On May 29, 2008,
2010 Jun 16
1
febootstrap git empty /lib dir
On Wed, Jun 16, 2010 at 03:38:22PM -0700, Dwayne Fontenot <dwayne.fontenot at att.net> wrote: > Is lib/ supposed to be empty in febootstrap git HEAD? Yes. Run ./autogen.sh to populate it with gnulib stuff. Actually, this may not work too well unless you have gnulib checked out exactly in ../gnulib. I need to ask Jim Meyering nicely if he'll make gnulib into a submodule of
2023 Mar 17
1
[V2V PATCH v3 5/6] v2v, in-place: introduce --block-driver command line option
On 3/17/23 13:46, Andrey Drobyshev wrote: > On 3/17/23 10:37, Laszlo Ersek wrote: >> On 3/16/23 17:14, Andrey Drobyshev wrote: >>> On 3/15/23 00:16, Richard W.M. Jones wrote: >>>> On Tue, Mar 14, 2023 at 04:06:18PM +0200, Andrey Drobyshev wrote: >>>>> Speaking of "make check": could you point out, for future reference, >>>>>
2009 Mar 28
2
Git and vendor/rails
This is really a git question but the problem is with rails using git and others may have come across the problem. I have a branch on my application''s git repository with edge rails as a subproject checked out into vendor/rails. this allows me to keep my application edge-compliant by checking out the branch (which creates the rails folder in vendor), pulling the latest edge rails and
2010 Oct 01
0
[FEBOOTSTRAP] Add gnulib as a submodule
--- .gitmodules | 3 +++ autogen.sh | 4 +--- gnulib | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .gitmodules create mode 160000 gnulib -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Add-gnulib-as-a-submodule.patch Type: text/x-patch Size: 679 bytes Desc: not available URL:
2010 Feb 21
1
updated some packages now some windows hang after open or close
I had a need on a centos 5.4 x86_64 box to try and run with a later totem. I desired to do this by source. After installing the packages below my system comes up, I thought everything was good. thunderbird comes up firefox comes up. totem works -------- however there seems to be an issue with closing or opening windows some random time later with all three programs. It gives the impression
2012 Aug 16
2
copy/paste centos 6
I had to update all these packages on CentOS 6 for a project. Everything works great on CentOS 6 - except - Copy/Paste between applications. Anyone - know which application below might control that function? Example I cannot have firefox running and copy and paste text into thunderbird. Both applications - actually all applications work - I just cant copy/paste. I'm thinking I did not
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
Here's a patch series to make libguestfs use gnulib via a git submodule. The first thing I did was to look at the failures from "make syntax-check" and fix the config.h-related ones below. The others are now temporarily disabled via a variable in cfg.mk. I fixed the config-h problems and moved those change sets to precede the test-adding one, so that bisection still works, even if
2013 Dec 10
0
Vinagre 3.10.2 and intltool
Hello to all, I wanted to update vinagre to the latest one but when I launch ./configure I obtained the following error: checking for intltool >= 0.50.0... 0.41.0 found configure: error: Your intltool is too old. You need intltool 0.50.0 or later. Do you know if there is a way to upgrade intltool without upgrade too much stuff? Fabrizio -- "The intuitive mind is a sacred gift and
2008 Jan 25
7
vorbis-tools 1.2.0 Release Candidate
I bumped the version number of vorbis-tools and am preparing it for an eventual release in a few days. A changelog of what's new may be found at [1]. Meanwhile, what's in SVN is a "Release Candidate" to find out if anything was broken since version 1.1.1. Report any (or lack of) problems you may find, so we'll be able to put out a new version of vorbis-tools. -Ivo [1]
2018 Apr 10
6
[PATCH 0/5] Some improvements in bootstrap, m4 and configure.ac
Lin Ma (5): configure: error out if using libvirt backend and no header files configure: output the default backend in summary configure: try pcre-config if pcre pkg-config file not found configure: output clearer message when missing libmagic configure: support using local gnulib src directory as $GNULIB_SRCDIR bootstrap | 78