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

pjsip: 2.7.2 -> 2.8 #47735

Merged
merged 1 commit into from Oct 12, 2018
Merged

pjsip: 2.7.2 -> 2.8 #47735

merged 1 commit into from Oct 12, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Oct 3, 2018

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pjsip/versions.

meta.description for pjsip is: '"A multimedia communication library written in C, implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE"'.

Checks done (click to expand)
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/9822fbae570b99183f4850fef8d48fa3dff6cef0.tar.gz -p pjsip
ls -la /nix/store/fiq7wrn00q3xazjfph3dn8ls9cqkvgw6-pjsip-2.8

cc @olynch for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pjsip/versions
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: pjsip

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: pjsip

Partial log (click to expand)

compilation terminated.
make[3]: *** [/build/pjproject-2.8/build/rules.mak:163: output/libwebrtc-aarch64-unknown-linux-gnu/modules/audio_processing/aec/aec_core_sse2.o] Error 1
make[3]: Leaving directory '/build/pjproject-2.8/third_party/build/webrtc'
make[2]: *** [Makefile:89: libwebrtc-aarch64-unknown-linux-gnu.a] Error 2
make[2]: Leaving directory '/build/pjproject-2.8/third_party/build/webrtc'
make[1]: *** [Makefile:7: all] Error 1
make[1]: Leaving directory '/build/pjproject-2.8/third_party/build'
make: *** [Makefile:14: all] Error 1
builder for '/nix/store/5brj282vy29pnaqp6lv8y9jhgqvnck9v-pjsip-2.8.drv' failed with exit code 2
error: build of '/nix/store/5brj282vy29pnaqp6lv8y9jhgqvnck9v-pjsip-2.8.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: pjsip

Partial log (click to expand)

        sed -e "s/@PJ_VERSION@/2.8/" | \
        sed -e "s!@PJ_LDLIBS@!!" | \
        sed -e "s!@PJ_LDXXLIBS@!-lpjsua2-x86_64-unknown-linux-gnu -lstdc++ -lpjsua-x86_64-unknown-linux-gnu -lpjsip-ua-x86_64-unknown-linux-gnu -lpjsip-simple-x86_64-unknown-linux-gnu -lpjsip-x86_64-unknown-linux-gnu -lpjmedia-codec-x86_64-unknown-linux-gnu -lpjmedia-x86_64-unknown-linux-gnu -lpjmedia-videodev-x86_64-unknown-linux-gnu -lpjmedia-audiodev-x86_64-unknown-linux-gnu -lpjmedia-x86_64-unknown-linux-gnu -lpjnath-x86_64-unknown-linux-gnu -lpjlib-util-x86_64-unknown-linux-gnu  -lsrtp-x86_64-unknown-linux-gnu -lresample-x86_64-unknown-linux-gnu -lgsmcodec-x86_64-unknown-linux-gnu -lspeex-x86_64-unknown-linux-gnu -lilbccodec-x86_64-unknown-linux-gnu -lg7221codec-x86_64-unknown-linux-gnu -lyuv-x86_64-unknown-linux-gnu -lwebrtc-x86_64-unknown-linux-gnu  -lpj-x86_64-unknown-linux-gnu -lssl -lcrypto -L/lib -lm -lrt -lpthread  -lasound !" | \
        sed -e "s!@PJ_INSTALL_CFLAGS@!!" | \
        sed -e "s!@PJ_INSTALL_CXXFLAGS@!-g -O2 -I/nix/store/fiq7wrn00q3xazjfph3dn8ls9cqkvgw6-pjsip-2.8/include -DPJ_AUTOCONF=1 -I/include -O2 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1!" > //nix/store/fiq7wrn00q3xazjfph3dn8ls9cqkvgw6-pjsip-2.8/lib/pkgconfig/libpjproject.pc
post-installation fixup
strip is /nix/store/dxf1m7dhc4qb655bdljc1fsd74v1nag3-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/fiq7wrn00q3xazjfph3dn8ls9cqkvgw6-pjsip-2.8/lib  /nix/store/fiq7wrn00q3xazjfph3dn8ls9cqkvgw6-pjsip-2.8/bin
patching script interpreter paths in /nix/store/fiq7wrn00q3xazjfph3dn8ls9cqkvgw6-pjsip-2.8
checking for references to /build in /nix/store/fiq7wrn00q3xazjfph3dn8ls9cqkvgw6-pjsip-2.8...

@xeji
Copy link
Contributor

xeji commented Oct 12, 2018

aarch64 failure is unrelated (current version fails, too).

@xeji xeji merged commit fa3b0af into NixOS:master Oct 12, 2018
@r-ryantm r-ryantm deleted the auto-update/pjsip branch October 13, 2018 22:24
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

3 participants