search for: dependenies

Displaying 14 results from an estimated 14 matches for "dependenies".

Did you mean: dependencies
2011 Nov 16
1
vertify which software for missing dependenies
Hi, I'm trying to install RPM package Adobe Reader on Centos 6. I did a rpm -test -ivh on the package and it says it needs dependencies (many) Is a there a command to verify which exact packages it requires so I wont be installing software blindly. missing dependencies: error: Failed dependencies: libatk-1.0.so.0 is needed by AdobeReader_enu-9.4.2-1.i486 libc.so.6 is
2014 May 29
2
Re: libguestfs error
Hi Rich I'm sure that this is some dependeny issue. libtinfo-dev is already installed. I have install libcunit1-ncurses-dev,libncurses5 However the package ncurses-devel is nor present in ubuntu. apt-cache search ncurses-devel returns nothing Thanks for the quick reply On Thu, May 29, 2014 at 5:18 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Thu, May 29, 2014 at
2019 Oct 31
1
[PATCH] Replace mkproto.pl with mkproto.awk
> I can't speak for rsync, but nowadays Perl isn't that rare, that a > dependeny on it for build purpose would matter. IMHO. It might not be rare, but it's certainly less universally available than awk, which is preinstalled on pretty much every unix-like OS out there. > There are many flavours of AWK. Are you sure, that your AWK replacement > runs everwhere? I tested
2019 Oct 31
5
[PATCH] Replace mkproto.pl with mkproto.awk
This replaces the build dependency on perl with one on awk which is already used in the build system and is much more ubiquitous than perl --- Makefile.in | 2 +- mkproto.awk | 39 +++++++++++++++++++++++++++++++++++++++ mkproto.pl | 48 ------------------------------------------------ 3 files changed, 40 insertions(+), 49 deletions(-) create mode 100644 mkproto.awk delete mode 100644
2019 Oct 31
0
[PATCH] Replace mkproto.pl with mkproto.awk
Ethan Sommer via rsync <rsync at lists.samba.org> (Do 31 Okt 2019 17:38:17 CET): > This replaces the build dependency on perl with one on awk which is > already used in the build system and is much more ubiquitous than perl I can't speak for rsync, but nowadays Perl isn't that rare, that a dependeny on it for build purpose would matter. IMHO. There are many flavours of AWK.
2007 Aug 13
0
decTOP - Centos install fails but DSL frugal install worked
...6 ISO CD images. I boot from CD, and then switch to Local Harddrive from /dev/hda4 and /. . Then install follows the same behaviour as the FTP install, so at least I know it is not the USB ethernet. And there is no option to write the dump to /dev/hda4 Openfiler 2.0 hangs at "Resolving Dependenies". Just sits there. Oh, Openfiler 'figured out' to load up a USB driver to get to the CD. I haven't found my FreeNAS CD to see what it does. But the latest D*#nSmallLinux (DSL) had no trouble booting and running of CD. Now I have successfully done the Frugal install to the har...
2014 May 29
2
libguestfs error
Hi I'm getting following error while compiling libguestfs-1.26.1... CCLD guestfish guestfish-progress.o: In function `progress_bar_init': /home/ubuntu/libguestfs-1.26.1/fish/progress.c:123: undefined reference to `tgetent' guestfish-progress.o: In function `progress_bar_set': /home/ubuntu/libguestfs-1.26.1/fish/progress.c:282: undefined reference to `tgetnum'
2007 Dec 04
37
Can`t connect to MySQL Database with Netbeans 6 for RoR ?
Hello, I am just yes fighting is the right word through the Netbeans 6.0 for RoR guidance: [quote]1.gem install mysql 2.Choose the win32 build. 3.Install MySQL and put its /bin directory on your path.[/quote] did the first 2 steps but what means step 3 ??? Your path? What is my path and which path? The connection to the MySQL database is also not working, why? what do i wrong? Please help :)
2002 Feb 05
2
Documentation Suggestions
I'm a developer for a game company and I'm almost done adding support for Vorbis to our game engine. As such, I wanted to simply plug in the read function, let it decode, and then send the PCM data on to DirectSound just like I always have. There were several occasions where I spent 4 or 5 hours trying to fix a bug, digging through newsgroups and sound-format specs, when that info could
2018 May 23
3
Update on strict FP status
Hello, at the recent EuroLLVM developer meeting in Bristol I held a BoF session on the topic "Towards implementing #pragma STDC FENV_ACCESS". I've also had a number of follow-on discussions both on-site in Bristol and online since. This post is intended as a summary of my current understanding set of requirements and implementation details covering the overall topic. I'm
2018 May 23
0
Update on strict FP status
Hi Ulrich, I am interested in knowing if the current proposals also take into account the FP_CONTRACT pragma and the ability to implement options that imply a specific value for the FLT_EVAL_METHOD macro. Additionally, I am not aware of the IR being able to represent the potentially deferred loss of precision that the C language semantics provide; in particular, applying such semantics to the
2018 May 23
2
Update on strict FP status
On 05/23/2018 11:06 AM, Hubert Tong via llvm-dev wrote: > Hi Ulrich, > > I am interested in knowing if the current proposals also take into > account the FP_CONTRACT pragma We should already do this (we turn relevant operations into the @llvm.fmuladd. when FP_CONTRACT is set to on during IR generation). > and the ability to implement options that imply a specific value for >
2018 May 23
0
Update on strict FP status
On Wed, May 23, 2018 at 12:19 PM, Hal Finkel <hfinkel at anl.gov> wrote: > > On 05/23/2018 11:06 AM, Hubert Tong via llvm-dev wrote: > > Hi Ulrich, > > I am interested in knowing if the current proposals also take into account > the FP_CONTRACT pragma > > > We should already do this (we turn relevant operations into the > @llvm.fmuladd. when FP_CONTRACT is
2014 May 29
2
Re: libguestfs error
Hi Rich I using ubuntu 13.10 with powerpc arch. I tried the above stepss and below are the output of the related commands.. nm -D /usr/lib/powerpc-linux-gnu/libtinfo.so | grep tgetent 0000def0 T tgetent ubuntu@t4240-ubuntu1310:~$ dpkg -S /usr/lib/powerpc-linux-gnu/libtinfo.so libtinfo-dev:powerpc: /usr/lib/powerpc-linux-gnu/libtinfo.so However I'm not able to perform rm -f config.cache