Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 837344 - dev-util/crash-8.0.0-r1 - make[2]: [Makefile:<snip>: gdb_unzip] Error 4
Summary: dev-util/crash-8.0.0-r1 - make[2]: [Makefile:<snip>: gdb_unzip] Error 4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Yixun Lan
URL:
Whiteboard:
Keywords:
: 837371 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-04-09 08:51 UTC by Toralf Förster
Modified: 2022-04-09 11:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.07 KB, text/plain)
2022-04-09 08:51 UTC, Toralf Förster
Details
dev-util:crash-8.0.0-r1:20220409-055509.log (dev-util:crash-8.0.0-r1:20220409-055509.log,5.10 KB, text/plain)
2022-04-09 08:51 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,62.03 KB, application/x-bzip)
2022-04-09 08:51 UTC, Toralf Förster
Details
environment (environment,58.10 KB, text/plain)
2022-04-09 08:51 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,34.43 KB, application/x-bzip)
2022-04-09 08:51 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,16.09 KB, application/x-bzip)
2022-04-09 08:51 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-04-09 08:51:00 UTC
--2022-04-09 07:55:13--  http://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.gz
Resolving ftp.gnu.org... failed: Temporary failure in name resolution.
wget: unable to resolve host address ftp.gnu.org’
make[2]: *** [Makefile:284: gdb_unzip] Error 4
make[1]: *** [Makefile:257: gdb_merge] Error 2
make: *** [Makefile:253: all] Error 2

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-j4-20220405-041205

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
/usr/lib/llvm/14
14.0.0
Python 3.9.12
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.59.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 951967c7477f01b546d08b322b5ef1d490ac9bda
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Apr 9 05:19:21 2022 +0000

    2022-04-09 05:19:20 UTC

emerge -qpvO dev-util/crash
[ebuild  N    ] dev-util/crash-8.0.0-r1
Comment 1 Toralf Förster gentoo-dev 2022-04-09 08:51:01 UTC
Created attachment 769535 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-04-09 08:51:02 UTC
Created attachment 769538 [details]
dev-util:crash-8.0.0-r1:20220409-055509.log
Comment 3 Toralf Förster gentoo-dev 2022-04-09 08:51:03 UTC
Created attachment 769541 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2022-04-09 08:51:05 UTC
Created attachment 769544 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-04-09 08:51:06 UTC
Created attachment 769547 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-04-09 08:51:07 UTC
Created attachment 769550 [details]
temp.tar.bz2
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-09 09:28:37 UTC
I'll fix it, it really does need the tar.gz. Huh.
Comment 8 Yixun Lan archtester gentoo-dev 2022-04-09 10:57:47 UTC
(In reply to Sam James from comment #7)
> I'll fix it, it really does need the tar.gz. Huh.

indeed, thanks, I will push the fix
Comment 9 Larry the Git Cow gentoo-dev 2022-04-09 10:59:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91165fd080d24b6e4ac35466173b3cafc7b3aa38

commit 91165fd080d24b6e4ac35466173b3cafc7b3aa38
Author:     Yixun Lan <dlan@gentoo.org>
AuthorDate: 2022-04-09 10:56:34 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2022-04-09 10:59:06 +0000

    dev-util/crash: fix fetch gdb source issue
    
    Closes: https://bugs.gentoo.org/837344
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 dev-util/crash/Manifest              | 3 ++-
 dev-util/crash/crash-7.3.1.ebuild    | 4 ++--
 dev-util/crash/crash-8.0.0-r1.ebuild | 4 ++--
 dev-util/crash/crash-8.0.0.ebuild    | 4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-09 11:11:58 UTC
*** Bug 837371 has been marked as a duplicate of this bug. ***