[Touch-packages] [Bug 1432949]

2016-05-09 Thread Michel-daenzer
(In reply to Marek Olšák from comment #30)
> The patch is correct from the LE perspective. It simply adds ARGB support
> and was tested thoroughly on LE. The side effect is that BE can use the
> format now too, but there may be other issues with BE.

Makes sense. Maybe we can use bug 43698 to track the remaining issues.

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

Title:
  r300 Mesa driver not loading with KMS enabled

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  I cannot get 3D acceleration to work. I was expecting to see the gears
  via the command 'glxgears' I have KMS enable on my iBook G4 by using
  the following parameter

  Linux radeon.modeset=1 video=offb:off video=1024x768-32
  video=radeonfb:off radeon.agpmode=-1

  Here are my Mesa and Xorg output

  rican-linux@ibookG4-UbuntuMATE:~$ cat /var/log/Xorg.0.log |grep -e radeon -e 
dri2 -e drm -e KMS
  [32.774] Kernel command line: 
root=UUID=fadadc01-6fd5-49fa-85f3-9e52d0fe6155 ro quiet splash video=offb:off 
video=1024x768-32 video=radeonfb:off radeon.modeset=1 video=offb:off 
video=1024x768-32 video=radeonfb:off radeon.agpmode=-1
  [33.203] (II) xfree86: Adding drm device (/dev/dri/card0)
  [35.011] (II) LoadModule: "radeon"
  [35.012] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
  [35.337] (II) Module radeon: vendor="X.Org Foundation"
  [35.604] (II) [KMS] Kernel modesetting enabled.
  [35.697] (II) Loading sub module "dri2"
  [35.697] (II) LoadModule: "dri2"
  [35.697] (II) Module "dri2" already built-in
  [35.870] (II) RADEON(0): KMS Color Tiling: enabled
  [35.870] (II) RADEON(0): KMS Color Tiling 2D: disabled
  [35.870] (II) RADEON(0): KMS Pageflipping: enabled
  rican-linux@ibookG4-UbuntuMATE:~$ LIBGL_DEBUG=verbose glxinfo |grep render
  libGL: screen 0 does not appear to be DRI3 capable
  libGL: pci id for fd 4: 1002:4e56, driver r300
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/tls/r300_dri.so
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/r300_dri.so
  libGL error: No matching fbConfigs or visuals found
  libGL error: failed to load driver: r300
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/tls/swrast_dri.so
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/swrast_dri.so
  libGL error: No matching fbConfigs or visuals found
  libGL error: failed to load driver: swrast
  Error: couldn't find RGB GLX visual or fbconfig
  rican-linux@ibookG4-UbuntuMATE:~$ dpkg -l libgl1-mesa-dri
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version  Architecture Description
  +++-==---=
  ii  libgl1-mesa-dr 10.5.0~rc1-0 powerpc  free implementation of the OpenGL
  rican-linux@ibookG4-UbuntuMATE:~$ 

  rican-linux@ibookG4-UbuntuMATE:~$ lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  rican-linux@ibookG4-UbuntuMATE:~$ apt-cache policy libgl1-mesa-dri
  libgl1-mesa-dri:
Installed: 10.5.0~rc1-0ubuntu1
Candidate: 10.5.0-0ubuntu1
Version table:
   10.5.0-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main powerpc Packages
   *** 10.5.0~rc1-0ubuntu1 0
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libgl1-mesa-dri 10.5.0~rc1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-powerpc-smp 3.18.5
  Uname: Linux 3.18.0-13-powerpc-smp ppc
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Tue Mar 17 00:58:43 2015
  InstallationDate: Installed on 2015-03-17 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Alpha powerpc (20150225)
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1432949]

2016-05-06 Thread Michel-daenzer
Elimar, Nathan or anyone else, can you try if the piglit sanity tests
pass with this patch?

Also, do OpenGL compositing managers such as gnome-shell show correct
colours?

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

Title:
  r300 Mesa driver not loading with KMS enabled

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  I cannot get 3D acceleration to work. I was expecting to see the gears
  via the command 'glxgears' I have KMS enable on my iBook G4 by using
  the following parameter

  Linux radeon.modeset=1 video=offb:off video=1024x768-32
  video=radeonfb:off radeon.agpmode=-1

  Here are my Mesa and Xorg output

  rican-linux@ibookG4-UbuntuMATE:~$ cat /var/log/Xorg.0.log |grep -e radeon -e 
dri2 -e drm -e KMS
  [32.774] Kernel command line: 
root=UUID=fadadc01-6fd5-49fa-85f3-9e52d0fe6155 ro quiet splash video=offb:off 
video=1024x768-32 video=radeonfb:off radeon.modeset=1 video=offb:off 
video=1024x768-32 video=radeonfb:off radeon.agpmode=-1
  [33.203] (II) xfree86: Adding drm device (/dev/dri/card0)
  [35.011] (II) LoadModule: "radeon"
  [35.012] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
  [35.337] (II) Module radeon: vendor="X.Org Foundation"
  [35.604] (II) [KMS] Kernel modesetting enabled.
  [35.697] (II) Loading sub module "dri2"
  [35.697] (II) LoadModule: "dri2"
  [35.697] (II) Module "dri2" already built-in
  [35.870] (II) RADEON(0): KMS Color Tiling: enabled
  [35.870] (II) RADEON(0): KMS Color Tiling 2D: disabled
  [35.870] (II) RADEON(0): KMS Pageflipping: enabled
  rican-linux@ibookG4-UbuntuMATE:~$ LIBGL_DEBUG=verbose glxinfo |grep render
  libGL: screen 0 does not appear to be DRI3 capable
  libGL: pci id for fd 4: 1002:4e56, driver r300
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/tls/r300_dri.so
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/r300_dri.so
  libGL error: No matching fbConfigs or visuals found
  libGL error: failed to load driver: r300
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/tls/swrast_dri.so
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/swrast_dri.so
  libGL error: No matching fbConfigs or visuals found
  libGL error: failed to load driver: swrast
  Error: couldn't find RGB GLX visual or fbconfig
  rican-linux@ibookG4-UbuntuMATE:~$ dpkg -l libgl1-mesa-dri
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version  Architecture Description
  +++-==---=
  ii  libgl1-mesa-dr 10.5.0~rc1-0 powerpc  free implementation of the OpenGL
  rican-linux@ibookG4-UbuntuMATE:~$ 

  rican-linux@ibookG4-UbuntuMATE:~$ lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  rican-linux@ibookG4-UbuntuMATE:~$ apt-cache policy libgl1-mesa-dri
  libgl1-mesa-dri:
Installed: 10.5.0~rc1-0ubuntu1
Candidate: 10.5.0-0ubuntu1
Version table:
   10.5.0-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main powerpc Packages
   *** 10.5.0~rc1-0ubuntu1 0
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libgl1-mesa-dri 10.5.0~rc1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-powerpc-smp 3.18.5
  Uname: Linux 3.18.0-13-powerpc-smp ppc
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Tue Mar 17 00:58:43 2015
  InstallationDate: Installed on 2015-03-17 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Alpha powerpc (20150225)
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1432949]

2016-05-06 Thread Michel-daenzer
That piglit sanity is failing with the patch may confirm my suspicion
that something doesn't add up yet I'm afraid: Since the kernel driver
and xf86-video-ati EXA code are using the same hardware formats for
display/rendering with BE & LE, I was wondering how the patch could
result in both display and glReadPixels working correctly for winsys
buffers. Looks like indeed only display works correctly, which indicates
that the GPU is effectively writing/reading PIPE_FORMAT_x8R8G8B8_*
pixels like PIPE_FORMAT_B8G8R8x8_* (which is what the kernel driver and
EXA code are using).

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

Title:
  r300 Mesa driver not loading with KMS enabled

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  I cannot get 3D acceleration to work. I was expecting to see the gears
  via the command 'glxgears' I have KMS enable on my iBook G4 by using
  the following parameter

  Linux radeon.modeset=1 video=offb:off video=1024x768-32
  video=radeonfb:off radeon.agpmode=-1

  Here are my Mesa and Xorg output

  rican-linux@ibookG4-UbuntuMATE:~$ cat /var/log/Xorg.0.log |grep -e radeon -e 
dri2 -e drm -e KMS
  [32.774] Kernel command line: 
root=UUID=fadadc01-6fd5-49fa-85f3-9e52d0fe6155 ro quiet splash video=offb:off 
video=1024x768-32 video=radeonfb:off radeon.modeset=1 video=offb:off 
video=1024x768-32 video=radeonfb:off radeon.agpmode=-1
  [33.203] (II) xfree86: Adding drm device (/dev/dri/card0)
  [35.011] (II) LoadModule: "radeon"
  [35.012] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
  [35.337] (II) Module radeon: vendor="X.Org Foundation"
  [35.604] (II) [KMS] Kernel modesetting enabled.
  [35.697] (II) Loading sub module "dri2"
  [35.697] (II) LoadModule: "dri2"
  [35.697] (II) Module "dri2" already built-in
  [35.870] (II) RADEON(0): KMS Color Tiling: enabled
  [35.870] (II) RADEON(0): KMS Color Tiling 2D: disabled
  [35.870] (II) RADEON(0): KMS Pageflipping: enabled
  rican-linux@ibookG4-UbuntuMATE:~$ LIBGL_DEBUG=verbose glxinfo |grep render
  libGL: screen 0 does not appear to be DRI3 capable
  libGL: pci id for fd 4: 1002:4e56, driver r300
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/tls/r300_dri.so
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/r300_dri.so
  libGL error: No matching fbConfigs or visuals found
  libGL error: failed to load driver: r300
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/tls/swrast_dri.so
  libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/swrast_dri.so
  libGL error: No matching fbConfigs or visuals found
  libGL error: failed to load driver: swrast
  Error: couldn't find RGB GLX visual or fbconfig
  rican-linux@ibookG4-UbuntuMATE:~$ dpkg -l libgl1-mesa-dri
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version  Architecture Description
  +++-==---=
  ii  libgl1-mesa-dr 10.5.0~rc1-0 powerpc  free implementation of the OpenGL
  rican-linux@ibookG4-UbuntuMATE:~$ 

  rican-linux@ibookG4-UbuntuMATE:~$ lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  rican-linux@ibookG4-UbuntuMATE:~$ apt-cache policy libgl1-mesa-dri
  libgl1-mesa-dri:
Installed: 10.5.0~rc1-0ubuntu1
Candidate: 10.5.0-0ubuntu1
Version table:
   10.5.0-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main powerpc Packages
   *** 10.5.0~rc1-0ubuntu1 0
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libgl1-mesa-dri 10.5.0~rc1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-powerpc-smp 3.18.5
  Uname: Linux 3.18.0-13-powerpc-smp ppc
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: powerpc
  CurrentDesktop: MATE
  Date: Tue Mar 17 00:58:43 2015
  InstallationDate: Installed on 2015-03-17 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Alpha powerpc (20150225)
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1314587]

2015-04-18 Thread Michel-daenzer
Please attach the Xorg log file.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1314587

Title:
  Windows slow/stall/freeze when minimizing/restoring/etc in Unity 7
  (14.04 and 14.10)

Status in Unity:
  Confirmed
Status in X.Org X server:
  Confirmed
Status in unity package in Ubuntu:
  Triaged
Status in xorg package in Ubuntu:
  Triaged

Bug description:
  Steps to reproduce:

   * Minimize current window or alt-tab between windows
   * Reveal launcher to click on application
   * Click `Super` to bring up Dash
   * Hold `Super` to bring up Keyboard Shortcuts

  What should happen:

  Action completes smoothly and quickly.

  What happens instead:

   * Action may be slow / animation jerky.
   * Action may stall (animation frozen on given frame, e.g. window partially 
minimized) - initiating another action cancels first action and second action 
may succeed (most often calling Guake with F12 seems to solve the issue)
   * Action may freeze - cursor no longer moves - a soft reboot 
(Alt+PrtScr+REISUB) usually works, otherwise a hard reboot

  Notes:

   * Not application specific. Minimizing is reliably slow/stalls with 
minimizing Firefox (including 29, I do not have a lot of bookmarks) or Pidgin, 
but I use those programs more often.
   * I am using an Nvidia Optimus machine with the default Nouveau driver - no 
`nvidia-prime`, no Bumblebee. I temporarily installed the latest stable Nvidia 
driver (including `nvidia-prime`) and it made no difference.
   * I did not experience this issue on the same machine running 13.10 (with 
Bumblebee).
   * I am running Maximus.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Apr 30 12:53:15 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.10, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Occurs more often under certain circumstances
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:04b6]
   NVIDIA Corporation GF108M [GeForce GT 525M] [10de:0df5] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Dell Device [1028:04b6]
  InstallationDate: Installed on 2014-04-24 (5 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Dell System XPS L502X
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=3a8fb3f3-1054-45a0-8ec0-0cbeba33da00 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0YR8NN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd03/25/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0YR8NN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Apr 30 12:03:43 2014
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
   NOUVEAU(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8940 
   vendor AUO
  

[Touch-packages] [Bug 881526]

2015-01-20 Thread Michel-daenzer
(In reply to Alberto Salvia Novella from comment #6)
 It also happens to me using Ubuntu 14.10 with xorg 7.7.

Please attach the full /var/log/Xorg.0.log and output of dmesg
corresponding to that here.

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

Title:
  AMD graphics hardware hangs with an homogeneous coloured screen or
  blank screen, and with chirp coming from the graphics card

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Triaged

Bug description:
  Happens at random, but more frequently running videos on YouTube with
  the HTML5 player (https://www.youtube.com/html5) or with the XBMC home
  theatre software.

  /var/log/kern.log:
  Oct 25 14:53:46 lt9630 kernel: [  737.900416] INFO: rcu_sched_state detected 
stall on CPU 2 (t=15000 jiffies)
  Oct 25 14:55:46 lt9630 kernel: [  857.813946] [fglrx] ASIC hang happened
  Oct 25 14:55:46 lt9630 kernel: [  857.813950] Pid: 1149, comm: Xorg Tainted: 
P C  3.0.0-12-generic #20-Ubuntu
  Oct 25 14:55:46 lt9630 kernel: [  857.813951] Call Trace:
  Oct 25 14:55:46 lt9630 kernel: [  857.813985]  [a00a0d7e] 
KCL_DEBUG_OsDump+0xe/0x10 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814003]  [a00ae20c] 
firegl_hardwareHangRecovery+0x1c/0x50 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814036]  [a013ad59] ? 
_ZN4Asic9WaitUntil15ResetASICIfHungEv+0x9/0x10 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814068]  [a013ad0c] ? 
_ZN4Asic9WaitUntil15WaitForCompleteEv+0x6c/0xb0 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814099]  [a0135fb4] ? 
_ZN15ExecutableUnits10CPRingIdleE15idle_WaitMethod12_QS_CP_RING_+0xe4$
  Oct 25 14:55:46 lt9630 kernel: [  857.814127]  [a0115acb] ? 
_ZN10CMMSurfaceD1Ev+0xcb/0xe0 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814158]  [a0135e7b] ? 
_ZN15ExecutableUnits7PM4idleE15idle_WaitMethod+0x4b/0x90 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814187]  [a012e8f1] ? 
_ZN15QS_PRIVATE_CORE9QsPM4idleE15idle_WaitMethod+0x31/0x60 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814215]  [a0119d8a] ? 
_ZN10QS_PRIVATE11synchronizeEv+0x2a/0x30 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814243]  [a01233f5] ? 
_Z8uCWDDEQCmjjPvjS_+0x3b5/0x10c0 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814246]  [810871ee] ? 
down+0x2e/0x50
  Oct 25 14:55:46 lt9630 kernel: [  857.814266]  [a00cc932] ? 
firegl_cmmqs_CWDDE_32+0x332/0x440 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814285]  [a00cb260] ? 
firegl_cmmqs_CWDDE32+0x70/0x100 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814288]  [81282e5a] ? 
security_capable+0x2a/0x30
  Oct 25 14:55:46 lt9630 kernel: [  857.814306]  [a00cb1f0] ? 
firegl_cmmqs_createdriver+0x170/0x170 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814322]  [a00a9e18] ? 
firegl_ioctl+0x1e8/0x250 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814333]  [a009a9be] ? 
ip_firegl_unlocked_ioctl+0xe/0x20 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814335]  [8117939a] ? 
do_vfs_ioctl+0x8a/0x340
  Oct 25 14:55:46 lt9630 kernel: [  857.814338]  [811679ed] ? 
vfs_read+0x10d/0x180
  Oct 25 14:55:46 lt9630 kernel: [  857.814339]  [811796e1] ? 
sys_ioctl+0x91/0xa0
  Oct 25 14:55:46 lt9630 kernel: [  857.814342]  [815f22c2] ? 
system_call_fastpath+0x16/0x1b
  Oct 25 14:55:46 lt9630 kernel: [  857.814345] pubdev:0xa02fd600, num 
of device:1 , name:fglrx, major 8, minor 88.
  Oct 25 14:55:46 lt9630 kernel: [  857.814346] device 0 : 0x88019b85 .

  Oct 25 14:55:46 lt9630 kernel: [  857.814345] pubdev:0xa02fd600, num 
of device:1 , name:fglrx, major 8, minor 88.
  Oct 25 14:55:46 lt9630 kernel: [  857.814346] device 0 : 0x88019b85 .
  Oct 25 14:55:46 lt9630 kernel: [  857.814348] Asic ID:0x6779, revision:0x3c, 
MMIOReg:0xc90012b8.
  Oct 25 14:55:46 lt9630 kernel: [  857.814349] FB phys addr: 0xc000, MC 
:0xf, Total FB size :0x4000.
  Oct 25 14:55:46 lt9630 kernel: [  857.814351] gart table MC:0xf0f8fd000, 
Physical:0xcf8fd000, size:0x402000.
  Oct 25 14:55:46 lt9630 kernel: [  857.814353] mc_node :FB, total 1 zones
  Oct 25 14:55:46 lt9630 kernel: [  857.814354] MC start:0xf, 
Physical:0xc000, size:0xfd0.
  Oct 25 14:55:46 lt9630 kernel: [  857.814356] Mapped heap -- Offset:0x0, 
size:0xf8fd000, reference count:33, mapping count:0,
  Oct 25 14:55:46 lt9630 kernel: [  857.814357] Mapped heap -- Offset:0x0, 
size:0x100, reference count:1, mapping count:0,
  Oct 25 14:55:46 lt9630 kernel: [  857.814359] Mapped heap -- 
Offset:0xf8fd000, size:0x403000, reference count:1, mapping count:0,
  Oct 25 14:55:46 lt9630 kernel: [  857.814360] mc_node :INV_FB, total 1 zones
  Oct 25 14:55:46 lt9630 kernel: [  857.814362] MC 

[Touch-packages] [Bug 1371636]

2014-10-04 Thread Michel-daenzer
(In reply to Alan Modra from comment #13)
 Trunk binutils (commit ae6c7e33 and aa8f4d1e) is merely letting you know about
 a case where previous versions of ld silently created binaries with potential
 runtime failures during exception handling.

Thanks. Would you happen to have any pointers to start looking for a
solution?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1371636

Title:
  [2.24.51.20140918-1ubuntu1 regression] - /usr/bin/ld: .eh_frame_hdr
  refers to overlapping FDEs

Status in The ARB phylogenetic analysis suite:
  Confirmed
Status in binutils:
  Unknown
Status in Mesa:
  Confirmed
Status in “binutils” package in Ubuntu:
  Confirmed
Status in “llvm-toolchain-3.5” package in Ubuntu:
  Confirmed

Bug description:
  Since today mesa fails to build on Ubuntu 14.10 (both i386 and amd64)
  while it still builds fine on Ubuntu 14.04. Nothing relevant changed
  in mesa since previous build in my PPA (indeed just some vc4 code only
  built on arm), the bug is reported by ld which I noticed just got
  updated with binutils package.

  Full PPA build log:
  
https://launchpadlibrarian.net/185286922/buildlog_ubuntu-utopic-i386.mesa_10.4~git1409190730.195891~gd~u_FAILEDTOBUILD.txt.gz

  Error:
  libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crti.o 
/usr/lib/gcc/i686-linux-gnu/4.9/crtbeginS.o  -Wl,--whole-archive 
../../../../src/gallium/auxiliary/pipe-loader/.libs/libpipe_loader_client.a 
../../../../src/gallium/state_trackers/clover/.libs/libclover.a 
../../../../src/gallium/auxiliary/.libs/libgallium.a 
../../../../src/util/.libs/libmesautil.a 
../../../../src/gallium/winsys/sw/null/.libs/libws_null.a 
../../../../src/gallium/winsys/sw/dri/.libs/libswdri.a 
../../../../src/gallium/winsys/sw/xlib/.libs/libws_xlib.a 
-Wl,--no-whole-archive  -L/usr/lib/llvm-3.5/lib 
/usr/lib/i386-linux-gnu/libexpat.so -lX11 -lXext -lXfixes -lxcb-dri2 -lxcb 
-ldrm -ldl -lclangFrontendTool -lclangFrontend -lclangDriver 
-lclangSerialization -lclangCodeGen -lclangParse -lclangSema -lclangAnalysis 
-lclangAST -lclangEdit -lclangLex -lclangBasic -lLLVM-3.5.0 
-L/usr/lib/gcc/i686-linux-gnu/4.9 
-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu 
-L/usr/lib/gcc/i686-linux-gnu/4.9/../../../../lib -L/lib/i386-linux-gnu 
-L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/i686-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/i686-linux-gnu/4.9/crtendS.o 
/usr/lib/gcc/i686-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o  -O2 
-march=pentium3 -Wl,--gc-sections -Wl,--no-undefined 
-Wl,--version-script=../../../../../../src/gallium/targets/opencl/opencl.sym 
-Wl,-Bsymbolic-functions -Wl,-z -Wl,relro   -Wl,-soname -Wl,libMesaOpenCL.so.1 
-o .libs/libMesaOpenCL.so.1.0.0
  /usr/bin/ld: .eh_frame_hdr refers to overlapping FDEs.
  /usr/bin/ld: final link failed: Bad value
  collect2: error: ld returned 1 exit status
  Makefile:636: recipe for target 'libMesaOpenCL.la' failed

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

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