Re: [CentOS] android sdk on centos7 64-bit.

2015-09-21 Thread Gordon Messmer
On 09/21/2015 10:48 AM, Jason Welsh wrote: http://mirror.centos.org/centos/%24releasever/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. now where does centos get this variable from that's getting messed up? Weird. %24 is a URL-encoded representatio

Re: [CentOS] android sdk on centos7 64-bit. [Solved]

2015-09-21 Thread Jason Welsh
aha! this is why.. [root@centos7 yum.repos.d]# rpm -qf /etc/centos-release file /etc/centos-release is not owned by any package not sure how it got that way, but after a reinstall of centos-release-7-1.1503.el7.centos.2.8.x86_64.rpm my system is happy again. thanks/regards, Jason __

Re: [CentOS] android sdk on centos7 64-bit.

2015-09-21 Thread Richard
standard with a centos install. What does a "cat" of /etc/system-release show? Original Message > Date: Monday, September 21, 2015 13:48:07 -0400 > From: Jason Welsh > Subject: Re: [CentOS] android sdk on centos7 64-bit. > > you are correct sir..

Re: [CentOS] android sdk on centos7 64-bit.

2015-09-21 Thread Jason Welsh
you are correct sir.. something is screwed up! I remember running into a problem with the base repo enabled and swept it under the rug by disabling it for the moment and then forgot all about disabling it.. So when I enable the base repo, and run yum with debug flag, I see the following: Set

Re: [CentOS] android sdk on centos7 64-bit.

2015-09-21 Thread Frank Cox
On Mon, 21 Sep 2015 13:03:58 -0400 Jason Welsh wrote: > This system is not registered with Subscription Management. You can use > subscription-manager to register. You either aren't using Centos, or you have something really screwed up with your yum repos. -- MELVILLE THEATRE ~ Real D 3D Digi

Re: [CentOS] android sdk on centos7 64-bit.

2015-09-21 Thread Richard
linux.so.2 glibc-2.17-78.el7.i686 : The GNU libc libraries Repo: base Matched from: Filename: /lib/ld-linux.so.2 Original Message > Date: Monday, September 21, 2015 13:03:58 -0400 > From: Jason Welsh > Subject: Re: [CentOS] android sdk on cento

Re: [CentOS] android sdk on centos7 64-bit.

2015-09-21 Thread Jason Welsh
yeah, that still doesnt work.. [jason@centos7 platform-tools]$ yum whatprovides /lib/ld-linux.so.2 Loaded plugins: fastestmirror, langpacks, product-id, subscription-manager Determining fastest mirrors * epel: archive.linux.duke.edu No matches found [jason@centos7 platform-tools]$ yum whatprovid

Re: [CentOS] android sdk on centos7 64-bit.

2015-09-21 Thread Richard
you need to use yum's "whatprovides" facility to find the package that has the ld-linux.so.2 library. Original Message > Date: Monday, September 21, 2015 12:48:22 -0400 > From: Jason Welsh > > [root@centos7 Packages]# yum install /lib/ld-linux.so.2 > Loaded plugins: f

Re: [CentOS] android sdk on centos7 64-bit.

2015-09-21 Thread Jason Welsh
[root@centos7 Packages]# yum install /lib/ld-linux.so.2 Loaded plugins: fastestmirror, langpacks, product-id, subscription-manager This system is not registered with Subscription Management. You can use subscription-manager to register. epel/x86_64/metalink | 12 kB 00:00:00 ftp_repo | 3.6 kB

Re: [CentOS] android sdk on centos7 64-bit.

2015-09-21 Thread Gordon Messmer
On 09/21/2015 08:16 AM, Jason Welsh wrote: -bash: ./adb: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory whats the right way to isntall the needed 32bit libs? yum install /lib/ld-linux.so.2 ___ CentOS mailing list CentOS@centos.or

[CentOS] android sdk on centos7 64-bit.

2015-09-21 Thread Jason Welsh
trying to use the android sdk on centos 7 and cant seem to find the 32bit libs.. [jason@centos7 platform-tools]$ ./adb devices -bash: ./adb: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory [jason@centos7 platform-tools]$ whats the right way to isntall the needed 32bit libs?