search for: depencency

Displaying 20 results from an estimated 51 matches for "depencency".

Did you mean: dependency
2014 Nov 11
2
Re: Add support for slackware in supermin
Sorry for the top posting, it's the gmail app behavior. It didn't mention the other aspects because they are not a problem. The only "problem" is the package depency. Cordially Le 11 nov. 2014 19:03, "Pino Toscano" <ptoscano@redhat.com> a écrit : > > Hi, > > (please do not top-reply...) > > On Tuesday 11 November 2014 18:32:10 Mathieu
2014 Nov 11
2
Re: Add support for slackware in supermin
What I was suggesting, is to let the user manage depencies himself. This is what slackware users are used to do anyway. It means that we should be able to provide an exhaustive list of needed packages on the command line. As the semantic differ from the usual treatment of the PACKAGES arguments of supermin --prepare, this could be managed by a new option implying "do not search or install
2013 May 02
1
install.packages from own rpository - depencies
I am trying to setup a respository for students with a own package. Its working fine when the depended packages are already installed with: install.packages("mypackage", type="source",repos="http://myrepository.example.com") but if the the dependencies are not already installed I get the following error: ERROR: dependencies 'igraph', 'chron',
2012 Jun 13
0
[LLVMdev] Latency of true depency of store followed by aliased load in ScheduleDAGInstrs
On Jun 12, 2012, at 7:20 AM, Jordy Potman <jordy.potman at recoresystems.com> wrote: > > So in the volatile case the latency of the chain dependency is 0, while > in the non volatile case it is 1. > > I am using ScheduleDAGInstrs in a scheduler for a VLIW target and in the > volatile case the load gets incorrectly scheduled in the same cycle as > the store. Is
2007 Jul 30
2
incredible heartbeat 2.X depencies
# activating extras repo # issuing "yum install heartbeat" # got : (...tons of depedencies resolution...) ttmkfdir-3.0.9-20.el4.i38 100% |=========================| 6.6 kB 00:00 ---> Package ttmkfdir.i386 0:3.0.9-20.el4 set to be updated --> Running transaction check Dependencies Resolved =============================================================================
2012 Jun 12
2
[LLVMdev] Latency of true depency of store followed by aliased load in ScheduleDAGInstrs
Hi all, I have a question regarding the latency of the true dependency of a store followed by an aliased load in ScheduleDAGInstrs. The latency seems to depend on the store and load being volatile or not as can be seen in the post-RA-sched debug output of the attached ARM example: $ llc -O3 -debug-only=post-RA-sched store_load_latency_test.ll ... SU(2): STRi12 %R2<kill>,
2015 Aug 12
2
[Intel-gfx] [PATCH v2 00/22] Enable gpu switching on the MacBook Pro
Hi Daniel, On Wed, Aug 12, 2015 at 04:16:25PM +0200, Daniel Vetter wrote: > > * Reprobing if the inactive GPU initializes before the apple-gmux module: > > v1 used Matthew Garrett's approach of adding a driver callback. > > v2 simply generates a hotplug event instead. nouveau polls its outputs > > every 10 seconds so we want it to poll immediately once apple-gmux
2009 Jan 14
3
Installing kernel RHEL-5.3 on CentOS 5.2 (x86_64)
Hi I tried to install the kernel Red Hat 5.3 x86_64 (2.6.18-128.el5.x86_64) with the command: rpm -Uvh kernel-2.6.18-128.el5.x86_64.rpm but there is problem with dependecy: ecryptfs-util < 44. How to solve problems with depencies when installing a beta kernel? I'm trying this kernel to see if I get CentOS working with the wireless iw4965. I tried the drivers from Intel, but the
2014 Nov 11
0
Re: Add support for slackware in supermin
On Tuesday 11 November 2014 19:08:58 Mathieu Bouillaguet wrote: > Le 11 nov. 2014 19:03, "Pino Toscano" <ptoscano@redhat.com> a écrit : > > Hi, > > > > (please do not top-reply...) > > > > On Tuesday 11 November 2014 18:32:10 Mathieu Bouillaguet wrote: > > > What I was suggesting, is to let the user manage depencies > > >
2013 Sep 03
0
[LLVMdev] Adding a library to CMake deps
On 09/03/2013 02:13 PM, Renato Golin wrote: > Hi folks, > > When cross-compiling LLVM to ARM, using CMake+Ninja, I realized that > libxml2 depends on lzma, but the dependency is not explicit on the > build.ninja file under the "build bin/c-index-test"'s LINK_LIBRARIES > (which is the only one that cares about it). > > I couldn't find the place to add
2018 Jun 24
1
potential Bug in R 3.5.0
Hello, I am using R under Win7 and Antergos. After installing R 3.5.0 I ran into several issues regarding gfortran not working properly and packages not installing properly when requiring dependencies (which is quite often the case when you have to reinstall all packages for the new R version). Unfortunately, I cannot reproduce the gfortran issue at the moment (occuring under Antergos), but
2001 Oct 07
1
Codeweavers wine
I try to install Codeweavers wine, but it won't work. I have "wine" as an unsatisfied depency, but I do have wine installed. I have Linux-mandrake 8.0 standard, wine v. 20010305, 80 meg memory, 8 gig hd, 200 mhz pentium MMX.
2014 Nov 11
0
Re: Add support for slackware in supermin
Hi, (please do not top-reply...) On Tuesday 11 November 2014 18:32:10 Mathieu Bouillaguet wrote: > What I was suggesting, is to let the user manage depencies himself. > > This is what slackware users are used to do anyway. > > It means that we should be able to provide an exhaustive list of > needed packages on the command line. > > As the semantic differ from the
2013 Apr 15
1
Using PuppetDB REPL
I want to experiment a bit with PuppetDB and in the documentation there''s mention of the built in remote repl, but I can''t seem to get it working. After enabling it on "/etc/puppetdb/conf.d/repl.ini": [repl] enabled = true type = nrepl port = 8082 When I restart it the log "/var/log/puppetdb/puppetdb.log" shows that it''s started: WARN [main]
2008 Sep 25
2
fix firefox?
I once had firefox x86_64 installed (because it was the default). But that one has problems with plugins (flash, java), which are much easily solved by using the i386 version. So I unstalled firefox, and installed it again using: yum install firefox.i386 This worked, and even the plugins worked fine afterwards. I did have some problems when uninstalling, because yum insisted on a whole load
2013 Sep 03
4
[LLVMdev] Adding a library to CMake deps
Hi folks, When cross-compiling LLVM to ARM, using CMake+Ninja, I realized that libxml2 depends on lzma, but the dependency is not explicit on the build.ninja file under the "build bin/c-index-test"'s LINK_LIBRARIES (which is the only one that cares about it). I couldn't find the place to add -llzma into the deps, and the only mention of libxml2 is in config-ix.cmake:
2013 Jul 17
13
[PATCH 0/3] xen: various changes to what we install in /boot
Jan suggested a couple of cleanups based upon my "xen: allow architecture to choose whether to compress installed xen binary" patch. So this series now consists of: xen: allow architecture to choose how/whether to compress installed xen binary xen: x86: drop the ".gz" suffix when installing xen: Use $(T) and $(D) aliases in install target This is based
2005 Sep 10
1
[LLVMdev] Function binding
Hey list, I'm looking for information on how programs that span multiple LLVM modules work at runtime, especially wrt. symbol handling when running in a JIT setting. To give some background, I'm developing a language that targets LLVM as a backend, and I'd like my translation units to map to LLVM modules as closely as possible. What I'm looking for here is something similar to
2009 Jan 21
4
Best virtualization setup for Centos 5.2
Hi, we are running Centos 5.2 on our servers for some time now and are really happy with it. Now I'm investigating the best way to setup virtual machines in order to streamline our infrastructure. The setup I'm aiming for is Centos 5.2 guests on Centos 5.2 host. The physical systems are going to be 2xquad core Xeons and the VMs are probably going to be 1 or 2 vCPUs with 1 or 2 gb of
2008 Oct 19
9
Wacraft 3 Support deteriorating
Hi, I am / was Wine mainly using for playing Warcraft 3. I know it's an old game but it's still highly popular. The problem is, with each new version the support gets worse and worse. There are even people in BugZilla who show the bit of code, which creates the new bugs but nothing happens. For example with the newest dev release and the current stable release it is NOT possible to: -