Hi,

Hmm. It's strange. It's succeeded on my environment:

----
::group::Test Apache Arrow Flight
+ dnf install -y arrow-flight-glib-devel-14.0.0
Last metadata expiration check: 0:01:19 ago on Wed Oct 25 04:32:56 2023.
Dependencies resolved.
===================================================================================================
 Package                    Arch    Version                   Repository        
               Size
===================================================================================================
Installing:
 arrow-flight-glib-devel    x86_64  14.0.0-1.amzn2023         
apache-arrow-amazon-linux-2023  105 k
Installing dependencies:
 abseil-cpp                 x86_64  20220623.1-4.amzn2023.0.1 amazonlinux       
              550 k
 abseil-cpp-devel           x86_64  20220623.1-4.amzn2023.0.1 amazonlinux       
              656 k
 arrow-flight-devel         x86_64  14.0.0-1.amzn2023         
apache-arrow-amazon-linux-2023  591 k
 arrow14-flight-glib-libs   x86_64  14.0.0-1.amzn2023         
apache-arrow-amazon-linux-2023   74 k
 arrow14-flight-libs        x86_64  14.0.0-1.amzn2023         
apache-arrow-amazon-linux-2023  337 k
 c-ares                     x86_64  1.19.0-1.amzn2023         amazonlinux       
              110 k
 c-ares-devel               x86_64  1.19.0-1.amzn2023         amazonlinux       
              100 k
 gmock                      x86_64  1.11.0-1.amzn2023.0.3     amazonlinux       
               60 k
 gmock-devel                x86_64  1.11.0-1.amzn2023.0.3     amazonlinux       
              205 k
 grpc                       x86_64  1.56.2-10.amzn2023        amazonlinux       
              4.1 M
 grpc-cpp                   x86_64  1.56.2-10.amzn2023        amazonlinux       
              677 k
 grpc-data                  noarch  1.56.2-10.amzn2023        amazonlinux       
               18 k
 grpc-devel                 x86_64  1.56.2-10.amzn2023        amazonlinux       
              214 k
 grpc-plugins               x86_64  1.56.2-10.amzn2023        amazonlinux       
               41 k
 gtest                      x86_64  1.11.0-1.amzn2023.0.3     amazonlinux       
              164 k
 gtest-devel                x86_64  1.11.0-1.amzn2023.0.3     amazonlinux       
              237 k
 protobuf-compiler          x86_64  3.19.6-1.amzn2023.0.1     amazonlinux       
              750 k
 protobuf-devel             x86_64  3.19.6-1.amzn2023.0.1     amazonlinux       
              370 k

Transaction Summary
===================================================================================================
Install  19 Packages
...
----


Thanks,
-- 
kou

In <cad1rbrrgn4anaveehafssvu+93bhbj_cerjaecov8d-cb77...@mail.gmail.com>
  "Re: [VOTE] Release Apache Arrow 14.0.0 - RC2" on Tue, 24 Oct 2023 18:58:39 
+0200,
  Raúl Cumplido <raulcumpl...@gmail.com> wrote:

> I've verified successfully the sources and the following binaries:
> 
> TEST_DEFAULT=0 TEST_SOURCE=1 dev/release/verify-release-candidate.sh 14.0.0 2
> TEST_DEFAULT=0 TEST_APT=1 dev/release/verify-release-candidate.sh 14.0.0 2
> TEST_DEFAULT=0 TEST_BINARY=1 dev/release/verify-release-candidate.sh 14.0.0 2
> TEST_DEFAULT=0 TEST_JARS=1 dev/release/verify-release-candidate.sh 14.0.0 2
> TEST_DEFAULT=0 TEST_WHEELS=1 dev/release/verify-release-candidate.sh 14.0.0 2
> 
> When verifying the yum packages I am having an issue with the Amazon
> Linux 2023 packages. If I remove the Amazon Linux 2023 from the
> verification all the rest of yum packages are successful.
> TEST_DEFAULT=0 TEST_YUM=1 dev/release/verify-release-candidate.sh 14.0.0 2
> 
> + echo '::group::Test Apache Arrow Flight'
> + dnf install -y arrow-flight-glib-devel-14.0.0
> Last metadata expiration check: 0:00:53 ago on Tue Oct 24 14:37:42 2023.
> (try to add '--skip-broken' to skip uninstallable packages)
> Error:
>  Problem: package arrow-flight-glib-devel-14.0.0-1.amzn2023.x86_64
> requires arrow-flight-devel = 14.0.0-1.amzn2023, but none of the
> providers can be installed
>   - package arrow-flight-devel-14.0.0-1.amzn2023.x86_64 requires
> arrow14-flight-libs = 14.0.0-1.amzn2023, but none of the providers can
> be installed
>   - package arrow-flight-devel-14.0.0-1.amzn2023.x86_64 requires
> libarrow_flight.so.1400()(64bit), but none of the providers can be
> installed
>   - conflicting requests
>   - nothing provides libabsl_cord.so.2206.0.0()(64bit) needed by
> arrow14-flight-libs-14.0.0-1.amzn2023.x86_64
>   - nothing provides libabsl_cordz_functions.so.2206.0.0()(64bit)
> needed by arrow14-flight-libs-14.0.0-1.amzn2023.x86_64
>   - nothing provides libabsl_cordz_info.so.2206.0.0()(64bit) needed by
> arrow14-flight-libs-14.0.0-1.amzn2023.x86_64
>   - nothing provides libabsl_synchronization.so.2206.0.0()(64bit)
> needed by arrow14-flight-libs-14.0.0-1.amzn2023.x86_64
>   - nothing provides libgpr.so.33()(64bit) needed by
> arrow14-flight-libs-14.0.0-1.amzn2023.x86_64
>   - nothing provides libgrpc++.so.1.56()(64bit) needed by
> arrow14-flight-libs-14.0.0-1.amzn2023.x86_64
>   - nothing provides libgrpc.so.33()(64bit) needed by
> arrow14-flight-libs-14.0.0-1.amzn2023.x86_64
> Failed to verify the Yum repository for amazonlinux:2023
> Failed to verify release candidate. See /tmp/arrow-14.0.0.vCwgv for details.
> 
> From my understanding flight-devel should provide grpc-devel:
> %if %{have_grpc}
> Requires:    grpc-devel
> Requires:    grpc-plugins
> %endif
> So I am not sure what the problem is.
> 
> El mar, 24 oct 2023 a las 17:10, Jean-Baptiste Onofré
> (<j...@nanthrax.net>) escribió:
>>
>> +1 (non binding)
>>
>> I'm working on some PRs coming (reproducible build, several updates,
>> etc), but definitely not blocker for this release.
>>
>> Thanks !
>> Regards
>> JB
>>
>> On Tue, Oct 24, 2023 at 9:17 AM Raúl Cumplido <rau...@apache.org> wrote:
>> >
>> > Hi,
>> >
>> > I would like to propose the following release candidate (RC2) of Apache
>> > Arrow version 14.0.0. This is a release consisting of 461
>> > resolved GitHub issues[1].
>> >
>> > This release candidate is based on commit:
>> > 2dcee3f82c6cf54b53a64729fd81840efa583244 [2]
>> >
>> > The source release rc2 is hosted at [3].
>> > The binary artifacts are hosted at [4][5][6][7][8][9][10][11].
>> > The changelog is located at [12].
>> >
>> > Please download, verify checksums and signatures, run the unit tests,
>> > and vote on the release. See [13] for how to validate a release candidate.
>> >
>> > See also a verification result on GitHub pull request [14].
>> >
>> > The vote will be open for at least 72 hours.
>> >
>> > [ ] +1 Release this as Apache Arrow 14.0.0
>> > [ ] +0
>> > [ ] -1 Do not release this as Apache Arrow 14.0.0 because...
>> >
>> > [1]: 
>> > https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A14.0.0+is%3Aclosed
>> > [2]: 
>> > https://github.com/apache/arrow/tree/2dcee3f82c6cf54b53a64729fd81840efa583244
>> > [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-14.0.0-rc2
>> > [4]: https://apache.jfrog.io/artifactory/arrow/almalinux-rc/
>> > [5]: https://apache.jfrog.io/artifactory/arrow/amazon-linux-rc/
>> > [6]: https://apache.jfrog.io/artifactory/arrow/centos-rc/
>> > [7]: https://apache.jfrog.io/artifactory/arrow/debian-rc/
>> > [8]: https://apache.jfrog.io/artifactory/arrow/java-rc/14.0.0-rc2
>> > [9]: https://apache.jfrog.io/artifactory/arrow/nuget-rc/14.0.0-rc2
>> > [10]: https://apache.jfrog.io/artifactory/arrow/python-rc/14.0.0-rc2
>> > [11]: https://apache.jfrog.io/artifactory/arrow/ubuntu-rc/
>> > [12]: 
>> > https://github.com/apache/arrow/blob/2dcee3f82c6cf54b53a64729fd81840efa583244/CHANGELOG.md
>> > [13]: 
>> > https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
>> > [14]: https://github.com/apache/arrow/pull/38343

Reply via email to