Skip to content

Conversation

bssrikanth
Copy link

The netperf PKGBUILD used obsolete viewcvs URLs for config.guess and config.sub, which are no longer accessible. Replace them with current Savannah cgit URLs.

@bssrikanth
Copy link
Author

Before fix:

==> Retrieving sources...
  -> Source is https://github.com/HewlettPackard/netperf/archive/netperf-2.7.0.tar.gz
  -> Downloading netperf-2.7.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1947k    0 1947k    0     0  1851k      0 --:--:--  0:00:01 --:--:-- 5880k
  -> Source is http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
  -> Downloading config.guess...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   280  100   280    0     0    328      0 --:--:-- --:--:-- --:--:--   327
  0   166    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 502
Warning: Problem : HTTP error. Will retry in 3 seconds. 3 retries left.
100   280  100   280    0     0    939      0 --:--:-- --:--:-- --:--:--   936
  0   166    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 502
Warning: Problem : HTTP error. Will retry in 3 seconds. 2 retries left.
100   280  100   280    0     0    959      0 --:--:-- --:--:-- --:--:--   958
  0   166    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 502
Warning: Problem : HTTP error. Will retry in 3 seconds. 1 retries left.
100   280  100   280    0     0    927      0 --:--:-- --:--:-- --:--:--   930
  0   166    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 502
==> ERROR: Failure while downloading config.guess
    Aborting...
Install netperf failed

After fix: [note this requires the fix posted in #520

==> Retrieving sources...
  -> Source is https://github.com/HewlettPackard/netperf/archive/netperf-2.7.0.tar.gz
  -> Found netperf-2.7.0.tar.gz
  -> Source is https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
  -> Downloading config.guess...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   154  100   154    0     0    100      0  0:00:01  0:00:01 --:--:--   100
100 50743  100 50743    0     0   1230      0  0:00:41  0:00:41 --:--:-- 13688
  -> Source is https://git.savannah.gnu.org/cgit/config.git/plain/config.sub
  -> Downloading config.sub...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   154  100   154    0     0    136      0  0:00:01  0:00:01 --:--:--   136
100 39713  100 39713    0     0  14597      0  0:00:02  0:00:02 --:--:-- 50461
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
    netperf-2.7.0.tar.gz ... Passed
    config.guess ... Skipped
    config.sub ... Skipped
==> Extracting sources...
  -> Source is https://github.com/HewlettPackard/netperf/archive/netperf-2.7.0.tar.gz
  -> Extracting netperf-2.7.0.tar.gz with bsdtar
  -> Source is https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
  -> Source is https://git.savannah.gnu.org/cgit/config.git/plain/config.sub
..
==> Leaving fakeroot environment.
==> Finished making: netperf 2.7-0 (Fri Jul  4 04:47:58 PM UTC 2025)
==> Installing package netperf with /home/VT_BUILD/lkp-tests/sbin/pacman-LKP -U...
dpkg-deb: building package 'netperf-lkp' in 'netperf-lkp.deb'.
(Reading database ... 346742 files and directories currently installed.)
Preparing to unpack netperf-lkp.deb ...
Unpacking netperf-lkp (2025-07-04) over (2023-08-26) ...
Setting up netperf-lkp (2025-07-04) ...
install succeed

@rli9 rli9 merged commit e1fb4a4 into intel:master Jul 4, 2025
@rli9
Copy link

rli9 commented Jul 4, 2025

thanks for the patch

The netperf PKGBUILD used obsolete ViewCVS URLs for config.guess and
config.sub, which are no longer accessible. Replace them with current
Savannah cgit URLs.

Signed-off-by: Srikanth Aithal <srikanth.aithal@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants