Tagged Questions
0
votes
0answers
12 views
Installing and keeping recompiled packages
There are a few packages I want to recompile on my system using a different compiler and flags. I've had no problems doing the following:
$ apt-get --compile source <packagename>
The problem ...
2
votes
1answer
61 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
votes
2answers
291 views
How do I create a deb for GCC 4.7?
I'm sorry but I have tried the tutorials on various websites. Nothing, so far, has worked. I'm using Ubuntu Maverick 10.10. I've downloaded, compiled and installed GCC 4.7.0. Now I want to make a .deb ...
1
vote
2answers
569 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 ...
0
votes
1answer
117 views
Easy Native Package Rebuild [duplicate]
Possible Duplicate:
Recompile all packages and trigger on updates
What's easiest way of to rebuild a package in Debian/Ubuntu using a specific set of CFLAGS/CXXFLAGS. In all the tutorials I ...
1
vote
1answer
317 views
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?
0
votes
2answers
2k views
GPG can't check signature
I was trying to recompile and rebuild libevent2 source from oneiric on my natty server and I had a small error with gpg not being able to check signature
# dpkg-source -x libevent_2.0.12-stable-1.dsc
...
7
votes
2answers
430 views
How to cross-compile an existing deb package from 64bit to 32bit architecture
I have rebuilt a deb package with a custom patch for my computer which is a 64bit machine. I did it using:
sudo apt-get -b source [package name]
Now my question is, how to do that in a similar ...