Displaying 20 results from an estimated 5000 matches similar to: "debuild vs. "debian/rules binary""
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
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:
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
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 Jan 31
1
Trouble configuring with macvtap passthrough on Debian Wheezy / Jessie
( Posting again. Correct subject line now! )
Hello,
I'm trying to use macvtap on Debian Wheezy.
Actually, I've installed a recent version of libvirt and qemu from
Jessie, using wheezy-backports.
$ virsh version
Compiled against library: libvirt 1.2.1
Using library: libvirt 1.2.1
Using API: QEMU 1.2.1
Running hypervisor: QEMU 1.7.0
I'm trying to configure a macvtap interface like
2008 Feb 26
1
Update to 2.2.1-2
Dear Arnaud,
> guys,
>
> sorry for the lag in jumping over there.
>
You anyway do a good job!
Thanks for prompt answers!
>
> If you want to do it yourself:
> - look here for the needed build tools
> http://www.debian.org/doc/maint-guide/ch-start.en.html#s-needprogs
> - svn co svn://svn.debian.org/nut/trunk
> - cd trunk
> - ln -s packaging/debian
> - fakeroot
2007 Oct 04
1
xen-utils rebuild for stable (CVE-2007-4993)
Hi,
I'm having difficulty applying and rebuilding the patch for
the version of Xen included in Debian's Etch release.
After applying the patch and updating the changelog I receive
this error:
steve at dev:~/xen-3.0-3.0.3-0$ debuild -sa
fakeroot debian/rules clean
if [ -f debian/control ] && [ -f debian/control.md5sum ] && [ -f debian/rules.gen ]; then \
2007 Sep 25
0
Bug#443963: Missing executable flag when debian/control needs changes
Package: xen-3
Version: 3.1.0-2
Severity: minor
Hi,
when I build xen-3 for etch I get the following error:
mrvn at book:~/src/xen/xen-3-3.1.0% debuild -us -uc -sa
fakeroot debian/rules clean
if [ -f debian/control ] && [ -f debian/control.md5sum ] && [ -f debian/rules.gen ]; then \
if md5sum debian/changelog debian/templates/control.hypervisor.in
2008 May 12
1
.deb packages [was: Re: backporting changes from the trunk...]
On Mon, May 12, 2008 at 7:58 AM, Charles Lepple <clepple at gmail.com> wrote:
> One thing I just noticed with the recent backport of packaging/debian
> from branches/Testing is that we will probably want to keep separate
> versions of packaging/debian for internal testing versus official
> releases. Right now, "debuild -us -uc" from the trunk (rev 1490)
>
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
2008 Aug 02
2
Bug#493393: xen-3: FTBFS: Permission problem
Package: xen-3
Version: 3.2.1-2
Severity: serious
From my pbuilder build log:
...
fakeroot debian/rules clean
if [ -f debian/control ] && [ -f debian/control.md5sum ] && [ -f debian/rules.gen ]; then \
if md5sum debian/changelog
2006 Aug 16
1
Saving ownership as non-root
Hello everybody!
Out of curiosity: What (backup) solutions do you use to let rsync store
device files and ownership permissions without root privileges?
I found out about "fakeroot" so far. Is there actually a practical use
for the "--super" option? I didn't find anything as fakeroot doesn't
need it...
Additionally it would be a nice idea to refer to
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
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
2010 Jul 19
2
Bug#589661: xen: FTBFS: RuntimeError: Can't find /usr/src/linux-support-2.6.32-5, please install the linux-support-2.6.32-5 package
Source: xen
Version: 4.0.1~rc3-1
Severity: serious
From my pbuilder build log:
...
fakeroot debian/rules clean
if [ -f debian/control ] && [ -f debian/control.md5sum ] && [ -f debian/rules.gen ]; then \
if md5sum debian/changelog debian/bin/gencontrol.py debian/templates/control.hypervisor.in debian/templates/control.main.in debian/templates/control.source.in
2008 Nov 16
1
Opening the 2.4 commit fest (RRD)
On Sun, Nov 16, 2008 at 11:08 AM, Arnaud Quette <aquette.dev at gmail.com> wrote:
>>> The remainder, until the -pre stage, will be:
>>> - the Powerman support (through the powerman driver) for more PDUs
>>> - the possible RRD integration into upslog
>>
>> It would be nice to have native RRD support in upslog, but we may also
>> want to point
2008 Apr 30
2
openSUSE 11.0 - NUT
Stan,
I'm very pleased to see you back to work with us on enhancing nut in
that many areas ;-)
2008/4/30 Stanislav Brabec <sbrabec at suse.cz>:
> Stanislav Brabec wrote:
>
> > Please note that 2.2.2-pre3 installs hald addons by default to / on
> > openSUSE 11.0 beta 2 x86_64. Not a big problem.
>
> Here is a patch, which fixes openSUSE 11.0 beta 2 x86_64: