search for: deprecations

Displaying 20 results from an estimated 6799 matches for "deprecations".

Did you mean: deprecation
2007 Oct 10
1
[LLVMdev] make check fails on latest SVN version
Hi, I have run make check in llvm/test, and I got a FAIL. Also first time I run the test I ran out of space on /tmp (which is a 1G sized tmpfs). See output below. Please let me know if I should try any patches, etc. llvm[0]: Running test suite make[1]: Entering directory `/home/edwin/llvm-svn/llvm/test' ( ulimit -t 600 ; ulimit -d 512000 ; \
2020 Mar 17
5
[PATCH v4 00/34] Configurable policy for handling deprecated interfaces
This series extends QMP introspection to cover deprecation. Additionally, new option -compat lets you configure what to do when deprecated interfaces get used. This is intended for testing users of the management interfaces. It is experimental. -compat deprecated-input=<in-policy> configures what to do when deprecated input is received. Available policies: * accept: Accept deprecated
2014 Sep 18
2
formatR 1.0 caused error
Recently in our R 3.1.0 installation the package formatR was upgraded to version 1.0, doing my usual thing, I got the following error, and the destination html file was not generated. What can I do if I want to stay at the current formatR version? Jun Error: unrecognized fields specified in html_dependency: attachment In addition: Warning messages: 1: 'function (...) {
2020 Sep 14
4
[PATCH v5 0/8] Configurable policy for handling deprecated interfaces
New option -compat lets you configure what to do when deprecated interfaces get used. This is intended for testing users of the management interfaces. It is experimental. -compat deprecated-input=<in-policy> configures what to do when deprecated input is received. Available policies: * accept: Accept deprecated commands and arguments (default) * reject: Reject them * crash: Crash
2020 Mar 04
2
Having integration tests "test the future" with QEMU
I understand libguestfs comes with integration tests. You might be interested in something I'm developing for QEMU 5.0 to permit "testing the future". I'd like to ensure it is actually useful before I continue. Let me know what you think. = Motivation = When layers above QEMU somehow miss feature deprecation, things continue to work until the deprecated interface goes away,
2009 Jun 10
3
package installation fails (RandomFields)
I have been unable to install the package RandomFields. I am using R 2.9.0-4 on Ubuntu 9.04. To install, I use the command: sudo R CMD INSTALL RandomFields_1.3.37.tar.gz The output follows below. Any help Would be appreciated. D. Hoysak Brandon University * Installing to library ?/usr/local/lib/R/site-library? * Installing *source* package ?RandomFields? ... ** libs g++
2009 Jun 10
3
package installation fails (RandomFields)
I have been unable to install the package RandomFields. I am using R 2.9.0-4 on Ubuntu 9.04. To install, I use the command: sudo R CMD INSTALL RandomFields_1.3.37.tar.gz The output follows below. Any help Would be appreciated. D. Hoysak Brandon University * Installing to library ?/usr/local/lib/R/site-library? * Installing *source* package ?RandomFields? ... ** libs g++
2020 Sep 21
1
Re: [PATCH v5 0/8] Configurable policy for handling deprecated interfaces
Peter Maydell <peter.maydell@linaro.org> writes: > On Mon, 14 Sep 2020 at 09:55, Markus Armbruster <armbru@redhat.com> wrote: >> >> New option -compat lets you configure what to do when deprecated >> interfaces get used. This is intended for testing users of the >> management interfaces. It is experimental. >> >> -compat
2015 Jun 02
3
[Bug 2407] New: OpenSSH uses deprecated APIs on MacOS
...42 --> https://bugzilla.mindrot.org/attachment.cgi?id=2642&action=edit Log of running "make tests" When compiling and running unit tests on the latest OpenSSH 6.9p1 snapshot from 05/31, I saw a number of compiler warnings output related to the use of deprecated APIs. Most of the deprecations go back to OS X version 10.7 -- I'm currently compiling it on 10.10.3. There were several hundred of these, referencing various bignum and crypto APIs. In addition to the deprecation warnings, I also got multiple instances of the following warning: clang: warning: argument unused during compi...
2023 Oct 18
0
asterisk release 21.0.0
The Asterisk Development Team would like to announce the release of asterisk-21.0.0. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/21.0.0 and https://downloads.asterisk.org/pub/telephony/asterisk This release resolves issues reported by the community and would have not been possible without your participation. Thank You!
2023 Oct 18
0
asterisk release 21.0.0
The Asterisk Development Team would like to announce the release of asterisk-21.0.0. The release artifacts are available for immediate download at https://github.com/asterisk/asterisk/releases/tag/21.0.0 and https://downloads.asterisk.org/pub/telephony/asterisk This release resolves issues reported by the community and would have not been possible without your participation. Thank You!
2020 Mar 15
0
[PATCH v3 00/34] Configurable policy for handling deprecated interfaces
This series extends QMP introspection to cover deprecation. Additionally, new option -compat lets you configure what to do when deprecated interfaces get used. This is intended for testing users of the management interfaces. It is experimental. -compat deprecated-input=<in-policy> configures what to do when deprecated input is received. Available policies: * accept: Accept deprecated
2020 Mar 17
0
Re: [PATCH v4 00/34] Configurable policy for handling deprecated interfaces
Hi On Tue, Mar 17, 2020 at 12:55 PM Markus Armbruster <armbru@redhat.com> wrote: > > This series extends QMP introspection to cover deprecation. > Additionally, new option -compat lets you configure what to do when > deprecated interfaces get used. This is intended for testing users of > the management interfaces. It is experimental. > > -compat
2013 Dec 24
0
dashed by dashboard
Thoughts? [root@ca-sna-pm01 config]# rake RAILS_ENV=production db:migrate (in /usr/share/puppet-dashboard) NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from /usr/share/puppet-dashboard/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:21. config.gem: Unpacked gem rdoc-3.6.1 in vendor/gems has no
2012 May 12
0
Running Ruby on Rails with cPanel/machighway.com not working
Hi All, I am a first time Ruby on Rails user/developer – and am having trouble setting it up on a web server. The hosting service I use is www.machighway.com. Rails version is 2.3.14, ruby version is 1.8.7. I tried following the tutorial at: http://guides.rubyonrails.org/v2.3.11/getting_started.html Except for the main page – all my pages are not returning anything. I would love it if
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
Hi! I have trouble compiling the flac library using Microsofts free (yes MS gives it away including the optimizing C++ compiler msvc8.0) Visual Studio Express 2005. I get the output shown below. Does anyone have a way to make flac compile in VS 2005? Thanks! Ulrik 1>------ Rebuild All started: Project: replaygain_analysis_static, Configuration: Debug Win32 ------ 1>Deleting
2007 Apr 11
1
Deprecation Policy
When going through the xapian bindings yesterday, I noticed that several of the methods were not wrapped for Ruby because they were deprecated at the time the ruby bindings were created. I filed a bug (#126) saying that they should be removed entirely, which led to the suggestion from Olly that it would be good to make a semi-formal policy about deprecating features. I've written such a
2007 Sep 24
5
Deprecation policy question
...feature is advertised as deprecated: 1. The deprecation is listed in the NEWS file at the time it is first marked as deprecated (ie, in version 1.0.3 in the earlier example). 2. The deprecation is described in documentation comments in the API, with a special marker, so that the list of current deprecations appears in the API documentation (at http://www.xapian.org/docs/apidoc/html/deprecated.html) 3. The deprecation is listed in a table of all current and past deprecations in docs/deprecation.rst, which produces the HTML version http://www.xapian.org/docs/deprecation.html 4. A macro is used to mar...
2012 Aug 15
9
Installing puppet-dashboard on ubuntu precise
Hi, I''m trying to install dashboard on precise and I get the below error. I''m using the latest version that is available in the puppet apt repository. The package rdoc is installed (it''s just a virtual package pointing to ruby) Are there some other missing dependencies that the package doesn''t specify? I don''t know ruby that well so finding it hard
2002 Oct 30
1
gam bug with poisson family? (PR#2234)
Full_Name: Brian Aukema Version: 1.6 OS: Windows XP Professional Submission from: (NULL) (144.92.164.204) platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 6.0 year 2002 month 10 day 01 language R Hello, I am relatively new to