Bug#1010121: libx11: FTCBFS: cannot run test program while cross compiling

2022-04-24 Thread Daniel Schepler
llable.) -- Daniel Schepler

Bug#893067: libinput-dev: pkg-config file does not work without libwacom-dev installed

2018-03-15 Thread Daniel Schepler
Package: libinput-dev Version: 1.10.3-1 Severity: important Justification: causing numerous new FTBFS bugs In a clean pbuilder chroot: # apt install libinput-dev pkg-config # pkg-config --cflags libinput Package libwacom was not found in the pkg-config search path. Perhaps you should add the

Bug#887482: xorg-server: FTBFS: dh_autoreconf can only be run once

2018-01-17 Thread Daniel Schepler
uot; or "dpkg-buildpackage -A" separately will work; but "dpkg-buildpackage -b" will fail with the above error. -- Daniel Schepler

Bug#882193: xauth: FTBFS under pbuilder with output redirected

2017-11-19 Thread Daniel Schepler
h-1.0.9' debian/rules:18: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 -- Daniel Schepler

Bug#870434: mesa: Break build dependency cycle with libva

2017-08-01 Thread Daniel Schepler
configure flag, and dropping the mesa-va-drivers package for the stage1 build profile - provided that doesn't change the binary contents of the other packages. -- Daniel Schepler

Bug#870176: libdrm: Make source package bootstrappable

2017-07-30 Thread Daniel Schepler
On Sun, Jul 30, 2017 at 12:52 PM, Sven Joachim wrote: > Really? There seems to be quite a bit of code that's conditional to > #ifdev HAVE_VALGRIND, e.g. in intel/intel_bufmgr_gem.c, and I don't > think building with the nocheck profile should alter the produced binary >

Bug#870176: libdrm: Make source package bootstrappable

2017-07-30 Thread Daniel Schepler
libgd2 Build-Depends on libtiff-dev tiff Build-Depends on freeglut3-dev freeglut Build-Depends on libgl1-mesa-dev mesa Build-Depends on libdrm-dev As far as I can tell, it should be sufficient just to annotate the Build-Depends with "valgrind ". -- Daniel Schepler

Bug#870113: libxcb: Make source package bootstrappable

2017-07-29 Thread Daniel Schepler
12), libtool, automake, python, dctrl-tools -- Daniel Schepler

Bug#778176: Revised gcc-5 patch for x11-xserver-utils

2015-07-18 Thread Daniel Schepler
On Sat, 7 Mar 2015 08:57:48 +0100, Julien Cristau wrote: I don't think that's an acceptable way to fix this. How about this? (This is a patch to be directly quilt imported, not a debdiff.) -- Daniel Schepler Index: x11-xserver-utils-7.7+4/sessreg/man/Makefile.am

Bug#773724: libxshmfence: FTBFS: Test failure

2014-12-22 Thread Daniel Schepler
]: *** [override_dh_auto_test] Error 2 make[1]: Leaving directory '/tmp/buildd/libxshmfence-1.1' debian/rules:13: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-x-requ

Bug#758094: libgl1-mesa-glx:x32: SIGSEGV in OpenGL applications on x32

2014-08-14 Thread Daniel Schepler
pointers, which on x32 would need to be adjusted to jmpl *(4*index, %reg) or maybe addr32 jmp *(4*index, %{reg}d) instead of jmpq *(8*index, %reg). -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#712515: libdrm: Add x32 to architecture list for libdrm-intel1{,-dbg}

2013-06-16 Thread Daniel Schepler
Source: libdrm Version: 2.4.45-3 Severity: wishlist As the subject says, it would make sense to build libdrm-intel1 for x32. Currently, the source package is compiling the library but not packaging it. -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org

Bug#712515: libdrm: Add x32 to architecture list for libdrm-intel1{,-dbg}

2013-06-16 Thread Daniel Schepler
On Sunday, June 16, 2013 07:24:12 PM Sven Joachim wrote: I suspect the following patch is all it takes? [snip] Yep, that should be it. -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#710467: libx11: FTBFS with automake1.13

2013-05-30 Thread Daniel Schepler
'./test-driver' autoreconf: automake failed with exit status: 1 make: *** [configure] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#695535: x11proto-core: Incorporate patch for X32 support

2012-12-09 Thread Daniel Schepler
=a3cd4f5ee490d50d0e1c28cdb2c23ef95361b1d1 (attached) so that X applications will compile properly on X32. (Already applied in byhand build, version 7.0.23-1+x32 that I'm using for x32 builds.) -- Daniel Schepler UpstreamStatus: Pending Don't always define LONG64 for AMD64 X32 defines __amd64__/amd64 with 32bit long

Bug#695537: libxt: Incorporate patch for X32 support

2012-12-09 Thread Daniel Schepler
(attached) so that libXt and applications using it will compile properly under X32. -- Daniel Schepler UpstreamStatus: Pending This fixes compilation with x32 toolchain. Received this patch from H.J. Lu hjl.to...@gmail.com Signed-Off-By: Nitin A Kamble nitin.a.kam...@intel.com 2011/12/1 --- libXt

Bug#539051: xserver-xorg-video-nv: FTBFS: Missing Build-Depends

2009-07-28 Thread Daniel Schepler
though the patch had failed. That to me indicates that there's a missing dependency somewhere which could result in autoreconf being run on the unpatched code before the patching is done.) -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject

Bug#528708: Not completely fixed upstream in 7.4.2

2009-05-20 Thread Daniel Schepler
On Wednesday 20 May 2009 01:15:51 Michel Dänzer wrote: On Tue, 2009-05-19 at 17:01 -0700, Daniel Schepler wrote: But with the application I'm developing I still get the condition where glGetString(GL_VERSION) returns NULL in my override of QGLWidget::initializeGL. Is a GLX context current

Bug#528708: Not completely fixed upstream in 7.4.2

2009-05-19 Thread Daniel Schepler
what's going on. -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#528708: libgl1-mesa-dri: swrast driver almost completely breaks QtOpenGL

2009-05-14 Thread Daniel Schepler
0 0 0 0 None 0xc9 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow (And I've also reproduced the bug in a VM using kvm.) -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#519490: Patch for mesa FTBFS bug

2009-03-22 Thread Daniel Schepler
package mesa tags 519490 + patch thanks I've attached a patch which fixes the failure to build on current unstable. Just drop the patch into debian/patches and add it to debian/patches/series. -- Daniel Schepler Index: mesa-7.0.3/src/mesa/drivers/dri/i965/server/i830_common.h

Bug#519490: FTBFS: compiler parser error

2009-03-12 Thread Daniel Schepler
(x86_64) Kernel: Linux 2.6.28-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Mass bug filing: FTBFS because of using imake without Build-Depends on xutils-dev

2008-06-08 Thread Daniel Schepler
packages. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#485184: Dummy bug to keep xutils without Depends: xutils-dev out of testing

2008-06-08 Thread Daniel Schepler
Package: xutils Version: 1:7.3+11 Severity: serious Following the discussion on the thread under http://lists.debian.org/debian-devel/2008/06/msg00197.html , I'm filing this bug to keep xutils 1:7.3+11 out of testing. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#484288: libx11-dev: Still depends on libxext-dev instead of x11proto-xext-dev

2008-06-03 Thread Daniel Schepler
-dev. As a result, libxext still doesn't bootstrap without manual intervention, or having libxext-dev already available. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#484288: libx11-dev: Still depends on libxext-dev instead of x11proto-xext-dev

2008-06-03 Thread Daniel Schepler
On Tuesday 03 June 2008 06:15:08 am you wrote: forcemerge 366676 484288 kthxbye On Tue, Jun 3, 2008 at 05:42:08 -0700, Daniel Schepler wrote: Package: libx11-dev Version: 2:1.0.3-7 Severity: important I see from debian/changelog that you already tried to fix the dependency

Bug#345929: Problem with xserver-xorg_6.9.0.dfsg.1-1_i386.deb with ATI Technologies IncM22 [Radeon Mobility M300]

2007-06-19 Thread Daniel Schepler
and drivers? If not, I will close this bug in the next weeks. Actually, I'm using the Xorg ATI driver successfully with unstable now (forced to by #420842 et al), and OpenGL seems to work OK too. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Bug#391371: xserver-xorg-input-void: FTBFS: conflicting types for xf86ssize_t

2006-10-06 Thread Daniel Schepler
-xorg-dev, feel free to reassign. -- Daniel Schepler

Bug#363267: xutils-dev: Should drop -lXp dependency of Xaw

2006-04-18 Thread Daniel Schepler
]: Leaving directory `/tmp/buildd/nas-1.7/clients' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/nas-1.7' make: *** [build] Error 2 (I see libxp is in incoming along with a couple associated packages. But dropping the unnecessary -lXp is still a good idea.) -- Daniel Schepler

Bug#362099: xkb-data-legacy: FTBFS: Missing Build-Depends

2006-04-12 Thread Daniel Schepler
the xkb data files make: *** [build-stamp] Error 1 -- Daniel Schepler

Bug#362097: xcursor-themes: FTBFS: Could not find pkg-config

2006-04-12 Thread Daniel Schepler
/software/pkgconfig. See `config.log' for more details. make: *** [build-stamp] Error 1 -- Daniel Schepler

Bug#362103: xfonts-scalable: FTBFS: Missing Build-Depends

2006-04-12 Thread Daniel Schepler
make[1]: Leaving directory `/tmp/buildd/xfonts-scalable-1.0.0/obj-i486-linux-gnu' make: *** [install] Error 2 -- Daniel Schepler

Bug#362101: xfonts-100dpi: FTBFS with xutils 6.9.0

2006-04-12 Thread Daniel Schepler
Package: xfonts-100dpi Version: 1.0.0-2 Severity: important From my pbuildd build log (using pbuilder with a local repository): ... - Installing debhelper pkg-config xutils ... Selecting previously deselected package x11-common. Unpacking x11-common (from

Bug#362129: xbase-clients: FTBFS: Missing Build-Depends

2006-04-12 Thread Daniel Schepler
. See the pkg-config man page for more details. make: *** [build-stamp] Error 1 It looks like this possibly means that libxcursor-dev needs to have Depends: libxfixes-dev. If that's correct, feel free to reassign the bug. -- Daniel Schepler

Bug#362143: xserver-xorg-video-glint: FTBFS: No package fontsproto found

2006-04-12 Thread Daniel Schepler
to avoid the need to call pkg-config. See the pkg-config man page for more details. make: *** [build-stamp] Error 1 -- Daniel Schepler

Bug#336181: xvfb: xvfb-run breaks for normal-user pbuilder builds

2005-10-28 Thread Daniel Schepler
Package: xvfb Version: 6.8.2.dfsg.1-9 Severity: normal From my pbuilder build log for pyopengl: ... debian/rules build dh_testdir xvfb-run -a python2.3 setup.py build Traceback (most recent call last): File setup.py, line 44, in ? from setup.togl_setup import install, build_togl File

Bug#324562: libxaw7-dev: Should depend on libxp-dev (for imake-using packages)

2005-08-22 Thread Daniel Schepler
-dev 6.8.2.dfsg.1-5 X protocol development files libxaw7-dev recommends no packages. -- no debconf information -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Bug#256420: xfree86: libxpm4-dev should be provided by libxpm-dev instead of xlibs-static-dev

2004-07-08 Thread Daniel Schepler
, xtux. And at least ted fails to build under pbuilder because of this. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Bug#256420: xfree86: libxpm4-dev should be provided by libxpm-dev instead of xlibs-static-dev

2004-06-26 Thread Daniel Schepler
APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8) -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast

Re: Bug#238629: kali: FTBFS: Redeclaration of wchar_t

2004-03-19 Thread Daniel Schepler
). That definitely seems wrong, since SYSV does (sort of) apply to GNU/Linux systems. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Bug#238080: xfree86: IGNORE_MANIFEST_CHANGES doesn't work

2004-03-15 Thread Daniel Schepler
, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.3 Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8) -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Bug#225433: xcursor: FTBFS: Missing Build-Depends on pkg-config again

2003-12-29 Thread Daniel Schepler
PST 2003 i686 Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.ISO-8859-1) -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Bug#195606: Patch for gcc-3.3 compilation errors

2003-10-02 Thread Daniel Schepler
tags 195606 + patch thanks Here's a patch which fixes the problems compiling xfree86v3 on sid. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card --- xc/programs/Xserver/hw/xfree86

Bug#195606: Patch for gcc-3.3 compilation errors

2003-10-02 Thread Daniel Schepler
tags 195606 + patch thanks Here's a patch which fixes the problems compiling xfree86v3 on sid. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card --- xc/programs/Xserver/hw/xfree86

Bug#196176: xfree86: xutils needs to depend on cpp-3.2

2003-06-05 Thread Daniel Schepler
, LC_CTYPE=C -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#196176: Acknowledgement (xfree86: xutils needs to depend on cpp-3.2)

2003-06-05 Thread Daniel Schepler
reassign 196176 xutils retitle 196176 xutils: Needs to depend on cpp-3.2 thanks OK, on second thought I really should have filed this against xutils in the first place. -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet

Bug#195606: xfree86v3: FTBFS with gcc-3.3: Invalid preprocessor pasting

2003-06-01 Thread Daniel Schepler
#1 Sat Mar 1 09:01:10 PST 2003 i686 Locale: LANG=C, LC_CTYPE=C -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#195606: xfree86v3: FTBFS with gcc-3.3: Invalid preprocessor pasting

2003-05-31 Thread Daniel Schepler
-pre5 #1 Sat Mar 1 09:01:10 PST 2003 i686 Locale: LANG=C, LC_CTYPE=C -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet. -- Orson Scott Card

Bug#191818: xlibs: Broken /usr/X11R6/lib/X11/app-defaults symlink

2003-05-04 Thread Daniel Schepler
libraries an ii libfreetype6 2.1.4-2FreeType 2 font engine, shared lib ii xfree86-common4.2.1-6X Window System (XFree86) infrastr -- no debconf information -- Daniel Schepler Please don't disillusion me. I [EMAIL PROTECTED]haven't had