Questions tagged [build]

34 questions
20
votes
3 answers

How to build application without sudo privileges?

What do I need to setup on a Ubuntu 9.10 server so that a user can build applications of there choice (i.e. ./configure , make && make install) with out the need for sudo/admin privileges. I just feel its a bit of a security risk having to give a…
RC1140
  • 300
17
votes
3 answers

Removing sources after building from them

Suppose, we've built some package from sources (configure make install). May we remove sources directory after successful building? Or it depends? On what, then?
disfated
  • 1,083
10
votes
3 answers

How to find out how many people have downloaded from PPAs

How do I find out how many people use a particular PPA. I see on a particular PPA ; Package build summary A total of 108 builds have been dispatched for this PPA. Completed builds 108 successful 0 failed Does that mean only 108 people have added…
mloman
  • 1,017
9
votes
4 answers

Writing a "Hello World" Device Driver for kernel 2.6 using Eclipse

Goal I am trying to write a simple device driver on Ubuntu. I want to do this using Eclipse (or a better IDE that is suitable for driver programming). Here is the code: #include static int __init hello_world( void ) { printk(…
Isaac
  • 193
7
votes
2 answers

Building a static version of Python?

I tried asking this question at StackOverflow, but the dead silence that followed made me wonder if some more Ubuntu-specific expertise might be required. I am trying to build a static version of Python thusly: ./configure --disable-shared…
7
votes
3 answers

Is there a PPA with a Wayland build I can use?

It seems like Wayland is coming to Ubuntu in the distant future. Being the curious type, I thought I would give it a try. I was going to build it myself, but wanted to save myself the trouble if there was a PPA somewhere I could use instead. Is…
Nathan Osman
  • 32,495
5
votes
3 answers

Building Awesome WM, missing dependencies

Trying to compile Awesome Window Manager on 11.04, I've done apt-get build-dep awesome but still get errors about missing dependencies: $ make Running cmake… -- cat -> /bin/cat -- ln -> /bin/ln -- grep -> /bin/grep -- git -> /usr/bin/git -- hostname…
Rena
  • 151
5
votes
1 answer

Recompile all packages and trigger on updates

I am using Ubuntu on a bespoke router and after seeing the latency drops capable with custom compiling on Gentoo, I would like to recompile all packages with CFLAGS="-march=atom". The guide for this and a helpful forum thread demonstrate the…
5
votes
2 answers

What is the minimum requirement to compile Kernel modules

I want to compile a Kernel module. What is the minimal set of packages that I need to download to succeed? Cheers, Stefan
Phi
  • 173
5
votes
1 answer

PPA hosting packages not built on launchpad build farm

Is it possible to build the deb packages in house and then upload the binaries to launchpad PPA, instead of uploading the source package and let it build by the build farm ?
mkm
  • 3,239
4
votes
1 answer

Why is Natty's daily live build not updated daily anymore?

I thought the daily build on http://cdimage.ubuntu.com/daily-live/current/ would be updated daily, but the current build is 6 days old. I would love to try out Natty and Compiz Unity on a live USB-drive, but it's not much use if it's not…
Elkimo
  • 41
3
votes
2 answers

PPA build failed because of unmet dependencies of another package in the same PPA

I have 2 packages swami-2.0.0 and libinstpatch-1.0.0 in my PPA where the first one depends on the latter. The swami-2.0.0 control file contains libinstpatch-dev (>= 1.0.0) but it seems this is not satisfied even after installing that package, with…
3
votes
1 answer

How to install ffmpeg without root?

I want to install ffmpeg, however it seems that its impossible without root. there are sources, but I have to compile it somehow. how to compile it? I just need ffmpeg "exec".
UAdapter
  • 17,967
3
votes
2 answers

Build Avahi without GUI

I'm running Ubuntu Jaunty on a plug computer which I only ever access via SSH. I want to update Avahi on the device (without GUI) and the only way (that I know of) to get the very latest version is to build from source. I've downloaded 0.6.30 from…
jon
  • 171
  • 5
3
votes
1 answer

Add new files into .deb package you're building

How do you add new files, eg custom init script into .deb package that you're building?
Flint
  • 3,201
1
2 3