[Ubuntu-x-swat] [Bug 1794007] [NEW] package libglvnd-dev 1.0.0-2ubuntu2.1 failed to install/upgrade: Versuch, »/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so« zu überschreiben, welches auch in Paket nvidia

2018-09-23 Thread Balazs Peter Balogh
Public bug reported:

I wanted to install playonlinux and wine in Softwer Manager, but i have always 
error with lib... For example: libglib 2.0-0 and 
usr/lib/x86_64-linux-gnu/libGLESv1.
I ran in Terminal: sudo apt install upgrade, and I became the massage on 
summary.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libglvnd-dev 1.0.0-2ubuntu2.1
ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.9-0ubuntu7.3
Architecture: amd64
Date: Mon Sep 24 05:43:32 2018
ErrorMessage: Versuch, »/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so« zu 
überschreiben, welches auch in Paket nvidia-340 340.106-0ubuntu3 ist
InstallationDate: Installed on 2018-09-15 (8 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3ubuntu0.1
SourcePackage: libglvnd
Title: package libglvnd-dev 1.0.0-2ubuntu2.1 failed to install/upgrade: 
Versuch, »/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so« zu überschreiben, welches 
auch in Paket nvidia-340 340.106-0ubuntu3 ist
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libglvnd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libglvnd in Ubuntu.
https://bugs.launchpad.net/bugs/1794007

Title:
  package libglvnd-dev 1.0.0-2ubuntu2.1 failed to install/upgrade:
  Versuch, »/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so« zu überschreiben,
  welches auch in Paket nvidia-340 340.106-0ubuntu3 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1794007/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1737750] Re: nvidia-graphics-drivers fail to build [error: implicit declaration of function ‘init_timer’]

2018-09-23 Thread Max
DKMS patch to compile nvidia-340.104 for 4.15 kernel that should be more
convenient to read than debdiff. It is based on other sources mentioned
in comments to this bug.

** Patch added: "nvidia-340.104 dkms patch for 4.15 kernel"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1737750/+attachment/5192214/+files/buildfix_kernel_4.15_3.patch

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-304 in Ubuntu.
https://bugs.launchpad.net/bugs/1737750

Title:
  nvidia-graphics-drivers fail to build [error: implicit declaration of
  function ‘init_timer’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1737750/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1737750] Re: nvidia-graphics-drivers fail to build [error: implicit declaration of function ‘init_timer’]

2018-09-23 Thread Max
With the attached patch nvidia-340.104 module may be build with both
kernels linux-generic-hwe-16.04 4.15.0 and linux-generic 4.4.0

Tested on "VGA compatible controller: NVIDIA Corporation GT218 [GeForce
210] (rev a2) (prog-if 00 [VGA controller])" (GeForce 210 0x0A65)

It should fix nv_drm_init/exit issues

/var/lib/dkms/nvidia-340/340.104/build/nv-drm.c: In function ‘nv_drm_init’:
/var/lib/dkms/nvidia-340/340.104/build/nv-drm.c:176:11: error: implicit 
declaration of function ‘drm_pci_init’ [-Werror=implicit-function-declaration]
 ret = drm_pci_init(_drm_driver, pci_driver);
   ^
/var/lib/dkms/nvidia-340/340.104/build/nv-drm.c: In function ‘nv_drm_exit’:
/var/lib/dkms/nvidia-340/340.104/build/nv-drm.c:186:5: error: implicit 
declaration of function ‘drm_pci_exit’ [-Werror=implicit-function-declaration]
 drm_pci_exit(_drm_driver, pci_driver);

and compile errors related to timers

/var/lib/dkms/nvidia-340/340.104/build/nv.c: In function ‘nv_start_rc_timer’:
/var/lib/dkms/nvidia-340/340.104/build/nv.c:2407:5: error: implicit declaration 
of function ‘init_timer’ [-Werror=implicit-function-declaration]
 init_timer(>rc_timer);
 ^
/var/lib/dkms/nvidia-340/340.104/build/nv.c:2408:28: error: assignment from 
incompatible pointer type [-Werror=incompatible-pointer-types]
 nvl->rc_timer.function = nvidia_rc_timer;
^
/var/lib/dkms/nvidia-340/340.104/build/nv.c:2409:18: error: ‘struct timer_list’ 
has no member named ‘data’
 nvl->rc_timer.data = (unsigned long) nvl;
  ^


** Patch added: "nvidia-340.104 debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1737750/+attachment/5192213/+files/nvidia-graphics-drivers-340-340.104_kernel-4-15.patch

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-304 in Ubuntu.
https://bugs.launchpad.net/bugs/1737750

Title:
  nvidia-graphics-drivers fail to build [error: implicit declaration of
  function ‘init_timer’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1737750/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1769322] Re: Trackpoint reacts jumpy and isn't precise when moved a short distance

2018-09-23 Thread Feng Ling
Same problem on Thinkpad P50

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libinput in Ubuntu.
https://bugs.launchpad.net/bugs/1769322

Title:
  Trackpoint reacts jumpy and isn't precise when moved a short distance

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1769322/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1292104] Re: xstdcmap ignores command line parameters

2018-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: x11-xserver-utils (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to x11-xserver-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1292104

Title:
  xstdcmap ignores command line parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-xserver-utils/+bug/1292104/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1292104] Re: xstdcmap ignores command line parameters

2018-09-23 Thread David
I am currently experiencing same issue in 18.04

** Also affects: xorg-server
   Importance: Undecided
   Status: New

** No longer affects: xorg-server

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to x11-xserver-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1292104

Title:
  xstdcmap ignores command line parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-xserver-utils/+bug/1292104/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1741447] Re: Unity / Compiz in a crash loop after login, after mesa updates of 2018-01-04

2018-09-23 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1735594 ***
https://bugs.launchpad.net/bugs/1735594

This bug and the bug it was marked as a dupe of was about Intel
graphics. If you have a Radeon then file a new bug.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1741447

Title:
  Unity / Compiz in a crash loop after login, after mesa updates of
  2018-01-04

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1741447/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1605811] Re: x11 crashes

2018-09-23 Thread Theo Linkspfeifer
Was this issue resolved eventually?

** Package changed: xfburn (Ubuntu) => xorg (Ubuntu)

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1605811

Title:
  x11 crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1605811/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1605811] [NEW] x11 crashes

2018-09-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

somehow during update or something we have like very unstable x11 pulled
in. also affects stretch upstream.

the desire is for the video driver, open or else.ABOVE jessie or 15.10.
Well I had the else(force freeze x117), a kernel update to 4.6 broke it,
so I went open. hassle but not a big deal. Obviously this means
reinstalling x118. Ok. -or so I thought.

x118 with kernel 4.6 somehow breaks all of the x11 depends, so NO driver
will load and x11 complains its (now bleeding) head off, and wont load.
If it loads at all, im impressed.

vesa-fail
fbdev-fail
ati-fail
radeon-fail

and a few other drivers --all depends of radeon ati...

Its not ramdom gibberish to me but what it entails is that X11 CANT load
as the video driver is broken at every depends level for the ati driver
at least, mayhaps the entire x11 video driver subsystem.Its looks to
someone like something didnt get linked correctly. Those sorts of
errors.

xyz missing from yada yada...

X11 cant load...but CANT is never in programmer vocabulary..

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: epicfail link x11
-- 
x11 crashes 
https://bugs.launchpad.net/bugs/1605811
You received this bug notification because you are a member of Ubuntu-X, which 
is subscribed to xorg in Ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1791542] Re: package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package nvidia-340 340.107-

2018-09-23 Thread Magnus
I did what jfs did and it fixed everything :)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libglvnd in Ubuntu.
https://bugs.launchpad.net/bugs/1791542

Title:
  package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to
  overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also
  in package nvidia-340 340.107-0ubuntu0~gpu18.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1791542/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1791367] Re: Airplane mode key on Asus ZenBook Flip UX561UD laptop not working in gnome-shell (X or Wayland) but working on console (Cosmic 18.10)

2018-09-23 Thread Gunnar Hjalmarsson
Thanks for researching this, Mario!

** Changed in: xkeyboard-config (Ubuntu)
   Importance: Undecided => High

** Changed in: xkeyboard-config (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xkeyboard-config in Ubuntu.
https://bugs.launchpad.net/bugs/1791367

Title:
  Airplane mode key on Asus ZenBook Flip UX561UD laptop not working in
  gnome-shell (X or Wayland) but working on console (Cosmic 18.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1791367/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-09-23 Thread Arthur Blair
I installed the packages from -proposed as per the instructions and had
two issues:

1. Steam fails to launch with NVIDIA due to a "glXChooseVisual failed"
error, which some cursory Googling suggests is due to a lack of 32-bit
libraries—perhaps this is expected.

2. After switching from NVIDIA to Intel and logging out, the first
attempt to log in again would seem to fail and just return me to the
login screen. A second attempt would then succeed and take me to the
desktop. This didn't happen when switching in the other direction.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-settings in Ubuntu.
https://bugs.launchpad.net/bugs/1778011

Title:
  SRU: PRIME Power Saving mode draws too much power

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1778011/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1793942] Re: package libglvnd-dev 1.0.0-2ubuntu2.1 failed to install as ububtu 2.2 is installed

2018-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libglvnd (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libglvnd in Ubuntu.
https://bugs.launchpad.net/bugs/1793942

Title:
  package libglvnd-dev 1.0.0-2ubuntu2.1 failed to install as ububtu 2.2
  is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1793942/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1793942] Re: package libglvnd-dev 1.0.0-2ubuntu2.1 failed to install as ububtu 2.2 is installed

2018-09-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libglvnd in Ubuntu.
https://bugs.launchpad.net/bugs/1793942

Title:
  package libglvnd-dev 1.0.0-2ubuntu2.1 failed to install as ububtu 2.2
  is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1793942/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1793942] [NEW] package libglvnd-dev 1.0.0-2ubuntu2.1 failed to install as ububtu 2.2 is installed

2018-09-23 Thread Peter
Public bug reported:

De afhankelijkheden van de volgende pakketten konden niet geïnstalleerd
worden:

libglvnd-dev: Depends: libglvnd0 (= 1.0.0-2ubuntu2.1) maar 1.0.0-2ubuntu2.2 is 
geïnstalleerd
  Depends: libglvnd-core-dev (= 1.0.0-2ubuntu2.1) maar 
1.0.0-2ubuntu2.2 is geïnstalleerd
  Depends: libegl1 (= 1.0.0-2ubuntu2.1) maar 1.0.0-2ubuntu2.2 is 
geïnstalleerd
  Depends: libgles2 (= 1.0.0-2ubuntu2.1) maar 1.0.0-2ubuntu2.2 is 
geïnstalleerd
  Depends: libgl1 (= 1.0.0-2ubuntu2.1) maar 1.0.0-2ubuntu2.2 is 
geïnstalleerd
  Depends: libglx0 (= 1.0.0-2ubuntu2.1) maar 1.0.0-2ubuntu2.2 is 
geïnstalleerd
  Depends: libopengl0 (= 1.0.0-2ubuntu2.1) maar 1.0.0-2ubuntu2.2 is 
geïnstalleerd

dependent libxxx = ubuntu 2.1, installed 2.2

Ubuntu 18.04.1 LTS
GNOME 3.28.2

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libglvnd-dev 1.0.0-2ubuntu2.1
ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Sun Sep 23 09:55:27 2018
DuplicateSignature:
 package:libglvnd-dev:1.0.0-2ubuntu2.1
 Unpacking libglvnd-dev:amd64 (1.0.0-2ubuntu2.2) over (1.0.0-2ubuntu2.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-SbaXU4/07-libglvnd-dev_1.0.0-2ubuntu2.2_amd64.deb 
(--unpack):
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is 
also in package nvidia-340 340.106-0ubuntu3
ErrorMessage: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', 
which is also in package nvidia-340 340.106-0ubuntu3
InstallationDate: Installed on 2018-01-29 (236 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3ubuntu0.1
SourcePackage: libglvnd
Title: package libglvnd-dev 1.0.0-2ubuntu2.1 failed to install/upgrade: trying 
to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in 
package nvidia-340 340.106-0ubuntu3
UpgradeStatus: Upgraded to bionic on 2018-05-16 (129 days ago)

** Affects: libglvnd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic package-conflict

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libglvnd in Ubuntu.
https://bugs.launchpad.net/bugs/1793942

Title:
  package libglvnd-dev 1.0.0-2ubuntu2.1 failed to install as ububtu 2.2
  is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1793942/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1791367] Re: Airplane mode key on Asus ZenBook Flip UX561UD laptop not working in gnome-shell (X or Wayland) but working on console (Cosmic 18.10)

2018-09-23 Thread Mario Vukelic
Upstream:

The NoSymbol (rather than XF86RFKill) tells me that this is exactly the issue.
Closing as a downstream issue.
For downstream: The reason that the regression happened is commit 3810072d
rfkill: Add property to Rfkill helper to inhibit kernel handling 
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/commit/3810072d2b3776c1183303adc8cd9f50732841a2

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xkeyboard-config in Ubuntu.
https://bugs.launchpad.net/bugs/1791367

Title:
  Airplane mode key on Asus ZenBook Flip UX561UD laptop not working in
  gnome-shell (X or Wayland) but working on console (Cosmic 18.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1791367/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1793937] Re: package libgles1 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package nvidia-340 340

2018-09-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libglvnd in Ubuntu.
https://bugs.launchpad.net/bugs/1793937

Title:
  package libgles1 (not installed) failed to install/upgrade: trying to
  overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also
  in package nvidia-340 340.106-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1793937/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1793937] [NEW] package libgles1 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package nvidia-340 3

2018-09-23 Thread Ignacio Yuste
Public bug reported:

Failure in the update process

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libgles1 (not installed)
ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Sun Sep 23 10:38:02 2018
DuplicateSignature:
 package:libgles1:(not installed)
 Unpacking libglvnd-dev:amd64 (1.0.0-2ubuntu2.2) over (1.0.0-2ubuntu2.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-3RAkNn/20-libglvnd-dev_1.0.0-2ubuntu2.2_amd64.deb 
(--unpack):
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is 
also in package nvidia-340 340.106-0ubuntu3
ErrorMessage: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package 
nvidia-340 340.106-0ubuntu3
InstallationDate: Installed on 2016-12-05 (656 days ago)
InstallationMedia: Lubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3ubuntu0.1
SourcePackage: libglvnd
Title: package libgles1 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in 
package nvidia-340 340.106-0ubuntu3
UpgradeStatus: Upgraded to bionic on 2018-05-01 (144 days ago)

** Affects: libglvnd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic package-conflict

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libglvnd in Ubuntu.
https://bugs.launchpad.net/bugs/1793937

Title:
  package libgles1 (not installed) failed to install/upgrade: trying to
  overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also
  in package nvidia-340 340.106-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1793937/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp