similar to: Updating wine with GIT

Displaying 20 results from an estimated 7000 matches similar to: "Updating wine with GIT"

2011 Nov 14
2
Checkinstall and R-2.14.0
Dear all, I try to install the latest R version using checkinstall (v. 1.6.2) on Ubuntu 11.10. After solving all the dependencies (installed using apt-get build-dep r-base) checkinstall fails to build and install R package with the following error (the same commands build and install R-2.13.2 on the same machine without any problem): wget
2005 Mar 21
3
how to keep Asterisk up to date on many servers
Hi Everyone. Asterisk is one of those applications that need to be built from cvs on a regular basis to keep up with the changes. I have always used package management tools like apt. How does everyone manage their Asterisk servers? Geoff
2010 Mar 04
1
[Possibly OT] rpm conflicts has me confused
Hi list, I can install the default ppp-2.4.4-2, but when I try to install an rpm I built from Sangoma's ppp-2.4.4.5 (using checkinstall-1.6.1) I get this error: # rpm -ivh ppp.2.4.4.5-1.eai.i386.rpm error: Failed dependencies: ppp < 2.4.3-3 conflicts with kernel-2.6.18-162.2.1.el5.i686 Isn't 2.4.4.5 > 2.4.3-3 ??? trying this: yum localinstall ppp.2.4.4.5-1.eai.i386.rpm
2010 Jan 14
1
Problem with checkinstall
I installed checkinstall 1.6.2 on CentOS 5.4 VM (VMWare Server on WinXP). After getting the dependencies installed it compiled with no errors. But when I run it in its own source directory, I keep getting an error that I can't track down. The message is: install: cannot change ownership of '/usr/local/lib/installwatch.so': No such file or directory. But not only does the file
2010 Nov 30
2
Help with yum and cpio: MD5 sum mismatch
I am trying to install Ruby-1.8.7p302 on a CentOS-5.5 server in preparation for a Rails-3 application deployment. I have downloaded the source from Rubyforge.org, unpacked it, and ran ./config and make. Everything built without error. I then ran checkinstall to create an rpm package. That too completed without error. However, when I try to install the resulting package using: yum localinstall
2012 Jan 23
1
[LLVMdev] Cross compilation error LLVM-3.0
Hi, I am trying to cross compile LLVM-3.0 for Arm target i.e. I would like to run the LLVM tools on ARM platform and generate the code for the ARM platform. I configured the build with ../src/configure --build=i686-pc-linux-gnu --host=arm-linux-gnueabi --target=arm-linux-gnueabi --enable-optimized=no --prefix=/home/user/Acads/Compiler/LLVM/llvm-3.0/bin --with-as=/usr/bin/arm-linux-gnueabi-as
2009 Apr 25
4
How do I use the developers version of Wine 1.1.20?
I'm still not sure how I did it, but I managed to use the link http://wiki.winehq.org/GitWine for the latest development version, and even installed git (blind man navigating New York City streets). So now all I have to do is Code: git fetch ; git rebase origin to stay up to date. My question is how do I run programs with it? When I do the normal Code: wine setup.exe for example, it says
2006 May 30
2
Created rpm from wine 0.9.14 does not install - conflict with desktop-file-utils-0.10-9
Hi I downl;oaded the source distribution of wine 0.9.14 and compiled it as described in the readme file. I now created an rpm with checkinstall. My problem is that I can not install it, as it tells me that there is a conflict with the package desktop-file-utils-0.10-9: # rpm -Uvh wine-0.9.14-1.i386.rpm Preparing... ########################################### [100%] file
2009 Dec 16
5
OT: Google Earth - How to uninstall, before installing newest version?
Desktop is CentOS 5.4 (32 bit). I have Google Earth version 4.2.205.5730 (13NOV2007 build date) installed. I have checkinstall (spelling?) installed, but am not sure if that was installed before or after Google Earth was installed. I have the Google Repository installed, but apparently Google Earth cannot be updated via yum and probably it was not installed via yum. Question: What is the best
2015 Sep 01
2
error: Failed dependencies:
Hi, I am new to Linux environment and trying to setup SAMBA 4.2.3 on one of our CentOS 7 server. I followed SAMBA wiki and other links and was able to build and install the SAMBA on the machine. Using checkinstall-1.6.2-3.el6.1.x86_64.rpm I am able to create the rpm package also, however when I use this rpm package [samba 4.2.3] to install on another CentOS machine it fails with below errors
2020 Nov 21
2
Icecast not working with iPhone
Hello Goran, You must install Cerbot (for Let's Encrypt certificate) and then generate certificates (Icecast is not able to use the different Let’s Encrypt certificates generated by default, it is necessary to combine them). Then install the following dependencies : apt install git gcc build-essential automake autoconf libtool checkinstall and apt install libcurl4-openssl-dev libxslt1-dev
2008 Nov 27
4
Error compiling 1.1.9
hi, i'm trying to compile the wine 1.1.9 version, but i get this error. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o ntdsapi.o ntdsapi.c ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ntdsapi.spec ntdsapi.o -o
2016 Feb 29
3
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
On Sat, Feb 27, 2016 at 1:41 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > Just as a reality check, I wrote up a demonstration where one link > order causes a SIGFPE and another doesn't (and the program is well > defined, as far as I can tell). All TUs are compiled with -O3. This is also > an instance where we don't actually speculate an inline function,
2010 Sep 03
0
Alternatives to checkinstall?
I am reviewing some work that I did in June and forgot to take notes at the time. For some reason I have a nagging suspicion that for this job I used a package builder other than checkinstall but for the life of me I cannot recall the name. Now, the case may be that I actually did use checkinstall in which case not remembering the name of non-extant software is expected. On the other hand I
2007 Sep 07
7
rpm spec files for ruby
I am trying to package ruby-1.8.6 for CentOS-4.5 and I would like to take a look at the spec files used for ruby-1.8.1 that ships with CentOS. Is there any place that I can see these or could someone do me the kindness of sending them to me? I am also confused as to how one breaks out the component parts of a build into separate rpm packages. The source distribution from ruby-lang.org seemingly
2010 Feb 14
0
R CMD INSTALL customization; followup on Dirk's question
Last year, Dirk E was asking about customizing options to for packages when using R CMD INSTALL http://tolstoy.newcastle.edu.au/R/e4/devel/08/06/1980.html Has there been more on that question lately? I also wonder what this means in the "Building Packages" section of the R-Extensions manual: "R CMD build can also build pre-compiled version of packages for binary distributions,
2012 Feb 09
1
Removing Wine source directory
After installing wine from the source, I find out that the directory is consuming some significant amount of space, so I decided to remove it. But then I remembered that since I installed from source, I mighty need the source directory in the future, in case I decide to uninstall wine. After checking the documentation, I saw that was true. So I wonder: Can I remove the directory and in the future,
2008 Sep 29
1
Re: FL Studio 8 regcode isn't accepted
How would one go about compiling Wine (1.1.0-253 git) with gcc 4.1.3? I'll post my results once I know how to go about that.
2012 Jul 18
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
On Wed, Jul 18, 2012 at 4:15 PM, Renato Golin <rengolin at systemcall.org> wrote: > On 18 July 2012 14:57, salvatore benedetto > <salvatore.benedetto at gmail.com> wrote: >> $ clang -march=armv7-m -mfloat-abi=soft -ccc-host-triple >> armv7m-none-gnueabi testReference.cpp -c >> fatal error: error in backend: CPU: 'cortex-m3' does not support ARM >>
2009 Feb 27
16
(a) WinPower RPM available? (b) where to install if use tar.gz file?
Two quick and simple questions; I want to install the "WinPower" software for my new UPS. On their web site, they have a tar.gz file available for download. I know the reasons for staying with RPM, if at all possible. I''ve Googled and Yahood for ""WinPower"+RPM+Linux and get hits, but no obvious RPM. I tried "yum install winpower" and the response was