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

live555: 2018.02.28 -> 2018.07.07 #43586

Closed
wants to merge 1 commit into from
Closed

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Jul 15, 2018

  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: live555

Partial log (click to expand)


For more information about this source code (including your obligations under the LGPL), please see our FAQ at http://live555.com/liveMedia/faq.html
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/wxrs320zxijq9wb68xzs926i9780zqf1-live555-2018.07.07
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/wxrs320zxijq9wb68xzs926i9780zqf1-live555-2018.07.07/lib  /nix/store/wxrs320zxijq9wb68xzs926i9780zqf1-live555-2018.07.07/bin 
patching script interpreter paths in /nix/store/wxrs320zxijq9wb68xzs926i9780zqf1-live555-2018.07.07
checking for references to /tmp/nix-build-live555-2018.07.07.drv-0 in /nix/store/wxrs320zxijq9wb68xzs926i9780zqf1-live555-2018.07.07...
/nix/store/wxrs320zxijq9wb68xzs926i9780zqf1-live555-2018.07.07

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: live555

Partial log (click to expand)

c++ -c -Iinclude -I../UsageEnvironment/include -I.  -DBSD=1 -O -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1 -DTIME_BASE=int -DNEED_XLOCALE_H=1 -Wall GroupsockHelper.cpp
GroupsockHelper.cpp:231:37: error: use of undeclared identifier 'TCP_KEEPIDLE'
  if (setsockopt(sock, IPPROTO_TCP, TCP_KEEPIDLE, (void*)&keepalive_time, sizeof keepalive_time) < 0) {
                                    ^
1 error generated.
make[1]: *** [Makefile:31: GroupsockHelper.o] Error 1
make[1]: Leaving directory '/private/tmp/nix-build-live555-2018.07.07.drv-0/live/groupsock'
make: *** [Makefile:34: all] Error 2
builder for '/nix/store/azj64zn6yy5grj1bylqf0d0j4pmg4i1r-live555-2018.07.07.drv' failed with exit code 2
�[31;1merror:�[0m build of '/nix/store/azj64zn6yy5grj1bylqf0d0j4pmg4i1r-live555-2018.07.07.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: live555

Partial log (click to expand)

build flags: SHELL=/nix/store/p0vy17dp9jk2mvqsxsqnb14s3797lay7-bash-4.4-p23/bin/bash
cd liveMedia ; make
make[1]: Entering directory '/build/live/liveMedia'
c++ -c -Iinclude -I../UsageEnvironment/include -I../groupsock/include -m64  -fPIC -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -Wall -DBSD=1 Media.cpp
g++: error: unrecognized command line option '-m64'
make[1]: *** [Makefile:32: Media.o] Error 1
make[1]: Leaving directory '/build/live/liveMedia'
make: *** [Makefile:33: all] Error 2
builder for '/nix/store/q5xvyly667dkaycw7dx43hvfcram5wn5-live555-2018.07.07.drv' failed with exit code 2
error: build of '/nix/store/q5xvyly667dkaycw7dx43hvfcram5wn5-live555-2018.07.07.drv' failed

@dtzWill
Copy link
Member Author

dtzWill commented Jul 15, 2018

Yikes, nevermind 😇 .

@dtzWill dtzWill closed this Jul 15, 2018
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