[Bug 1540157] Re: Xenial: Mouse pointer disappears after release upgrade

2016-05-09 Thread Hermann Kleier
I have observed the same issue after upgrading from Xubuntu 15.10 to
Xubuntu 16.04. Just as fabiomarconi described the cursor reappeared
after clicking the logout-button. I use real hardware, no
virtualization.

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

Title:
  Xenial: Mouse pointer disappears after release upgrade

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

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


[Bug 1341110] Re: undefined reference to `_fini', __USES_INITFINI__

2014-07-13 Thread Hermann Kleier
This bug report is for gcc-arm-none-eabi=4-8-2014q2-0trusty10. Note,
that because of missing C++-headers (e.g. cstdint) the standard packet
cannot compile C++-programs at all.

** Package changed: ubuntu = gcc-arm-none-eabi (Ubuntu)

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

Title:
  undefined reference to `_fini', __USES_INITFINI__

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-arm-none-eabi/+bug/1341110/+subscriptions

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


[Bug 1341110] [NEW] undefined reference to `_fini', __USES_INITFINI__

2014-07-12 Thread Hermann Kleier
Public bug reported:

In contrast to Sourcery CodeBench 2014.05-36, your tool chain loads
crt0.o unconditionally. I admit, crt0.o is required for ISO C
compatibility. Without crt0.o there is no exit()/atexit(). But does a
BARE METAL main() ever return? Shouldn't a bare metal main() have
__attribute__ ((noreturn)) set by default?

Other tasks of crt0.o, notably the initialization of static data, are
commonly handled by the Reset_Handler(). It could be argued that the
Reset_Handler() should invoke _mainCRTStartup() for the initialization
of static data rather than doing it by itself. But, because you have
defined __USES_INITFINI__, this would leave the needless calls to
atexit() and to __libc_init_array().

So it all boils down to the question whether or not to define
__USES_INITFINI__. IMHO there is no point of doing so in a bare metal
environment.

Anyway, loading crt0.o does not impose a serious problem for my
environment because I use an ld-wrapper that prevents explicitely
specified objects (like crt0) from being loaded. But for the unaware
this leads to the error message:

fini.c:(.text.__libc_fini_array+0x20): undefined reference to `_fini'

Is there a point of loading crt0.o unconditionally? Shouldn't this point
be well-documented?

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  undefined reference to `_fini', __USES_INITFINI__

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

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


[Bug 360460] Re: Alternate install fails requesting same disc

2010-05-08 Thread Hermann Kleier
I experience the same problem for ubuntu-10.04-server-amd64.iso. Plextor
PX-810SA works. NEC ND-4550A fails.

-- 
Alternate install fails requesting same disc
https://bugs.launchpad.net/bugs/360460
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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