Quick Question

2016-01-28 Thread Alita Olvey

Hiya
I was visting your website on 1/29/2016 and I'm very interested.
I'm currently looking for work either full time or as a intern to get experience
in the field.
Please review my CV and let me know what you think.

Thank you for your consideration,

--
Alita Olvey


Resume.rtf
Description: MS-Word document


Bug#812927: xserver-xorg-input-evdev depend on xorg-input-abi-21 - xserver-xorg-core provide xorg-input-abi-22

2016-01-28 Thread Christian Weeks
Source: xserver-xorg-input-evdev
Version: 1:2.10.1-1
Followup-For: Bug #812927

Dear Maintainer,

The xserver-xorg-input-evdev package and xserver-xorg-input-all package have 
both been completely removed. The lack of evdev
means that xserver is now unusable, as it is lacking the evdev driver for all 
input devices.  I would consider this a critical
bug, as the system is completely unusable. I will attempt to rollback xorg, but 
it's a big complex messy package, and I'm
pretty sure it won't work.

This change in xorg:1:7.7+12:

  * Remove redundant xserver-xorg-input-evdev from xserver-xorg (Already
in -input-all).

May well be why the system allowed what is a completely broken xorg setup to 
occur on upgrade. I suspect many others will
report this problem as they uptake the broken xorg that is in sid today.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (499, 'testing'), (399, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



xorg-server: Changes to 'ubuntu+1'

2016-01-28 Thread Timo Aaltonen
 debian/changelog  |   15 +++
 debian/patches/fix-ftbfs-ppc64el.patch|   16 
 debian/patches/glamor-disable-debugging-msgs.diff |   32 
 debian/patches/series |4 -
 debian/patches/update-intel-pciids.diff   |   87 ++
 5 files changed, 134 insertions(+), 20 deletions(-)

New commits:
commit a92eb5f6454085c39d751da0a77677d2b1123fe2
Author: Timo Aaltonen 
Date:   Thu Jan 28 14:53:59 2016 +0200

drop fix-ftbfs-ppc64el.patch, update changelog

diff --git a/debian/changelog b/debian/changelog
index 8c36692..77650de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xorg-server (2:1.18.0-3ubuntu1) UNRELEASED; urgency=medium
+
+  * Merge from Debian experimental
+  * patches: Refreshed, dropped what's upstream.
+  * xmir-fixes.diff: Port xmir to 1.18.
+  * fix-ftbfs-ppc64el.patch: Dropped, not needed anymore.
+
+ -- Timo Aaltonen   Tue, 08 Dec 2015 19:47:06 +0200
+
 xorg-server (2:1.18.0-3) unstable; urgency=medium
 
   * update-intel-pciids.diff: Sync dri2 mapping ids for intel.
@@ -6,14 +15,6 @@ xorg-server (2:1.18.0-3) unstable; urgency=medium
 
  -- Timo Aaltonen   Wed, 27 Jan 2016 16:41:59 +0200
 
-xorg-server (2:1.18.0-1ubuntu1) UNRELEASED; urgency=medium
-
-  * Merge from Debian experimental
-  * patches: Refreshed, dropped what's upstream.
-  * xmir-fixes.diff: Port xmir to 1.18.
-
- -- Timo Aaltonen   Tue, 08 Dec 2015 19:47:06 +0200
-
 xorg-server (2:1.18.0-2) unstable; urgency=medium
 
   [ Laurent Bigonville ]
diff --git a/debian/patches/fix-ftbfs-ppc64el.patch 
b/debian/patches/fix-ftbfs-ppc64el.patch
deleted file mode 100644
index fa452c1..000
--- a/debian/patches/fix-ftbfs-ppc64el.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix ftbfs on ppc64el
-Author: Maarten Lankhorst 
-
-diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c
-index a9a9fa5..f88cdc0 100644
 a/hw/kdrive/src/kinput.c
-+++ b/hw/kdrive/src/kinput.c
-@@ -221,7 +221,7 @@ KdUnregisterFd(void *closure, int fd, Bool do_close)
- if (do_close)
- close(kdInputFds[i].fd);
- kdNumInputFds--;
--for (j = i; j < (kdNumInputFds - 1); j++)
-+for (j = i; j < (kdNumInputFds - 1) && j < (KD_MAX_INPUT_FDS - 
1); j++)
- kdInputFds[j] = kdInputFds[j + 1];
- break;
- }
diff --git a/debian/patches/series b/debian/patches/series
index 4426023..7cf15e7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -48,7 +48,6 @@ xf86-ignore-conflicting-rr-caps.patch
 fix-detach-gpu.patch
 disable-rotation-transform-gpuscreens.patch
 
-fix-ftbfs-ppc64el.patch
 xmir.patch
 xmir-desktop-file-hint-flag.patch
 drm_device_keep_trying.patch

commit 36288f4297b1779383916b357091eddbb203fb79
Author: Timo Aaltonen 
Date:   Wed Jan 27 16:42:10 2016 +0200

release to unstable

diff --git a/debian/changelog b/debian/changelog
index 8503cce..be300ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xorg-server (2:1.18.0-3) UNRELEASED; urgency=medium
+xorg-server (2:1.18.0-3) unstable; urgency=medium
 
   * update-intel-pciids.diff: Sync dri2 mapping ids for intel.
   * glamor-disable-debugging-msgs.diff: Make glamor less noisy with
 recent mesa.
 
- -- Timo Aaltonen   Wed, 27 Jan 2016 14:21:32 +0200
+ -- Timo Aaltonen   Wed, 27 Jan 2016 16:41:59 +0200
 
 xorg-server (2:1.18.0-2) unstable; urgency=medium
 

commit 31dc999cb909eaaff5ccde9e9b3224d5b1119816
Author: Timo Aaltonen 
Date:   Wed Jan 27 16:41:15 2016 +0200

glamor-disable-debugging-msgs.diff: Make glamor less noisy with recent mesa.

diff --git a/debian/changelog b/debian/changelog
index a27212d..8503cce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 xorg-server (2:1.18.0-3) UNRELEASED; urgency=medium
 
   * update-intel-pciids.diff: Sync dri2 mapping ids for intel.
+  * glamor-disable-debugging-msgs.diff: Make glamor less noisy with
+recent mesa.
 
  -- Timo Aaltonen   Wed, 27 Jan 2016 14:21:32 +0200
 
diff --git a/debian/patches/glamor-disable-debugging-msgs.diff 
b/debian/patches/glamor-disable-debugging-msgs.diff
new file mode 100644
index 000..6556848
--- /dev/null
+++ b/debian/patches/glamor-disable-debugging-msgs.diff
@@ -0,0 +1,32 @@
+commit 1db6de7b6a6ee240eb50a13fe1fa1e135d7cb93b
+Author: Michel Dänzer 
+Date:   Tue Jan 12 15:42:47 2016 +0900
+
+glamor: Disable debugging messages other than GL API errors
+
+According to Nicolai Hähnle, the relevant specification says "All
+messages are initially enabled unless their assigned severity is
+DEBUG_SEVERITY_LOW", so we need to explicitly disable the messages we
+don't want to get. Failing that, we were accidentally logging e.g.
+shader stats intended for shader-db.
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93659
+Tested-by: Laurent Carlier 
+Reviewed-by: Emil Velikov 
+Signed

Bug#812899: libsm: please make the build reproducible (locale)

2016-01-28 Thread Julien Cristau
Control: tags -1 - patch

On Wed, Jan 27, 2016 at 18:48:18 +0100, Jérémy Bobbio wrote:

> Source: libsm
> Version: 2:1.2.2-1
> Severity: wishlist
> Tags: patch
> User: reproducible-bui...@lists.alioth.debian.org
> Usertags: locale
> 
> Hi!
> 
> While working on the “reproducible builds” effort [1], we have noticed
> that libsm could not be built reproducibly.
> 
> The attached patch makes sure the text documentation is always generated
> using a UTF-8 locale. Once applied, libsm can be built reproducibly in
> our current experimental framework.
> 
That patch is not suitable for upstream, since the C.UTF-8 locale is
non-standard.

Cheers,
Julien



Processed: Re: Bug#812899: libsm: please make the build reproducible (locale)

2016-01-28 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 - patch
Bug #812899 [src:libsm] libsm: please make the build reproducible (locale)
Removed tag(s) patch.

-- 
812899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812899
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#812996: marked as done (xserver-xorg-video-intel: module ABI major version (19) doesn't match the server's version (20))

2016-01-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Jan 2016 13:50:22 +0100
with message-id <56aa0e8e.8020...@debian.org>
and subject line Re: Bug#812996: xserver-xorg-video-intel: module ABI major 
version (19) doesn't match the server's version (20)
has caused the Debian Bug report #812996,
regarding xserver-xorg-video-intel: module ABI major version (19) doesn't match 
the server's version (20)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
812996: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812996
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2_2.99.917+git20160127-1

Severity: important

Dear Maintainer,

after last update (28.01.2016) of sid I lost xserver-xorg-video-intel.

When I try

apt-get install xserver-xorg-video-intel

There is following error message:

The following packages have unmet dependencies: xserver-xorg-video-intel :
Depends: xorg-video-abi-19



When I install manually the package (with dpkg) and try to start X there
are following lines in Xorg.0.log:


[  1662.901] (II) Module intel: vendor="X.Org Foundation"
[  1662.901]compiled for 1.17.3, module version = 2.99.917
[  1662.901]Module class: X.Org Video Driver
[  1662.901]ABI class: X.Org Video Driver, version 19.0
[  1662.901] (EE) module ABI major version (19) doesn't match the
server's version (20)
[  1662.901] (II) UnloadModule: "intel"
[  1662.901] (II) Unloading intel
[  1662.901] (EE) Failed to load module "intel" (module requirement mismatch, 0)


Package xserver-xorg-core is version 2%3a1.18.0-3_amd64

Best regards

-- 
Stefan Stefanov
--- End Message ---
--- Begin Message ---
On 28/01/16 13:40, Stefan Stefanov wrote:
> Package: xserver-xorg-video-intel
> Version: 2_2.99.917+git20160127-1
> 
> Severity: important
> 
> Dear Maintainer,
> 
> after last update (28.01.2016) of sid I lost xserver-xorg-video-intel.
> 
> When I try
> 
> apt-get install xserver-xorg-video-intel
> 
> There is following error message:
> 
> The following packages have unmet dependencies: xserver-xorg-video-intel :
> Depends: xorg-video-abi-19
> 
> 
> 
> When I install manually the package (with dpkg) and try to start X there
> are following lines in Xorg.0.log:
> 
> 
> [  1662.901] (II) Module intel: vendor="X.Org Foundation"
> [  1662.901]  compiled for 1.17.3, module version = 2.99.917
> [  1662.901]  Module class: X.Org Video Driver
> [  1662.901]  ABI class: X.Org Video Driver, version 19.0
> [  1662.901] (EE) module ABI major version (19) doesn't match the
> server's version (20)
> [  1662.901] (II) UnloadModule: "intel"
> [  1662.901] (II) Unloading intel
> [  1662.901] (EE) Failed to load module "intel" (module requirement mismatch, 
> 0)
> 
> 
> Package xserver-xorg-core is version 2%3a1.18.0-3_amd64

A rebuild of the intel driver has already happened to build against the new ABI.
It should hit the mirrors in the next few hours.

Emilio--- End Message ---


Bug#812996: xserver-xorg-video-intel: module ABI major version (19) doesn't match the server's version (20)

2016-01-28 Thread Stefan Stefanov
Package: xserver-xorg-video-intel
Version: 2_2.99.917+git20160127-1

Severity: important

Dear Maintainer,

after last update (28.01.2016) of sid I lost xserver-xorg-video-intel.

When I try

apt-get install xserver-xorg-video-intel

There is following error message:

The following packages have unmet dependencies: xserver-xorg-video-intel :
Depends: xorg-video-abi-19



When I install manually the package (with dpkg) and try to start X there
are following lines in Xorg.0.log:


[  1662.901] (II) Module intel: vendor="X.Org Foundation"
[  1662.901]compiled for 1.17.3, module version = 2.99.917
[  1662.901]Module class: X.Org Video Driver
[  1662.901]ABI class: X.Org Video Driver, version 19.0
[  1662.901] (EE) module ABI major version (19) doesn't match the
server's version (20)
[  1662.901] (II) UnloadModule: "intel"
[  1662.901] (II) Unloading intel
[  1662.901] (EE) Failed to load module "intel" (module requirement mismatch, 0)


Package xserver-xorg-core is version 2%3a1.18.0-3_amd64

Best regards

-- 
Stefan Stefanov