[Bug 706635] [NEW] elksemu is not installed with bcc package

Launchpad Bug Tracker 706635 at bugs.launchpad.net
Fri Jan 28 08:19:12 UTC 2011


You have been subscribed to a public bug by SevenMachines (sevenmachines):

elksemu is disabled for non i386 architectures. debian/rules implements this test using
ifeq ($(findstring i486-linux-gnu,$(DEB_BUILD_GNU_TYPE)),i486-linux-gnu)

This works for debian but for ubuntu this fails since its i686-linux-gnu

simplest change is just

-ifeq ($(findstring i486-linux-gnu,$(DEB_BUILD_GNU_TYPE)),i486-linux-gnu)
+ifeq ($(findstring i686-linux-gnu,$(DEB_BUILD_GNU_TYPE)),i686-linux-gnu)

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: bcc 0.16.17-3.1ubuntu1
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
Uname: Linux 2.6.37-12-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Sun Jan 23 16:56:51 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 LC_MESSAGES=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: linux86

** Affects: linux86 (Ubuntu)
     Importance: Undecided
         Status: Confirmed


** Tags: apport-bug i386 natty patch unity-2d
-- 
elksemu is not installed with bcc package
https://bugs.edge.launchpad.net/bugs/706635
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is a direct subscriber.



More information about the Ubuntu-sponsors mailing list