Hi,

We can't use DYLD_LIBRARY_PATH in our verification script
because it's not passed to subprocesses by security reason.

GLib doesn't support using @rpath-ed libraries for
now. Whether using @rpath or not is determined when the
library is compiled. So it's important how did you install
your Snappy. For example, Homebrew always uses absolute path
instead of @rpath. You can remove @rpath manually by using
install_name_tool. But you can disable GLib verification by
"TEST_GLIB=0 dev/release/verify-release-candidate.sh ..."
for now because changing your system library may break your
system.


Thanks,
--
kou

In <2de32254-c7b9-47ae-8193-28f0e5910...@gmail.com>
  "Re: [VOTE] Release Apache Arrow 3.0.0 - RC2" on Tue, 19 Jan 2021 20:22:36 
-0500,
  Ying Zhou <yzhou7...@gmail.com> wrote:

> Hi,
> 
> My local version of Snappy is in /usr/local/lib as libsnappy.1.dylib . My 
> DYLD_LIBRARY_PATH does have /usr/local/lib.
> 
>> On Jan 19, 2021, at 7:57 PM, Sutou Kouhei <k...@clear-code.com> wrote:
>> 
>> Hi,
>> 
>>> dyld: Library not loaded: @rpath/libsnappy.1.dylib
>>>  Referenced from: 
>>> /private/var/folders/yb/dc13kd1552vc_x61qzpgmtjh0000gn/T/arrow-3.0.0.XXXXX.00Y3BiKD/install/lib/libarrow.300.0.0.dylib
>>>  Reason: image not found
>> 
>> How did you install your Snappy?
>> 
>> 
>> Thanks,
>> --
>> kou
>> 
>> In <f7f9c1b7-7aa6-42b4-a968-c100a70dd...@gmail.com>
>>  "Re: [VOTE] Release Apache Arrow 3.0.0 - RC2" on Tue, 19 Jan 2021 19:26:12 
>> -0500,
>>  Ying Zhou <yzhou7...@gmail.com> wrote:
>> 
>>> There are definitely dependencies issues in at least GLib. I’m going to 
>>> turn off Glib and see whether other issues exist.
>>> 
>>> + make -j4
>>> /Library/Developer/CommandLineTools/usr/bin/make  all-recursive
>>> Making all in arrow-glib
>>>  GEN      stamp-enums.h
>>>  GEN      stamp-enums.c
>>> touch stamp-enums.c
>>> touch stamp-enums.h
>>> /Library/Developer/CommandLineTools/usr/bin/make  all-am
>>>  CXX      libarrow_glib_la-array-builder.lo
>>>  CXX      libarrow_glib_la-basic-array.lo
>>>  CXX      libarrow_glib_la-basic-data-type.lo
>>>  CXX      libarrow_glib_la-buffer.lo
>>>  CXX      libarrow_glib_la-chunked-array.lo
>>>  CXX      libarrow_glib_la-codec.lo
>>>  CXX      libarrow_glib_la-composite-array.lo
>>>  CXX      libarrow_glib_la-composite-data-type.lo
>>>  CXX      libarrow_glib_la-datum.lo
>>>  CXX      libarrow_glib_la-decimal.lo
>>>  CXX      libarrow_glib_la-error.lo
>>>  CXX      libarrow_glib_la-field.lo
>>>  CXX      libarrow_glib_la-record-batch.lo
>>>  CXX      libarrow_glib_la-schema.lo
>>>  CXX      libarrow_glib_la-table.lo
>>>  CXX      libarrow_glib_la-table-builder.lo
>>>  CXX      libarrow_glib_la-tensor.lo
>>>  CXX      libarrow_glib_la-type.lo
>>>  CC       enums.lo
>>>  CXX      libarrow_glib_la-file.lo
>>>  CXX      libarrow_glib_la-file-mode.lo
>>>  CXX      libarrow_glib_la-input-stream.lo
>>>  CXX      libarrow_glib_la-output-stream.lo
>>>  CXX      libarrow_glib_la-readable.lo
>>>  CXX      libarrow_glib_la-writable.lo
>>>  CXX      libarrow_glib_la-writable-file.lo
>>>  CXX      libarrow_glib_la-ipc-options.lo
>>>  CXX      libarrow_glib_la-metadata-version.lo
>>>  CXX      libarrow_glib_la-reader.lo
>>>  CXX      libarrow_glib_la-writer.lo
>>>  CXX      libarrow_glib_la-compute.lo
>>>  CXX      libarrow_glib_la-file-system.lo
>>>  CXX      libarrow_glib_la-local-file-system.lo
>>>  CXX      libarrow_glib_la-orc-file-reader.lo
>>>  CXXLD    libarrow-glib.la
>>>  GISCAN   Arrow-1.0.gir
>>> dyld: Library not loaded: @rpath/libsnappy.1.dylib
>>>  Referenced from: 
>>> /private/var/folders/yb/dc13kd1552vc_x61qzpgmtjh0000gn/T/arrow-3.0.0.XXXXX.00Y3BiKD/install/lib/libarrow.300.0.0.dylib
>>>  Reason: image not found
>>> Command 
>>> '['/private/var/folders/yb/dc13kd1552vc_x61qzpgmtjh0000gn/T/arrow-3.0.0.XXXXX.00Y3BiKD/apache-arrow-3.0.0/c_glib/arrow-glib/tmp-introspect4jf3d1ar/Arrow-1.0',
>>>  
>>> '--introspect-dump=/private/var/folders/yb/dc13kd1552vc_x61qzpgmtjh0000gn/T/arrow-3.0.0.XXXXX.00Y3BiKD/apache-arrow-3.0.0/c_glib/arrow-glib/tmp-introspect4jf3d1ar/functions.txt,/private/var/folders/yb/dc13kd1552vc_x61qzpgmtjh0000gn/T/arrow-3.0.0.XXXXX.00Y3BiKD/apache-arrow-3.0.0/c_glib/arrow-glib/tmp-introspect4jf3d1ar/dump.xml']'
>>>  died with <Signals.SIGABRT: 6>.
>>> make[3]: *** [Arrow-1.0.gir] Error 1
>>> make[2]: *** [all] Error 2
>>> make[1]: *** [all-recursive] Error 1
>>> make: *** [all] Error 2
>>> + cleanup
>>> + '[' no = yes ']'
>>> + echo 'Failed to verify release candidate. See 
>>> /var/folders/yb/dc13kd1552vc_x61qzpgmtjh0000gn/T/arrow-3.0.0.XXXXX.00Y3BiKD 
>>> for details.'
>>> Failed to verify release candidate. See 
>>> /var/folders/yb/dc13kd1552vc_x61qzpgmtjh0000gn/T/arrow-3.0.0.XXXXX.00Y3BiKD 
>>> for details.
>>> 
>>> 
>>>> On Jan 18, 2021, at 10:49 PM, Krisztián Szűcs <ksz...@apache.org> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> I would like to propose the following release candidate (RC2) of Apache
>>>> Arrow version 3.0.0. This is a release consisting of 678
>>>> resolved JIRA issues[1].
>>>> 
>>>> This release candidate is based on commit:
>>>> d613aa68789288d3503dfbd8376a41f2d28b6c9d [2]
>>>> 
>>>> The source release rc2 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 3.0.0
>>>> [ ] +0
>>>> [ ] -1 Do not release this as Apache Arrow 3.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%203.0.0
>>>> [2]: 
>>>> https://github.com/apache/arrow/tree/d613aa68789288d3503dfbd8376a41f2d28b6c9d
>>>> [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-3.0.0-rc2
>>>> [4]: https://bintray.com/apache/arrow/centos-rc/3.0.0-rc2
>>>> [5]: https://bintray.com/apache/arrow/debian-rc/3.0.0-rc2
>>>> [6]: https://bintray.com/apache/arrow/python-rc/3.0.0-rc2
>>>> [7]: https://bintray.com/apache/arrow/ubuntu-rc/3.0.0-rc2
>>>> [8]: 
>>>> https://github.com/apache/arrow/blob/d613aa68789288d3503dfbd8376a41f2d28b6c9d/CHANGELOG.md
>>>> [9]: 
>>>> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
>>> 
> 

Reply via email to