Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 814419 - pax-utils-1.3.3.ebuild keywords mismatch from 2 different ipv4 mirrors
Summary: pax-utils-1.3.3.ebuild keywords mismatch from 2 different ipv4 mirrors
Status: UNCONFIRMED
Alias: None
Product: Mirrors
Classification: Unclassified
Component: Server Problem (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Mirror Admins
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-22 23:43 UTC by Alvaro Soto
Modified: 2021-09-22 23:43 UTC (History)
1 user (show)

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


Attachments
ebuild from the 2 servers (pax-utils-1.3.3.ebuild-saleen2-pagani2,4.25 KB, text/plain)
2021-09-22 23:43 UTC, Alvaro Soto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alvaro Soto 2021-09-22 23:43:39 UTC
Created attachment 740784 [details]
ebuild from the 2 servers

Hey,
I have 2 ppc32 servers syncing portage tree from the internet and both are giving me different information on pax-utils-1.3.3 rebuild.

For the information on [1], I can see one of them is wrong.

From saleen (seems to be wrong)
Server Address : 160.116.15.34, 160.116.15.35, 160.116.15.36, 160.116.15.37, 160.116.15.38
Contact Name   : mirror-admin@gentoo.org
Hardware       : 8 x Intel(R) Xeon(R) CPU E5450 @ 3.00GHz, 32166MB RAM
Sponsor        : LibertyVPS


From pagani (seems to be ok)
Server Address : 81.91.253.252, 2a01:90:200:10::1a
Contact Name   : mirror-admin@gentoo.org
Hardware       : 2 x Intel(R) Xeon(R) CPU E5-2470 0 @ 2.30GHz, 3946MB RAM
Sponsor        : Qube Managed Services Limited, Zurich, Switzerland, EU

~~~~
~~~~

18:21:47 alvaro@lykan /home/alvaro/Zbox/gentoo 
$ diff pax-utils-1.3.3.ebuild-pagani2 pax-utils-1.3.3.ebuild-saleen2
21c21
< KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
---
> KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
18:21:51 alvaro@lykan /home/alvaro/Zbox/gentoo 
$ 

~~~~
~~~~

saleen ~ # emerge --sync
>>> Syncing repository 'gentoo' into '/usr/portage'...
 * Using keys from /usr/share/openpgp-keys/gentoo-release.asc
 * Refreshing keys via WKD ...                                                                                                                                                                                                         [ ok ]
>>> Starting rsync with rsync://[2a01:90:200:10::1a]/gentoo-portage...
>>> Checking server timestamp ...
rsync: getaddrinfo: 2a01:90:200:10::1a 873: Address family for hostname not supported
rsync error: error in socket IO (code 10) at clientserver.c(137) [Receiver=3.2.3]
>>> Retrying...


>>> Starting retry 1 of 2 with rsync://160.116.15.34/gentoo-portage
>>> Checking server timestamp ...
Welcome to lapwing.gentoo.org / rsync.gentoo.org

Server Address : 160.116.15.34, 160.116.15.35, 160.116.15.36, 160.116.15.37, 160.116.15.38
Contact Name   : mirror-admin@gentoo.org
Hardware       : 8 x Intel(R) Xeon(R) CPU E5450 @ 3.00GHz, 32166MB RAM
Sponsor        : LibertyVPS

Please note: common gentoo-netiquette says you should not sync more
than once a day.  Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.

MOTD autogenerated by update-rsync-motd on Tue Aug 17 06:35:23 AM UTC 2021

~~~~
~~~~

pagani ~ # emerge --sync
>>> Syncing repository 'gentoo' into '/usr/portage'...
 * Using keys from /usr/share/openpgp-keys/gentoo-release.asc
 * Refreshing keys via WKD ...                                                                                                                                                                                                         [ ok ]
>>> Starting rsync with rsync://[2a01:90:200:10::1a]/gentoo-portage...
>>> Checking server timestamp ...
rsync: getaddrinfo: 2a01:90:200:10::1a 873: Address family for hostname not supported
rsync error: error in socket IO (code 10) at clientserver.c(137) [Receiver=3.2.3]
>>> Retrying...


>>> Starting retry 1 of 2 with rsync://81.91.253.252/gentoo-portage
>>> Checking server timestamp ...
Welcome to starling.gentoo.org / rsync.gentoo.org

Server Address : 81.91.253.252, 2a01:90:200:10::1a
Contact Name   : mirror-admin@gentoo.org
Hardware       : 2 x Intel(R) Xeon(R) CPU E5-2470 0 @ 2.30GHz, 3946MB RAM
Sponsor        : Qube Managed Services Limited, Zurich, Switzerland, EU

Please note: common gentoo-netiquette says you should not sync more
than once a day.  Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.

MOTD autogenerated by update-rsync-motd on Fri Aug 20 06:43:59 AM UTC 2021

~~~~
~~~~

[1] - https://gitweb.gentoo.org/repo/gentoo.git/tree/app-misc/pax-utils/pax-utils-1.3.3.ebuild


Cheers.