General :: Compile Cairo/PyCairo From Sources On Ubuntu Hardy?

Apr 25, 2010

trying to compile latest pixman/cairo/pycairo from sources on ubuntu hardy LTS 8.04. The default versions are pretty older. These are the versions of three packages I am using:1. pixman-0.18.02. cairo-1.8.103. pycairo-1.8.8Please note that I am new to linux with limited skills in c/c++ stuff.First you have to compile pixman and here is the script I am using:

Code:
$wget http://www.cairographics.org/releases/pixman-0.18.0.tar.gz
$tar xvf pixman-0.18.0.tar.gz

[code]....

View 2 Replies


ADVERTISEMENT

General :: Compile Gvim From Sources?

May 25, 2011

Recently, I've installed vim like so:

hg clone https://vim.googlecode.com/hg/ vim
cd vim
sudo ./configure --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-gui=gtk2 --prefix=/opt/vim
make
make install
make install clean

So, my VIM's binaries now live under /opt/vim/bin. Here is ls -la of this dir:

[Code]...

View 2 Replies View Related

Debian :: Installing Kernel Sources - Compile And List

Apr 5, 2010

I am not new to Debian and used to use commands like "apt-get install <package>", "apt-get update", "apt-get upgrade" and "apt-cache search <string>" regularly. But I never understood those Debian programs and the Debian package system with it's numerous programs and way to install things and work on software and configurations. Now, I just wanted to do something that I thought to be really easy. Get the source of an existing package. And despite spending over 3 hours - including reading the man-pages of commands - I cannot find a way!

Two things:
dpkg --get-selections | grep openvz
linux-image-2.6-openvz-amd64 install
linux-image-2.6.26-2-openvz-amd64 install

I already don't understand why I have two such packages installed. I would like to download the source of my kernel: apt-get source linux-image-2.6.26-2-openvz-amd64. This downloaded linux-2.6_2.6.26-21lenny4.dsc, linux-2.6_2.6.26.orig.tar.gz and linux-2.6_2.6.26-21lenny4.diff.gz

Then, I wanted to patch this - having found no explanation, I did:
cd linux
patch < ../linux-2.6_2.6.26-21lenny4.diff

That seemed to patch the kernel. But I am not sure - there are new files like this now_
[...]
Only in linux-2.6-2.6.26: xenctrl-capabilities.patch
Only in linux-2.6-2.6.26: xenctrl.patch
Only in linux-2.6-2.6.26: xenctrl-privcmd.patch
[...]

So, how can download the complete Debian kernel source? And what do I need to be able to compile it? And - HOW to just list all available sources and search in them?!? I found lots of webpages where tools like "make-kpkg" are used, which I do not understand again. Under SuSE, I could just select the package from a list, say "make oldconfig install modules modules_install" and be ready. Under Debian, I just find no way ...

View 14 Replies View Related

Ubuntu :: Why A Hardy/Hardy Dual-boot Shouldn't Work

Jan 5, 2010

I've had issues with the later versions of Ubuntu, so in an effort to road-test Firefox 3.5 on Hardy I'd like to change my Karmic/Hardy dual boot to a Hardy/Hardy dual boot, and follow the instructions in [URL] to put the Mozilla build of 3.5 on the new installation.

I can't see any reason why a Hardy/Hardy dual-boot shouldn't work, but does anyone know of any issues with this I might not be aware of?

View 9 Replies View Related

Software :: Error While Installing Cairo - Make[1]: Entering Directory `/tmp/rrdbuild/cairo-1.6.4/src'

Nov 11, 2010

Currently I am installing Cairo 1.6.4. I have followed the instructions mentioned in [URL]. When I try to install using "make install" I am getting the following error,

Making install in src
make[1]: Entering directory `/tmp/rrdbuild/cairo-1.6.4/src'
make[2]: Entering directory `/tmp/rrdbuild/cairo-1.6.4/src'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"

[code]....

View 3 Replies View Related

General :: Disabling Cd Sources In Apt/sources.list?

Aug 28, 2009

I am installing a hp officejet pro 8500 all in one printer to knoppix 6.0.1. install hangs saying i need to disable cd sources in etc/apt/source.list. How do i do this?

View 1 Replies View Related

Fedora :: Error: Package Requirements (cairo >= 1.6.0) Were Not Met: No Package 'cairo' Found

May 24, 2010

Today I was using Gchempaint (part of Gnome Chemistry Tools) and found that the F12 version fails miserably to correctly export H to xyz. So I decided to install the latest version I found (0.11). There are, however, some problems I must sort out during compilation.

Apparently it does not see my 'cairo' installation and so I get the following error message:

Code:

checking for cairo... configure: error: Package requirements (cairo >= 1.6.0) were not met: No package 'cairo' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.Alternatively, you may set the environment variables cairo_CFLAGS and cairo_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

View 2 Replies View Related

Ubuntu Installation :: Can't Update Http://ppa.launchpad.net Natty/main/Sources Sources

May 16, 2011

I've got the following problem: I just noticed that there were just very few notifications about updating the system (usually there are damn many of them in a week) So I opened the update manager and clicked on "refresh list". The following result popped up: p,li{white-space:pre-wrap;}E: Error http://ppa.launchpad.net natty/main/Sources Sources 404 Not Found First I thought, it would be just some kind of server problem, but it didn't stop. The next thing was to research the thread and I even found something. However, the solution suggested didn't work at all. (Things, which might have caused this: I installed the default software center |I'm using Kubuntu, but in this case that fact doesn't matter| and used it. To sum up:

- not able to update the system referring to the launchpad main sources for 11.04
- following error: E: Error http://ppa.launchpad.net natty/main/Sources Sources 404 Not Found It would be great if this was a common issue and I've been simply too stupid to find a proper solution. So you could just post the link.

View 2 Replies View Related

Ubuntu Installation :: Change The Sources That Aren't In Sources.list?

Apr 21, 2010

I am running Jolicloud on my netbook (which I believe is an Ubuntu derivative) and I am tried to enter the getdeb.net sources in so I can install apps from the website through APT but

1) When I entered the sources into sources.list and then the key into Terminal and then went to the site and tried to install an app it didn't work.

2) I deleted the line of code in the sources.list file and when I opened terminal and entered "sudo apt-get update" it showed the list of sources, but on the list were Getdeb.net sources.

My question is how do I delete sources that aren't in /etc/apt/sources.list ?

View 6 Replies View Related

General :: How To Change Default Position Of Cairo Clock

Feb 8, 2010

I am using ubuntu. I have Cairo clock on my startup list, but after logging in cairo-clock appears on left top corner, but as it is the position reserved for computer, my home, mounted volumes etc. So I want to change default position of cairo-clock to left but there is no such option in the preferences of cairo-clock. My cairo-clock version is cairo-clock 0.3.4. Can I edit any config file of cairo-clock.

View 1 Replies View Related

General :: Slow And Poorly Working Karmic Koala After Upgrade From Hardy

Jan 21, 2010

I reinstalled Ubuntu on my HP pc-40 computer. I used to run Hardy Heron and am now running Karmic Koala. The cd drive which had had issues for a while, broke after finishing the install, when I tried to get the cd out.I dont know if this has anything to do with it, or if my computer is too old for Karmic Koala, or if possibly the harddrive didn't appreciate being overwritten a second time - but the graphics are not working well (small squares of previous windows linger in my present browser window*)everythin is much slower, and many applications come up without a border, or their windows cant be moved with the mouse.

To top it off, while I tried to fix a bug with the terminal (no border) and uninstalled it, I couldnt install it back. So no terminal, which really makes even a newbie like me sad.If I cant solve it in a few days I will probably try to install a smaller distro via USB - I think Slax can be installed straight to USB without a live cd?

View 5 Replies View Related

General :: Adding Cairo-Dock To The List Of Startup Applications?

Dec 14, 2010

I'm running Ubuntu maverick meercat 10.10. I don't think it's very necessary to mention my hardware to get an answer to this question.I found out about the Cairo-Dock and fell in love with it. It annoys the hell out of me to have to start it every time I boot. I navigate to- System> Preferences> Startup ApplicationsUnder the startup programs tab I click on add... Now what??? Put the name as Cairo... what about the command. I don't know what file to navigate to.

View 3 Replies View Related

General :: Sources.list: What Is A Deb-src

Apr 8, 2011

In a typical sources.list in a Debian-based distro, I see a line that begins with "deb," and right below it, the same repo preceded by "deb-src." I can figure out that that means "Debian source," but what's the difference between a "deb" and a "deb-src"?

My current sources.list has almost all the deb-src lines removed; I believe I did that at some point because Synaptic was giving me error messages over there being too many entries in my sources.list, and I must have thought the deb-src lines were redundant. I assume I was wrong, eh? The deb-src lines must be there for a reason. I might not have been certain the error messages were due to having too many sources, either; maybe that was only my guess.

View 3 Replies View Related

General :: How To Uninstall Sources

May 18, 2011

I usually use portage(a type of package manager for Gentoo). It's easy to install and unistall programs.

However, I sometimes install programs from source for various reasons. The installation is fine but how do I remove them?

Do I just delete all the files or is there more to it?

View 3 Replies View Related

General :: Yast Sources For Suse EL 10.2?

Mar 17, 2010

I am using Suse EL 10.2 on IBM cloud, and need to install basic packages such as gcc, zlib, etc. Is there any official Suse 10 sources that I can use?

View 1 Replies View Related

General :: How To Adjust Sources.list

May 13, 2009

Debian 5.0

On running;

$ cat /etc/apt/sources.list
Code:
deb http://http.us.debian.org/debian lenny main contrib
deb-src http://http.us.debian.org/debian lenny main contrib

[Code].....

E: Some index files failed to download, they have been ignored, or old ones used instead. how to adjust sources.list

View 3 Replies View Related

General :: Back-up Many Different Sources (rsync)?

Mar 6, 2011

19:25 into this video has a question about back-ups:[URL].. it is basically asking how to save files from different sources (mac harddrive, windows harddrive, sd-card, cd's) and they want to ensure pictures from a digital camera dont get overwritten (there are multiple 001.jpg, 002.jpg, ... files -- maybe md5sum will help here).

i assume rsync would be good in this case but i am not sure what the syntax would be. i also assume that the rsync command is available for mac (i am more of an scp guy) but i have been proven wrong on assuming bash compatability between linux/ os-x before.

View 2 Replies View Related

General :: How To Save Software Sources

Aug 28, 2010

Is there a way to keep the application sources after being installed by Software Manager(using Linux Mint)?
ex, i install opera browser via the software manager and maybe i try to re-install the linux in a month and i don't wanna download all the softwares again. is there a executable file like EXE or DMG which i can keep after downloaded?

View 6 Replies View Related

General :: Downloading Current Kernel Sources ?

Jan 19, 2009

I need to download the Kernel sources add a few lines and then recompile and install the new files. I found the following lines that are suppose to do it on nVidia's forums:

Code:
# Install Kernel Sources
sudo apt-get build-dep linux-image-2.6.24-17-rt
sudo apt-get source linux-image-2.6.24-17-rt[code]........

what the Kernel Module Source packages are called?... This guide I am trying to follow is obviously dated but it is the only solid lead I have been able to find towards making my ram work...This is the original thread on the NVNEWs boards: Unable to install Nvidia driver on 9500M + Ubuntu - Page 2 - nV News Forums,Read through that thread I linked to the NVidia forums for a detailed run down of what is wrong.

The semi short version: There is some sort of issue with the NVidia driver on the G1Sn (and several other Asus Models) and the way the Linux Kernel address memory, the issue results in not being able to use more than 2 Gigs of ram with the Nivida drivers. There is a patch (again check the nvidia forum link) that people said they had applied to fix this issue. At this point I am seriously considering Vista again if I can't get this working I love Ubuntu but I hate having my hardware limited by my software...where to download the files I need to recompile in the Kernel with the patch I need for my ram to work?

I tried posting there but it seems like the thread is long dead.. how I can download the needed files and maybe how I add these lines to it?I also started a thread on the ubuntu forums here: [ubuntu] Downloading Current Kernel Sources.

View 2 Replies View Related

General :: Compiling Kernel Sources Or Its Modules

Oct 25, 2010

It has been years since I have need to compile the kernel or its modules. Here goes: I recently upgraded to ubuntu 10.10 and needed the kernel source and its modules source. The relevant directories are in a mess. Several diff versions, broken links, the works. Is there a nice easy way, to remove all of the sources, there, and err "install" the ones for my latest kernel, in the correct places. Then I might have a chance at getting the two modules I need complied! Nvidia being one for the geforce 4 mx420 nv17

View 4 Replies View Related

General :: No Kernel Sources When Compiling Software

Feb 25, 2010

When compiling software I get the following notice : You do not appear to have the sources for the 2.6.31.5xls-domU kernel installed.

Yum says :
Package kernel-headers-2.6.18-164.11.1.el5.x86_64 already installed and latest version
Package kernel-devel-2.6.18-164.11.1.el5.x86_64 already installed and latest version

But uname says :
Code:
-bash-3.2# ls /usr/src/kernels/
2.6.18-164.11.1.el5-x86_64
-bash-3.2# uname -a
Linux vds.hosting.net 2.6.31.5xls-domU #4 SMP Fri Dec 4 12:17:04 CET 2009 x86_64 x86_64 x86_64 GNU/Linux

Extra info :
title CentOS (2.6.18-164.11.1.el5xen)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-164.11.1.el5xen ro root=/dev/xvda1 console=xvc0
initrd /boot/initrd-2.6.18-164.11.1.el5xen.img

This is a VDS I'm renting from my Hosting company. How can I get the right sources? RPMforge repo?

View 10 Replies View Related

General :: Sources.list For Debian Lenny Stable?

Feb 11, 2010

I am looking for the best sources.list there is for Debian/Lenny Stable,I got the following from the website of sources.list generator, but I am not convince because for the last 6 days I did not got any update to do, my system been for 6 days straight up to date so, I am not convince at all because it is odd, here is my sources.list:

Code:

#############################################################
################### OFFICIAL DEBIAN REPOS ###################
#############################################################
###### Debian Main Repos

[code]...

PD: I got Germany Debian servers because they are pretty fast nothing more and also I am running on my Desktop Xfce4 that I loved, but, I would like to know if there is any repository for updates on this wonderfull Desktop Enviroment.

View 14 Replies View Related

General :: Debian Sources Catalog - Contrib Main

Jul 26, 2010

Is there some catalog or something to distinguish and choose sources for sources.list file in Debian? Currently mine are

Code:
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-1 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-2 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-3 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-4 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-5 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 Update DVD 20090907: i386 DVD 1]/ lenny contrib main non-free
but I want to use EXACTLY the same from internet - for the same version.

Also what mean non-free, contrib, main and other parameters?

View 3 Replies View Related

General :: Backup A Configuration File Like Sources.list?

Feb 11, 2011

It's always a good to backup a configuration file like sources.list before you edit it. To do so, issue the following command: sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup Where does it backup to and how do I access it? I want to put the backup on removable disk or upload it

View 2 Replies View Related

General :: Installing RRDTool On Centos - Error "dependencies Cairo-devel And Pangocairo"

Oct 1, 2010

I have a problem installing RRDTool on Centos 5.4 and it will always come up error dependencies cairo-devel and pangocairo but I already installed this packages.

View 2 Replies View Related

General :: Setting Up Iptables For Traffic Forwarding On Port 80 From Specific Sources?

Jun 1, 2010

Im running a web server on port80, but i want traffic coming from ip 212.333.111.222 on port 80 to be fowarded to port 9020 on the same server that my web server is rinning at that is my sshd port

View 1 Replies View Related

Ubuntu :: Skype On Hardy 8.04?

Feb 12, 2010

I have just installed Ubuntu Hardy 8.04 and am trying to install Skype. If possible I would like to do this with a debian package. I just cannot find this anywhere.

View 3 Replies View Related

Ubuntu :: GLIBC 2.8 Not Found On Hardy

Feb 2, 2010

Installed a new program that calls for GLIBC 2.8 and it immediately errors and quits(`GLIBC_2.8' not found ). Running Hardy Heron, YES, I know it is getting long in the tooth, but LTS? I should be able to install GLIBC 2.8? This boy can not find any reference to do so.

I'd upgrade, but running a laptop Dell Inspiron 6000 with ati X300 mobility (NEVER AGAIN WITH ATI! Give me Nvidia or give me death!) that has been put into legacy and is no longer supported by ati. So I am stuck on Hardy until I get a new laptop (Sometime in the year 2525 at the rate I can save money) The question(s) is/are:

1. Can GLIBC 2.8 (/lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.8') be installed on Hardy Heron easily?

2.Can it GLIBC 2.8 be installed with non-standard repos?

3. Can GLIBC 2.x be custom compiled *easily* to Hardy or am I looking at a whole can of worms. ("Dood, solution: apt-get dist-upgrade" >remember ATI?<) Finally if I am looking under the wrong rock... Where may I find a forum to guide me through this- if one exists?

View 2 Replies View Related

Ubuntu :: Disabling Ipv6 In 8.08 Hardy LTS?

Mar 26, 2010

i have found the solution to disabling ipv6 but the command line is not recognised when i enter it.

i open terminal and input sudo gedit/etc/modprobe.d/bad-list/ but the command is not recognised

View 1 Replies View Related

Ubuntu Multimedia :: Wired On Hardy 8.04?

Mar 29, 2010

I've been trying to install wired on friend's ubuntu hardy 8.04 and simply couldn't.. no .deb package I had found worked, I couldn't compile it from scratch (weird dependencies problems which I can't resolve) and I'm stuck. I'm a bit afraid of upgrading his system to koala, coz I don't have time for neither fresh install nor for dealing with all the possible problems with 'dirty' upgrade..

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved