Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 827747 Details for
Bug 879849
media-sound/gsm-1.0.13-r1 - /.../ld: cannot find ./.../libgsm.so: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-sound:gsm-1.0.13-r1:20221105-063659.log
media-sound:gsm-1.0.13-r1:20221105-063659.log (text/plain), 9.83 KB, created by
Toralf Förster
on 2022-11-05 08:07:23 UTC
(
hide
)
Description:
media-sound:gsm-1.0.13-r1:20221105-063659.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-11-05 08:07:23 UTC
Size:
9.83 KB
patch
obsolete
> * Package: media-sound/gsm-1.0.13-r1:0 > * Repository: gentoo > * Maintainer: sound@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking gsm-1.0.13.tar.gz to /var/tmp/portage/media-sound/gsm-1.0.13-r1/work >>>> Source unpacked in /var/tmp/portage/media-sound/gsm-1.0.13-r1/work >>>> Preparing source in /var/tmp/portage/media-sound/gsm-1.0.13-r1/work/gsm-1.0-pl13 ... > * Applying gsm-1.0.13-shared.patch ... > [ ok ] > * Applying gsm-1.0.12-memcpy.patch ... > [ ok ] > * Applying gsm-1.0.12-64bit.patch ... > [ ok ] > * Will copy sources from /var/tmp/portage/media-sound/gsm-1.0.13-r1/work/gsm-1.0-pl13 > * abi_x86_64.amd64: copying to /var/tmp/portage/media-sound/gsm-1.0.13-r1/work/gsm-1.0-pl13-abi_x86_64.amd64 >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-sound/gsm-1.0.13-r1/work/gsm-1.0-pl13 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-sound/gsm-1.0.13-r1/work/gsm-1.0-pl13 ... > * abi_x86_64.amd64: running multilib-minimal_abi_src_compile >make -j4 -j1 'CCFLAGS=-pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1' LD=x86_64-pc-linux-gnu-gcc AR=x86_64-pc-linux-gnu-ar CC=x86_64-pc-linux-gnu-gcc RANLIB=x86_64-pc-linux-gnu-ranlib >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/toast_lin.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/toast_audio.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/toast_alaw.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/toast.c >src/toast.c: In function âemallocâ: >src/toast.c:254:56: warning: format â%dâ expects argument of type âintâ, but argument 4 has type âsize_tâ {aka âlong unsigned intâ} [-Wformat=] > 254 | fprintf(stderr, "%s: failed to malloc %d bytes -- abort\n", > | ~^ > | | > | int > | %ld > 255 | progname, len); > | ~~~ > | | > | size_t {aka long unsigned int} >src/toast.c: In function âokay_as_inputâ: >src/toast.c:419:40: warning: format â%sâ expects argument of type âchar *â, but argument 5 has type â__nlink_tâ {aka âlong unsigned intâ} [-Wformat=] > 419 | "%s: \"%s\" has %s other link%s -- unchanged.\n", > | ~^ > | | > | char * > | %ld > 420 | progname,name,st->st_nlink - 1,"s" + (st->st_nlink<=2)); > | ~~~~~~~~~~~~~~~~ > | | > | __nlink_t {aka long unsigned int} >src/toast.c: In function âprocess_decodeâ: >src/toast.c:588:49: warning: format â%dâ expects argument of type âintâ, but argument 4 has type âlong unsigned intâ [-Wformat=] > 588 | "%s: incomplete frame (%d byte%s missing) from %s\n", > | ~^ > | | > | int > | %ld > 589 | progname, sizeof(s) - cc, > | ~~~~~~~~~~~~~~ > | | > | long unsigned int >src/toast.c: In function âupdate_ownâ: >src/toast.c:343:15: warning: ignoring return value of âfchownâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 343 | (void)fchown(fileno(out), instat.st_uid, instat.st_gid); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/debug.c >src/debug.c: In function âgsm_debug_longwordâ: >src/debug.c:66:31: warning: format â%dâ expects argument of type âintâ, but argument 4 has type âlong intâ [-Wformat=] > 66 | fprintf(stderr, "%s: %d\n", name, (long)value ); > | ~^ ~~~~~~~~~~~ > | | | > | int long int > | %ld >src/debug.c: In function âgsm_debug_wordâ: >src/debug.c:73:31: warning: format â%dâ expects argument of type âintâ, but argument 4 has type âlong intâ [-Wformat=] > 73 | fprintf(stderr, "%s: %d\n", name, (long)value); > | ~^ ~~~~~~~~~~~ > | | | > | int long int > | %ld >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/decode.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_decode.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_explode.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_option.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_create.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/long_term.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/short_term.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/rpe.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_encode.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_destroy.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/code.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/lpc.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_print.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/table.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/preprocess.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_implode.c >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/add.c >rm ./lib/libgsm.a >rm: cannot remove './lib/libgsm.a': No such file or directory >make: [Makefile:329: lib/libgsm.a] Error 1 (ignored) shuffle=3722591374 >x86_64-pc-linux-gnu-ar cr ./lib/libgsm.a ./src/add.o ./src/code.o ./src/debug.o ./src/decode.o ./src/long_term.o ./src/lpc.o ./src/preprocess.o ./src/rpe.o ./src/gsm_destroy.o ./src/gsm_decode.o ./src/gsm_encode.o ./src/gsm_explode.o ./src/gsm_implode.o ./src/gsm_create.o ./src/gsm_print.o ./src/gsm_option.o ./src/short_term.o ./src/table.o >x86_64-pc-linux-gnu-ranlib ./lib/libgsm.a >x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/toast_ulaw.c >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o ./bin/toast ./src/toast.o ./src/toast_lin.o ./src/toast_ulaw.o ./src/toast_alaw.o ./src/toast_audio.o ./lib/libgsm.so >/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find ./lib/libgsm.so: No such file or directory >collect2: error: ld returned 1 exit status >make: *** [Makefile:337: bin/toast] Error 1 shuffle=3722591374 > * ERROR: media-sound/gsm-1.0.13-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-sound/gsm-1.0.13-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-sound/gsm-1.0.13-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/media-sound:gsm-1.0.13-r1:20221105-063659.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/gsm-1.0.13-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-sound/gsm-1.0.13-r1/temp/environment'. > * Working directory: '/var/tmp/portage/media-sound/gsm-1.0.13-r1/work/gsm-1.0-pl13-abi_x86_64.amd64' > * S: '/var/tmp/portage/media-sound/gsm-1.0.13-r1/work/gsm-1.0-pl13' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 879849
:
827739
|
827741
|
827743
|
827745
| 827747 |
827749