Bug#1016096: FTBFS on arm*

2022-07-26 Thread Daniel Baumann
Package: libdrm
Version: 2.4.110-1
Severity: serious

Hi,

unfortunately the last upload of libdrm failed to build on all arm
architectures:

https://buildd.debian.org/status/package.php?p=libdrm&suite=unstable

Regards,
Daniel



Bug#633371: ecryptfs-utils: Breaks xdm when configured to mount automatically

2011-07-09 Thread Daniel Baumann

retitle 633371 doesn't work when using ecryptfs encrypted home
severity 633371 important
reassign 633371 xdm
thanks

--
Address:    Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/




--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e189a96.5030...@progress-technologies.net



Bug#611271: x11-common fails to install during bootstrapping

2011-01-27 Thread Daniel Baumann
On 01/27/2011 04:47 PM, Julien Cristau wrote:
> x11-common.preinst should create /var/lib/x11.  Why doesn't that happen?

because that is not how multistrap works, and it's not in multistrap,
see it's manpage regarding native vs. foreign mode.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d4194c7.5070...@debian.org



Bug#611271: x11-common fails to install during bootstrapping

2011-01-27 Thread Daniel Baumann
On 01/27/2011 04:36 PM, Julien Cristau wrote:
> How can I reproduce this?

bootstrap with e.g. multistrap and tell it to include x11-common.

-- 
Address:    Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d4191fc.1010...@debian.org



Bug#611271: Acknowledgement (x11-common fails to install during bootstrapping)

2011-01-27 Thread Daniel Baumann
tag 611271 patch
thanks

here's the patch.

-- 
Address:    Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/
>From dcf00546803385a3ea9e0582bc117abc55803103 Mon Sep 17 00:00:00 2001
From: Daniel Baumann 
Date: Thu, 27 Jan 2011 16:14:30 +0100
Subject: [PATCH] Creating wrapper config directory if not existing, otherwise bootstrapping fails (Closes: #611271).

---
 debian/x11-common.postinst.in |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/x11-common.postinst.in b/debian/x11-common.postinst.in
index abe2301..626a58d 100644
--- a/debian/x11-common.postinst.in
+++ b/debian/x11-common.postinst.in
@@ -24,6 +24,7 @@ XWRAPPER_CONFIG_ROSTER="$CONFIG_AUX_DIR/$XWRAPPER_CONFIG_ROSTER_BASE"
 # register this package as a (potential) handler of the X server wrapper
 # config file
 if ! fgrep -qsx "$THIS_PACKAGE" "$XWRAPPER_CONFIG_ROSTER"; then
+  mkdir -p "$(dirname $XWRAPPER_CONFIG_ROSTER)"
   echo "$THIS_PACKAGE" >> "$XWRAPPER_CONFIG_ROSTER"
 fi
 
-- 
1.7.2.3



Bug#611271: x11-common fails to install during bootstrapping

2011-01-27 Thread Daniel Baumann
Package: x11-common
Version: 1:7.5+8
Severity: serious

Hi,

when bootstrapping systems and x11-common is selected, the postinst
fails since the parent directory of the xwrapper config roster doesn't
exist, and thus make it impossible to bootstrap squeeze.

I'll attach a trivial patch to fix this once i've recieved the
bugnumber. Please consider fixing this for squeeze.

Regards,
Daniel

-- 
Address:    Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d418ce8.9040...@debian.org



Bug#574497: x11proto-dri2 requires xorg-macros >=1.3 to build

2010-03-18 Thread Daniel Baumann
Am Donnerstag, den 18.03.2010, 17:14 +0100 schrieb Julien Cristau:
> On Thu, Mar 18, 2010 at 17:02:59 +0100, Daniel Baumann wrote:
> 
> > Also libtool build dependency is required.
> 
> Why?  This seems very wrong.
> 
> Cheers,
> Julien

If I build this on Karmic (at Launchpad) I will get this:

[...]
debian/rules build
dh_testdir
autoreconf -vfi
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 
190.
Use of uninitialized value $libtoolize in pattern match (m//) at 
/usr/bin/autoreconf line 190.
[...]

see 
http://launchpadlibrarian.net/41221110/buildlog_ubuntu-karmic-i386.x11proto-dri2_2.2-1~karmic0_FAILEDTOBUILD.txt.gz

so this will fix that.



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#574497: x11proto-dri2 requires xorg-macros >=1.3 to build

2010-03-18 Thread Daniel Baumann
Package: x11proto-dri2
Version: 2.2-1

x11proto-dri2 requires xorg-macros >=1.3 to build.
So Build-Depends of xutils-dev have to be updated to >= 1:7.5+2~.
Also libtool build dependency is required.
I've applied the patch to do this.


diff -ruNp x11proto-dri2-2.2.old/debian/changelog x11proto-dri2-2.2.new/debian/changelog
--- x11proto-dri2-2.2.old/debian/changelog	2010-03-18 14:53:46.0 +0100
+++ x11proto-dri2-2.2.new/debian/changelog	2010-03-18 14:24:37.335170165 +0100
@@ -1,3 +1,12 @@
+x11proto-dri2 (2.2-1.1) unstable; urgency=low
+
+  [ Daniel Baumann ]
+  * Update build dependency of xutils-dev to >= 1:7.5+2~
+as xorg-macros >=1.3 is required for build.
+  * Added libtool build dependency.
+
+ -- Daniel Baumann   Thu, 18 Mar 2010 14:56:45 +0100
+
 x11proto-dri2 (2.2-1) unstable; urgency=low
 
   [ Timo Aaltonen ]
diff -ruNp x11proto-dri2-2.2.old/debian/control x11proto-dri2-2.2.new/debian/control
--- x11proto-dri2-2.2.old/debian/control	2010-03-18 14:53:46.0 +0100
+++ x11proto-dri2-2.2.new/debian/control	2010-03-18 14:23:43.995169866 +0100
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: Brice Goglin 
-Build-Depends: debhelper, autoconf, automake, xutils-dev (>= 1:7.4+4)
+Build-Depends: debhelper, autoconf, automake, xutils-dev (>= 1:7.5+2~), libtool
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-dri2
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-dri2.git


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Problems to build a debianlive with SID using encryption

2010-02-14 Thread Daniel Baumann
José María wrote:
>I'm trying to build a debianlive image using SID. I want to use
> encryption, so the configuration I have used is the following one:

unless there is privileged information involved, don't write to my
private address but to the mailinglist at debian-l...@lists.debian.org,
thanks.

> E: Couldn't find package loop-aes-modules-2.6-486

for sid, loop-aes modules need to be build manually, see ml archive.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b77ded8.6040...@debian.org



Re: Bug#431755: compiz/compiz-fusion stuff uploaded -> experimental

2007-11-01 Thread Daniel Baumann
sean finney wrote:
> personally, i would rather any and all effort be spent on making the new 
> packages rather than maintaining the old ones...

i thought this was about the new packages, well, i think i got
confused.. sorry.

> anyway, I'll try to set aside some time tonight to do the 
> documentation/status 
> update on the XSF wiki page, after which the remaining work should be set out 
> fairly clearly.

good, so i'm waiting for that.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#431755: compiz/compiz-fusion stuff uploaded -> experimental

2007-11-01 Thread Daniel Baumann
Leo "costela" Antunes wrote:
> How about setting up a collab-maint SVN repository for this pre pkg-xorg
> package? Then we could all work on the same code base while it doesn't
> change hands.

(s/svn/git/)

however, collab thing would be very nice.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Compiz-Fusion: Plans?

2007-10-29 Thread Daniel Baumann
Hi,

are there any plans to update current compiz packages to compiz-fusion?

If not, I'd like to jump in and offer to update (and help maintaining)
all compiz related packages if wanted.

Regards,
Daniel

-- 
Address:    Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#439522: xserver-xorg-video-intel: Not more than 640x680 on i845 (regression)

2007-08-25 Thread Daniel Baumann
Brice Goglin wrote:
> Please use the 'reportbug' tool when reporting bugs, it will take care
> of including all information we need. As a workaround, please send the
> _whole_ output of /usr/share/bug/xserver-xorg/script 3>&1.

didn't know that. output is attached.

> What do you mean by "fails to display" ? It refuses the mode?

it refuses the mode and, whatever is written in xorg.conf, only displays
640x680.

> Are other modes available (look at the output of xrandr)?
> Did you try to change the mode with something like with xrandr --output
> VGA --mode 800x600? Please also send the output of xrandr.

attached.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-08-21 17:14 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736632 2007-08-09 19:39 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1694 2007-08-25 15:43 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"ch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
EndSection

Section "Device"
	Identifier	"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	Driver		"intel"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
	HorizSync	31-61
	VertRefresh	56-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	Monitor		"Standardbildschirm"
	DefaultDepth	16
	SubSection "Display"
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 37673 2007-08-25 14:46 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 39647 2007-08-25 15:43 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian (xorg-server 2:1.3.0.0.dfsg-12)
Current Operating System: Linux debian 2.6.21-2-686 #1 SMP Wed Jul 11 03:53:02 UTC 2007 i686
Build Date: 09 August 2007
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 25 15:43:38 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW

Bug#439522: xserver-xorg-video-intel: Not more than 640x680 on i845 (regression)

2007-08-25 Thread Daniel Baumann
Package: xserver-xorg-video-intel
Severity: important

Hi,

xserver-xorg-video-intel fails to display more than 640x680 on Intel
845GL Brookdale-G mainboards with i845 on-board graphic chips, whereas
xserver-xorg-video-i810 did previously work well.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#390334: xserver-xorg hangs on installation

2006-09-30 Thread Daniel Baumann
Package: xserver-xorg
Version: 7.1.0-1
Severity: grave

Hi,

when installing xserver-xorg on a current sid system, the installation
hangs while the debconf question:

---snipp---
Configuring xserver-xorg

Empty value

A null entry is not permitted for this value.


---snapp---

whereas pressing ok leads to the same question again, hence rendering
package unusable.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]