[Bug 684878] Re: Compile errors when including liblivemedia headers

2019-04-09 Thread Gregory Fong
Not a bug in Ubuntu 14.04 at least (I can't speak for earlier versions). The package works fine, but usage is not obvious. The include paths and library order should be retrieved using pkgconfig. On an x86_64 system, the pkgconfig file itself will be in /usr/lib/x86_64-linux-

[Bug 579773] Re: telnet.netkit assert failure: telnet: ring.cc:143: int ringbuf::flush(): Assertion `top-bot > 0 && top-bot <= count' failed.

2016-09-08 Thread Gregory Fong
I'm still seeing this issue on Ubuntu 14.04. Simplest way I've found to reproduce so far: yes | telnet some-valid-host Crashes for me almost immediately with telnet: ring.cc:143: int ringbuf::flush(): Assertion `top-bot > 0 && top-bot <= count' failed. Aborted (core dumped) Installed

[Bug 1272196] Re: vmhgfs doesn't work with linux 3.13 kernel

2015-12-22 Thread Gregory Fong
"The vmhgfs (VMWare Host<->Guest File System) module is no longer be supported by VMWare and it does not build on recent kernels." Robert, where did this information come from? According to Steve Goddard (VMware employee) in March 2014, "There has been a bug filed to track this issue and it will

[Bug 1272196] Re: vmhgfs doesn't work with linux 3.13 kernel

2015-12-22 Thread Gregory Fong
"The vmhgfs (VMWare Host<->Guest File System) module is no longer be supported by VMWare and it does not build on recent kernels." Robert, where did this information come from? According to Steve Goddard (VMware employee) in March 2014, "There has been a bug filed to track this issue and it will

[Bug 1516828] [NEW] memory leak in libxdg-basedir 1.2.0 (xdgFreeData() does not free cache->runtimeDirectory)

2015-11-16 Thread Gregory Fong
Public bug reported: I'm basically copying and pasting the following paragraphs from https://bugzilla.redhat.com/show_bug.cgi?format=multiple=1018527 where andreas describes the problem in detail and provides a patch. The leak currently exists on Ubuntu 14.04 package libxdg-basedir1_1.2.0-1.

[Bug 1349570] Re: ICE in change_address_1, at emit-rtl.c:2019

2014-08-28 Thread Gregory Fong
** Description changed: Found when trying to build the v8 javascript engine. Reproduced with gcc-linaro 4.8-2014.01 and gcc-linaro 4.8-2014.04. Cannot be reproduced with FSF gcc 4.8.2 or gcc 4.9.0. - $ arm-linux-gnueabihf-g++ -fvisibility=hidden -mtune=cortex-a15 -mfpu=neon -marm -O2

[Bug 1349570] Re: ICE in change_address_1, at emit-rtl.c:2019

2014-08-03 Thread Gregory Fong
Thanks for adding that Maxim, I didn't know that Linaro had a new bug tracker. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349570 Title: ICE in change_address_1, at emit-rtl.c:2019 To manage

[Bug 1349570] [NEW] ICE in change_address_1, at emit-rtl.c:2019

2014-07-28 Thread Gregory Fong
Public bug reported: Found when trying to build the v8 javascript engine. Reproduced with gcc-linaro 4.8-2014.01 and gcc-linaro 4.8-2014.04. Cannot be reproduced with FSF gcc 4.8.2 or gcc 4.9.0. $ arm-linux-gnueabihf-g++ -fvisibility=hidden -mtune=cortex-a15 -mfpu=neon -marm -O2 testcase.ii

[Bug 1296601] Re: ICE in push_minipool_fix when building rtl8723ae kernel driver

2014-05-28 Thread Gregory Fong
** Also affects: gcc-linaro 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/1296601 Title: ICE in push_minipool_fix when building rtl8723ae kernel driver

[Bug 1296601] Re: ICE in push_minipool_fix when building rtl8723ae kernel driver

2014-05-21 Thread Gregory Fong
Attaching another testcase that reproduces the issue (or at least a very similar one). $ arm-linux-gnueabihf-gcc -marm -march=armv7-a -fsanitize=address -Os -w testcase.i testcase.i: In function ‘fn1’: testcase.i:24:1: internal compiler error: in push_minipool_fix, at config/arm/arm.c:14040 }

[Bug 1296601] Re: ICE in push_minipool_fix when building rtl8723ae kernel driver

2014-05-13 Thread Gregory Fong
Apparently fixed in gcc-4.9 (trunk) According to [1] this may still be a latent issue but hidden on trunk because LRA is enabled by default on ARM now. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49423#c26 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 290757] Re: lmbench hangs with memsize set to 2GiB

2013-10-22 Thread Gregory Fong
I'm guessing that this probably only happens on 32-bit systems? That would be caused by lmbench scripts deciding that 70% is the right amount of memory to use, which is a problem when the max amount per process is 2GiB and you have considerably more than that. Solution: don't try to use 2 GiB

[Bug 638252] Re: zlib1g-dev package in 10.04(Lucid) does not contain pkg-config file zlib.pc

2012-04-12 Thread Gregory Fong
correct the package name -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/638252 Title: zlib1g-dev package in 10.04(Lucid) does not contain pkg-config file zlib.pc To manage notifications about

[Bug 638252] Re: zlib1g-dev package in 10.04(Lucid) does not contain pkg-config file zlib.pc

2012-04-12 Thread Gregory Fong
Disregard that last message. I didn't realize it automatically changes the package to the source package. A temporary workaround for this problem is to manually add a pkgconfig entry the same way as described in http://ubuntuforums.org/showpost.php?p=11201275postcount=3 . Obviously this is only

[Bug 826954] Re: [Vostro 3450/Inspiron N4110] Touchpad hotkey unable to re-enable touchpad

2011-10-27 Thread Gregory Fong
** Description changed: Pressing the touchpad hotkey will disable the touchpad, however, pressing it again will not re-enable the trackpad. In order to get the touchpad back, a user will have to reboot the system or rmmod psmouse - and then modprobe proto=bare. + and then modprobe psmouse

[Bug 769812] Re: X120e crashes randomly (wireless?)

2011-05-07 Thread Gregory Fong
@Robert: That might be a problem as well, but all of the issues I've had have been with infrastructure networks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/769812 Title: X120e crashes randomly

[Bug 424864] Re: Video colors appear inverted in Karmic.

2010-03-25 Thread Gregory Fong
** Summary changed: - Video colors appear inverted in Karmic Alpha 5 with non-free driver. + Video colors appear inverted in Karmic. -- Video colors appear inverted in Karmic. https://bugs.launchpad.net/bugs/424864 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 317366] Re: urxvt menu hangs urxvt with x input frozen

2010-02-15 Thread Gregory Fong
Confirming that the version in karmic-proposed builds from source. -- urxvt menu hangs urxvt with x input frozen https://bugs.launchpad.net/bugs/317366 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 396516] Re: Upon clicking help I get:- Unable to load page - The requested URI file:///fakefile#index is invalid - reinstalled:- Yelp, ubuntu-docs and gnome-doc-utils, no differance still same

2009-08-16 Thread Gregory Fong
I had this issue, and additionally, yelp would cause the system to run _very_ slowly. Removing the package for xulrunner-1.9.2 eliminated the problem. I have not tried reinstalling the package to see if installing it again reproduces the problem. -- Upon clicking help I get:- Unable to load