[Desktop-packages] [Bug 1070677] Re: Xorg fails to start because of Radeon Issue [(EE) RADEON(0): [drm] failed to set drm interface version]

2013-04-11 Thread Maarten Baert
As a workaround, you can add 'text' to your grub line to get a terminal.
Now you have to run 'sudo service lightdm start' every time. This never
failed for me and it's quicker than rebooting over and over again.

The same problem does not appear on Arch Linux with systemd, with the
latest kernel and xorg.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1070677

Title:
  Xorg fails to start because of Radeon Issue [(EE) RADEON(0): [drm]
  failed to set drm interface version]

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  Roughly 30% of the time I boot my system X does not start, instead I
  boot into a shell. Looking at the Xorg.log I see:

  [19.593] (EE) RADEON(0): [drm] failed to set drm interface version.
  [19.593] (EE) RADEON(0): Kernel modesetting setup failed
  [19.593] (II) UnloadModule: radeon
  [19.593] (II) Unloading radeon
  [19.593] (EE) Screen(s) found, but none have a usable configuration.
  [19.593] 
  Fatal server error:
  [19.593] no screens found

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
  Uname: Linux 3.2.0-33-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Wed Oct 24 01:40:51 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, even including gdb or git bisection work if 
needed
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI Redwood [Radeon HD 5670] [1002:68d8] 
(prog-if 00 [VGA controller])
 Subsystem: VISIONTEK Device [1545:5670]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: Gigabyte Technology Co., Ltd. GA-880GMA-UD2H
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-33-generic 
root=UUID=e50fd3cf-9c17-4365-845e-1eb7d14d512e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F5
  dmi.board.name: GA-880GMA-UD2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF5:bd09/30/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-880GMA-UD2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-880GMA-UD2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-880GMA-UD2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1070677/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1038781] Re: -dev packages are missing alternate depends on -extra packages

2012-12-08 Thread Maarten Baert
Nice :). My script had a typo though, 'sudo -p mkdir' should be 'sudo
mkdir -p' of course. I've removed my old post so people don't
accidentally mess up their folders. The fixed version is below.

__

If you don't want to wait, you can also just copy the development files
manually. I did this and it seems to work fine, but don't blame me if
something goes wrong :).

1) install the -dev packages (and uninstall the -extra packages) for
libavformat, libavcodec, libavdevice, libavutil, libavfilter and
libswscale

2) run this:

mkdir -p ~/Documents/libav-dev
cd ~/Documents/libav-dev
mkdir -p libavformat
cp -a /usr/include/libavformat/* libavformat
mkdir -p libavcodec
cp -a /usr/include/libavcodec/* libavcodec
mkdir -p libavdevice
cp -a /usr/include/libavdevice/* libavdevice
mkdir -p libavutil
cp -a /usr/include/libavutil/* libavutil
mkdir -p libavfilter
cp -a /usr/include/libavfilter/* libavfilter
mkdir -p libswscale
cp -a /usr/include/libswscale/* libswscale

3) install the -extra packages (and uninstall the -dev packages) for
libavformat, libavcodec, libavdevice, libavutil, libavfilter and
libswscale

4) run this:

cd ~/Documents/libav-dev
sudo mkdir -p /usr/include/libavformat
sudo cp -a libavformat/* /usr/include/libavformat
sudo ln -s libavformat.so.53.21.0 /usr/lib/x86_64-linux-gnu/libavformat.so
sudo mkdir -p /usr/include/libavcodec
sudo cp -a libavcodec/* /usr/include/libavcodec
sudo ln -s libavcodec.so.53.35.0 /usr/lib/x86_64-linux-gnu/libavcodec.so
sudo mkdir -p /usr/include/libavdevice
sudo cp -a libavdevice/* /usr/include/libavdevice
sudo ln -s libavdevice.so.53.2.0 /usr/lib/x86_64-linux-gnu/libavdevice.so
sudo mkdir -p /usr/include/libavutil
sudo cp -a libavutil/* /usr/include/libavutil
sudo ln -s libavutil.so.51.22.1 /usr/lib/x86_64-linux-gnu/libavutil.so
sudo mkdir -p /usr/include/libavfilter
sudo cp -a libavfilter/* /usr/include/libavfilter
sudo ln -s libavfilter.so.2.15.0 /usr/lib/x86_64-linux-gnu/libavfilter.so
sudo mkdir -p /usr/include/libswscale
sudo cp -a libswscale/* /usr/include/libswscale
sudo ln -s libswscale.so.2.1.0 /usr/lib/x86_64-linux-gnu/libswscale.so

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libav in Ubuntu.
https://bugs.launchpad.net/bugs/1038781

Title:
  -dev packages are missing alternate depends on -extra packages

Status in “libav” package in Ubuntu:
  Triaged

Bug description:
  Since 6:0.8.3-6ubuntu1 you cannot have the libav -dev and -extra
  packages installed at the same time. It seems like debian merged the
  -extra libs into the regular ones which isn't possible in ubuntu as
  those are built from universe.

  
  Package: libavutil-dev
  Version: 4:0.8.3-0ubuntu3
  Depends: libavutil51 (= 4:0.8.3-99) | libavutil-extra-51 (= 4:0.8.3.99), 
libavutil51 (= 4:0.8.3-0ubuntu3) | libavutil-extra-51 (= 4:0.8.3)

  vs.

  Package: libavutil-dev
  Version: 6:0.8.3-6ubuntu1
  Depends: libavutil51 (= 6:0.8.3-6ubuntu1)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: libavutil-dev 4:0.8.3-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-8.8-generic 3.5.0
  Uname: Linux 3.5.0-8-generic x86_64
  ApportVersion: 2.4-0ubuntu8
  Architecture: amd64
  Date: Sun Aug 19 23:56:19 2012
  Dependencies:
   
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111007)
  ProcEnviron:
   SHELL=/bin/bash
   TERM=screen-bce
   PATH=(custom, user)
   LANG=en_US.UTF-8
   LANGUAGE=en_US.UTF-8
  SourcePackage: libav
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1070677] Re: Xorg fails to start because of Radeon Issue

2012-11-23 Thread Maarten Baert
I'm getting exactly the same problem. This happened right after I
changed my account settings so it would log in without asking a password
- I don't know whether this is related, but I haven't seen anything like
this before.


** Attachment added: Xorg log
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1070677/+attachment/3442558/+files/Xorg-log-crash.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1070677

Title:
  Xorg fails to start because of Radeon Issue

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  Roughly 30% of the time I boot my system X does not start, instead I
  boot into a shell. Looking at the Xorg.log I see:

  [19.593] (EE) RADEON(0): [drm] failed to set drm interface version.
  [19.593] (EE) RADEON(0): Kernel modesetting setup failed
  [19.593] (II) UnloadModule: radeon
  [19.593] (II) Unloading radeon
  [19.593] (EE) Screen(s) found, but none have a usable configuration.
  [19.593] 
  Fatal server error:
  [19.593] no screens found

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
  Uname: Linux 3.2.0-33-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Wed Oct 24 01:40:51 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, even including gdb or git bisection work if 
needed
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI Redwood [Radeon HD 5670] [1002:68d8] 
(prog-if 00 [VGA controller])
 Subsystem: VISIONTEK Device [1545:5670]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: Gigabyte Technology Co., Ltd. GA-880GMA-UD2H
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-33-generic 
root=UUID=e50fd3cf-9c17-4365-845e-1eb7d14d512e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F5
  dmi.board.name: GA-880GMA-UD2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF5:bd09/30/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-880GMA-UD2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-880GMA-UD2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-880GMA-UD2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1070677/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1070677] Re: Xorg fails to start because of Radeon Issue

2012-11-23 Thread Maarten Baert
** Attachment added: dmesg output
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1070677/+attachment/3442559/+files/Xorg-crash-dmesg.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1070677

Title:
  Xorg fails to start because of Radeon Issue

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  Roughly 30% of the time I boot my system X does not start, instead I
  boot into a shell. Looking at the Xorg.log I see:

  [19.593] (EE) RADEON(0): [drm] failed to set drm interface version.
  [19.593] (EE) RADEON(0): Kernel modesetting setup failed
  [19.593] (II) UnloadModule: radeon
  [19.593] (II) Unloading radeon
  [19.593] (EE) Screen(s) found, but none have a usable configuration.
  [19.593] 
  Fatal server error:
  [19.593] no screens found

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
  Uname: Linux 3.2.0-33-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Wed Oct 24 01:40:51 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, even including gdb or git bisection work if 
needed
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI Redwood [Radeon HD 5670] [1002:68d8] 
(prog-if 00 [VGA controller])
 Subsystem: VISIONTEK Device [1545:5670]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: Gigabyte Technology Co., Ltd. GA-880GMA-UD2H
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-33-generic 
root=UUID=e50fd3cf-9c17-4365-845e-1eb7d14d512e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F5
  dmi.board.name: GA-880GMA-UD2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF5:bd09/30/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-880GMA-UD2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-880GMA-UD2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-880GMA-UD2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1070677/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1038781] Re: -dev packages are missing alternate depends on -extra packages

2012-11-20 Thread Maarten Baert
If you don't want to wait, you can also just copy the development files
manually. I did this and it seems to work fine, but don't blame me if
something goes wrong :).

1) install the -dev packages (and uninstall the -extra packages) for
libavformat, libavcodec, libavdevice, libavutil, libavfilter and
libswscale

2) run this:

mkdir -p ~/Documents/libav-dev
cd ~/Documents/libav-dev
mkdir -p libavformat
cp -a /usr/include/libavformat/* libavformat
mkdir -p libavcodec
cp -a /usr/include/libavcodec/* libavcodec
mkdir -p libavdevice
cp -a /usr/include/libavdevice/* libavdevice
mkdir -p libavutil
cp -a /usr/include/libavutil/* libavutil
mkdir -p libavfilter
cp -a /usr/include/libavfilter/* libavfilter
mkdir -p libswscale
cp -a /usr/include/libswscale/* libswscale

3) install the -extra packages (and uninstall the -dev packages) for
libavformat, libavcodec, libavdevice, libavutil, libavfilter and
libswscale

4) run this:

cd ~/Documents/libav-dev
sudo -p mkdir /usr/include/libavformat
sudo cp -a libavformat/* /usr/include/libavformat
sudo ln -s libavformat.so.53.21.0 /usr/lib/x86_64-linux-gnu/libavformat.so
sudo -p mkdir /usr/include/libavcodec
sudo cp -a libavcodec/* /usr/include/libavcodec
sudo ln -s libavcodec.so.53.35.0 /usr/lib/x86_64-linux-gnu/libavcodec.so
sudo -p mkdir /usr/include/libavdevice
sudo cp -a libavdevice/* /usr/include/libavdevice
sudo ln -s libavdevice.so.53.2.0 /usr/lib/x86_64-linux-gnu/libavdevice.so
sudo -p mkdir /usr/include/libavutil
sudo cp -a libavutil/* /usr/include/libavutil
sudo ln -s libavutil.so.51.22.1 /usr/lib/x86_64-linux-gnu/libavutil.so
sudo -p mkdir /usr/include/libavfilter
sudo cp -a libavfilter/* /usr/include/libavfilter
sudo ln -s libavfilter.so.2.15.0 /usr/lib/x86_64-linux-gnu/libavfilter.so
sudo -p mkdir /usr/include/libswscale
sudo cp -a libswscale/* /usr/include/libswscale
sudo ln -s libswscale.so.2.1.0 /usr/lib/x86_64-linux-gnu/libswscale.so

I hope this helps :).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libav in Ubuntu.
https://bugs.launchpad.net/bugs/1038781

Title:
  -dev packages are missing alternate depends on -extra packages

Status in “libav” package in Ubuntu:
  Triaged

Bug description:
  Since 6:0.8.3-6ubuntu1 you cannot have the libav -dev and -extra
  packages installed at the same time. It seems like debian merged the
  -extra libs into the regular ones which isn't possible in ubuntu as
  those are built from universe.

  
  Package: libavutil-dev
  Version: 4:0.8.3-0ubuntu3
  Depends: libavutil51 (= 4:0.8.3-99) | libavutil-extra-51 (= 4:0.8.3.99), 
libavutil51 (= 4:0.8.3-0ubuntu3) | libavutil-extra-51 (= 4:0.8.3)

  vs.

  Package: libavutil-dev
  Version: 6:0.8.3-6ubuntu1
  Depends: libavutil51 (= 6:0.8.3-6ubuntu1)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: libavutil-dev 4:0.8.3-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-8.8-generic 3.5.0
  Uname: Linux 3.5.0-8-generic x86_64
  ApportVersion: 2.4-0ubuntu8
  Architecture: amd64
  Date: Sun Aug 19 23:56:19 2012
  Dependencies:
   
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111007)
  ProcEnviron:
   SHELL=/bin/bash
   TERM=screen-bce
   PATH=(custom, user)
   LANG=en_US.UTF-8
   LANGUAGE=en_US.UTF-8
  SourcePackage: libav
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1038781] Re: -dev packages are missing alternate depends on -extra packages

2012-11-20 Thread Maarten Baert
I forgot to say this: you should remove the files again once this is
fixed (or overwrite them with new ones), because this will probably
break when any of the -extra packages are updated.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libav in Ubuntu.
https://bugs.launchpad.net/bugs/1038781

Title:
  -dev packages are missing alternate depends on -extra packages

Status in “libav” package in Ubuntu:
  Triaged

Bug description:
  Since 6:0.8.3-6ubuntu1 you cannot have the libav -dev and -extra
  packages installed at the same time. It seems like debian merged the
  -extra libs into the regular ones which isn't possible in ubuntu as
  those are built from universe.

  
  Package: libavutil-dev
  Version: 4:0.8.3-0ubuntu3
  Depends: libavutil51 (= 4:0.8.3-99) | libavutil-extra-51 (= 4:0.8.3.99), 
libavutil51 (= 4:0.8.3-0ubuntu3) | libavutil-extra-51 (= 4:0.8.3)

  vs.

  Package: libavutil-dev
  Version: 6:0.8.3-6ubuntu1
  Depends: libavutil51 (= 6:0.8.3-6ubuntu1)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: libavutil-dev 4:0.8.3-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-8.8-generic 3.5.0
  Uname: Linux 3.5.0-8-generic x86_64
  ApportVersion: 2.4-0ubuntu8
  Architecture: amd64
  Date: Sun Aug 19 23:56:19 2012
  Dependencies:
   
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111007)
  ProcEnviron:
   SHELL=/bin/bash
   TERM=screen-bce
   PATH=(custom, user)
   LANG=en_US.UTF-8
   LANGUAGE=en_US.UTF-8
  SourcePackage: libav
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1078846] [NEW] libavformat-dev broken dependencies, incompatible with libavformat-extra-53

2012-11-14 Thread Maarten Baert
Public bug reported:

libavformat-dev depends on libavformat53 and doesn't list libavformat-
extra-53 as an alternative. This makes it impossible to install
libavformat-extra-53 and libavformat-dev at the same time. This wasn't a
problem in 12.04.

To see what I mean, just look at the difference between the dependencies for 
12.04 and 12.10:
http://packages.ubuntu.com/precise/libavformat-dev
http://packages.ubuntu.com/quantal/libavformat-dev

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libav in Ubuntu.
https://bugs.launchpad.net/bugs/1078846

Title:
  libavformat-dev broken dependencies, incompatible with libavformat-
  extra-53

Status in “libav” package in Ubuntu:
  New

Bug description:
  libavformat-dev depends on libavformat53 and doesn't list libavformat-
  extra-53 as an alternative. This makes it impossible to install
  libavformat-extra-53 and libavformat-dev at the same time. This wasn't
  a problem in 12.04.

  To see what I mean, just look at the difference between the dependencies for 
12.04 and 12.10:
  http://packages.ubuntu.com/precise/libavformat-dev
  http://packages.ubuntu.com/quantal/libavformat-dev

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1078846] Re: libavformat-dev broken dependencies, incompatible with libavformat-extra-53

2012-11-14 Thread Maarten Baert
*** This bug is a duplicate of bug 1038781 ***
https://bugs.launchpad.net/bugs/1038781

** This bug has been marked a duplicate of bug 1038781
   -dev packages are missing alternate depends on -extra packages

** Description changed:

+ Ignore this, apparently this bug has already been reported.
+ 
+ 
+ 
  libavformat-dev depends on libavformat53 and doesn't list libavformat-
  extra-53 as an alternative. This makes it impossible to install
  libavformat-extra-53 and libavformat-dev at the same time. This wasn't a
  problem in 12.04.
  
  To see what I mean, just look at the difference between the dependencies for 
12.04 and 12.10:
  http://packages.ubuntu.com/precise/libavformat-dev
  http://packages.ubuntu.com/quantal/libavformat-dev

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libav in Ubuntu.
https://bugs.launchpad.net/bugs/1078846

Title:
  libavformat-dev broken dependencies, incompatible with libavformat-
  extra-53

Status in “libav” package in Ubuntu:
  New

Bug description:
  Ignore this, apparently this bug has already been reported.

  

  libavformat-dev depends on libavformat53 and doesn't list libavformat-
  extra-53 as an alternative. This makes it impossible to install
  libavformat-extra-53 and libavformat-dev at the same time. This wasn't
  a problem in 12.04.

  To see what I mean, just look at the difference between the dependencies for 
12.04 and 12.10:
  http://packages.ubuntu.com/precise/libavformat-dev
  http://packages.ubuntu.com/quantal/libavformat-dev

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2012-07-07 Thread Maarten Baert
I've encountered this bug, but only on one computer. I'm running an
almost identical setup on two laptops, but I've never seen this happen
on the first one (after using it for months). I've seen it happen twice
on the second laptop in about a week.

What I've noticed:
- Num Lock LED is blinking rapidly, numpad acts accordingly (i.e. it's unusable)
- after some time nautilus reverts to the default icon set and GTK theme (can 
be fixed by restarting nautilus after the system has 'calmed down')
- I get this error message every time Num Lock is pressed:
(gnome-settings-daemon:14095): libappindicator-CRITICAL **: 
app_indicator_set_label: assertion `IS_APP_INDICATOR (self)' failed
(this error message is repeated thousands of times in .xsession-errors)
- apparently I can 'calm the system down' by unplugging the external keyboard 
and plugging it back in (I had to do this twice though before it actually 
worked)
- both times it happened after I woke the computer (the screen was blanked). 
This could be completely unrelated though, because most of the time awaking it 
works just fine.

I'm using Linux Mint 13 (based on Ubuntu 12.04) 64-bit, and GNOME
Fallback without effects.

First laptop (bug does not occur on this one):
- Dell Studio 1749, Intel i5 540M, ATI Radeon HD 5650 (using open source driver)
- does not have a Num Lock LED, I'm using indicator-keylock instead (which is 
also behaving a bit weird actually)
- no external keyboard

Second laptop:
- Dell Inspiron 1720, Intel Core2 Duo T9300, nVidia GeForce 8600 (using 
proprietary driver)
- uses an external keyboard

I will try renaming keyboard.gnome-settings-plugin.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/969359

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

Status in Gnome Settings Daemon:
  New
Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “gnome-settings-daemon” source package in Precise:
  Triaged
Status in “gnome-settings-daemon” package in Fedora:
  Unknown

Bug description:
  Check comment 33 for a possible workaround.

  Original message:
  -

  I don't know how to reproduce this bug, but after varying amounts of
  normal usage of my laptop, I notice gnome-settings-daemon is consuming
  100% (approx) CPU.

  I am not sure how to restart gnome-settings-daemon, I tried opening a
  terminal and running gnome-settings-daemon again but this crashes my
  system - my external monitor switches off and my laptop locks up. I am
  able to reboot with SysRq+REISUB.

  Sorry I cannot provide more information - it happens twice now, maybe
  someone can tell me how to get more information for the next time this
  happens.

  $ lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  $ apt-cache policy gnome-settings-daemon
  gnome-settings-daemon:
    Installed: 3.4.0-0ubuntu2
    Candidate: 3.4.0-0ubuntu2
    Version table:
   *** 3.4.0-0ubuntu2 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-settings-daemon 3.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  Date: Fri Mar 30 17:16:02 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/969359/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp