similar to: Patch to fix "make dist"

Displaying 20 results from an estimated 400 matches similar to: "Patch to fix "make dist""

2007 Aug 28
1
Renouveau and Nouveau driver for Nvidia Riva 128 ZX (NV3) ?
Hello, I have a Nvidia Riva 128 ZX graphic card. But renouveau need the nvidia proprietary driver to work and there is no nvidia proprietary driver for Riva 128 or Riva 128 ZX. How can I send you informations that can help you to write a free and open source driver for this nvidia graphic chip. At http://users.tkk.fi/~jpakkane/ren/, I found nothing for NV3. But there is some information for NV1
2005 Jun 21
1
MeetMe Problems
I have two asterisk machines. One of them has a Digium board (server A) and the other is simply using ztdummy (server B). Server A is running on Debian and Server B is running Gentoo. Server A is running Asterisk CVS-Nv1-0-7-06/01/05-01:27:25 and Server B is running Asterisk 1.0.7. The problem I have is that when I try to transfer a call into a meetme room in server B, it simply hangs
2009 Aug 02
0
Remove deprecated file
This file is 13 years old and NV01/03 isn't even supported by Nouveau. This patch remove README.NV1. --- a/README.NV1 2009-08-02 18:19:25.000000000 +0200 +++ b/README.NV1 1970-01-01 01:00:00.000000000 +0100 @@ -1,42 +0,0 @@ - Information for NVidia NV1 / SGS-Thomson STG2000 Users - - David McKay - - 20th March 1997 - -1.
2005 Sep 01
1
Loop error when compiling CVS version of 1.2-Beta
I am still getting an error compiling the 1.2-Beta version. The tarball works fine, but I have never been able to compile the 1.2beta from CVS. I have been compiling CVS-HEAD on the machine for quite some time. It goes into this loop: if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ; then echo; else \ mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
2008 Oct 15
0
Iterative estimation of linear regression model
Dear all I am intrested in making iterative estimation (thro' loop statements) of, say, linear regression model. For this purpose, I have written the following programme and that I have made use of a sample data (viz., exp.txt): ? Programme: ? # Linear regression modelling with sample data (try5.txt) # Repeated estimation through loop statement
2019 Feb 28
0
[ANNOUNCE] libvdpau 1.2
This version of libvdpau adds new chroma types defining whether surfaces contain frames or fields, and a new picture parameter structure that supports HEVC 4:4:4 pictures. Aaron Plattner (3): util.h: Make getenv_wrapper() static inline Fix typos from commit 53eeb07f68d483fee86ad872884aee890d5aa393 Bump version to 1.2 José Hiram Soltren (1): Fix doc error on displayable
2016 May 18
1
[PATCH v3] launch: direct: Add DAX root filesystem support.
v2 -> v3: - Rebase on top of the other patches. Rich.
2016 May 17
1
[PATCH v2] launch: direct: Add DAX root filesystem support.
NOTE: not for upstream, yet. v1 -> v2: - Remove the dependency on enabling ACPI, since ACPI is now enabled all the time. Rich.
2008 Oct 08
0
[PATCH] "git-*" syntax is obsolete since git 1.6
--- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3a02f4e..4d17fd0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,5 +26,5 @@ EXTRA_DIST = README.NV1 ChangeLog # Always regenerate the changelog CLEANFILES = ChangeLog ChangeLog: FORCE - git-log > ChangeLog + git log > ChangeLog FORCE: diff
2005 Feb 22
0
Segfault when using res_config_odbc on x86_64
I'm trying to move our asterisk setup from an i686 server to an x86_64 (Dual AMD Opteron) server. Everything has been manually compiled: MySQL 4.1.10, MyODBC 3.51.11, unixODBC 2.2.10 (because I couldn't find any usable RPMs). And obviously Asterisk, where I'm using the STABLE release CVS-Nv1-0-5-02/21/05. The OS is Redhat Enterprise ES 4.0, kernel 2.6.9-5.0.3.ELsmp. Asterisk is
2005 Mar 07
0
Open files / socket leak
We're using STABLE CVS-Nv1-0-5-02/24/05 and we've been noticing that sometimes there's a socket leak on REGISTER SIP messages. We've seen it happen only on customers using Sipura SPA2100 ATAs. If I issue a "sip show channels", I see thousands of "zombie channels". If I look into the details, that's what I get - actually one single "sip show channel
2005 Sep 01
0
Mobilephone users get echo of them self when calling in to our asterisk server.
Hi there. The title basicly explains it. When we get incomming calls from cellular phones, the callers tend to echo ALOT. They hear their own voice at very high volums. This is a problem only for mobilphone users that calls in to us. I'm using wifi IP-phones. Asteirsk: CVS-Nv1-0-7-04/19/05 Any way to fix this on the asterisk server? Regards, Arne Morten --------------
2005 Jun 11
1
Problems with IAX Trunks
I have two asterisk servers connected using IAX. Server A has a TE410P running on a Xeon 2.4Ghz with 2GB RAM and 36G IDE HD on Debian 2.6.11-1-686 and Asterisk CVS-Nv1-0-7-06/01/05-01:27:25. Server B does not have any Digium board, but has ztdummy and zaptel loaded. It's runnin on a P4 1.6Ghz with 1GB RAM and 36G SCSI RAID 10 on Gentoo 2.6.11-gentoo-r9 and Asterisk 1.0.7. The
2005 Sep 12
1
Can't pickup inbound calls with TDM400P Fxo
Howdy, 1 x TDM400P card with 1 x fxo module. 1 x BT Pots line. Location - UK Calls work fine outbound but i'm unable to pickup the inbound calls. Asterisk debug: Asterisk -vvvvvvvvvvcg *CLI> -- Starting simple switch on 'Zap/1-1' -- Executing Wait("Zap/1-1", "1") in new stack -- Executing Answer("Zap/1-1", "") in new stack
2016 May 16
0
[PATCH] launch: direct: Add DAX root filesystem support.
Allow the appliance / root filesystem to be placed on a virtual NVDIMM and accessed directly by the guest kernel (DAX). This requires corresponding changes in supermin. --- src/guestfs-internal.h | 1 + src/launch-direct.c | 68 ++++++++++++++++++++++++++++++++++++++++---------- src/launch.c | 8 +++++- 3 files changed, 63 insertions(+), 14 deletions(-) diff --git
2005 Jan 31
7
TDM400 stopped working
I excitedly installed my TDM dev kit earlier this weekend, installing asterisk and all the kernel drivers to make it work. And it did, it was fantastic. I then reboot the machine, and even after doing a modprobe wctdm, I get the following: == Parsing '/etc/asterisk/zapata.conf': Found Jan 31 13:34:27 WARNING[342]: chan_zap.c:793 zt_open: Unable to specify channel 1: No such device or
2010 May 12
2
Help with interpolation
Hi, I have a two Colum matrix ( I named it holder) as shown bellow. It seems to be three columns, but the first column contains the row names. I am trying to fill all NAs by linear interpolation the known values in the matrix. I tried using the interpNA function, but I get an error message: > interpNA(holder, method = "linear") Error in approx(idx, x[idx], 1:n, method = method, f
1999 Jan 20
0
dist(*, "euclidean") [was "dist function suggestion"]
> BDR> You will need to call it something else: dist is a clone of an S > BDR> function, and dist(X, "manhattan") is well-established usage. > > one could still imagine an extra Y argument such that > dist(X, Y=myY, method="euclidean") > and dist(X, "euclidean", Y=myY) > would work > one could even make it such that > both
2006 Jun 28
1
Transform Normal Dist to ArcTan Dist
I have a set of data that is distributed normally. How can I transform this data to fit an ArcTan distribution? [[alternative HTML version deleted]]
2005 Jun 02
3
CLUELESS NEWBIE needs help making an outbound sip call to PSTN
I'm going to try and ask this again and keep it short and as too the point as I can while still providing enough info to be of use. PLEASE advise if I am going about this wrong or asking too much. I'm seriously doing my BEST to throughly read the docs and try a bunch of things BEFORE coming here to ask and possibly annoy. If is documentation that explains thsi process in terms that