[Bug 1695736] Re: fails to run: support missing from kernel

2017-06-05 Thread Paul H. Hargrove
Adam, Lack of a blcr-dkms package in Zesty likely means that BLCR does not support kernels as new as used in this distro (unless it has been renamed?). Unfortunately, that means no BLCR. So, I am surprised that the other blcr packages are distributed at all. I am the "upstream" for BLCR, but I

[Bug 1695736] Re: fails to run: support missing from kernel

2017-06-05 Thread Paul H. Hargrove
Adam, Is the blcr-dkms package installed? That is the ubuntu package containing the kernel modules. FWIW: blcr-dkms is not listed as dependency for the blcr package because that would create an unwarranted dependency for multiple MPI packages which are built with BLCR support but most frequen

[Bug 1695736] Re: fails to run: support missing from kernel

2017-06-05 Thread Paul H. Hargrove
Adam, This error indicates that the kernel modules for BLCR are not loaded. Unless something has changed recently in the packaging for BLCR, the kernel modules should be loaded automatically at boot. However, if you have not rebooted since the install, they might not be. Is you run "/sbin/lsmod

[Bug 1515072] Re: clang segfaults on hello world on arm64

2016-08-11 Thread Paul H. Hargrove
I have been successfully using 1:3.6.2-3ubuntu2 on arm64 since some time after it appeared in wily-proposed. I have just now removed and re-installed from the xenial repository to be certain. Clang-3.6 is indeed working now. IMHO, this bug may be closed. -Paul -- You received this bug notific

[Bug 1515072] [NEW] clang segfaults on hello world on arm64

2015-11-10 Thread Paul H. Hargrove
Public bug reported: The following Debian bug is present in clang-3.6-1:3.6.2-1 (which is the current version for arm64/wily) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801695 Note that bug report is closed, indicating that the problem is resolved in clang-3.6-1:3.6.2-2 ** Affects: llvm-

[Bug 1357795] Re: gnuradio dose not work 14.04 libboost1.48 requested

2015-01-30 Thread Paul H. Hargrove
There is absolutely no connection between blcr and gnuradio or libboost. This bug should not be reported against package=blcr. ** Package changed: blcr (Ubuntu) => gnuradio (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1289083] Re: blcr-dkms 0.8.5-2.1: blcr kernel module failed to build [configure: error: Kernel source is configured uni-processor but the kernel symbol table is SMP.]

2014-10-22 Thread Paul H. Hargrove
FYI: A beta release of BLCR 0.8.6 is now in Debian Experimental and should resolve this bug. Hopefully once 0.8.6 is out of Beta, the Debian package will move out of Experimental. -Paul -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1198804] Re: blcr-dkms 0.8.5-2: blcr kernel module failed to build [error: too few arguments to function ‘do_mmap_pgoff’]

2013-07-09 Thread Paul H. Hargrove
This is a known up-steam issue. BLCR does not yet support 3.8.x and newer kernels. -Paul (the up-stream maintainer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1198804 Title: blcr-dkms 0.8.5-2: b

[Bug 804943] Re: blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path

2013-01-12 Thread Paul H. Hargrove
Joni-Pekka, For those folk that saw this error when upgrading their system, but only had BLCR's kernel modules installed due to a "recommends" from another package, removal of the blcr-dkms package was (and still is) a viable solution. For those who need a *functional* BLCR, it was initially rea

[Bug 804943] Re: blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path

2012-12-18 Thread Paul H. Hargrove
What "fix:" has been released? As the upsteam maintainer I am not aware of any released support for 3.0 or later kernels in blcr. I am actively working on exactly such support and expect a Beta release of blcr-0.8.5 for testing sometime this week. The only "fix" detailed in this bug report is to

[Bug 1086475] Re: Sync blcr 0.8.4-3 (universe) from Debian Unstable (universe)

2012-12-10 Thread Paul H. Hargrove
Benjamin, Thanks for the testing. I don't have any commit access, though as BLCR's "upstream" I've committed the patch to our repository for inclusion in the next release. Hopefully you or Alan Woodland can commit the patch. -Paul -- You received this bug notification because you are a member

[Bug 1086475] Re: Sync blcr 0.8.4-3 (universe) from Debian Unstable (universe)

2012-12-09 Thread Paul H. Hargrove
Ahh... I see the "real" problem now: The standard-specified type is "siginfo_t", not "struct siginfo", though that has *historically* been correct with glibc and is still the type on the kernel side of the interface. I think the include of stddef.h is "proper", even if it is not the key issue h

[Bug 1086475] Re: Sync blcr 0.8.4-3 (universe) from Debian Unstable (universe)

2012-12-07 Thread Paul H. Hargrove
Following up on my own comment with an educated guess: I can see looking at the generated configure script that the compiler might be seeing multiple #defines for offsetof() when including stdio.h and stdlib.h as part of the autoconf macro boilerplate. That could result in a failure to compile th

[Bug 1086475] Re: Sync blcr 0.8.4-3 (universe) from Debian Unstable (universe)

2012-12-07 Thread Paul H. Hargrove
The log attached by bdrung contains the following: checking for value for CR_ASM_SI_PID_OFFSET... not found for both the 64- and 32-bit library configuration steps. This explains how the "suspicious" linker failure is possible (no #define in blcr_config.h). This presumably means that there is

[Bug 1086475] Re: Sync blcr 0.8.4-3 (universe) from Debian Unstable (universe)

2012-12-07 Thread Paul H. Hargrove
The error in comment #5 above is somewhat suspicious. The symbol CR_ASM_SI_PID_OFFSET is a preprocessor define in the configure-generated blcr_config.h. Therefore a small literal integer (such as 12 or 16) should have been expanded in place of this token, and there should be no "symbol" left for

[Bug 951929] Re: Unity launcher and Alt-Tab switcher missing entry for gnome-terminal

2012-08-09 Thread Paul H Dykstra
I don't know about the rest of all the apps installing wrong, but Chrome I figured out how to fix it. With Chrome in particular it seems it is an error with Ubuntu Software Center's handling of .deb files. I was disappointed when they pulled the Debian installer a few generations ago in Ubuntu. I a

[Bug 899861] [NEW] Crashed during install runinng in Virtualbox (latest) with Guest Additions

2011-12-04 Thread Paul H Ward
Public bug reported: Virtualbox 4.1.2 with Guest Additions. Managed to install "live" version from DVD, then selected a fresh install. during install - after the selection to download upgrades and install third party drivers it crashed. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: ubiqu

[Bug 899861] Re: Crashed during install runinng in Virtualbox (latest) with Guest Additions

2011-12-04 Thread Paul H Ward
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/899861 Title: Crashed during install runinng in Virtualbox (latest) with Guest Additions To manage notifications about this bug go to: https://bugs.la

[Bug 658379] Re: Maverick AMD64 Theme settings not recalled

2010-12-08 Thread Paul H
*** This bug is a duplicate of bug 500417 *** https://bugs.launchpad.net/bugs/500417 I am seeing this too. New, completely fresh install to a new machine. Ubuntu 10.10/Maverick amd64 on Intel Core i7 with nVidia Quadro FX 2800M. All looks fine until I install the nVidia drivers. If I use the 1

[Bug 638526] Re: SAMBA configuration while update hangs

2010-09-15 Thread Paul H
same happened to me. Thanks to gedrox for that tip! -- SAMBA configuration while update hangs https://bugs.launchpad.net/bugs/638526 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.co

[Bug 534175] Re: package blcr-dkms 0.8.2-9 failed to install/upgrade: blcr kernel module failed to build against linux-rt kernel

2010-03-08 Thread Paul H. Hargrove
pablomme, Thanks for the good news! Now, somebody needs to answer Alan's concern (comment #12) of how we might get this into the Lucid release: Alan is the Debian maintainer for the blcr package, but if he commits changes there they may not make it into Lucid this late, right? -Paul -- packa

[Bug 534175] Re: package blcr-dkms 0.8.2-9 failed to install/upgrade: blcr kernel module failed to build against linux-rt kernel

2010-03-08 Thread Paul H. Hargrove
pablomme, Sorry to cause some confusion. I had not considered that the debian/ubuntu packaging for BLCR splits the kernel modules off into a DKMS package. Because of that split, the build directory you are using contains no test codes. So, it would be great if you could build from the debia

[Bug 534175] Re: package blcr-dkms 0.8.2-9 failed to install/upgrade: blcr kernel module failed to build against linux-rt kernel

2010-03-08 Thread Paul H. Hargrove
pablomme, I am unsure from your comment if you actually "used" the blcr kernel modules, or just loaded them? If you only loaded them, then I suggest testing them via "make insmod check" from the blcr build directory. You should be cautious in case the kernel crashes (unlikely, but not impossib

[Bug 534175] Re: package blcr-dkms 0.8.2-9 failed to install/upgrade: blcr kernel module failed to build against linux-rt kernel

2010-03-08 Thread Paul H. Hargrove
Alan said "Seems odd that it would end up missing those macros." For the curious: At about 2.6.26 the type "struct mutex" was replaced by "struct semaphore", and the various mutex-related functions and macros were implemented in terms of wrappers around the semaphore code. These wrappers still e

[Bug 531255] Re: package blcr-dkms 0.8.2-9 failed to install/upgrade: blcr kernel module failed to build - Segmentation fault (core dumped)

2010-03-08 Thread Paul H. Hargrove
The DKMSBuildLog.txt appears to show gcc (or maybe make?) experiencing a SIGSEGV. This is not something that changes to the BLCR kernel module are likely to fix. I suggest that you first ensure that the gcc and make packages are up- to-date. -Paul (the primary BLCR developer) -- package blcr-d

[Bug 534175] Re: package blcr-dkms 0.8.2-9 failed to install/upgrade: blcr kernel module failed to build against linux-rt kernel

2010-03-08 Thread Paul H. Hargrove
OK, that was not as bad as I had feared. This attachment makes two minor changes to BLCR that are sufficient for me to manually (e.g. not using DKMS) configure and build for the linux-2.6.31-9-rt kernel for Karmic/x86_64. These changes are such that I think it highly unlikely to break any other b

[Bug 534175] Re: package blcr-dkms 0.8.2-9 failed to install/upgrade: blcr kernel module failed to build against linux-rt kernel

2010-03-08 Thread Paul H. Hargrove
Using the karmic -rt kernel headers I can confirm that this is the only symbol causing configure-time problems. The one-line patch below is sufficient to resolve that issue. However, there are also non-trivial changes in linux/semaphore.h that break things at compile time and will take some time

[Bug 534175] Re: package blcr-dkms 0.8.2-9 failed to install/upgrade: blcr kernel module failed to build against linux-rt kernel

2010-03-08 Thread Paul H. Hargrove
For the record: I can reproduce w/ the 2.6.31-9-rt kernel in karmic, and I am pursuing the problem there. So, one may ignore my request (in the previous comment) for help getting the Lucid kernel sources. -Paul -- package blcr-dkms 0.8.2-9 failed to install/upgrade: blcr kernel module failed

[Bug 534175] Re: package blcr-dkms 0.8.2-9 failed to install/upgrade: blcr kernel module failed to build against linux-rt kernel

2010-03-08 Thread Paul H. Hargrove
Hello from "upstream". The DKMS log shows checking kernel symbol table for __put_task_struct... configure: error: Found symbol __put_task_struct but no declaration -- please file a bug report. This says the symbol WAS found. So the problem is not a rename, but a missing or relocated prototy

[Bug 331219] Re: Firefox Addons window pegs Xorg CPU usage

2009-02-26 Thread Paul H
I see the same thing as originally reported. I'm running Kubuntu 8.10 with KDE 3.5 (yes, the older KDE), 64-bit, nVidia proprietary driver 177.82, Firefox 3.0.6. Doing anything inside the Add-Ons window is very slow and causes the Xorg CPU usage as viewed by top to burst higher. This happens for me

[Bug 272247] Re: System freezes during boot, unless I hold a key down

2008-11-02 Thread Paul H
as trinh said, adding "acpi=noirq" to the kernel boot parameters will resolve the issue. but this is still a problem and needs to be resolved. Im also verifying that the boot parameter does fix the issue on my hp laptop too. -- System freezes during boot, unless I hold a key down https://bugs.lau

[Bug 272247] Re: System freezes during boot, unless I hold a key down

2008-11-01 Thread Paul H
I too am also expierencing this problem. The problem also existed when i initally booted from the boot cd to install ubuntu. -- System freezes during boot, unless I hold a key down https://bugs.launchpad.net/bugs/272247 You received this bug notification because you are a member of Ubuntu Bugs, w

Re: [Bug 177966] Re: [apport] update-manager crashed with ReadError in open()

2008-03-18 Thread Paul H
Please close it, I am still such a noob that I jumped the gun. Hopefully I can learn enough to help out soon. Thank you and take care. Paul Greg Grossmeier wrote: > If I understood your last comment, then this is no longer a bug correct? > > Updating your system does require super user (sudo)

RE: [Bug 145846] Re: screen goes blank when switching user

2008-03-07 Thread Paul H
Thank you! I'll give it a try over the weekend. Paul >From: Timo Aaltonen <[EMAIL PROTECTED]> >Reply-To: Bug 145846 <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: [Bug 145846] Re: screen goes blank when switching user >Date: Fri, 07 Mar 2008 19:44:00 - > >Please try Hardy alpha6 live

[Bug 177966] Re: [apport] update-manager crashed with ReadError in open()

2007-12-21 Thread Paul H
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/11025911/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/11025912/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/11025913/ProcStatus.txt ** Attachm

[Bug 177966] [apport] update-manager crashed with ReadError in open()

2007-12-21 Thread Paul H
Public bug reported: Binary package hint: update-manager Running Ubuntu CE ProblemType: Crash Architecture: i386 Date: Fri Dec 21 15:35:55 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/update-manager InterpreterPath: /usr/bin/python2.5 Package: update-manager 1:0.59.25 PackageArchitec

[Bug 145846] Re: screen goes blank when switching user

2007-09-27 Thread Paul H
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/9526717/Dependencies.txt -- screen goes blank when switching user https://bugs.launchpad.net/bugs/145846 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 145846] screen goes blank when switching user

2007-09-27 Thread Paul H
Public bug reported: Binary package hint: hal had older ATI 7200 which worked without any problems. Installed power color 9550 card and screen goes black whrn switching user. Have to restart to log in again. ProblemType: Bug Architecture: i386 Date: Wed Sep 26 18:01:50 2007 DistroRelease: Ubun

[Bug 24283] Re: [Bug 24283] Re: update manager dosent work

2006-06-27 Thread Paul H
agreed, with the last update the problem was fixed On 6/27/06, belibem <[EMAIL PROTECTED]> wrote: > The bug was fixed after the last update. It works normaly now > > -- > update manager dosent work > https://launchpad.net/bugs/24283 > -- update manager dosent work https://launchpad.net/bugs/2428

[Bug 24283] Re: [Bug 24283] Re: update manager dosent work

2006-06-15 Thread Paul H
i just upgrade to hoary and do not have the problem. Please close bug. On 6/14/06, Michael Vogt <[EMAIL PROTECTED]> wrote: > > @belibem: what happens if you right click on the update-notifier icon > and select "Show updates"? > > @Gord Berta: if you still have this problem that "sudo update-manage