similar to: Output from 'make distcheck-light' and documentation question

Displaying 20 results from an estimated 130 matches similar to: "Output from 'make distcheck-light' and documentation question"

2025 Feb 18
1
Output from 'make distcheck-light' and documentation question
Those warnings are (assumed) harmless and have to do with asciidoc tooling, at least as of the packagrd version in distro, using some Python syntax that the language has, in its new round of immense wisdom, decided to wind down and deprecate eventually. Jim On Mon, Feb 17, 2025, 21:19 William R. Elliot via Nut-upsdev < nut-upsdev at alioth-lists.debian.net> wrote: > Hello all, >
2009 Aug 20
0
[PATCH virt-v2v] make most of "make distcheck" pass
Hi Matt, You need to "git add" Makefile.PL.in to the repo. Once you do that, and apply the following patch, most of "make distcheck" will work. The only remaining failure seems to be that these files are not removed by "make uninstall": ERROR: files left after uninstall: ./lib64/perl5/5.10.0/x86_64-linux-thread-multi/perllocal.pod
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 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
2012 Feb 06
2
make distcheck
Ralf, It looks like fixing 'make distcheck' is going to be a huge pain in the neck. Is it not possible to make Jenkins do 'make check' instead of 'make distcheck'? Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2012 Apr 06
1
[PATCH] Fix make distcheck
Otherwise will fail like: https://mf4.xiph.org/jenkins/job/flac/lastUnsuccessfulBuild/console --- src/libFLAC/include/private/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libFLAC/include/private/Makefile.am b/src/libFLAC/include/private/Makefile.am index 62d8a18..2e33dc7 100644 --- a/src/libFLAC/include/private/Makefile.am +++ b/src/libFLAC/include/private/Makefile.am @@
2012 Aug 28
1
"make distcheck" failure
Hi Rich, I ran these commands as non-root: ./autogen.sh && make && make distcheck It got most of the way through, but failed in the VPATH part while rebuilding from a ./_build subdir, like this: make[4]: Entering directory `/h/j/w/co/hivex/hivex-1.3.6/_build/ocaml' mkdir -p /usr/lib64/ocaml mkdir -p /usr/lib64/ocaml/stublibs ocamlfind install \
2009 Aug 21
2
[virt-v2v] "make distcheck" now passes
There were a few "infelicities" that kept the "make distcheck" test from passing. These three patches combine to fix all of them, punting on only one by disabling the install-data-hook rule. >From 7504acedcb71bd80d99abe412e6669b267cade38 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Fri, 21 Aug 2009 13:37:18 +0200 Subject: [PATCH 1/3]
2020 Apr 30
0
Changelogs of latest packages on repo for 4.10.15/4.11.8/4.12.2
Hai, The change logs of the the latest builds. ( note, buster 4.12.2 is still running ) Sorry for the separeted mails.. !Note! After Buster 4.12 build is finished, raspbian next. Changes the latest builds. 4.10.15 changes . * Non-maintainer upload. * Build from samba.org sources * Security release, info: - CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with
2020 Jul 06
2
failed to compile samba-4.12.5
Hello Sirs, I met a problem at the last step of compiling samba. could someone help me ? Thank you in advance. samba version -- samba-4.12.5 OS info: Fedora release 32 steps to reproduce issue: 1. sudo dnf builddep libldb samba 2. wget https://download.samba.org/pub/samba/stable/samba-4.12.5.tar.gz 3. tar -xf samba-4.12.5.tar.gz 4. ./configure --enable-debug --enable-selftest --with-systemd 5.
2005 Jan 06
2
Message light on 7960 or in this case no message light
I have just finished setting up a new asterisk system which is basically the same as our first system. We are using 7960 phones and I used the phone config files the first installation with appropriate changes. The problem is that on the new system I get no message lights, I can't figure this out. One thing I do notice is that when I monitor the sip debug on the second system the sip
2008 Jun 02
1
Web development at the speed of light (A Camping Success Story)
Hi all, Friday. Noon. I''m tasked with writing a small web front end. LDAP validation required. Form data validation required. I have to post form data to an external URL because of retarded licensing issues. And validate the result using screen scraping. I had the initial version done and online that night. Some finishing touches were added this afternoon. THANK YOU CAMPING!!! Dan
2006 May 25
0
kbs-CentOS-Misc-Testing: thunderbird-1.5-2.el4.lsn looks OK under *light* use
Installed today, light use in and out. All looks normal ATM. CentOS 4.3 current (but 1 kernel version to install as of today). AMD Athlon 2200XP using i686 versions. I'm not a heavy user of it. <OT> Waiting to see if I like it better than Evolution or not. Unfortunately, the more it looks like MS Windows product, the less attractive I find it. I'll probably end up blowing all this
2013 Jan 27
1
positioning a light source within a rgl-plot
Hello useRs, I would like to draw a 3D-surface using rgl with a point-like light-source within the scene, that is with finite distance of the light-source to the surface to be lit. >From the help to the 'light3d' command I read: "They [the light-sources] are positioned either in world space or relative to the camera using polar coordinates." which *could* be understood as
2001 Nov 01
0
overly light printing HP 8000
Points, axes and axes labels on graphs printed from R are very light- almost unreadable. I am using the gui interface on the windows version to print the plot on the screen to an HP 8000 set as a postscript printer or PCL printer; the postscript output is light and the PCL output is very light. If I specify lwd =2 in the plot command, the lines are readable, but the points (open circles, in
2008 Jul 28
0
light.exe : error LGHT0001 : Invalid IDT file: 'some temp dir\codepage.idt'
Hello, additional keywords: MSI Component I am trying to use WiX on updated Fedora Core 8 using wine-1.0-1.fc8 rpm. Using both latest stable (2.0.5805) and beta version (3.0.2925) of WiX I receive error message regarding `codepage.idt'. I attach a testcase with log. I hope I am poking at the right place. It seems that some have successfully ran WiX under Wine so I just hope it is a simple
2009 Sep 12
0
[PATCH 11/13] nv50: add support for light-twoside
--- src/gallium/drivers/nv50/nv50_program.c | 19 +++++++++++++++++++ src/gallium/drivers/nv50/nv50_state.c | 4 +++- 2 files changed, 22 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index feb1504..39c3afc 100644 --- a/src/gallium/drivers/nv50/nv50_program.c +++ b/src/gallium/drivers/nv50/nv50_program.c @@
2009 Nov 10
1
[PATCH libguestfs] build: die early if we lack ocaml, ocamlfind or ocaml-xml-light
It was a pain to diagnose a build failure due to the lack of ocaml-xml-light. With this change, autogen.sh will diagnose it for you. If there end up being more than that one required ocaml package, I'd change things to factor out the literal string in the diagnostic. >From abc8363ef71809bd0986b752465ca6f65660ca4c Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com>
2004 Jun 01
0
Message light and paging on Zultys ZIP2, Uniden UIP200 time offset
I am trying to get a new Asterisk installation running using a Zultys ZIP2 phone and a Uniden 200 phone. I have the system working reasonably well (although probably not optimal) except for a couple of items. First, I can't get the voice mail message light to work on the Zultys phone but it works just fine on the Uniden phone. Second, the time presented on the Uniden UIP200 phone is 1 hour
2004 Aug 01
1
Grandstream Message Waiting light
Can Asterisk light the message waiting light on a Grandstream BudgeTone phone? If so please reply with any related configlets :-) Thanks!