Processed: Re: Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 239719 discover
Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error 
exit status 139
Bug reassigned from package `xserver-xfree86' to `discover'.

> retitle 239719 discover: "discover --type-summary display" SEGVs
Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error 
exit status 139
Changed Bug title.

> severity 239719 important
Bug#239719: discover: "discover --type-summary display" SEGVs
Severity set to `important'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Greg Folkert
Another piece, I believe the real problem is this, going through the
output I saw the "DISCOVERED_VIDEO="

> duke:~# discover --type-summary display
> Segmentation fault
> duke:~#

Discover updated on 23Mar2004. Which may explain why my other machines
are just fine.

> ii  discover 2.0.3-3 hardware identification system
> ii  discover-data2.2004.02.24-3  Data lists for Discover hardware 
> detection system
> ii  libdiscover-dev  2.0.3-3 hardware identification library 
> development files
> ii  libdiscover2 2.0.3-3 hardware identification library

Might be unrealated, but seriously affecting many packages, and making
some packages not able to even run or work. (Like me right now)

Heads or tails, it still has an effect of being a disabling piece in
xserver-xfree86
-- 
[EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup


signature.asc
Description: This is a digitally signed message part


Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Greg Folkert
On Thu, 2004-03-25 at 11:27, Branden Robinson wrote:
> On Wed, Mar 24, 2004 at 10:07:37PM +0100, Denis Barbier wrote:
> > This exit code is certainly due to a SIGSEGV in a subprocess.
> > In order to determine the culprit, please add 'set -x' at line 2 of
> > xserver-xfree86.config (as mentioned earlier by Andreas) and re-run
> > the command above.  This should tell which command segfaults.
> 
> It won't, because debconf re-executes the maintainer script, losing the
> -x flag.
> 
> The bug submitter needs to do this instead:
> 
> # /usr/share/debconf/frontend sh -x /var/lib/dpkg/info/xserver-xfree86.config 
> configure

Done. Here is the results.

Script started on Thu Mar 25 11:43:21 2004
duke:~# /usr/share/debconf/frontend sh -x
/var/lib/dpkg/info/xserver-xfree86.config configure
+ set -e
+ . /usr/share/debconf/confmodule
++ '[' '!' 1 ']'
++ '[' -z '' ']'
++ exec
++ DEBCONF_REDIR=1
++ export DEBCONF_REDIR
++ _old_opts=configure
++ set -- capb CAPB
++ eval 'db_capb () {
echo "CAPB $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- set SET
++ eval 'db_set () {
echo "SET $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- reset RESET
++ eval 'db_reset () {
echo "RESET $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- title TITLE
++ eval 'db_title () {
echo "TITLE $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- input INPUT
++ eval 'db_input () {
echo "INPUT $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- beginblock BEGINBLOCK
++ eval 'db_beginblock () {
echo "BEGINBLOCK $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- endblock ENDBLOCK
++ eval 'db_endblock () {
echo "ENDBLOCK $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- go GO
++ eval 'db_go () {
echo "GO $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split the
line,
# preserving all other whitespace.
RET="${_LINE#[! ][  ]}"
return ${_LINE%%[   ]*}
  }'
++ set -- get GET
++ eval 'db_get () {
echo "GET $@" >&3
# Set to newline to get whole line.
local IFS='\''
'\''
local _LINE
read -r _LINE
# Disgusting, but it'\''s the only good way to split

Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Greg Folkert
On Thu, 2004-03-25 at 11:20, Andreas Metzler wrote:
> 
> Now please edit /var/lib/dpkg/info/xserve... and invoke dpkg
> --configure xserver-xfree86 again.


Script started on Thu Mar 25 11:24:58 2004
duke:~# head -23 /var/lib/dpkg/info/xserver-xfree86.postinst
#!/bin/sh
set -x
# Debian xserver-xfree86 package post-installation script
# Copyright 1998--2003 Branden Robinson.
# Licensed under the GNU General Public License, version 2.  See the file
# /usr/share/common-licenses/GPL or .
# Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava.


# $Id: xserver-xfree86.postinst.in 1044 2004-02-16 17:40:33Z branden $


set -e


# source debconf library
. /usr/share/debconf/confmodule


THIS_PACKAGE=xserver-xfree86
THIS_SCRIPT=postinst


# $Id: shell-lib.sh 1124 2004-03-02 19:05:03Z branden $


SOURCE_VERSION=4.3.0-5
OFFICIAL_BUILD=yes


duke:~# dpkg --configure xserver-xfree86
Setting up xserver-xfree86 (4.3.0-5) ...
+ set -e
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/xserver-xfree86.postinst 
configure 4.3.0-5
dpkg: error processing xserver-xfree86 (--configure):
 subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
 xserver-xfree86
duke:~# exit


Script done on Thu Mar 25 11:26:12 2004

Exactly the same info on the previous e-mail.

-- 
[EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup


signature.asc
Description: This is a digitally signed message part


Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Branden Robinson
On Wed, Mar 24, 2004 at 10:07:37PM +0100, Denis Barbier wrote:
> On Wed, Mar 24, 2004 at 09:14:39AM -0500, Greg Folkert wrote:
> [...]
> > > DEBCONF_DEBUG=developer dpkg --configure xserver-xfree86
> > > or temporarily adding "set -x" as 2nd line to
> > > /var/lib/dpkg/info/xserver-xfree86.postinst and running
> > > "dpkg --configure xserver-xfree86" might show useful information.
> > 
> > Here is the output
> > -- Debconf Developer Debug output
> > 
> > Script started on Wed Mar 24 09:04:39 2004
> > duke:~# DEBCONF_DEBUG=developer dpkg --configure --debug=3773 
> > xserver-xfree86
> [...]
> > debconf (developer): <-- METAGET shared/default-x-server choices
> > debconf (developer): --> 0 xserver-xfree86
> > dpkg: error processing xserver-xfree86 (--configure):
> >  subprocess post-installation script returned error exit status 139
> > Errors were encountered while processing:
> >  xserver-xfree86
> 
> This exit code is certainly due to a SIGSEGV in a subprocess.
> In order to determine the culprit, please add 'set -x' at line 2 of
> xserver-xfree86.config (as mentioned earlier by Andreas) and re-run
> the command above.  This should tell which command segfaults.

It won't, because debconf re-executes the maintainer script, losing the
-x flag.

The bug submitter needs to do this instead:

# /usr/share/debconf/frontend sh -x /var/lib/dpkg/info/xserver-xfree86.config 
configure

-- 
G. Branden Robinson|You can have my PGP passphrase when
Debian GNU/Linux   |you pry it from my cold, dead
[EMAIL PROTECTED] |brain.
http://people.debian.org/~branden/ |-- Adam Thornton


signature.asc
Description: Digital signature


Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Greg Folkert
On Thu, 2004-03-25 at 11:20, Andreas Metzler wrote:
> On 2004-03-25 Greg Folkert <[EMAIL PROTECTED]> wrote:
> > On Thu, 2004-03-25 at 04:24, Andreas Metzler wrote:
> > > That does not work:
> > > * Because of the way debconf double-executes the config script set -x
> > >   set for the current shell is not used when actually running the
> > >   script.
> > > * Editing /var/lib/dpkg/info/xserver-xfree86.* is lost
> > >   when running 'dpkg  --install', the interesting scripts (.config and
> > >   .postinst - one of these was failing) are overwritten and the
> > >   changes are lost before they are executed.
> > > 
> > > Please install -7, *then* edit
> > > /var/lib/dpkg/info/xserver-xfree86.(postinst|config) and afterwards
> > > run dpkg --configure xserver-xfree86.
> 
> > Okay here is the deal. It will NOT install. I have done as best I can to
> > get everything right for your needs.
> [...]
> > duke:~# DEBCONF_DEBUG=developer dpkg -i 
> > /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb
> [...]
> > dpkg: error processing 
> > /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb (--install):
> >  subprocess pre-installation script returned error exit status 139
> > Errors were encountered while processing:
> >  /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb
> > duke:~# COLUMNS=148 dpkg -l | grep xserver-xfree86
> > + COLUMNS=148
> > + dpkg -l
> > + grep xserver-xfree86
> > iU  xserver-xfree86 4.3.0-5 the 
> > XFree86 X server
> [...]
> > duke:~# dpkg --configure xserver-xfree86
> [...]
> 
> Now please edit /var/lib/dpkg/info/xserve... and invoke dpkg
> --configure xserver-xfree86 again.

Script started on Thu Mar 25 11:24:58 2004
duke:~# head -23 /var/lib/dpkg/info/xserver-xfree86.postinst
#!/bin/sh
set -x
# Debian xserver-xfree86 package post-installation script
# Copyright 1998--2003 Branden Robinson.
# Licensed under the GNU General Public License, version 2.  See the file
# /usr/share/common-licenses/GPL or .
# Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava.


# $Id: xserver-xfree86.postinst.in 1044 2004-02-16 17:40:33Z branden $


set -e


# source debconf library
. /usr/share/debconf/confmodule


THIS_PACKAGE=xserver-xfree86
THIS_SCRIPT=postinst


# $Id: shell-lib.sh 1124 2004-03-02 19:05:03Z branden $


SOURCE_VERSION=4.3.0-5
OFFICIAL_BUILD=yes


duke:~# dpkg --configure xserver-xfree86
Setting up xserver-xfree86 (4.3.0-5) ...
+ set -e
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/xserver-xfree86.postinst 
configure 4.3.0-5
dpkg: error processing xserver-xfree86 (--configure):
 subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
 xserver-xfree86
duke:~# exit


Script done on Thu Mar 25 11:26:12 2004


-- 
[EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup


signature.asc
Description: This is a digitally signed message part


Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Andreas Metzler
On 2004-03-25 Greg Folkert <[EMAIL PROTECTED]> wrote:
> On Thu, 2004-03-25 at 04:24, Andreas Metzler wrote:
> > That does not work:
> > * Because of the way debconf double-executes the config script set -x
> >   set for the current shell is not used when actually running the
> >   script.
> > * Editing /var/lib/dpkg/info/xserver-xfree86.* is lost
> >   when running 'dpkg  --install', the interesting scripts (.config and
> >   .postinst - one of these was failing) are overwritten and the
> >   changes are lost before they are executed.
> > 
> > Please install -7, *then* edit
> > /var/lib/dpkg/info/xserver-xfree86.(postinst|config) and afterwards
> > run dpkg --configure xserver-xfree86.

> Okay here is the deal. It will NOT install. I have done as best I can to
> get everything right for your needs.
[...]
> duke:~# DEBCONF_DEBUG=developer dpkg -i 
> /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb
[...]
> dpkg: error processing 
> /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb (--install):
>  subprocess pre-installation script returned error exit status 139
> Errors were encountered while processing:
>  /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb
> duke:~# COLUMNS=148 dpkg -l | grep xserver-xfree86
> + COLUMNS=148
> + dpkg -l
> + grep xserver-xfree86
> iU  xserver-xfree86 4.3.0-5 the 
> XFree86 X server
[...]
> duke:~# dpkg --configure xserver-xfree86
[...]

Now please edit /var/lib/dpkg/info/xserve... and invoke dpkg
--configure xserver-xfree86 again.
 cu andreas
-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"



Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Greg Folkert
On Thu, 2004-03-25 at 04:24, Andreas Metzler wrote:
> That does not work:
> * Because of the way debconf double-executes the config script set -x
>   set for the current shell is not used when actually running the
>   script.
> * Editing /var/lib/dpkg/info/xserver-xfree86.* is lost
>   when running 'dpkg  --install', the interesting scripts (.config and
>   .postinst - one of these was failing) are overwritten and the
>   changes are lost before they are executed.
> 
> Please install -7, *then* edit
> /var/lib/dpkg/info/xserver-xfree86.(postinst|config) and afterwards
> run dpkg --configure xserver-xfree86.

Okay here is the deal. It will NOT install. I have done as best I can to
get everything right for your needs.

Well here the update:

I hacked /var/lib/dpkg/status and the other apropos scripts to reflect
-5. As I had done a --ignore-depend on a remove --purge hoping I could
fix it this way. (Nope)

Extracted the setup on another machine to -5, moved things over proper.
Reflects a non-configured unpacked -5. the dpkg --configure for 4.3.0-5
is near the end. I chose to give you as much info as possible to quarter
any other requests you may have. I just would like to get the solution
as quickly as possible.

Script started on Thu Mar 25 10:24:33 2004
duke:~# set -x
duke:~# head -22 /var/lib/dpkg/info/xserver-xfree86.preinst
+ head -22 /var/lib/dpkg/info/xserver-xfree86.preinst
#!/bin/sh
set -x
# Debian xserver-xfree86 package pre-installation script
# Copyright 2003 Branden Robinson.
# Licensed under the GNU General Public License, version 2.  See the file
# /usr/share/common-licenses/GPL or .


# $Id: xserver-xfree86.preinst.in 1044 2004-02-16 17:40:33Z branden $


set -e


# source debconf library
. /usr/share/debconf/confmodule


THIS_PACKAGE=xserver-xfree86
THIS_SCRIPT=preinst


# $Id: shell-lib.sh 1124 2004-03-02 19:05:03Z branden $


SOURCE_VERSION=4.3.0-5
OFFICIAL_BUILD=yes


duke:~# head -23 /var/lib/dpkg/info/xserver-xfree86.postinst
+ head -23 /var/lib/dpkg/info/xserver-xfree86.postinst
#!/bin/sh
set -x
# Debian xserver-xfree86 package post-installation script
# Copyright 1998--2003 Branden Robinson.
# Licensed under the GNU General Public License, version 2.  See the file
# /usr/share/common-licenses/GPL or .
# Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava.


# $Id: xserver-xfree86.postinst.in 1044 2004-02-16 17:40:33Z branden $


set -e


# source debconf library
. /usr/share/debconf/confmodule


THIS_PACKAGE=xserver-xfree86
THIS_SCRIPT=postinst
 
# $Id: shell-lib.sh 1124 2004-03-02 19:05:03Z branden $
 
SOURCE_VERSION=4.3.0-5
OFFICIAL_BUILD=yes
 
duke:~# COLUMNS=148 dpkg -l | grep xserver-xfree86
+ COLUMNS=148
+ dpkg -l
+ grep xserver-xfree86
iU  xserver-xfree86 4.3.0-5 the XFree86 
X server
duke:~# apt-get -u upgrade
+ apt-get -u upgrade
 
Reading Package Lists... 0%
 
Reading Package Lists... 0%
 
Reading Package Lists... 2%
 
Reading Package Lists... Done
 

Building Dependency Tree... 0%
 
Building Dependency Tree... 0%
 
Building Dependency Tree... 0%
 
Building Dependency Tree... 50%
 
Building Dependency Tree... 50%
 
Building Dependency Tree... Done
 
The following packages have been kept back:
  gabber
The following packages will be upgraded:
  xserver-

Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-25 Thread Andreas Metzler
On 2004-03-25 Greg Folkert <[EMAIL PROTECTED]> wrote:
> Okay Gents. Have done the editing of

> /var/lib/dpkg/info/xserver-xfree86.[pre|post]inst

> To have "set -x" as the second line

> As they Both now are faulty since I downgraded to -5 and the re-updated to
> -7

> I even did a "set -x" before I ran the command, as you will see.

> -- Begin xf86-install-set-x-debug-out

> Before this output of script, I edited both
> /var/lib/dpkg/info/xserver-xfree86.preinst
> /var/lib/dpkg/info/xserver-xfree86.postinst
> to have "set -x" as the second line.

> Script started on Wed 24 Mar 2004 06:24:59 PM EST
> duke:/win1# set -x
> duke:/win1# DEBCONF_DEBUG=developer dpkg --debug=3773 --install
[...]

That does not work:
* Because of the way debconf double-executes the config script set -x
  set for the current shell is not used when actually running the
  script.
* Editing /var/lib/dpkg/info/xserver-xfree86.* is lost
  when running 'dpkg  --install', the interesting scripts (.config and
  .postinst - one of these was failing) are overwritten and the
  changes are lost before they are executed.

Please install -7, *then* edit
/var/lib/dpkg/info/xserver-xfree86.(postinst|config) and afterwards
run dpkg --configure xserver-xfree86.
 cu andreas

-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"



Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-24 Thread Greg Folkert
Okay Gents. Have done the editing of

/var/lib/dpkg/info/xserver-xfree86.[pre|post]inst

To have "set -x" as the second line

As they Both now are faulty since I downgraded to -5 and the re-updated to
-7

I even did a "set -x" before I ran the command, as you will see.

-- Begin xf86-install-set-x-debug-out

Before this output of script, I edited both
/var/lib/dpkg/info/xserver-xfree86.preinst
/var/lib/dpkg/info/xserver-xfree86.postinst
to have "set -x" as the second line.

Script started on Wed 24 Mar 2004 06:24:59 PM EST
duke:/win1# set -x
duke:/win1# DEBCONF_DEBUG=developer dpkg --debug=3773 --install
/var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb
+ DEBCONF_DEBUG=developer
+ dpkg --debug=3773 --install
/var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb
D10: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
(Reading database ... 212053 files and directories currently installed.)
Unpacking xserver-xfree86 (from .../xserver-xfree86_4.3.0-7_i386.deb) ...
D01: process_archive oldversionstatus=not installed
D02: fork/exec /var/lib/dpkg/tmp.ci/preinst ( )
debconf (developer): frontend started
debconf (developer): frontend running, package name is xserver-xfree86
debconf (developer): starting /var/lib/dpkg/tmp.ci/config configure
debconf (developer): <-- GET
xserver-xfree86/config/inputdevice/mouse/emulate3buttons
debconf (developer): --> 0 false
debconf (developer): <-- GET
xserver-xfree86/config/inputdevice/mouse/zaxismapping
debconf (developer): --> 0 true
debconf (developer): <-- GET
xserver-xfree86/config/monitor/selection-method
debconf (developer): --> 0 Medium
debconf (developer): <-- GET xserver-xfree86/config/modules
debconf (developer): --> 0 bitmap, dbe, ddc, dri, extmod, freetype, glx,
int10, record, speedo, type1, vbe
debconf (developer): <-- GET xserver-xfree86/config/device/driver
debconf (developer): --> 0 nvidia
debconf (developer): <-- METAGET shared/default-x-server owners
debconf (developer): --> 0 xserver-xfree86
debconf (developer): <-- METAGET shared/default-x-server choices
debconf (developer): --> 0 xserver-xfree86
dpkg: error processing
/var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb (--install):
 subprocess pre-installation script returned error exit status 139
D02: fork/exec /var/lib/dpkg/tmp.ci/postrm ( )
D10: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
D10: ensure_pathname_nonexisting running rm -rf
D10: ensure_pathname_nonexisting `/var/lib/dpkg/reassemble.deb'
Errors were encountered while processing:
 /var/cache/apt/archives/xserver-xfree86_4.3.0-7_i386.deb
duke:/win1# exit

Script done on Wed 24 Mar 2004 06:26:47 PM EST

-- End xf86-install-set-x-debug-out

Looks like the errors of significance are in
/var/lib/dpkg/tmp.ci/

Well that doesn't exist now. Because it gets removed by post error
cleanup.

One last thing I also cleaned out all the 4.3.0-7 package from
/var/cache/apt/archives and re-D/Ld the 4.3.0-7 packages from Master to be
sure.

Have fun. You know how to get ahold of me.

-- 
Greg Folkert, [EMAIL PROTECTED]



Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-24 Thread Denis Barbier
On Wed, Mar 24, 2004 at 09:14:39AM -0500, Greg Folkert wrote:
[...]
> > DEBCONF_DEBUG=developer dpkg --configure xserver-xfree86
> > or temporarily adding "set -x" as 2nd line to
> > /var/lib/dpkg/info/xserver-xfree86.postinst and running
> > "dpkg --configure xserver-xfree86" might show useful information.
> 
> Here is the output
> -- Debconf Developer Debug output
> 
> Script started on Wed Mar 24 09:04:39 2004
> duke:~# DEBCONF_DEBUG=developer dpkg --configure --debug=3773 xserver-xfree86
[...]
> debconf (developer): <-- METAGET shared/default-x-server choices
> debconf (developer): --> 0 xserver-xfree86
> dpkg: error processing xserver-xfree86 (--configure):
>  subprocess post-installation script returned error exit status 139
> Errors were encountered while processing:
>  xserver-xfree86

This exit code is certainly due to a SIGSEGV in a subprocess.
In order to determine the culprit, please add 'set -x' at line 2 of
xserver-xfree86.config (as mentioned earlier by Andreas) and re-run
the command above.  This should tell which command segfaults.

Denis



Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-24 Thread Greg Folkert
On Wed, 2004-03-24 at 05:27, Andreas Metzler wrote:
> On 2004-03-24 Greg Folkert <[EMAIL PROTECTED]> wrote:
> > Package: xserver-xfree86
> > Version: 4.3.0-7
> > Severity: grave
> > Tags: sid
> > Justification: renders package unusable
[...]
> This bug matches the criteria for "important" exactly:
> | important
> |a bug which has a major effect on the usability of a package,
> |without rendering it completely unusable to everyone.
> 
> Clearly it is not "unusable to everyone" otherwise it would have been
> reported a week ago.
> 
> I am not downgrading it, as I am no part of the xfree86
> maintainer-team.

Please now know, that I needed to restart this machine to run 2.6.4-1-k7
and also finally installed udev.

As of right now, I have zero X displays on the machine available to me.
I did remove udev and similar results.

Another tidbit, I have another machine I updated just after the -7
revision came out. Runs fine. But now that I have updated it to current.
It also fails to be able to runs dpkg-reconfigure as well.

Further more, I have back revd the machine I originally had the problem
with to -5. Still has the same issue. So, it might be something that has
changed OUTSIDE xserver-xfree86.

I believe the this will need to be changed back to grave soon.

> DEBCONF_DEBUG=developer dpkg --configure xserver-xfree86
> or temporarily adding "set -x" as 2nd line to
> /var/lib/dpkg/info/xserver-xfree86.postinst and running
> "dpkg --configure xserver-xfree86" might show useful information.

Here is the output
-- Debconf Developer Debug output

Script started on Wed Mar 24 09:04:39 2004
duke:~# DEBCONF_DEBUG=developer dpkg --configure --debug=3773 xserver-xfree86
D40: checking dependencies of xserver-xfree86 (- )
D000400:   checking group ...
D000400: checking possibility  -> xserver-common
D000400:   is installed, ok and found
D000400: found 3
D000400:   found 3 matched 0
D000400:   checking group ...
D000400: checking possibility  -> libc6
D000400:   is installed, ok and found
D000400: found 3
D000400:   found 3 matched 0
D000400:   checking group ...
D000400: checking possibility  -> zlib1g
D000400:   is installed, ok and found
D000400: found 3
D000400:   found 3 matched 0
D000400:   checking group ...
D000400: checking possibility  -> debconf
D000400:   is installed, ok and found
D000400: found 3
D000400:   found 3 matched 0
D40: ok 2 msgs >><<
Setting up xserver-xfree86 (4.3.0-7) ...
D02: fork/exec /var/lib/dpkg/info/xserver-xfree86.postinst ( )
debconf (developer): frontend started
debconf (developer): frontend running, package name is xserver-xfree86
debconf (developer): starting /var/lib/dpkg/info/xserver-xfree86.config 
configure 4.3.0-7
debconf (developer): <-- GET 
xserver-xfree86/config/inputdevice/mouse/emulate3buttons
debconf (developer): --> 0 false
debconf (developer): <-- GET 
xserver-xfree86/config/inputdevice/mouse/zaxismapping
debconf (developer): --> 0 true
debconf (developer): <-- GET xserver-xfree86/config/monitor/selection-method
debconf (developer): --> 0 Medium
debconf (developer): <-- GET xserver-xfree86/config/modules
debconf (developer): --> 0 bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, 
record, speedo, type1, vbe
debconf (developer): <-- GET xserver-xfree86/config/device/driver
debconf (developer): --> 0 nvidia
debconf (developer): <-- METAGET shared/default-x-server owners
debconf (developer): --> 0 xserver-xfree86
debconf (developer): <-- METAGET shared/default-x-server choices
debconf (developer): --> 0 xserver-xfree86
dpkg: error processing xserver-xfree86 (--configure):
 subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
 xserver-xfree86
duke:~# exit
exit
 
Script done on Wed Mar 24 09:05:35 2004

Hope this is enough info for you. Thanks.
-- 
[EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup


signature.asc
Description: This is a digitally signed message part


Processed: Re: Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 239719 important
Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error 
exit status 139
Severity set to `important'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-24 Thread Daniel Stone
severity 239719 important
thanks

On Wed, Mar 24, 2004 at 11:27:04AM +0100, Andreas Metzler wrote:
> On 2004-03-24 Greg Folkert <[EMAIL PROTECTED]> wrote:
> > Package: xserver-xfree86
> > Version: 4.3.0-7
> > Severity: grave
> > Tags: sid
> > Justification: renders package unusable
> [...]
> > Here is the output of dpkg --configure --debug=3773 etc
> [...]
> > D02: fork/exec /var/lib/dpkg/info/xserver-xfree86.postinst ( )
> > dpkg: error processing xserver-xfree86 (--configure):
> >  subprocess post-installation script returned error exit status 139
> > Errors were encountered while processing:
> >  xserver-xfree86
> [...]
> 
> This bug matches the criteria for "important" exactly:
> | important
> |a bug which has a major effect on the usability of a package,
> |without rendering it completely unusable to everyone.
> 
> Clearly it is not "unusable to everyone" otherwise it would have been
> reported a week ago.
> 
> I am not downgrading it, as I am no part of the xfree86
> maintainer-team.

Neither am I, but don't let that stop you.

-- 
Daniel Stone<[EMAIL PROTECTED]>
Debian: the universal operating system http://www.debian.org


signature.asc
Description: Digital signature


Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-24 Thread Andreas Metzler
On 2004-03-24 Greg Folkert <[EMAIL PROTECTED]> wrote:
> Package: xserver-xfree86
> Version: 4.3.0-7
> Severity: grave
> Tags: sid
> Justification: renders package unusable
[...]
> Performed a dist-upgrade. So I am working. But I did do a base
> install, then an "dpkg --set-selections" "apt-get dselect-upgrade"
> to test this out and did cause the same error.

> Reporting from my regular machine. I am currently working, currently
> dpkg-reconfigure won't work should I change something

> Here is the output of dpkg --configure --debug=3773 etc
[...]
> D02: fork/exec /var/lib/dpkg/info/xserver-xfree86.postinst ( )
> dpkg: error processing xserver-xfree86 (--configure):
>  subprocess post-installation script returned error exit status 139
> Errors were encountered while processing:
>  xserver-xfree86
[...]


This bug matches the criteria for "important" exactly:
| important
|a bug which has a major effect on the usability of a package,
|without rendering it completely unusable to everyone.

Clearly it is not "unusable to everyone" otherwise it would have been
reported a week ago.

I am not downgrading it, as I am no part of the xfree86
maintainer-team.

DEBCONF_DEBUG=developer dpkg --configure xserver-xfree86
or temporarily adding "set -x" as 2nd line to
/var/lib/dpkg/info/xserver-xfree86.postinst and running
"dpkg --configure xserver-xfree86" might show useful information.
   cu andreas



Bug#239719: xserver-xfree86: v4.3.0-7 post-installation script returned error exit status 139

2004-03-23 Thread Greg Folkert
Package: xserver-xfree86
Version: 4.3.0-7
Severity: grave
Tags: sid
Justification: renders package unusable
 
First off, bang up job on the X Strike Force. Thanks for your help and efforts 
with Debian and Upstream devel.
 
Performed a dist-upgrade. So I am working. But I did do a base install, then an 
"dpkg --set-selections" "apt-get
dselect-upgrade" to test this out and did cause the same error.
 
Reporting from my regular machine. I am currently working, currently 
dpkg-reconfigure won't work should I change something
 
Here is the output of dpkg --configure --debug=3773 etc
 
-- dpkg debug info:
 
duke:~# dpkg --debug=3773 --configure xserver-xfree86
D40: checking dependencies of xserver-xfree86 (- )
D000400:   checking group ...
D000400: checking possibility  -> xserver-common
D000400:   is installed, ok and found
D000400: found 3
D000400:   found 3 matched 0
D000400:   checking group ...
D000400: checking possibility  -> libc6
D000400:   is installed, ok and found
D000400: found 3
D000400:   found 3 matched 0
D000400:   checking group ...
D000400: checking possibility  -> zlib1g
D000400:   is installed, ok and found
D000400: found 3
D000400:   found 3 matched 0
D000400:   checking group ...
D000400: checking possibility  -> debconf
D000400:   is installed, ok and found
D000400: found 3
D000400:   found 3 matched 0
D40: ok 2 msgs >><<
Setting up xserver-xfree86 (4.3.0-7) ...
D02: fork/exec /var/lib/dpkg/info/xserver-xfree86.postinst ( )
dpkg: error processing xserver-xfree86 (--configure):
 subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
 xserver-xfree86
 
 
-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86
 
X server symlink status:
lrwxrwxrwx1 root root   20 2003-10-20 20:25 /etc/X11/X -> 
/usr/bin/X11/XFree86
-rwxr-xr-x1 root root  1742316 2004-03-18 00:42 /usr/bin/X11/XFree86
/etc/X11/X target does not match checksum in /var/lib/xfree86/X.md5sum.
 
Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86
 
VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] 
(rev a1)
01:00.0 Class 0300: 10de:0322 (rev a1)
 
XFree86 X server configuration file status:
-rw-r--r--1 root root 2850 2004-01-18 19:13 
/etc/X11/XF86Config-4
 
Contents of /etc/X11/XF86Config-4:
# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
 
Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection
 
Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection
 
Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection
 
Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection
 
Section "Device"
Identifier  "nVidia Ti5200 Ultra"
Driver  "nvidia"
BusID   "PCI:01:00:00"
VideoRam131052
Option  "NvAGP" "1"
Option  "RenderAccel"   "Yes"
Option  "Dig