Hmm, I wasn't actually running any script, just trying to access
things manually.  When I ran the script I got errors because dnf
wasn't installed and then when I installed dnf I find that dnf does
not like the AWS mirrors...

Repository u'amzn2-core': Error parsing config: Error parsing
"mirrorlist = 
u'$awsproto://$amazonlinux.$awsregion.$awsdomain/2/$product/$target/x86_64/mirror.list'":
URL must be http, ftp, file or https not ""
Repository u'amzn2-core-source': Error parsing config: Error parsing
"mirrorlist = 
u'$awsproto://$amazonlinux.$awsregion.$awsdomain/2/$product/$target/SRPMS/mirror.list'":
URL must be http, ftp, file or https not ""
Repository u'amzn2-core-debuginfo': Error parsing config: Error
parsing "mirrorlist =
u'$awsproto://$amazonlinux.$awsregion.$awsdomain/2/$product/$target/debuginfo/x86_64/mirror.list'":
URL must be http, ftp, file or https not ""

>From reading the script it looks like...

https://apache.jfrog.io/artifactory/arrow/centos-rc/7/x86_64/

...should be roughly equivalent to

https://bintray.com/apache/arrow/centos-rc/3.0.0-rc2#files/centos-rc/7/x86_64

However, the jfrog URL is missing the `repodata` folder.  I was able
to fix the URL in the RPM to point at centos-rc but then I still get
the error...

(base) [ec2-user@ip-172-31-21-225 arrow]$ sudo yum update
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
amzn2-core

                                              | 3.7 kB  00:00:00
amzn2extra-docker

                                              | 3.0 kB  00:00:00
amzn2extra-epel

                                              | 3.0 kB  00:00:00
https://apache.jfrog.io/artifactory/arrow/centos-rc/7/x86_64/repodata/repomd.xml:
[Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
epel/x86_64/metalink

                                              | 4.3 kB  00:00:00
214 packages excluded due to repository priority protections
No packages marked for update

On Tue, Apr 20, 2021 at 2:08 PM Sutou Kouhei <k...@clear-code.com> wrote:
>
> Hi Weston,
>
> It seems that you use old verification script. Could you
> confirm that you use the verification script on master?
>
> Thanks,
> --
> kou
>
> In <cae4ayb3hfjs4wtrszobp03jym_hcahpiimvmdk_k3bcmywo...@mail.gmail.com>
>   "Re: [VOTE] Release Apache Arrow 4.0.0 - RC1" on Tue, 20 Apr 2021 11:23:25 
> -1000,
>   Weston Pace <weston.p...@gmail.com> wrote:
>
> > I'm not sure if it is blocking (and it might even be expected given
> > the current status of jfrog) but I attempted to install the CentOS 7
> > RPM and got the following error when I ran `sudo yum update` after
> > installing the arrow repo rpm.
> >
> > https://apache.jfrog.io/artifactory/arrow/centos/7/x86_64/repodata/repomd.xml:
> > [Errno 14] HTTPS Error 404 - Not Found
> >
> > On Tue, Apr 20, 2021 at 8:49 AM Jonathan Keane <j...@ursacomputing.com> 
> > wrote:
> >>
> >> I'm still working on my verification, but as part of that noticed that
> >> https://issues.apache.org/jira/browse/ARROW-12316 which we thought changed
> >> the default memory allocator didn't fully accomplish that. Nothing is
> >> broken per se, but jemalloc is still the default on macOS. I've made
> >> https://issues.apache.org/jira/browse/ARROW-12485 as a follow on if there
> >> is a need for another RC, that should definitely go in it.
> >>
> >> On Tue, Apr 20, 2021 at 2:44 AM Yibo Cai <yibo....@arm.com> wrote:
> >>
> >> > 'gandiva-decimal-test' hangs on my machine, not sure if it's a blocker
> >> > issue.
> >> > Details at https://issues.apache.org/jira/browse/ARROW-12476
> >> > Test command "TEST_DEFAULT=0 TEST_SOURCE=1 TEST_CPP=1
> >> > dev/release/verify-release-candidate.sh source 4.0.0 1"
> >> >
> >> > On 4/19/21 10:50 PM, Krisztián Szűcs wrote:
> >> > > Hi,
> >> > >
> >> > > I would like to propose the following release candidate (RC1) of Apache
> >> > > Arrow version 4.0.0. This is a release consisting of 703
> >> > > resolved JIRA issues[1].
> >> > >
> >> > > This release candidate is based on commit:
> >> > > 9f0082d27366f2d1985d0b5abbef7f2f07fd7e7e [2]
> >> > >
> >> > > The source release rc1 is hosted at [3].
> >> > > The binary artifacts are hosted at [4][5][6][7].
> >> > > The changelog is located at [8].
> >> > >
> >> > > Please download, verify checksums and signatures, run the unit tests,
> >> > > and vote on the release. See [9] for how to validate a release 
> >> > > candidate.
> >> > >
> >> > > The vote will be open for at least 72 hours.
> >> > >
> >> > > [ ] +1 Release this as Apache Arrow 4.0.0
> >> > > [ ] +0
> >> > > [ ] -1 Do not release this as Apache Arrow 4.0.0 because...
> >> > >
> >> > > [1]:
> >> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%204.0.0
> >> > > [2]:
> >> > https://github.com/apache/arrow/tree/9f0082d27366f2d1985d0b5abbef7f2f07fd7e7e
> >> > > [3]: 
> >> > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-4.0.0-rc1
> >> > > [4]: https://bintray.com/apache/arrow/centos-rc/4.0.0-rc1
> >> > > [5]: https://bintray.com/apache/arrow/debian-rc/4.0.0-rc1
> >> > > [6]: https://bintray.com/apache/arrow/python-rc/4.0.0-rc1
> >> > > [7]: https://bintray.com/apache/arrow/ubuntu-rc/4.0.0-rc1
> >> > > [8]:
> >> > https://github.com/apache/arrow/blob/9f0082d27366f2d1985d0b5abbef7f2f07fd7e7e/CHANGELOG.md
> >> > > [9]:
> >> > https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
> >> > >
> >> >

Reply via email to