Displaying 20 results from an estimated 6000 matches similar to: "How to generate the debs?"
2011 Jun 27
1
Debian and Ubuntu packages of 1.2.0
I tried your procedure, that's to say:
sudo apt-get build-dep xapian-bindings
sudo apt-get install php5-dev php5-cli
apt-get source xapian-bindings
cd xapian-bindings-1.2.*
rm debian/control
env PHP_VERSIONS=5 debian/rules maint
debuild -e PHP_VERSIONS=5 -us -uc
cd ..
sudo dpkg -i php5-xapian_*.deb
Though, it is failing with this error message:
dpkg-buildpackage -rfakeroot -D -us -uc
2014 Jul 24
0
RV: About your driver NUTDRV_ATCL_USB(8) for install
Dear Charles,
Thanks for your quick reply, but I can't install nut_2.7.2 in my raspberry.
1) I create a [nut] directory and use wget to download three files:
[nut_2.7.2-1.dsc] [nut_2.7.2.orig.tar.gz] [nut_2.7.2-1.debian.tar.xz] 2)I
unpack:
dpkg-source -x nut_2.7.2-1.dsc
3) I use command
root at pi1:/nut/nut-2.7.2# debuild -us -uc .
..
And I have the following error code:
2010 May 31
4
building rpy against lenny-cran
Hi.
On all of my machines, except for a netbook cursed with the GMA500
chipset, the R packages are synced to lenny-cran.
I have been using rpy in a chroot using the official lenny
R packages (2.7.1) given that i have not been able to find
compatible rpy deb packages to work with lenny-cran.
I am able to build the rpy deb package from source in
a 32-bit lenny chroot (with the stock R packages)
2016 Mar 26
2
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Hi Olly and co,
On an Ubuntu 15.10, following the docs at
https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package
When
running debuild -e PHP_VERSIONS=5 -us -uc
I get (sorry for the French):
"
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: paquet source xapian-bindings
dpkg-buildpackage: version source 1.2.21-2.1
dpkg-buildpackage: distribution source unstable
2014 Jul 24
3
RV: About your driver NUTDRV_ATCL_USB(8) for install
I think I may be of some help in this matter. Since I am running a
bunch of Raspberry Pi's with NUT and it took a lot of hacking to make
it possible. You could probably copy and paste this right into a
shell script and just run it ...
# Do an rpi-update FIRST to prevent USB strangeness
#some depencies from repo
sudo apt-get -y install m4 libtool libudev-dev automake
#fixing autoconf for
2016 Mar 26
3
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Le 26/03/16 18:04, Olly Betts a ?crit :
> On Sat, Mar 26, 2016 at 04:51:35PM -0500, Yannick Warnier wrote:
>> On an Ubuntu 15.10, following the docs at
>> https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package
>>
>> When
>>
>> running debuild -e PHP_VERSIONS=5 -us -uc
>>
>> I get (sorry for the French):
>>
>>
>> "
2014 Jul 17
3
About your driver NUTDRV_ATCL_USB(8) for install
On Jul 13, 2014, at 9:46 AM, pere at riusnebot.com wrote:
> Dear Charles Lepple,
> Sorry for my email intrusion.
for next time:
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser
> I have an UPS called Ovislink 1000VA and it use a UPSMART2000R (with ?ATCL FOR UPS?).
> I?m a beginner Linux user and I ?will install your new driver <nutdrv_atcl_usb > to work
2007 May 25
1
debuild vs. "debian/rules binary"
[was Re: [Nut-upsuser] Belkin USB UPSes]
On 5/24/07, Arnaud Quette <aquette.dev at gmail.com> wrote:
> Simply symlink debian to packaging/debian, and either "fakeroot
> debian/rules binary" or whatever is your prefered method.
I just noticed that if you use the "fakeroot debian/rules binary"
method, the "ifeq (linux,$(DEB_HOST_ARCH_OS))" test is false,
2015 Feb 09
0
RV: About your driver NUTDRV_ATCL_USB(8) for install
Dear Steve,
Thanks.
Until today I could not install the nut in my raspberry. All installation good, but with my ups " Ovislink Chrome 1000VA" and "nutdrv_atcl_usb" driver, it inform me the following error details.
I can startup nut but nutmon don't receive anything only (lost conection).
My setup:
root at pi1:/nut# lsusb
Bus 001 Device 002: ID 0424:9512 Standard
2006 Jul 08
2
building the logcheck package from SVN
apt-get install svn-buildpackage
cat <<_eof >> ~/.svn-buildpackage.conf
svn-lintian
svn-linda
svn-move
_eof
mkdir logcheck; cd logcheck
svn co svn+ssh://svn.debian.org/svn/logcheck/logcheck/trunk
cd trunk
svn-buildpackage -k<your key ID> -rfakeroot
man svn-buildpackage for more. Nice, huh?
--
.''`. martin f. krafft <madduck at debian.org>
: :' :
2012 Mar 13
2
Having problems with building a deb package of the sources
I am using the 1.4-rc6 source code to build the deb package. The source
compiles smoothly but debuild -us -uc fails with this message:
(last few lines, I hope which are more relevant)
../../../tools/runtest -q -P wine -M atl.dll -T ../../.. -p
atl_test.exe.soatl_ax.c && touch atl_ax.ok
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
On Sat, Mar 26, 2016 at 04:51:35PM -0500, Yannick Warnier wrote:
> On an Ubuntu 15.10, following the docs at
> https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package
>
> When
>
> running debuild -e PHP_VERSIONS=5 -us -uc
>
> I get (sorry for the French):
>
>
> "
> dpkg-buildpackage -rfakeroot -D -us -uc
> dpkg-buildpackage: paquet source
2010 Aug 04
1
[3.4.8/Debian Testing amd64] dpkg-build-package fails with linker error
Hello,
I am facing a problem when rebuilding Samba 3.4.8dfsg2 on Debian Testing.
Command used: "dpkg-buildpackage -uc -us -rfakeroot
--source-option=--format=1.0"
Linking bin/smbcontrol
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.4.4/../../../../lib/libunwind-ptrace.a(_UPT_access_fpreg.o):
relocation R_X86_64_32S against `_UPT_reg_offset' can not be used when
making a shared
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Le 26/03/16 18:44, Yannick Warnier a ?crit :
> Le 26/03/16 18:04, Olly Betts a ?crit :
>> On Sat, Mar 26, 2016 at 04:51:35PM -0500, Yannick Warnier wrote:
>>> On an Ubuntu 15.10, following the docs at
>>> https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package
>>>
>>> When
>>>
>>> running debuild -e PHP_VERSIONS=5 -us -uc
2013 Dec 02
6
Bug#731166: Error: Syntax error: 'end' expected
Package: xen-api-libs
I cannot backport xen-api-libs to an oldstable system. It fails with:
$ dpkg-buildpackage -rfakeroot -us -uc
dpkg-buildpackage: source package xen-api-libs
dpkg-buildpackage: source version 0.5.2-3.1
dpkg-buildpackage: source changed by St?phane Glondu <glondu at debian.org>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build xen-api-libs-0.5.2
2006 Feb 23
1
Building release source DEBs [signed]
I've been working on a buildrelease.sh script to call hg2dist.sh,
export debian/ from svn and run dpkg-source for me. When I ran
dpkg-source I noticed that it gave warnings regarding the *.dpatch files
being chmod 0755 is there any reason to maintain this within the
repository or would 0644 suffice and remove these warnings from dpkg-source?
Regards,
Jeremy
--
2008 Aug 11
2
debian package from svn / errors and non working debian rules
Hello,
I tried to build an debian package from svn. First I checked out trunk
and the 2.3.2 branch, which both build this quite "old" package :-)
icecast2_1.9+2.0alphasnap2+20030802-1_amd64.deb
Then I tried the kh branch, which doesn't build with dpkg-buildpackage:
debian/rules:6: debian/cdbs/1/rules/buildinfo.mk: No such file or directory
make: *** No rule to make target
2006 May 17
2
MissingSourceFile in LoginController#login PROBLEM
Hi All,
I''m new to this and having a hard time getting a ruby on rails app to work. The problem seems to be realted to sqlite3 but as far as I know sqlite3 is working properly on its own. You can check out my error messages at http://129.173.68.245
Any advice on what might be causing this problem is greatly appreciated.
S.
---------------------------------
All new Yahoo!
2008 Sep 17
1
Problems when attempting to build wine from source on Ubuntu
I am trying to build Wine from source on an X64 Hardy Ubuntu system in order to do some regression testing. I am having trouble however to build the dependencies for that.
I already did these a while ago, but I re-applied just in case the instructions from this page for the apt repository http://www.winehq.org/site/download-deb. I constantly get this error:
xavier at Xavier:~$ sudo apt-get
2002 Dec 03
1
CVS release-2.2.7 and debian
I've just downloaded 2.2.7 from CVS and started dpkg-buildpackage:
dpkg-buildpackage: source version is 2.2.6-0.1
Eventually somebody should change the file packaging/Debian/debian/changelog
regards
Markus Schabel
+--------------------------------------------+
| TGM - Die Schule der Technik |
| IT-Service |
| A-1200 Wien, Wexstrasse 19-23