[Bug 1184241] Re: gnome-about not found

2013-10-16 Thread Thangamani Arun - தங்கமணி அருண்
Hi,

I am using Ubuntu 13.04 64 bit.
It also gives the same error, but it works just fine.

$ hardinfo 
sh: 1: /lib/libc.so.6: not found
sh: 1: gnome-about: not found
sh: 0: -c requires an argument
sh: 0: -c requires an argument

FYI. the libc.so.6 library located at /lib/x86_64-linux-gnu/libc.so.6

Thanks
Arun

** Changed in: hardinfo (Ubuntu)
 Assignee: (unassigned) = Thangamani Arun - தங்கமணி அருண் (thangamani-arun)

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

Title:
  gnome-about not found

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

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

[Bug 1184241] Re: gnome-about not found

2013-10-16 Thread Thangamani Arun - தங்கமணி அருண்
Here is the patch to fix the above bugs

$ cat oc.h.patch 
54d53
 char libcpath;
57,63c56
 libcpath = system(arch=$(uname -p)  echo 
/lib/$arch-linux-gnu/libc.so.6);
 if (!libc){
   
   libc = popen(libcpath, r);
   
   }
 else goto err;
---
 if (!libc) goto err;


** Changed in: hardinfo (Ubuntu)
   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/1184241

Title:
  gnome-about not found

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

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