I am trying to get the glibc development rpm for 64 bit Suse 13.1 but using the suse site I am getting:
Error connecting to http://api-opensuse.suse.de///published/openSUSE:13.1:Update/ports_debug/glibc-debuginfo-64bit?view=ymp: Response was: #<Net::HTTPBadRequest:0x007fb8c17dc1a8> <status code=“400”> <summary>no such project</summary> </status>
I tried to connect from a entirely different location on a different ISP and I still could not see http://api-opensuse.suse.de
My DNS lookup tells me that api-opensuse.suse.de does not exist.
Which suse site are you using?
Why are you not just installing it with YaST or zypper?
E.g.:
sudo zypper in glibc-devel
Or here’s a direct download link, if it’s glibc-devel that you are looking for:
http://download.opensuse.org/update/13.1/x86_64/glibc-2.18-4.21.1.x86_64.rpm
I was following links on the OpenSuse site after having the problem below.
I was having an error message debugging a tiny test program.
Reading symbols from /home/matthew/work/pointer…done.
(gdb) b main
Breakpoint 1 at 0x4005af: file pointer.c, line 5.
(gdb) r "Hello matthew "
Starting program: /home/matthew/work/pointer "Hello matthew "
Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2
Try: zypper install -C “debuginfo(build-id)=afa98667969782208459e394f8c8f87ac7510710”
Missing separate debuginfo for /lib64/libc.so.6
Try: zypper install -C “debuginfo(build-id)=71dbbed0200919ba751ad20a545b9266258cd5e5”
(gdb)
matthew@linux-oagt:~> sudo zypper install -C “debuginfo(build-id)=afa98667969782208459e394f8c8f87ac7510710”
matthew’s password:
Loading repository data…
Reading installed packages…
No provider of ‘debuginfo(build-id) = afa98667969782208459e394f8c8f87ac7510710’ found.
Resolving package dependencies…
Nothing to do.
matthew@linux-oagt:~> sudo zypper install -C “debuginfo(build-id)=71dbbed0200919ba751ad20a545b9266258cd5e5”
Loading repository data…
Reading installed packages…
No provider of ‘debuginfo(build-id) = 71dbbed0200919ba751ad20a545b9266258cd5e5’ found.
Which link on which openSUSE site?
I doubt that an openSUSE site would link to suse.de on purpose…
matthew@linux-oagt:~> sudo zypper install -C “debuginfo(build-id)=afa98667969782208459e394f8c8f87ac7510710”
matthew’s password:
Loading repository data…
Reading installed packages…
No provider of ‘debuginfo(build-id) = afa98667969782208459e394f8c8f87ac7510710’ found.
Resolving package dependencies…
Nothing to do.
matthew@linux-oagt:~> sudo zypper install -C “debuginfo(build-id)=71dbbed0200919ba751ad20a545b9266258cd5e5”
Loading repository data…
Reading installed packages…
No provider of ‘debuginfo(build-id) = 71dbbed0200919ba751ad20a545b9266258cd5e5’ found.
So you want the debuginfo packages, not the development packages.
Enable the debug and debug-update repos (in YaST->Software Repositories e.g.) and those zypper lines should work. (those repos are disabled by default as “normal” users should not need them)
You can of course also install the corresponding xxx-debuginfo package(s) manually with zypper or YaST.
I just did not have the debug repository enabled. Now fixed thanks for the help. Though the link from the Suse packagesearch page is broken
Again, which Link?
The packagesearch (Search) works fine here. Including downloading the packages and using the 1-click installs.