Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osm-pbf 1.4.0 #63778

Closed
wants to merge 2 commits into from
Closed

Conversation

chenrui333
Copy link
Member

Created with brew bump-formula-pr.

@BrewTestBot BrewTestBot added the deprecated license Formula uses a deprecated SPDX license which should be updated label Oct 31, 2020
@chenrui333
Copy link
Member Author

license file ref:

## License

The .proto definition files and osmpbf.h are licensed under the MIT license.
The other source code is licensed under the LGPL v3+.

@BrewTestBot BrewTestBot removed the deprecated license Formula uses a deprecated SPDX license which should be updated label Oct 31, 2020
@chenrui333
Copy link
Member Author

==> make
protoc --proto_path=. --cpp_out=. fileformat.proto
protoc --proto_path=. --cpp_out=. osmformat.proto
cp -v fileformat.pb.h ../include/osmpbf/
fileformat.pb.h -> ../include/osmpbf/fileformat.pb.h
clang++ -O3 -Wall -Wextra -pedantic -Wredundant-decls -Wdisabled-optimization -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo -Wno-long-long -fPIC -c -o fileformat.pb.o fileformat.pb.cc
cp -v osmformat.pb.h ../include/osmpbf/
osmformat.pb.h -> ../include/osmpbf/osmformat.pb.h
clang++ -O3 -Wall -Wextra -pedantic -Wredundant-decls -Wdisabled-optimization -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo -Wno-long-long -fPIC -c -o osmformat.pb.o osmformat.pb.cc
ar -cr libosmpbf.a fileformat.pb.o osmformat.pb.o
clang++ -shared -Wl,-soname,libosmpbf.so.1 -o libosmpbf.so fileformat.pb.o osmformat.pb.o
ld: unknown option: -soname
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libosmpbf.so] Error 1
rm osmformat.pb.cc fileformat.pb.cc

@chenrui333 chenrui333 added the build failure CI fails while building the software label Oct 31, 2020
@chenrui333 chenrui333 closed this Nov 1, 2020
@chenrui333 chenrui333 added the upstream issue An upstream issue report is needed label Nov 29, 2020
@BrewTestBot BrewTestBot added the outdated PR was locked due to age label Dec 30, 2020
@Homebrew Homebrew locked as resolved and limited conversation to collaborators Dec 30, 2020
@chenrui333 chenrui333 deleted the bump-osm-pbf-1.4.0 branch December 18, 2022 05:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build failure CI fails while building the software outdated PR was locked due to age upstream issue An upstream issue report is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants