Displaying 10 results from an estimated 10 matches for "deb_build_options".
2012 May 18
1
hppa, powerpcspe: call for klibc/mksh testers
Hi,
no mailing list for powerpcspe? What?s the progress of your
architectures? I don?t see much happening on debian-ports.org,
and taking your architectures off that infrastructure hurts
others (I?ve ?revived? m68k and kept it running on d-p.o which
helps a bit).
Anyway: a new klibc (2.0~rc5-1) has been uploaded, and an mksh
companion version (40.9.20120518-1) depending on it and trying
to use
2011 Oct 03
0
[LLVMdev] ld crashes with invalid pointer on Ubuntu 11.04 x86 when linking libgcc_s.so
I downloaded the source package for Ubuntu 11.04's ld - it's part of
binutils. It's building right now with "-g" on the compile command
line, and with --prefix set to install in a subdir of my ~/LLVM
directory.
I've already tried enabling core dumps:
$ ulimit -c unlimited
... but with the release ld that's included with Ubuntu I don't get
symbols. Building
2011 May 18
0
Trying to re-compile libvirt package on Ubuntu Lucid
...ing to rebuild Ubuntu's libvirt packages to turn on ESX support.
I've downloaded the Ubuntu source package for Lucid (updated Lucid package)
dget -u http://archive.ubuntu.com/ubuntu/pool/main/libv/libvirt/libvirt_0.7.5-5ubuntu27.11.dsc
I try and re-compile
dpkg-buildpackage -rfakeroot -b
DEB_BUILD_OPTIONS="--with-esx" fakeroot debian/rules binary
and I get this error:
...
testing with corrupted config: log_level
Skipping test (due to Ubuntu buildd FTBFS): running libvirtd with a valid config file (2 seconds)
FAIL: daemon-conf
PASS: define-dev-segfault
...
====================
1 of 37 te...
2011 Oct 03
4
[LLVMdev] ld crashes with invalid pointer on Ubuntu 11.04 x86 when linking libgcc_s.so
This shouldn't be considered our bug (should it?). I'm going to
report it to Ubuntu.
I will restart my build, but does anyone else see this on Ubuntu
11.04? Note that I have a 32-bit machine with 2 GB of RAM and no
swap.
$ ld --version
GNU ld (GNU Binutils for Ubuntu) 2.21.0.20110327
Copyright 2011 Free Software Foundation, Inc.
$ uname -a
Linux frylock 2.6.38-11-generic #50-Ubuntu
2004 Sep 10
1
libFLAC docs
Matt Zimmerman wrote:
>
> This is already being done (by me) for the Debian packages. I create packages
> for:
>
> - The reference encoder/decoder (flac)
> - The shared library libFLAC.so.0 (libflac0)
> - The development library and headers (libflac-dev)
> - The XMMS plugin (xmms-flac)
>
> Personally, I think this is beyond the scope of the flac source
2008 May 28
6
Error using antispam plugin
Hi
When activating antispam plugin in imap protocol, when sending an
email, Evolution/Thunderbirdkeeps infinitely "Sending authentication
information", and Dovecor logs shows "dovecot: May 28 10:14:35 Error:
child 6910 (imap) killed with signal 11"; lots of empty folders in
/tmp are created with names like "antispam-mail-ZvyWeZ".
I am using Dovecot1.1 rc15 compiled
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
...dfsg-4~bpo7+1) wheezy; urgency=low
+
+ * Wheezy backport
+ * Only depend on python 2.7
+ * Do not use systemd
+ * Depend on libgnutls-dev
+
+ -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 18:35:25 +0200
+
samba (2:4.4.3+dfsg-4) unstable; urgency=medium
* Fix build with DEB_BUILD_OPTIONS=nocheck
diff -ru samba-4.4.3+dfsg.orig/debian/control
samba-4.4.3+dfsg/debian/control
--- samba-4.4.3+dfsg.orig/debian/control 2016-05-03
22:15:40.000000000 +0200
+++ samba-4.4.3+dfsg/debian/control 2016-05-26 17:07:20.321089167 +0200
@@ -12,7 +12,6 @@
Standards-Version: 3.9.8
Buil...
2024 Feb 05
7
Bug#1063270: xen: NMU diff for 64-bit time_t transition
Source: xen
Version: 4.17.3+10-g091466ba55-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm at lists.debian.org
Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet!
Dear maintainer,
As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
2009 Feb 24
4
dovecot1.2 segfault
I've tried 2 builds of dovecot, based on a amd64 rebuild of the
experimental package on http://xi.rename-it.nl/debian/
I've tried to include as much useful info as possible, sorry if I've
missed out anything of use. Let me know as I'm more then happy to
assist in any way possible.
$ telnet host 110
Escape character is '^]'.
+OK Dovecot ready.
USER ian at domain.com
+OK
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...ed for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -g
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
- INSTALL_PROGRAM += -s
-endif
-
-# shared library versions, option 1
-version=2.0.5
-major=2
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk ...