similar to: Xboard rpm for CentOS 4

Displaying 20 results from an estimated 1000 matches similar to: "Xboard rpm for CentOS 4"

2006 May 04
1
My GNU-CentOS Desktop
I took a lil trip and decided to bring my rhel-converted-to-centos desktop with me. I have a few screenshots at http://s78.photobucket.com/albums/j90/centosdesktop/ In addition to CentOS Base/Extras/Plus, I have kbs and rpmforge repos. As you can see in one screenshot i have yum utils and about 80 protected packages. I've added Open-Office.org 2.0.1, Gnuchess, artwork from Gnome and wine
2006 Mar 30
0
[LLVMdev] Running LLVM Analysis on real-world projects.
On Thu, Mar 30, 2006 at 04:27:55PM +0530, Pratik Mehta wrote: > I have made few attempts to compile some software packages with llvm. > My approach is to define Make variables as follows : > > export AS=llvm-as > export LD=llvm-ld > export AR=llvm-ar > export CXX=llvm-g++ > > and then run configure and make. > > This approach works with very small code bases
2008 Dec 07
2
Suggested yum priorities settings for 3rd party repos
In the yum priorities page on the wiki Akemi Yagi suggests http://wiki.centos.org/PackageManagement/Yum/Priorities [base], [addons], [updates], [extras] ... priority=1 [centosplus],[contrib] ... priority=2 Third Party Repos ... priority=N (where N is > 10 and based on your preference) If you have rpmforge, kbs, epel all set up at 10 then wouldn't those also potentially overwrite
2001 Jun 24
3
Wine and BlitzIn
Martin Andersen wrote: > > Hi! > > I have installed Codeweavers Preview 3, and have a > windows partition. I run Blitzin (www.chessclub.com) and it > starts up ok, but it cannot connect to the server. I have disabled the > firewall on my linuxbox. > > Any ideas ? > > Martin. Hi Martin, I have tried to run Blitzin under WINE as well and the outcome is that
2003 Sep 10
0
[LLVMdev] Core LLVM status update
Hi everyone, Here's an update on what we've been up to and how the LLVM 1.0 release is shaping up. Overall, things are going well, and it looks highly likely that we'll get the release out by the end of the month! Here's the hilights of the last few weeks: 1. John checked in support for building LLVM into multiple different object directories in the Autoconf style. He also
2006 Mar 30
3
[LLVMdev] Running LLVM Analysis on real-world projects.
I have made few attempts to compile some software packages with llvm. My approach is to define Make variables as follows : export AS=llvm-as export LD=llvm-ld export AR=llvm-ar export CXX=llvm-g++ and then run configure and make. This approach works with very small code bases only. For most of the projects, it bails out with errors. Some of them are very clear, like llvm does not support
2005 Dec 30
2
RPMS's rebuilt or upstream one's used
RPMS's rebuilt or upstream one's used Hi I got a cleanly reinstalled 4.2 workstation. However i still needed to build the following SRPMS from Mandriva/Fedora :- - Chkrootkit - Logcheck - Tripwire - Xboard & Gnuchess - Rkhunter I needed to use the upstream versions of :- - OpenOffice.org 2.0.1 - RealPlayer Gold - Acrobat Reader I needed to tweak Bind chroot to log queries and
2006 May 04
4
differences between yum update and yum check-update
yum check-update: clamav.i386 0.88.1-1.el4.kb kbs-CentOS-Extra clamav-data.i386 0.88.1-1.el4.kb kbs-CentOS-Extra clamav-lib.i386 0.88.1-1.el4.kb kbs-CentOS-Extra clamav-update.i386 0.88.1-1.el4.kb kbs-CentOS-Extra yum update: Installing: clamav-db i386 0.88.2-1.el4.rf rpmforge 4.0 M replacing
2006 Apr 16
1
fedora-usermgmt ?
I was about to install clamav from the dag repo, but added the kbs-CentOS-Extra repo lately. So, there's one as well and I thought I might better get this one since it is rebuilt for CentOS. I'm getting a few confusing dependencies, though. fedora-usermgmt noarch 0.8-1 kbs-CentOS-Extras 7.7 k fedora-usermgmt-setup noarch 0.8-1
2008 Nov 11
3
xmms-flac missing dependency
I just tried to install the flac plugin for xmms, and failed. Google does not help. How to fix this? (btw, this is CentOS 5.2, fully updated) [root at sith ~]# yum install xmms-flac Loading "fastestmirror" plugin Loading "priorities" plugin Loading mirror speeds from cached hostfile * epel: scientificlinux.physik.uni-muenchen.de * adobe-linux-i386: linuxdownload.adobe.com *
2007 Jan 23
1
dkms
First, I want to thank Karanbir for the centos extras repo. I have a question about dkms. I have several Dell PowerEdge systems with Centos 4, and kbs-CentOS- Extras and dell-software repos enabled. Is there any possible conflict if I allow yum to update dkms from dell-software instead of kbs-CentOS-Extras? Currently the i386 architecture has version 2.0.11- in dell-software and 2.0.10-1
2006 Oct 04
2
Using YUM to install after server only install
Hi Gang- I just installed Cent 4.4 using the server only CD. Perhaps I overlooked a step, but I am trying to do this: yum install zlib Which gives me: Setting up Install Process Setting up repositories kbs-CentOS-Extras 100% |=========================| 951 B 00:00 kbs-CentOS-Misc 100% |=========================| 951 B 00:00 update 100%
2005 Aug 18
4
Die, KDE! Die! (Sticking with Gnome and Yum Conflicts)
Okay, I experimented with both KDE and Gnome, and decided I'd rather use Gnome. After making this decision, I wanted to remove KDE, because I like to keep my hard drive as lean as possible. I accomplished this, or so I thought, by running: # yum groupremove "KDE (K Desktop Environment)". It seemed to work. Removed a whole bunch 'o stuff. Okay, but then I wanted to install k3B,
2009 Feb 27
8
Repo order - priority plugins
Guys, what is the best way of arranging the repos with regards to their priority? Any ideas, especially for all non base ones? /etc/yum.repos.d/CentOS-Base.repo - priority = 1, 2 /etc/yum.repos.d/atrpms.repo /etc/yum.repos.d/epel.repo /etc/yum.repos.d/kbs-extras.repo /etc/yum.repos.d/kbs-misc.repo /etc/yum.repos.d/rpmforge.repo How would we position dags repo?
2006 Mar 31
1
[LLVMdev] Running LLVM Analysis on real-world projects.
Thanks for your valuable input. By the way, I am exporting CC=llvm-gcc and RANLIB=llvm-ranlib for projects that use it. It was a mistake not to write it in the post as apache indeed uses gcc. If you see the error message, you would see llvm-gcc being used. I would try to investigate further on the lines you have mentioned. However, the question that stands is how to best handle failure to compile
2007 Oct 23
2
gnumeric on CentOS 5
I'm trying to install Gnumeric using the kbsingh RPMs. Has anyone been able to use these with CentOS 5? Loading "installonlyn" plugin Setting up Install Process Setting up repositories kbs-Extras-i386 100% |=========================| 951 B 00:00 kbs-Misc-i386 100% |=========================| 951 B 00:00 updates 100%
2006 Mar 09
3
Karanbir CentOS REPO - Breakability?
How many of you have tried out the KBS CentOS Fedora Extras rebuilds? In my case i enabled his misc and extras repo on a test machine and - it proceeded to install apt that nuked the dag and centos list files. - It also installed a very new version of wine, wine-devel and wine-tools that broke my wine apps. the centOS rpms from winehq work like champs. The winetools 0.9.3 rpm as linked from
2001 Apr 05
2
Digital Ear evaluation of Vorbis beta 4
For those who haven't yet seen this: EarGuy's Digital Ear (physiological model of the ear based on work by Frank Baumgarte) has just finished rating the sound quality of Vorbis beta 4 at 128 kbs using 30 random 10-second selections of music: http://pub41.ezboard.com/fr3mixfrm4.showMessage?topicID=33.topic Two samples on which the Ear says Vorbis performed uncharacteristically poorly
2005 Aug 23
1
kbs-CentOS Dependency Problems
There seem to be some inconsistencies in the kbs-CentOS repository: [root at tabb1 ~]# yum update Setting up Update Process Setting up Repos kbs-CentOS-Extras 100% |=========================| 951 B 00:00 kbs-CentOS-Misc 100% |=========================| 951 B 00:00 update 100% |=========================| 951 B 00:00 base 100%
2007 Jun 08
2
puppet reports
Hi all, we activated puppet mail reports but we are receiving a lot of mails when yum fails to update the repos, like this one: (err): Failed to retrieve current state of resource: Could not get latest version: Execution of ''/usr/bin/yum -d 0 -e 0 list available munin-node'' returned 1: Cannot open/read repomd.xml file for repository: kbs-CentOS-Extras failure: