LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" (https://www.linuxquestions.org/questions/linux-newbie-8/problem-%5Berrno-14%5D-pycurl-error-22-the-requested-url-returned-error-404-not-found-4175564055/)

geoprogrammer 01-15-2016 04:11 PM

Problem: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
 
Hi, I am using SL6.7, and I stumbled upon this huge problem while trying to install devtools:

Code:

http://people.centos.org/tru/devtools-1.1/6.7/x86_64/RPMS/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: testing-1.1-devtools-6.7. Please verify its path and try again

I have tried:
yum clean all
yum update

and the same error occurs every time.
I am a complete rookie when it comes to Linux and I'm still learning the ropes, but I have no idea what I did that may have caused the above error.
Thank you in advance for any help provided.

berndbausch 01-15-2016 06:54 PM

How do you install devtools?

The URL is wrong. When you navigate to it, you will find that http://people.centos.org/tru/devtool...RPMS/repodata/ is correct.

The question is where this wrong URL comes from. I suppose your repositories aren't set up correctly. It's also a bit strange that you use some Centos site for installing stuff on Scientific Linux.

Yum repolist should tell you what repos are configured.

John VV 01-16-2016 12:40 AM

unless you "NEED" the redhat Devtools -- some do
-- it dose add extra complications to things


SL6.7 has the standard gcc and autotools

see :
Code:

su -
yum grouplist

install the Development Tools group

or the just happens to grab all the needed things
Code:

su -
yum install gcc-c++


Barry Allen 02-24-2016 06:04 PM

Hello
I HAve the same problem as #geoprogrammer but when i type John VV solution i get the same error again

htp://people.centos.org/tru/devtools-1.1/6.7/x86_64/RPMS/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: testing-1.1-devtools-6.7. Please verify its path and try again

I am also new to SL6 (new machine)
Thank you very much in advanced
Barry A.


All times are GMT -5. The time now is 06:15 PM.