[
https://issues.apache.org/jira/browse/AVRO-3201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated AVRO-3201:
---------------------------------
Labels: pull-request-available (was: )
> Remove non-existent directory from lang/c++/build.sh
> ----------------------------------------------------
>
> Key: AVRO-3201
> URL: https://issues.apache.org/jira/browse/AVRO-3201
> Project: Apache Avro
> Issue Type: Bug
> Components: build, c++
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> After merging AVRO-3163, making the C++ distribution seems to have been
> failing. We have to remove the non-existent scripts directory from
> lang/c++/build.sh.
> {code}
> $ ./build.sh docker
> $ cd lang/c++
> $ ./build.sh dist
> cmake version 3.16.3
> CMake suite maintained and supported by Kitware (kitware.com/cmake).
> Enabled snappy codec
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/sekikn/avro/lang/c++/build
> Enabled snappy codec
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/sekikn/avro/lang/c++/build
> cp: cannot stat 'scripts': No such file or directory
> $
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)