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

[WIP] {help wanted} twolame: 2017-09-27 -> 0.4.0 #84363

Merged
merged 1 commit into from Apr 18, 2020
Merged

[WIP] {help wanted} twolame: 2017-09-27 -> 0.4.0 #84363

merged 1 commit into from Apr 18, 2020

Conversation

AndersonTorres
Copy link
Member

@AndersonTorres AndersonTorres commented Apr 5, 2020

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-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)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@AndersonTorres
Copy link
Member Author

nix-build --pure /run/media/anderson/SOURCES/github/nixos/nixpkgs/ -A twolame
these derivations will be built:
  /nix/store/s8f96kkdfrh8szi16yxl25znblngjylj-twolame-0.4.0.drv
building '/nix/store/s8f96kkdfrh8szi16yxl25znblngjylj-twolame-0.4.0.drv'...
unpacking sources
unpacking source archive /nix/store/80zpf5k3d04xadnphrr0clpmpkvvhl59-source
source root is source
patching sources
autoreconfPhase
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I build-scripts
aclocal: warning: couldn't open directory 'build-scripts': No such file or directory
autoreconf: configure.ac: tracing
autoreconf: configure.ac: creating directory build-scripts
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-scripts'.
libtoolize: copying file 'build-scripts/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-scripts'.
libtoolize: copying file 'build-scripts/libtool.m4'
libtoolize: copying file 'build-scripts/ltoptions.m4'
libtoolize: copying file 'build-scripts/ltsugar.m4'
libtoolize: copying file 'build-scripts/ltversion.m4'
libtoolize: copying file 'build-scripts/lt~obsolete.m4'
autoreconf: running: /nix/store/f85bcv4kdmknxwpi175vnfmrr0f4xvgs-autoconf-2.69/bin/autoconf --force
autoreconf: running: /nix/store/f85bcv4kdmknxwpi175vnfmrr0f4xvgs-autoconf-2.69/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:48: installing 'build-scripts/ar-lib'
configure.ac:48: installing 'build-scripts/compile'
configure.ac:53: installing 'build-scripts/config.guess'
configure.ac:53: installing 'build-scripts/config.sub'
configure.ac:17: installing 'build-scripts/install-sh'
configure.ac:17: installing 'build-scripts/missing'
Makefile.am: installing './INSTALL'
frontend/Makefile.am: installing 'build-scripts/depcomp'
parallel-tests: installing 'build-scripts/test-driver'
autoreconf: Leaving directory `.'
configuring
fixing libtool script ./build-scripts/ltmain.sh
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/a6jvcwv44zgg65ssy7zqvzdj0wb4393i-twolame-0.4.0
checking for a BSD-compatible install... /nix/store/fs0h13zxb5hcv1vr6yf2ijzp943jb6hy-coreutils-8.31/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /nix/store/fs0h13zxb5hcv1vr6yf2ijzp943jb6hy-coreutils-8.31/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking the archiver (ar) interface... ar
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking for gcc option to accept ISO C99... none needed
checking whether ln -s works... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /nix/store/w223x85ixncjxs0bqp9z1dfx64b16hb0-gnused-4.8/bin/sed
checking for grep that handles long lines and -e... /nix/store/i7gpf3lqp3wwc60snbl1b0m69g3pis4f-gnugrep-3.4/bin/grep
checking for egrep... /nix/store/i7gpf3lqp3wwc60snbl1b0m69g3pis4f-gnugrep-3.4/bin/grep -E
checking for fgrep... /nix/store/i7gpf3lqp3wwc60snbl1b0m69g3pis4f-gnugrep-3.4/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for sysroot... no
checking for a working dd... /nix/store/fs0h13zxb5hcv1vr6yf2ijzp943jb6hy-coreutils-8.31/bin/dd
checking how to truncate binary pipes... /nix/store/fs0h13zxb5hcv1vr6yf2ijzp943jb6hy-coreutils-8.31/bin/dd bs=4096 count=1
./configure: line 7752: /usr/bin/file: No such file or directory
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for perl... no
configure: WARNING: perl is needed to run the test suite
checking size of short... 2
checking size of float... 4
checking for sqrt in -lm... yes
checking for lrintf in -lm... yes
checking for powf in -lmx... no
checking for pkg-config... /nix/store/77q4agjl45624815r5w1f4lbb9hm31b0-pkg-config-0.29.2/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for sndfile >= 1.0.0... yes
checking for ANSI C header files... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for unistd.h... (cached) yes
checking for inttypes.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating twolame.pc
config.status: creating twolame.spec
config.status: creating doc/Makefile
config.status: creating doc/html/Makefile
config.status: creating doc/html/Doxyfile
config.status: creating libtwolame/Makefile
config.status: creating frontend/Makefile
config.status: creating simplefrontend/Makefile
config.status: creating tests/Makefile
config.status: creating libtwolame/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
building
build flags: SHELL=/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash
Making all in .
make[1]: Entering directory '/build/source'
[ -f README.md ] && fgrep -v "Build Status]" ./README.md > README || true
[ -f NEWS.md ] && cat ./NEWS.md > NEWS || true
[ -d .git ] && git log > ChangeLog || true
make[1]: Leaving directory '/build/source'
Making all in libtwolame
make[1]: Entering directory '/build/source/libtwolame'
make  all-am
make[2]: Entering directory '/build/source/libtwolame'
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-ath.lo `test -f 'ath.c' || echo './'`ath.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c ath.c  -fPIC -DPIC -o .libs/libtwolame_la-ath.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-availbits.lo `test -f 'availbits.c' || echo './'`availbits.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c availbits.c  -fPIC -DPIC -o .libs/libtwolame_la-availbits.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-bitbuffer.lo `test -f 'bitbuffer.c' || echo './'`bitbuffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c bitbuffer.c  -fPIC -DPIC -o .libs/libtwolame_la-bitbuffer.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-crc.lo `test -f 'crc.c' || echo './'`crc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c crc.c  -fPIC -DPIC -o .libs/libtwolame_la-crc.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-dab.lo `test -f 'dab.c' || echo './'`dab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c dab.c  -fPIC -DPIC -o .libs/libtwolame_la-dab.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-encode.lo `test -f 'encode.c' || echo './'`encode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c encode.c  -fPIC -DPIC -o .libs/libtwolame_la-encode.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-energy.lo `test -f 'energy.c' || echo './'`energy.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c energy.c  -fPIC -DPIC -o .libs/libtwolame_la-energy.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-fft.lo `test -f 'fft.c' || echo './'`fft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c fft.c  -fPIC -DPIC -o .libs/libtwolame_la-fft.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-get_set.lo `test -f 'get_set.c' || echo './'`get_set.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c get_set.c  -fPIC -DPIC -o .libs/libtwolame_la-get_set.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-mem.lo `test -f 'mem.c' || echo './'`mem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c mem.c  -fPIC -DPIC -o .libs/libtwolame_la-mem.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-psycho_0.lo `test -f 'psycho_0.c' || echo './'`psycho_0.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c psycho_0.c  -fPIC -DPIC -o .libs/libtwolame_la-psycho_0.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-psycho_1.lo `test -f 'psycho_1.c' || echo './'`psycho_1.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c psycho_1.c  -fPIC -DPIC -o .libs/libtwolame_la-psycho_1.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-psycho_2.lo `test -f 'psycho_2.c' || echo './'`psycho_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c psycho_2.c  -fPIC -DPIC -o .libs/libtwolame_la-psycho_2.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-psycho_3.lo `test -f 'psycho_3.c' || echo './'`psycho_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c psycho_3.c  -fPIC -DPIC -o .libs/libtwolame_la-psycho_3.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-psycho_4.lo `test -f 'psycho_4.c' || echo './'`psycho_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c psycho_4.c  -fPIC -DPIC -o .libs/libtwolame_la-psycho_4.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-psycho_n1.lo `test -f 'psycho_n1.c' || echo './'`psycho_n1.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c psycho_n1.c  -fPIC -DPIC -o .libs/libtwolame_la-psycho_n1.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-subband.lo `test -f 'subband.c' || echo './'`subband.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c subband.c  -fPIC -DPIC -o .libs/libtwolame_la-subband.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-twolame.lo `test -f 'twolame.c' || echo './'`twolame.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c twolame.c  -fPIC -DPIC -o .libs/libtwolame_la-twolame.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLIBTWOLAME_BUILD  -I ../build/  -g -O2 -c -o libtwolame_la-util.lo `test -f 'util.c' || echo './'`util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -I ../build/ -g -O2 -c util.c  -fPIC -DPIC -o .libs/libtwolame_la-util.o
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=link gcc -I ../build/  -g -O2 -export-dynamic -version-info 0:0:0 -no-undefined  -o libtwolame.la -rpath /nix/store/a6jvcwv44zgg65ssy7zqvzdj0wb4393i-twolame-0.4.0/lib libtwolame_la-ath.lo libtwolame_la-availbits.lo libtwolame_la-bitbuffer.lo libtwolame_la-crc.lo libtwolame_la-dab.lo libtwolame_la-encode.lo libtwolame_la-energy.lo libtwolame_la-fft.lo libtwolame_la-get_set.lo libtwolame_la-mem.lo libtwolame_la-psycho_0.lo libtwolame_la-psycho_1.lo libtwolame_la-psycho_2.lo libtwolame_la-psycho_3.lo libtwolame_la-psycho_4.lo libtwolame_la-psycho_n1.lo libtwolame_la-subband.lo libtwolame_la-twolame.lo libtwolame_la-util.lo  -lm -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libtwolame_la-ath.o .libs/libtwolame_la-availbits.o .libs/libtwolame_la-bitbuffer.o .libs/libtwolame_la-crc.o .libs/libtwolame_la-dab.o .libs/libtwolame_la-encode.o .libs/libtwolame_la-energy.o .libs/libtwolame_la-fft.o .libs/libtwolame_la-get_set.o .libs/libtwolame_la-mem.o .libs/libtwolame_la-psycho_0.o .libs/libtwolame_la-psycho_1.o .libs/libtwolame_la-psycho_2.o .libs/libtwolame_la-psycho_3.o .libs/libtwolame_la-psycho_4.o .libs/libtwolame_la-psycho_n1.o .libs/libtwolame_la-subband.o .libs/libtwolame_la-twolame.o .libs/libtwolame_la-util.o   -lm  -g -O2   -Wl,-soname -Wl,libtwolame.so.0 -o .libs/libtwolame.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libtwolame.so.0" && ln -s "libtwolame.so.0.0.0" "libtwolame.so.0")
libtool: link: (cd ".libs" && rm -f "libtwolame.so" && ln -s "libtwolame.so.0.0.0" "libtwolame.so")
libtool: link: ( cd ".libs" && rm -f "libtwolame.la" && ln -s "../libtwolame.la" "libtwolame.la" )
make[2]: Leaving directory '/build/source/libtwolame'
make[1]: Leaving directory '/build/source/libtwolame'
Making all in frontend
make[1]: Entering directory '/build/source/frontend'
gcc -DHAVE_CONFIG_H -I. -I../libtwolame    -I../build/ -I../libtwolame/ -I/nix/store/w1y7r6164g3n0i5wyqypzn5lk3z5j57a-libsndfile-1.0.28-dev/include  -g -O2 -c -o frontend.o frontend.c
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=link gcc -I../build/ -I../libtwolame/ -I/nix/store/w1y7r6164g3n0i5wyqypzn5lk3z5j57a-libsndfile-1.0.28-dev/include  -g -O2   -o twolame frontend.o ../libtwolame/libtwolame.la -L/nix/store/7055cbbnj2mq6m1dfqrx9jihfd3l6znv-libsndfile-1.0.28/lib -lsndfile -lm -lm
libtool: link: gcc -I../build/ -I../libtwolame/ -I/nix/store/w1y7r6164g3n0i5wyqypzn5lk3z5j57a-libsndfile-1.0.28-dev/include -g -O2 -o .libs/twolame frontend.o  ../libtwolame/.libs/libtwolame.so -L/nix/store/7055cbbnj2mq6m1dfqrx9jihfd3l6znv-libsndfile-1.0.28/lib /nix/store/7055cbbnj2mq6m1dfqrx9jihfd3l6znv-libsndfile-1.0.28/lib/libsndfile.so -lm -Wl,-rpath -Wl,/nix/store/a6jvcwv44zgg65ssy7zqvzdj0wb4393i-twolame-0.4.0/lib -Wl,-rpath -Wl,/nix/store/7055cbbnj2mq6m1dfqrx9jihfd3l6znv-libsndfile-1.0.28/lib
make[1]: Leaving directory '/build/source/frontend'
Making all in simplefrontend
make[1]: Entering directory '/build/source/simplefrontend'
gcc -DHAVE_CONFIG_H -I. -I../libtwolame    -I../libtwolame/  -g -O2 -c -o simplefrontend.o simplefrontend.c
gcc -DHAVE_CONFIG_H -I. -I../libtwolame    -I../libtwolame/  -g -O2 -c -o audio_wave.o audio_wave.c
/nix/store/ffli6m23501dkiznwlkf6n4xvrj02snr-bash-4.4-p23/bin/bash ../libtool  --tag=CC   --mode=link gcc -I../libtwolame/  -g -O2   -o stwolame simplefrontend.o audio_wave.o ../libtwolame/libtwolame.la -lm -lm
libtool: link: gcc -I../libtwolame/ -g -O2 -o .libs/stwolame simplefrontend.o audio_wave.o  ../libtwolame/.libs/libtwolame.so -lm -Wl,-rpath -Wl,/nix/store/a6jvcwv44zgg65ssy7zqvzdj0wb4393i-twolame-0.4.0/lib
make[1]: Leaving directory '/build/source/simplefrontend'
Making all in doc
make[1]: Entering directory '/build/source/doc'
Making all in html
make[2]: Entering directory '/build/source/doc/html'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/source/doc/html'
make[2]: Entering directory '/build/source/doc'
make[2]: *** No rule to make target 'twolame.1', needed by 'all-am'.  Stop.
make[2]: Leaving directory '/build/source/doc'
make[1]: *** [Makefile:479: all-recursive] Error 1
make[1]: Leaving directory '/build/source/doc'
make: *** [Makefile:499: all-recursive] Error 1
builder for '/nix/store/s8f96kkdfrh8szi16yxl25znblngjylj-twolame-0.4.0.drv' failed with exit code 2
error: build of '/nix/store/s8f96kkdfrh8szi16yxl25znblngjylj-twolame-0.4.0.drv' failed

@AndersonTorres AndersonTorres merged commit 8bafac8 into NixOS:master Apr 18, 2020
@eadwu
Copy link
Member

eadwu commented Apr 18, 2020

The build fails, why was this merged?

@worldofpeace
Copy link
Contributor

I have to ask why a PR with wip help wanted! is going to merged without even updating the PR title. @eadwu reverted.

@AndersonTorres AndersonTorres deleted the update-twolame branch November 30, 2020 19:57
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