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

libosmpbf: 1.3.3 -> 1.4.0 #102557

Closed
wants to merge 1 commit into from
Closed

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Nov 3, 2020

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libosmpbf/versions.

meta.description for libosmpbf is: "C library to read and write OpenStreetMap PBF files"

meta.homepage for libosmpbf is: "https://github.com/scrosby/OSM-binary"

meta.changelog for libosmpbf is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
libosmpbf
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/ckai1l6vjgcgs97s75f1nwbxjijapyz0-libosmpbf-1.4.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A libosmpbf https://github.com/r-ryantm/nixpkgs/archive/978fdb6e78128b7e5aad617941943b7591b39d8a.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/ckai1l6vjgcgs97s75f1nwbxjijapyz0-libosmpbf-1.4.0
ls -la /nix/store/ckai1l6vjgcgs97s75f1nwbxjijapyz0-libosmpbf-1.4.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review 1

1 package built:
  • libosmpbf

Maintainer pings

@SuperSandro2000
Copy link
Member

Result of nixpkgs-review pr 102557 run on x86_64-darwin 1

1 package failed to build:
  • libosmpbf
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/8066mymkd81l3cbz1y9v9w2yrldy37da-v1.4.0.tar.gz
source root is OSM-binary-1.4.0/src
setting SOURCE_DATE_EPOCH to timestamp 1603178210 of file OSM-binary-1.4.0/src/osmformat.proto
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: SHELL=/nix/store/k89nm2jva0qmvd970f84wq2iq1iwm9bs-bash-4.4-p23/bin/bash
protoc --proto_path=. --cpp_out=. fileformat.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
protoc --proto_path=. --cpp_out=. osmformat.proto
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-7: �[0;1;31merror: �[0mlinker command failed with exit code 1 (use -v to see invocation)�[0m
make: *** [Makefile:22: libosmpbf.so] Error 1
rm fileformat.pb.cc osmformat.pb.cc

@r-ryantm r-ryantm deleted the auto-update/libosmpbf branch January 19, 2021 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants