[Bug 860893] Re: libgii ftbfs on armel (assembler errors)

2014-12-03 Thread Rolf Leggewie
oneiric has seen the end of its life and is no longer receiving any
updates. Marking the oneiric task for this ticket as Won't Fix.

** Changed in: libgii (Ubuntu Oneiric)
   Status: Confirmed = Won't Fix

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

Title:
  libgii ftbfs on armel (assembler errors)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860893] Re: libgii ftbfs on armel (assembler errors)

2012-01-26 Thread Jani Monoses
This seems to no longer FTBFS

** Changed in: libgii (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  libgii ftbfs on armel (assembler errors)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860893] Re: libgii ftbfs on armel (assembler errors)

2012-01-19 Thread Bug Watch Updater
** Changed in: libgii (Debian)
   Status: Fix Committed = Fix Released

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

Title:
  libgii ftbfs on armel (assembler errors)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860893] Re: libgii ftbfs on armel (assembler errors)

2012-01-12 Thread Bug Watch Updater
** Changed in: libgii (Debian)
   Status: New = Fix Committed

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

Title:
  libgii ftbfs on armel (assembler errors)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860893] Re: libgii ftbfs on armel (assembler errors)

2011-11-24 Thread Bug Watch Updater
** Changed in: libgii (Debian)
   Status: Unknown = New

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

Title:
  libgii ftbfs on armel (assembler errors)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860893] Re: libgii ftbfs on armel (assembler errors)

2011-11-14 Thread Konstantinos Margaritis
a proposed patch is sent to the Debian BTS as this bug was found in
Debian armhf as well.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648741

** Bug watch added: Debian Bug tracker #648741
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648741

** Also affects: libgii (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648741
   Importance: Unknown
   Status: Unknown

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

Title:
  libgii ftbfs on armel (assembler errors)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860893] Re: libgii ftbfs on armel (assembler errors)

2011-10-12 Thread Marcin Juszkiewicz
** Tags added: thumb2

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

Title:
  libgii ftbfs on armel (assembler errors)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860893] Re: libgii ftbfs on armel (assembler errors)

2011-09-27 Thread Michael Hope
Thank you for the bug report. I've confirmed this with gcc-
linaro-4.6-2011.09-1 on ARM:

michaelh@leo2:~/linaro/packages/libgii-1.0.2/gg$ 
/tools/toolchains/arch/armv7l/gcc-linaro-4.6-2011.09-armv7l-natty-cbuild181-ursa4-cortexa9r1/bin/gcc
 -g -O2 -c gglock.i 
/tmp/ccwsQQXn.s: Assembler messages:
/tmp/ccwsQQXn.s:130: Error: selected processor does not support Thumb mode `swp 
r3,r3,[r6]'
/tmp/ccwsQQXn.s:164: Error: selected processor does not support Thumb mode `swp 
r3,r3,[r6]'
/tmp/ccwsQQXn.s:235: Error: selected processor does not support Thumb mode `swp 
r3,r3,[r0]'

The assembler is correct - the swp instruction does not exist in
Thumb-2.

This is due to the inline assembly in gg/gglock.h.  It should be
replaced with the GCC builtin __sync_lock_test_and_set(),
__sync_var_compare_and_swap() or similar.

Note that the custom lock implementation can be disabled by passing
--enable-mutexes=pthread to configure.

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

Title:
  libgii ftbfs on armel (assembler errors)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs