Re: Please re-build and upload xfree86 4.3.0.dfsg.1-7

2004-09-14 Thread Fabio Massimo Di Nitto

Hi Gerhard,

On Mon, 13 Sep 2004, Gerhard Tonn wrote:

 I am getting the same error when building it manually. The doc directory
 doesn't exist.

 Gerhard


thanks a lot for your help.

Can you be so kind to apply this patch and test if the build completes
correctly? It is probably not the right fix but at least we will see if
there are no other failures later in the process, before uploading -8.

--- rules.orig  2004-09-14 06:24:48.0 +
+++ rules   2004-09-14 06:25:30.0 +
@@ -289,6 +289,7 @@
  install -m 644 debian/local/update-fonts-$$FOO.8 
$(DEBTREEDIR)/usr/share/man/man8; \
done
  ifdef NOT_BUILDING_XFREE86_X_SERVER
+   install -m 755 -d debian/tmp/usr/X11R6/lib/X11/doc
# these files need to be installed with the upstream Imakefiles
install -m 644 $(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README \
   
$(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README.fonts \

Thanks
Fabio

-- 
user fajita: step one
fajita Whatever the problem, step one is always to look in the error log.
user fajita: step two
fajita When in danger or in doubt, step two is to scream and shout.



X Strike Force XFree86 SVN commit: r1813 - branches/debconf-overhaul/debian

2004-09-14 Thread X Strike Force SVN Repository Admin
Author: fabbione
Date: 2004-09-14 01:33:43 -0500 (Tue, 14 Sep 2004)
New Revision: 1813

Modified:
   branches/debconf-overhaul/debian/xserver-xfree86.config.in
Log:
Set amd64 default to false.
Remove empty default_use_fbdev= line to not reset the $ARCH default.
Add safe default_use_fbdev=false if there is no /proc/fb.
Add safe default_use_fbdev=false if there is no /proc at all.


Modified: branches/debconf-overhaul/debian/xserver-xfree86.config.in
===
--- branches/debconf-overhaul/debian/xserver-xfree86.config.in  2004-09-13 
19:10:51 UTC (rev 1812)
+++ branches/debconf-overhaul/debian/xserver-xfree86.config.in  2004-09-14 
06:33:43 UTC (rev 1813)
@@ -936,7 +936,7 @@
   # Use fbcon kernel interface?
   set_db_priority high
   case $ARCH in
-alpha|hurd-i386|i386)
+alpha|hurd-i386|i386|amd64)
   default_use_fbdev=false
   ;;
 *)
@@ -944,7 +944,6 @@
   ;;
   esac
 
-  default_use_fbdev=
   # XXX: is this a good test for /proc being mounted?
   if [ -e /proc/self ]; then
 if [ -e /proc/fb ]; then
@@ -963,9 +962,11 @@
   fi
 else
   trace $func(): /proc/fb does not exist; assuming fbcon not in use
+  default_use_fbdev=false
 fi
   else
 trace $func(): /proc not mounted; cannot determine if fbcon in use
+default_use_fbdev=false
   fi
 
   # re-set the default answer to false if need be



X Strike Force XFree86 SVN commit: r1814 - trunk/debian

2004-09-14 Thread X Strike Force SVN Repository Admin
Author: fabbione
Date: 2004-09-14 11:39:27 -0500 (Tue, 14 Sep 2004)
New Revision: 1814

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
   trunk/debian/rules
Log:
Create debian/tmp/usr/X11R6/lib/X11/doc when NOT_BUILDING_XFREE86_X_SERVER
is defined. Fix also FTBFS on s390.



Modified: trunk/debian/CHANGESETS
===
--- trunk/debian/CHANGESETS 2004-09-14 06:33:43 UTC (rev 1813)
+++ trunk/debian/CHANGESETS 2004-09-14 16:39:27 UTC (rev 1814)
@@ -18,4 +18,8 @@
 /tmp; a full filesystem can cause mysterious X session failures.
 1808
 
+Create debian/tmp/usr/X11R6/lib/X11/doc when NOT_BUILDING_XFREE86_X_SERVER
+is defined. Fix also FTBFS on s390.
+1814
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-09-14 06:33:43 UTC (rev 1813)
+++ trunk/debian/changelog  2004-09-14 16:39:27 UTC (rev 1814)
@@ -10,6 +10,11 @@
   * In the Xsession script, attempt to create a file of non-zero length in
 /tmp; a full filesystem can cause mysterious X session failures.
 
+  Changes by Fabio M. Di Nitto:
+
+  * Create debian/tmp/usr/X11R6/lib/X11/doc when NOT_BUILDING_XFREE86_X_SERVER
+is defined. Fix also FTBFS on s390.
+
  -- Branden Robinson [EMAIL PROTECTED]  Sun, 12 Sep 2004 23:45:07 -0500
 
 xfree86 (4.3.0.dfsg.1-7) unstable; urgency=high

Modified: trunk/debian/rules
===
--- trunk/debian/rules  2004-09-14 06:33:43 UTC (rev 1813)
+++ trunk/debian/rules  2004-09-14 16:39:27 UTC (rev 1814)
@@ -289,6 +289,7 @@
  install -m 644 debian/local/update-fonts-$$FOO.8 
$(DEBTREEDIR)/usr/share/man/man8; \
done
  ifdef NOT_BUILDING_XFREE86_X_SERVER
+   install -m 755 -d debian/tmp/usr/X11R6/lib/X11/doc
# these files need to be installed with the upstream Imakefiles
install -m 644 $(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README \
   
$(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README.fonts \



X Strike Force XFree86 SVN property change: propchange - r1814 svn:log

2004-09-14 Thread X Strike Force SVN Repository Admin
Author: branden
Revision: 1814
Property Name: svn:log

New Property Value:
Create debian/tmp/usr/X11R6/lib/X11/doc when NOT_BUILDING_XFREE86_X_SERVER
is defined.  Fixes FTBFS on s390.





Bug#269025: new nv driver. please test!

2004-09-14 Thread Fabio Massimo Di Nitto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi guys,
 i did a backport of the nv driver from X.org to our xfree86 tree.

You can grab the driver here:

http://people.no-name-yet.com/~fabbione/nv/

the md5sum has been signed by me with the same key i am using to sign this
mail (since it is only a binary driver you will be able to trust it
but if it works we will of course merge the source ;)).

In order to test it:

wget http://people.no-name-yet.com/~fabbione/nv/nv_drv.o
wget http://people.no-name-yet.com/~fabbione/nv/nv_drv.o.md5sum

Verify that the md5sum of nv_drv.o matches with the one signed.

Log out from X and as root:

cp /usr/X11R6/lib/modules/drivers/nv_drv.o 
/usr/X11R6/lib/modules/drivers/nv_drv_backup.o
cp nv_drv.o /usr/X11R6/lib/modules/drivers/nv_drv.o /etc/init.d/gdm start

If the new driver does NOT work you still have a backup.

Please report immediatly both failures and success.

Thanks a lot!
Fabio

- --
user fajita: step one
fajita Whatever the problem, step one is always to look in the error log.
user fajita: step two
fajita When in danger or in doubt, step two is to scream and shout.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBRytzhCzbekR3nhgRAsN+AJ9aGQb73LKf5Hv5wGqmYx6upQXDigCfXHf9
2pccWY/QJmhCbgtt333ymg4=
=JLYG
-END PGP SIGNATURE-





Bug#230537: This is an alert from eSafe

2004-09-14 Thread eSafe
*** eSafe detected hostile content in this email. ***


Time: 14 Sep 2004 10:51:07
Scan result: Mail modified to remove malicious content
Protocol: SMTP in
File Name\Mail Subject: mail_1095186956: Re: Mail Authentification
Source: [EMAIL PROTECTED]
Destination: [EMAIL PROTECTED]
Details: readme_lyndrek.doc 
  .pif   Infected with Win32.Netsky.q (Non-Removable), Blocked 



Re: Re: Your website

2004-09-14 Thread am
From: [EMAIL PROTECTED]
Subject: [Andrei @ Opale] Changement d'adresse

Bonjour,

Cette adresse est temporairement hors service pour cause d'installation d'un 
filtre anti-spam. Veuillez renvoyer votre correspondance à l'adresse [EMAIL 
PROTECTED]

Je m'excuse pour ce contre-temps et j'attends vos messages à [EMAIL PROTECTED],

Sincèrement,
Andrei
 Original Message 

 See the attached file for details.
 




Bug#271235: Unresolved symbols in new nv driver

2004-09-14 Thread Eric Valette

Symbol miRegionEqual from module /usr/X11R6/lib/modules/drivers/nv_drv.o
is unresolved!

And latter it kills X because the unresolved function is called...



This should not happen!
An unresolved function was called!

Fatal server error:




--
   __
  /  `  Eric Valette
 /--   __  o _. 6 rue Paul Le Flem
(___, / (_(_(__ 35740 Pace

Tel: +33 (0)2 99 85 26 76   Fax: +33 (0)2 99 85 26 76
E-mail: [EMAIL PROTECTED]








Bug#255286: Meta has become alt?

2004-09-14 Thread Denis Barbier
Package: emacs21
Followup-For: Bug #255286

Hi,

I am investigating this issue, and believe that I now have some light
to share.  The attached test-emacs-mods.c is a debug copy of the
x_find_modifier_meanings function in emacs-21.3/src/xterm.c
It displays how emacs interpret modifier bits.

First consider a pc104 us layout:
  $ setxkbmap -model pc104 -layout us -option
  $ xmodmap -pm
  shift   Shift_L (0x32),  Shift_R (0x3e)
  lockCaps_Lock (0x42)
  control Control_L (0x25),  Control_R (0x6d)
  mod1Alt_L (0x40),  Alt_L (0x7d),  Meta_L (0x9c)
  mod2Num_Lock (0x4d)
  mod3  
  mod4Super_L (0x7f),  Hyper_L (0x80)
  mod5Mode_switch (0x5d),  ISO_Level3_Shift (0x7c)

Keycodes are defined in /etc/X11/xkb/keycodes/xfree86.
The key point is that keycodes 0x7d, 0x7f, 0x80 and 0x9c are called
'fake keys' because they do not correspond to physical keys, so a
keyboard never send events associated with these keys.
They are defined in /etc/X11/xkb/symbols/pc/pc
key ALT  {[ NoSymbol, Alt_L   ]   };
modifier_map Mod1   { ALT, LALT };
key META {[ NoSymbol, Meta_L  ]   };
modifier_map Mod1   { META };
key SUPR {[ NoSymbol, Super_L ]   };
modifier_map Mod4   { SUPR };
key HYPR {[ NoSymbol, Hyper_L ]   };
modifier_map Mod4   { HYPR };
which means that no symbol is bound to these keys (which is logical for
fake keys), but their shift levels are bound to KeySyms.
These definitions have then set
  mod1 = { ALT, LALT, META }
  mod4 = { SUPR, HYPR }
In the pc104 section of /etc/X11/xkb/symbols/pc/pc, LALT is defined by
key LALT {[   Alt_L,  Meta_L  ]   };

When xmodmap display modifiers, it first look at the level 0 of each
key in its list, which gives:
  ALT  keycode 0x7d level 0 - NoSymbol
  LALT keycode 0x40 level 0 - Alt_L
  META keycode 0x9c level 0 - NoSymbol
It then scans level 1 of the symbols which had no symbol at level 0
  ALT  keycode 0x7d level 1 - Alt_L
  META keycode 0x9c level 1 - Meta_L
and so forth until all keys found in modifier's list are represented
by a KeySym.  This explains the line from xmodmap's output:
  mod1Alt_L (0x40),  Alt_L (0x7d),  Meta_L (0x9c)
and
  mod4Super_L (0x7f),  Hyper_L (0x80)
becomes obvious.

Now consider Daniel's settings:
  $ setxkbmap -model pc104 -layout us -option -option altwin:meta_win
  $ xmodmap -pm
  mod1Alt_L (0x40),  Alt_L (0x7d)
  mod4Meta_L (0x73),  Meta_R (0x74),  Super_L (0x7f),  Hyper_L (0x80),  
Meta_L (0x9c)
(other lines are removed for brevity).
It slightly differs from Daniel's output due to recent changes in xlibs,
but this is not important.
By reading /etc/X11/xkb/symbols/{pc/pc,altwin}, one deduces that:
key LALT {[   Alt_L,  Meta_L  ]   };
key RALT {[   Alt_R,  Meta_R  ]   };
key LWIN {[   Meta_L  ]   };
key RWIN {[   Meta_R  ]   };
key ALT  {[ NoSymbol, Alt_L   ]   };
key META {[ NoSymbol, Meta_L  ]   };
and
  mod1 = { ALT, LALT, META }
  mod4 = { SUPR, HYPR, META, Meta_L, Meta_R }

But Meta_L does not appear in xmodmap's output for mod1.  The reason
is hidden by setxkbmap, it is in fact stored in some logfile.
It can be displayed on stderr with this trick:
  $ setxkbmap -model pc104 -layout us -option -option altwin:meta_win -print \
| xkbcomp -w 0 - :0
  Error:Key META added to map for multiple modifiers
Using Mod4, ignoring Mod1.

Okay, so our modifiers in fact are bound to those keys:
  mod1 = { ALT, LALT }
  mod4 = { SUPR, HYPR, META, Meta_L, Meta_R }

Now, let's compute the associated keycodes and KeySyms:
  ALT  keycode 0x7d level 0 - NoSymbol
  LALT keycode 0x40 level 0 - Alt_L
  ALT  keycode 0x7d level 1 - Alt_L

  SUPR keycode 0x7f level 0 - NoSymbol
  HYPR keycode 0x80 level 0 - NoSymbol
  META keycode 0x9c level 0 - NoSymbol
  Meta_L keycode 
  Meta_R keycode 
  SUPR keycode 0x7f level 1 - Super_L
  HYPR keycode 0x80 level 1 - Hyper_L
  META keycode 0x9c level 1 - Meta_L
Until now, modifiers were defined by keycodes only, but there are two
KeySyms above: Meta_L and Meta_R.  The KeySym - keycode mapping is
not unique, and to find the keycode bound to these KeySyms, xmodmap
plays the same game: it scans level 0 for all keycodes, then if no
matching KeySym is found it goes to level 1, 2, etc.
In our case, Meta_L is defined at the level 0 of LWIN and level 1 of
LALT, but the rule tells to return LWIN which is 0x73.

We now can understand xmodmap output, and it is time to go back to
this bugreport, and compile and run the attached file:
  $ gcc -Wall -o test-emacs-mods test-emacs-mods.c \
  -I/usr/X11R6/include -L /usr/X11R6/lib -lX11
  $ ./test-emacs-mods
  Mod1 keycode=0x40 (pos=0) level 0 - Alt_L
  Mod1 keycode=0x40 (pos=0) level 1 - 

Bug#116507: how is your hsuabnd?

2004-09-14 Thread Lester Banks
5781763118774317013
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable

Once upon a midnight dreadry, while I pondered, weak and weary,

Savee on you medss
Visitt u-s by clik'in the lynk below
http://www.worldwidemedstoday.com?wid=3D200024
At once the Source, and End, and Test of Art
Shows most true Mettle when you check his Course.

5781763118774317013--



Claims, or demands for payment can now be answered legally

2004-09-14 Thread ludie richards
Annoying letters and frightening calls are stopped.
We have pioneered an advanced system of proven strategies 
that will get the creditors and debt collectors off your back for good

Our debt termination program has legally stopped millions of dollars worth
of debt from being collected.


check out our Elimination Program here
http://www.hugebenefitproduct.com/e2/



address on site along with no more feature




S'pose--s'pose the vine should break! he moaned, a horrified look upon his
face. I've had about enough of this, said Rob, savagely
If you haven't any sense you don't deserve to live



Bug#271760: libxft-dev: upgrade from 2.1.2-4 to 2.1.2-6 fails

2004-09-14 Thread Mahesh T. Pai
Package: libxft-dev
Version: 2.1.2-4
Severity: important

Upgrading libxft-dev fails, refusing to replace Xft.h file.

I think the following messages are self explanatory. It is has been
going for two three days now. 

(Reading database ... 134507 files and directories currently installed.)
Preparing to replace libxft-dev 2.1.2-4 (using .../libxft-dev_2.1.2-6_i386.deb) 
...
diversion of /usr/X11R6/include/X11/Xft/Xft.h to 
/usr/X11R6/include/X11/Xft/Xft1.h by libxft-dev
Removing `diversion of /usr/X11R6/include/X11/Xft/Xft.h to 
/usr/X11R6/include/X11/Xft/Xft1.h by libxft-dev'
dpkg-divert: rename involves overwriting `/usr/X11R6/include/X11/Xft/Xft.h' with
  different file `/usr/X11R6/include/X11/Xft/Xft1.h', not allowed
dpkg: error processing /var/cache/apt/archives/libxft-dev_2.1.2-6_i386.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 2
Preparing to replace openoffice.org-l10n-en 1.1.1-4 (using 
.../openoffice.org-l10n-en_1.1.2-3_all.deb) ...
Unpacking replacement openoffice.org-l10n-en ...
Errors were encountered while processing:
 /var/cache/apt/archives/libxft-dev_2.1.2-6_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ack!  Something bad happened while installing packages.  Trying to recover:

Please feel free to ask if further info is required.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages libxft-dev depends on:
ii  libc6-dev [libc-dev]  2.3.2.ds1-16   GNU C Library: Development Librari
ii  libfontconfig1-dev2.2.3-1generic font configuration library
ii  libfreetype6-dev  2.1.7-2.2  FreeType 2 font engine, developmen
ii  libxft2   2.1.2-6FreeType-based font drawing librar
ii  libxrender-dev0.8.3-4X Rendering Extension client libra
ii  pkg-config0.15.0-3   Manage compile and link flags for 
ii  xlibs-dev 4.3.0.dfsg.1-1 X Window System client library dev
ii  zlib1g-dev [libz-dev] 1:1.2.1-3  compression library - development

-- no debconf information



Bug#271071: new nv driver. please test!

2004-09-14 Thread xxxxx_2001


Hello Fabio

I have tested the nv_drv.o driver from your site.
The driver works (xfree run perfectly) but i have a message of Xfree :

Symbol miRegionEqual from module 
/usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved!


With the driver nv_drv.o of the server-xfree86_4.3.0.dfsg.1-6_i386.deb 
package

i don't have this message.

For information my video card is a Nvidia Geforce 4 420 GO (laptop sony 
pcg-fr102)


ps : excuse me for my bad english because i'am french and i don't speak 
english correctly ;)


Thanks





Bug#271235: Additional info

2004-09-14 Thread Andrei Badea
In case this helps, the problem seems to lie in 
/usr/X11R6/lib/modules/drivers/nv_drv.o


I tried to replace this file with the one from 4.3.0.dfsg.1-4, just to 
see what happens. Everything seems to work fine, both mplayer and tvtime.


signature.asc
Description: OpenPGP digital signature


Bug#263916: xserver-xfree86-dbg works fine

2004-09-14 Thread Igor Mozetic
Package: xserver-xfree86
Version: 4.3.0.dfsg.1-4
Followup-For: Bug #263916

After I installed xserver-xfree86-dbg, X work fine.
Apparently the problem is with xserver modules.
I have tried the same on two different machines with
equal video card - effect is the same:
with xserver-xfree86 the server doesn't start,
with xserver-xfree86-dbg server works fine.

-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86
xserver-xfree86-dbg

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx  1 root root 26 Sep 13 16:09 /etc/X11/X - /usr/bin/X11/XFree86-debug
-rwxr-xr-x  1 root root 137297758 May 29 14:32 /usr/bin/X11/XFree86-debug

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86
xserver-xfree86-dbg

VGA-compatible devices on PCI bus:
:01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200 AGP (rev 
01)

/var/lib/xfree86/XF86Config-4.md5sum does not exist.

XFree86 X server configuration file status:
-rw-r--r--  1 root root 3543 Aug  5 15:49 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
Section Files
#   FontPathunix/:7100# local font server
# if the local font server has problems, we can fall back on these
FontPath/usr/lib/X11/fonts/math/Type1/
FontPath/usr/lib/X11/fonts/math/X/
FontPath/usr/lib/X11/fonts/misc/
FontPath/usr/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/lib/X11/fonts/Type1/
FontPath/usr/lib/X11/fonts/Speedo/
FontPath/usr/lib/X11/fonts/cyrillic/
FontPath/usr/lib/X11/fonts/75dpi/
FontPath/usr/lib/X11/fonts/100dpi/
EndSection

Section Device
Identifier  Matrox MGA G200 AGP
Driver  mga
#   VideoRam8192
Option  HWcursor  off
EndSection

Section Monitor
Identifier  Iiyama 19 Pro450, A901HT
HorizSync   30-115
VertRefresh 50-160
Option  DPMS
Modeline1280x1024 181.75 1280 1308 1436 1676 1024 1031 1046 
1072 -hsync -vsync
EndSection

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 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.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the ### BEGIN DEBCONF SECTION line above, and/or after the
# ### END DEBCONF SECTION line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file? in /usr/share/doc/xfree86-common/FAQ.gz.

Section Module
#   LoadGLcore
Loadbitmap
Loaddbe
Loadddc
#   Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
#   Loadpex5
Loadrecord
Loadspeedo
Loadtype1
Loadvbe
#   Loadxie
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/psaux
Option  Protocol  PS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section InputDevice
Identifier  Generic Mouse
Driver  mouse
Option  SendCoreEventstrue
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section Device
Identifier  Matrox MGA G200 AGP
Driver  mga
VideoRam8192
EndSection

Section Monitor
Identifier  Iiyama 19 Pro450, A901HT
HorizSync   30-115
VertRefresh 50-160
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  Matrox MGA G200 AGP
Monitor Iiyama 19 Pro450, A901HT
DefaultDepth16
SubSection Display
Depth   1
Modes   1280x1024
EndSubSection
SubSection Display
Depth   4
  

Re: Please re-build and upload xfree86 4.3.0.dfsg.1-7

2004-09-14 Thread Gerhard Tonn

Fabio Massimo Di Nitto wrote:

Hi Gerhard,

On Mon, 13 Sep 2004, Gerhard Tonn wrote:



I am getting the same error when building it manually. The doc directory
doesn't exist.

Gerhard




thanks a lot for your help.

Can you be so kind to apply this patch and test if the build completes
correctly? It is probably not the right fix but at least we will see if
there are no other failures later in the process, before uploading -8.

--- rules.orig  2004-09-14 06:24:48.0 +
+++ rules   2004-09-14 06:25:30.0 +
@@ -289,6 +289,7 @@
  install -m 644 debian/local/update-fonts-$$FOO.8 
$(DEBTREEDIR)/usr/share/man/man8; \
done
  ifdef NOT_BUILDING_XFREE86_X_SERVER
+   install -m 755 -d debian/tmp/usr/X11R6/lib/X11/doc
# these files need to be installed with the upstream Imakefiles
install -m 644 $(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README \
   
$(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README.fonts \



Yes, that works.

Gerhard



Bug#261993:

2004-09-14 Thread Teemu Ikonen
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx  1 root root 20 Feb 24  2003 /etc/X11/X - /usr/bin/X11/XFree86
-rwxr-xr-x  1 root root 1745132 May 29 15:33 /usr/bin/X11/XFree86

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
:01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G550 AGP (rev 
01)

/etc/X11/XF86Config-4 does not match checksum in 
/var/lib/xfree86/XF86Config-4.md5sum.

XFree86 X server configuration file status:
-rw-r--r--  1 root root 3479 Aug 11 12:01 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
# XF86Config-4 (XFree86 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 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
FontPathunix/:7100# local font server
# if the local font server has problems, we can fall back on these
FontPath/usr/lib/X11/fonts/misc
FontPath/usr/lib/X11/fonts/cyrillic
FontPath/usr/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/lib/X11/fonts/Type1
FontPath/usr/lib/X11/fonts/CID
FontPath/usr/lib/X11/fonts/Speedo
FontPath/usr/lib/X11/fonts/100dpi
FontPath/usr/lib/X11/fonts/75dpi
EndSection

Section Module
LoadGLcore
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadspeedo
Loadtype1
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc105
Option  XkbLayout fi
EndSection

# PS mouse for 2.4 kernels
Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/psaux
#   Option  Device/dev/input/mice
#   Option  Protocol  ImPS/2
Option  Protocol  ExplorerPS/2
Option  ZAxisMapping  4 5
EndSection

# Generic mouse for all mouse events in 2.6 kernel
Section InputDevice
Identifier  Generic Mouse
Driver  mouse
Option  SendCoreEventstrue
Option  Device/dev/input/mice
Option  Protocol  ExplorerPS/2
Option  ZAxisMapping  4 5
EndSection

Section Device
Identifier  Matroksi
Driver  mga
EndSection

Section Monitor
Identifier  Hitachi CM752ET
# Low-res modes crash the mga driver
#   HorizSync   31-94
HorizSync   45-94   
VertRefresh 50-160
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  Matroksi
Monitor Hitachi CM752ET
DefaultDepth24
SubSection Display
Depth   1
Modes   1280x1024 1152x864 1024x768 800x600 
640x480
EndSubSection
SubSection Display
Depth   4
Modes   1280x1024 1152x864 1024x768 800x600 
640x480
EndSubSection
SubSection Display
Depth   8
Modes   1280x1024 1152x864 1024x768 800x600 
640x480
EndSubSection
SubSection Display
Depth   15
Modes   1280x1024 1152x864 1024x768 800x600 
640x480
EndSubSection
SubSection Display
Depth   16
Modes   1280x1024 1152x864 1024x768 800x600 
640x480
EndSubSection
SubSection Display
Depth   24
Modes   1280x1024 1152x864 1024x768 800x600 
640x480
EndSubSection
EndSection

Section ServerLayout

X Strike Force XFree86 SVN commit: r1816 - trunk/debian

2004-09-14 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-09-14 11:44:13 -0500 (Tue, 14 Sep 2004)
New Revision: 1816

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
Log:
(cosmetic) Translate en_IT to en_US.  ;-)


Modified: trunk/debian/CHANGESETS
===
--- trunk/debian/CHANGESETS 2004-09-14 16:42:42 UTC (rev 1815)
+++ trunk/debian/CHANGESETS 2004-09-14 16:44:13 UTC (rev 1816)
@@ -9,7 +9,7 @@
 files anywhere.)
 
 Miscellaneous cosmetic fixes.
-1811, 1812, 1815
+1811, 1812, 1815, 1816
 
 Update Danish debconf template translations (thanks, Claus Hindsgaul)
 1806
@@ -19,7 +19,7 @@
 1808
 
 Create debian/tmp/usr/X11R6/lib/X11/doc when NOT_BUILDING_XFREE86_X_SERVER
-is defined. Fix also FTBFS on s390.
+is defined.  Fixes FTBFS on s390.
 1814
 
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-09-14 16:42:42 UTC (rev 1815)
+++ trunk/debian/changelog  2004-09-14 16:44:13 UTC (rev 1816)
@@ -13,7 +13,7 @@
   Changes by Fabio M. Di Nitto:
 
   * Create debian/tmp/usr/X11R6/lib/X11/doc when NOT_BUILDING_XFREE86_X_SERVER
-is defined. Fix also FTBFS on s390.
+is defined.  Fixes FTBFS on s390.
 
  -- Branden Robinson [EMAIL PROTECTED]  Sun, 12 Sep 2004 23:45:07 -0500
 



Re: Please re-build and upload xfree86 4.3.0.dfsg.1-7

2004-09-14 Thread Fabio Massimo Di Nitto
On Tue, 14 Sep 2004, Gerhard Tonn wrote:

  --- rules.orig  2004-09-14 06:24:48.0 +
  +++ rules   2004-09-14 06:25:30.0 +
  @@ -289,6 +289,7 @@
install -m 644 debian/local/update-fonts-$$FOO.8 
  $(DEBTREEDIR)/usr/share/man/man8; \
  done
ifdef NOT_BUILDING_XFREE86_X_SERVER
  +   install -m 755 -d debian/tmp/usr/X11R6/lib/X11/doc
  # these files need to be installed with the upstream Imakefiles
  install -m 644 $(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README \
 
  $(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README.fonts \
 

 Yes, that works.

Thanks a lot! It will save us an upload :-)

Fabio

-- 
user fajita: step one
fajita Whatever the problem, step one is always to look in the error log.
user fajita: step two
fajita When in danger or in doubt, step two is to scream and shout.



X Strike Force XFree86 SVN commit: r1815 - trunk/debian

2004-09-14 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-09-14 11:42:42 -0500 (Tue, 14 Sep 2004)
New Revision: 1815

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/rules
Log:
(cosmetic) Rewrite a comment to be more clear.


Modified: trunk/debian/CHANGESETS
===
--- trunk/debian/CHANGESETS 2004-09-14 16:39:27 UTC (rev 1814)
+++ trunk/debian/CHANGESETS 2004-09-14 16:42:42 UTC (rev 1815)
@@ -9,7 +9,7 @@
 files anywhere.)
 
 Miscellaneous cosmetic fixes.
-1811, 1812
+1811, 1812, 1815
 
 Update Danish debconf template translations (thanks, Claus Hindsgaul)
 1806

Modified: trunk/debian/rules
===
--- trunk/debian/rules  2004-09-14 16:39:27 UTC (rev 1814)
+++ trunk/debian/rules  2004-09-14 16:42:42 UTC (rev 1815)
@@ -289,8 +289,11 @@
  install -m 644 debian/local/update-fonts-$$FOO.8 
$(DEBTREEDIR)/usr/share/man/man8; \
done
  ifdef NOT_BUILDING_XFREE86_X_SERVER
+   # These files, which document more than just the XFree86 X server,
+   # should be installed by the upstream Imakefiles even when the XFree86
+   # X server isn't being built, but they're poorly placed.  Therefore we
+   # have to create the destination directory ourselves.
install -m 755 -d debian/tmp/usr/X11R6/lib/X11/doc
-   # these files need to be installed with the upstream Imakefiles
install -m 644 $(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README \
   
$(SOURCE_TREE)/programs/Xserver/hw/xfree86/doc/README.fonts \
   debian/tmp/usr/X11R6/lib/X11/doc



Bug#269025: Unresolved symbols in new nv driver

2004-09-14 Thread Eric Valette
Symbol miRegionEqual from module /usr/X11R6/lib/modules/drivers/nv_drv.o 
is unresolved!


And latter it kills X because the unresolved function is called...



This should not happen!
An unresolved function was called!

Fatal server error:




--
   __
  /  `  Eric Valette
 /--   __  o _. 6 rue Paul Le Flem
(___, / (_(_(__ 35740 Pace

Tel: +33 (0)2 99 85 26 76   Fax: +33 (0)2 99 85 26 76
E-mail: [EMAIL PROTECTED]