0
votes
3answers
429 views

Python: module not found after manual install

I've recently updated to the current version of Ubuntu, 13.04 and Python 2.7.4. Since then I have problems importing the gobject module and dunno what to do to fix it. I'd like to use dreampie which ...
0
votes
0answers
29 views

Installing M5elements Cache Simulator on Trimaran

Recently I was trying to install Trimaran, and I got the steps through this answer. But now I am trying to put the cache simulator to run, but without success. The first thing I noticed is that the ...
0
votes
1answer
35 views

Installing Trimaran

I'm having the same issue as posted here, but in my case, using Ubuntu 12.04 LTS Live USB, inside ~/trimaran/openimpact folder, try to execute ./install_openimpact Shell replies me at the end: ...
3
votes
2answers
219 views

Installing Piklab

I have tried to install Piklab into my Ubuntu 12.04 LTS 32-bit, and I tried to use this and this method. None of them really worked. During cmake ., my shell displays me lots of messages, but I think ...
2
votes
1answer
417 views

Initialising the Build Environment for Android on 64-bit 12.04

I am looking to initialise the build environment for the AOSP codebase (or for that matter, any Android source), and one of the first steps in the process is to; $ sudo apt-get install git gnupg flex ...
2
votes
1answer
59 views

Automated package build service

I´m using Bacula for backuping my servers and clients, but the versions of bacula in the official repository are very old. So I compiled and installed all the components by myself. But that was very ...
1
vote
1answer
73 views

How to write debian/changelog to allow build package other people

I've created simple debian package which I am building using bzr bd. the problem is my colleague is unable to build this package using this method, without changing changelog's email to her own, so ...
-1
votes
1answer
325 views

Will someone compile and setup a ppa for Diaspora Shattered Armistice? [closed]

Not a but, just a suggestion. There's been a lot of talking about gaming in Linux the last weeks. A couple days ago this game was released for windows, mac and Linux. The Linux version have to be ...
0
votes
1answer
290 views

where or how to compile or download libzdb-devel

I'm trying to compile the development library for libzdb, because dbmail requires this dev package to compile. While I've downloaded and compiled the package from libzdb, this is just the regular ...
0
votes
0answers
32 views

Distro in changelog header that matches all distros?

I'm doing a java package without native dependencies. I generate my changelog with hg using the pattern for the header: header = 'app ({latesttag}.{latesttagdistance}) unstable; urgency=low\n' this ...
0
votes
2answers
2k views

Makeinfo package not found in 12.04

Please can anybody give me an answer for this? I have already tried: sudo apt-get install makeinfo textinfo texi2html But, I still get the error: Unable to find the pacakge.
6
votes
3answers
148 views

Will a package I compile myself perform better than installing from the repositories?

Does a package performance is different when it's compiled from sources, or installed from repository ? Is it possible, what during the compilation, the package will be "more adapted" (performance, ...
0
votes
1answer
62 views

determining what files a package updates / copying software between machines

How do I determine which files comprise an application (built from source, not from a repo), so I can copy it? I built an application from source, but because the libraries it needed to build were ...
1
vote
1answer
188 views

How can we install all the necessary dependencies for a package so that we can build it?

well, after i installed freecad on my ubuntu 12.04 with the help of this blog i started asking about compiling and building from source. So, when we are trying to install a package some times the ...
2
votes
1answer
166 views

Why can't I run a package installed in “/usr/local/bin”?

After compilation of a package, make install installed the package's files in /usr/local/bin but when I double click on the file inside /bin it doesn't work. I followed all the steps to compile the ...
4
votes
3answers
179 views

What does libgs10-dev relate to?

As part of an installation process I am instructed to install libgs10-dev, however I cannot find any reference to this package outside of this installation guide ("Hacking the Kinect", Apress, 2012). ...
6
votes
1answer
4k views

How to install ktechlab?

How to install ktechlab in Ubuntu 11.10?
1
vote
2answers
567 views

Is it better to compile from source or to install from a .deb package?

Sometimes, when downloading software from the Internet, I find that there is a .deb package ready for either my Debian/Ubuntu and also a tarball to be compiled. In the beginning I would simply use the ...
22
votes
5answers
5k views

If I build a package from source how can I uninstall or remove completely?

I used source code to build one package such as below: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib --with-package-name="Myplugin" ...
6
votes
3answers
641 views

How to download, modify, build and install a Debian source package?

If I want to make minor changes to the source code of a Debian package, how do I go about downloading, incrementing the package version, building the (modified) source, and installing it on my ...
1
vote
1answer
155 views

Auto compile service on for Ubuntu packages? [duplicate]

Possible Duplicate: What are PPAs and how do I use them? create a .deb Package from scripts or binaries Is there any service provided by Ubuntu , to automatically compile source to binary ...
0
votes
1answer
179 views

How do I compile SMPlayer?

What do I need to install qt development libraries, so that I can then compile smplayer? I can reasonably handle the C/C++ side of things, but I somehow always get lost whenever I try to set up a ...
2
votes
3answers
19k views

How do I install the build dependencies for Android?

I'm trying build the Android source using these packages. ButI am getting this error: $ sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib ...
8
votes
2answers
1k views

Is it possible to find out what options packages were compiled with?

I am interested in knowing which options are used to compile vim in the package "vim" as I am trying to compile vim from source on another system, not running Debian/Ubuntu, and would like it to work ...
0
votes
2answers
739 views

How to get .so file to show up in package?

As many of you know by now, I'm building a package :) I am so close to getting it finished so I can upload it to my PPA, but there is still one slight problem: the shared library (.so file) doesn't ...