Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 637270 Details for
Bug 721988
media-sound/ttaenc-3.4.1-r1 : ttaenc.c:(.text+<snip>): undefined reference to hybrid_filter
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-sound:ttaenc-3.4.1-r1:20200509-233852.log
media-sound:ttaenc-3.4.1-r1:20200509-233852.log (text/plain), 21.62 KB, created by
Toralf Förster
on 2020-05-10 07:53:25 UTC
(
hide
)
Description:
media-sound:ttaenc-3.4.1-r1:20200509-233852.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-05-10 07:53:25 UTC
Size:
21.62 KB
patch
obsolete
> * Package: media-sound/ttaenc-3.4.1-r1 > * 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 ttaenc-3.4.1-src.tgz to /var/tmp/portage/media-sound/ttaenc-3.4.1-r1/work >>>> Source unpacked in /var/tmp/portage/media-sound/ttaenc-3.4.1-r1/work >>>> Preparing source in /var/tmp/portage/media-sound/ttaenc-3.4.1-r1/work/ttaenc-3.4.1-src ... > * Applying ttaenc-3.4.1-fix-build-system.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-sound/ttaenc-3.4.1-r1/work/ttaenc-3.4.1-src ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-sound/ttaenc-3.4.1-r1/work/ttaenc-3.4.1-src ... >make -j1 >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wformat -Werror=format-security -Wall -c -o ttaenc.o ttaenc.c >In file included from ttaenc.c:12: >ttaenc.h:23: warning: "__USE_ISOC99" redefined > 23 | #define __USE_ISOC99 > | >In file included from /usr/include/bits/libc-header-start.h:33, > from /usr/include/stdio.h:27, > from ttaenc.h:19, > from ttaenc.c:12: >/usr/include/features.h:336: note: this is the location of the previous definition > 336 | # define __USE_ISOC99 1 > | >ttaenc.c: In function âtest_fileâ: >ttaenc.c:885:26: warning: variable âdata_sizeâ set but not used [-Wunused-but-set-variable] > 885 | unsigned int byte_size, data_size, checksum, errors; > | ^~~~~~~~~ >ttaenc.c: In function âmainâ: >ttaenc.c:1477:16: warning: variable âpargâ set but not used [-Wunused-but-set-variable] > 1477 | int farg = 0, parg = 0, act = 0; > | ^~~~ >ttaenc.c: At top level: >ttaenc.c:386:4: warning: âbit_countâ is static but used in inline function âput_unaryâ which is not static > 386 | bit_count += value + 1; > | ^~~~~~~~~ >ttaenc.c:385:36: warning: âbit_countâ is static but used in inline function âput_unaryâ which is not static > 385 | bit_cache |= bit_mask[value] << bit_count; > | ^~~~~~~~~ >ttaenc.c:385:4: warning: âbit_cacheâ is static but used in inline function âput_unaryâ which is not static > 385 | bit_cache |= bit_mask[value] << bit_count; > | ^~~~~~~~~ >ttaenc.c:382:4: warning: âbit_countâ is static but used in inline function âput_unaryâ which is not static > 382 | bit_count += 23; > | ^~~~~~~~~ >ttaenc.c:381:33: warning: âbit_countâ is static but used in inline function âput_unaryâ which is not static > 381 | bit_cache |= bit_mask[23] << bit_count; > | ^~~~~~~~~ >ttaenc.c:381:4: warning: âbit_cacheâ is static but used in inline function âput_unaryâ which is not static > 381 | bit_cache |= bit_mask[23] << bit_count; > | ^~~~~~~~~ >ttaenc.c:377:4: warning: âbitposâ is static but used in inline function âput_unaryâ which is not static > 377 | bitpos++; > | ^~~~~~ >ttaenc.c:376:4: warning: âbit_countâ is static but used in inline function âput_unaryâ which is not static > 376 | bit_count -= 8; > | ^~~~~~~~~ >ttaenc.c:375:4: warning: âbit_cacheâ is static but used in inline function âput_unaryâ which is not static > 375 | bit_cache >>= 8; > | ^~~~~~~~~ >ttaenc.c:374:18: warning: âbitposâ is static but used in inline function âput_unaryâ which is not static > 374 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~ >ttaenc.c:251:46: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^ >ttaenc.c:374:26: warning: âframe_crc32â is static but used in inline function âput_unaryâ which is not static > 374 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:251:42: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^~~ >ttaenc.c:374:26: warning: âframe_crc32â is static but used in inline function âput_unaryâ which is not static > 374 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:251:5: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^~~ >ttaenc.c:374:26: warning: âframe_crc32â is static but used in inline function âput_unaryâ which is not static > 374 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:250:30: note: in definition of macro âUPDATE_CRC32â > 250 | #define UPDATE_CRC32(x, crc) crc = \ > | ^~~ >ttaenc.c:373:31: warning: âbit_cacheâ is static but used in inline function âput_unaryâ which is not static > 373 | *bitpos = (unsigned char) (bit_cache & 0xFF); > | ^~~~~~~~~ >ttaenc.c:373:5: warning: âbitposâ is static but used in inline function âput_unaryâ which is not static > 373 | *bitpos = (unsigned char) (bit_cache & 0xFF); > | ^~~~~~ >ttaenc.c:370:14: warning: âBIT_BUFFERâ is static but used in inline function âput_unaryâ which is not static > 370 | bitpos = BIT_BUFFER; > | ^~~~~~~~~~ >ttaenc.c:370:5: warning: âbitposâ is static but used in inline function âput_unaryâ which is not static > 370 | bitpos = BIT_BUFFER; > | ^~~~~~ >ttaenc.c:369:5: warning: âoutput_byte_countâ is static but used in inline function âput_unaryâ which is not static > 369 | output_byte_count += res; > | ^~~~~~~~~~~~~~~~~ >ttaenc.c:364:24: warning: âfdoutâ is static but used in inline function âput_unaryâ which is not static > 364 | BIT_BUFFER_SIZE, fdout); > | ^~~~~ >ttaenc.c:363:22: warning: âBIT_BUFFERâ is static but used in inline function âput_unaryâ which is not static > 363 | int res = fwrite(BIT_BUFFER, 1, > | ^~~~~~~~~~ >ttaenc.c:362:18: warning: âBIT_BUFFER_ENDâ is static but used in inline function âput_unaryâ which is not static > 362 | if (bitpos == BIT_BUFFER_END) { > | ^~~~~~~~~~~~~~ >ttaenc.c:362:8: warning: âbitposâ is static but used in inline function âput_unaryâ which is not static > 362 | if (bitpos == BIT_BUFFER_END) { > | ^~~~~~ >ttaenc.c:361:10: warning: âbit_countâ is static but used in inline function âput_unaryâ which is not static > 361 | while (bit_count >= 8) { > | ^~~~~~~~~ >ttaenc.c:356:2: warning: âbit_countâ is static but used in inline function âput_binaryâ which is not static > 356 | bit_count += bits; > | ^~~~~~~~~ >ttaenc.c:355:43: warning: âbit_countâ is static but used in inline function âput_binaryâ which is not static > 355 | bit_cache |= (value & bit_mask[bits]) << bit_count; > | ^~~~~~~~~ >ttaenc.c:355:2: warning: âbit_cacheâ is static but used in inline function âput_binaryâ which is not static > 355 | bit_cache |= (value & bit_mask[bits]) << bit_count; > | ^~~~~~~~~ >ttaenc.c:352:3: warning: âbitposâ is static but used in inline function âput_binaryâ which is not static > 352 | bitpos++; > | ^~~~~~ >ttaenc.c:351:3: warning: âbit_countâ is static but used in inline function âput_binaryâ which is not static > 351 | bit_count -= 8; > | ^~~~~~~~~ >ttaenc.c:350:3: warning: âbit_cacheâ is static but used in inline function âput_binaryâ which is not static > 350 | bit_cache >>= 8; > | ^~~~~~~~~ >ttaenc.c:349:17: warning: âbitposâ is static but used in inline function âput_binaryâ which is not static > 349 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~ >ttaenc.c:251:46: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^ >ttaenc.c:349:25: warning: âframe_crc32â is static but used in inline function âput_binaryâ which is not static > 349 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:251:42: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^~~ >ttaenc.c:349:25: warning: âframe_crc32â is static but used in inline function âput_binaryâ which is not static > 349 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:251:5: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^~~ >ttaenc.c:349:25: warning: âframe_crc32â is static but used in inline function âput_binaryâ which is not static > 349 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:250:30: note: in definition of macro âUPDATE_CRC32â > 250 | #define UPDATE_CRC32(x, crc) crc = \ > | ^~~ >ttaenc.c:348:30: warning: âbit_cacheâ is static but used in inline function âput_binaryâ which is not static > 348 | *bitpos = (unsigned char) (bit_cache & 0xFF); > | ^~~~~~~~~ >ttaenc.c:348:4: warning: âbitposâ is static but used in inline function âput_binaryâ which is not static > 348 | *bitpos = (unsigned char) (bit_cache & 0xFF); > | ^~~~~~ >ttaenc.c:345:13: warning: âBIT_BUFFERâ is static but used in inline function âput_binaryâ which is not static > 345 | bitpos = BIT_BUFFER; > | ^~~~~~~~~~ >ttaenc.c:345:4: warning: âbitposâ is static but used in inline function âput_binaryâ which is not static > 345 | bitpos = BIT_BUFFER; > | ^~~~~~ >ttaenc.c:344:4: warning: âoutput_byte_countâ is static but used in inline function âput_binaryâ which is not static > 344 | output_byte_count += res; > | ^~~~~~~~~~~~~~~~~ >ttaenc.c:339:23: warning: âfdoutâ is static but used in inline function âput_binaryâ which is not static > 339 | BIT_BUFFER_SIZE, fdout); > | ^~~~~ >ttaenc.c:338:21: warning: âBIT_BUFFERâ is static but used in inline function âput_binaryâ which is not static > 338 | int res = fwrite(BIT_BUFFER, 1, > | ^~~~~~~~~~ >ttaenc.c:337:17: warning: âBIT_BUFFER_ENDâ is static but used in inline function âput_binaryâ which is not static > 337 | if (bitpos == BIT_BUFFER_END) { > | ^~~~~~~~~~~~~~ >ttaenc.c:337:7: warning: âbitposâ is static but used in inline function âput_binaryâ which is not static > 337 | if (bitpos == BIT_BUFFER_END) { > | ^~~~~~ >ttaenc.c:336:9: warning: âbit_countâ is static but used in inline function âput_binaryâ which is not static > 336 | while (bit_count >= 8) { > | ^~~~~~~~~ >ttaenc.c:332:2: warning: âbit_countâ is static but used in inline function âget_unaryâ which is not static > 332 | bit_count--; > | ^~~~~~~~~ >ttaenc.c:331:2: warning: âbit_cacheâ is static but used in inline function âget_unaryâ which is not static > 331 | bit_cache >>= 1; > | ^~~~~~~~~ >ttaenc.c:328:3: warning: âbit_countâ is static but used in inline function âget_unaryâ which is not static > 328 | bit_count--; > | ^~~~~~~~~ >ttaenc.c:327:3: warning: âbit_cacheâ is static but used in inline function âget_unaryâ which is not static > 327 | bit_cache >>= 1; > | ^~~~~~~~~ >ttaenc.c:325:9: warning: âbit_cacheâ is static but used in inline function âget_unaryâ which is not static > 325 | while (bit_cache & 1) { > | ^~~~~~~~~ >ttaenc.c:322:3: warning: âbit_countâ is static but used in inline function âget_unaryâ which is not static > 322 | bit_count = 8; > | ^~~~~~~~~ >ttaenc.c:321:16: warning: âbit_cacheâ is static but used in inline function âget_unaryâ which is not static > 321 | UPDATE_CRC32(bit_cache, frame_crc32); > | ^~~~~~~~~ >ttaenc.c:251:46: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^ >ttaenc.c:321:27: warning: âframe_crc32â is static but used in inline function âget_unaryâ which is not static > 321 | UPDATE_CRC32(bit_cache, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:251:42: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^~~ >ttaenc.c:321:27: warning: âframe_crc32â is static but used in inline function âget_unaryâ which is not static > 321 | UPDATE_CRC32(bit_cache, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:251:5: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^~~ >ttaenc.c:321:27: warning: âframe_crc32â is static but used in inline function âget_unaryâ which is not static > 321 | UPDATE_CRC32(bit_cache, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:250:30: note: in definition of macro âUPDATE_CRC32â > 250 | #define UPDATE_CRC32(x, crc) crc = \ > | ^~~ >ttaenc.c:320:16: warning: âbitposâ is static but used in inline function âget_unaryâ which is not static > 320 | bit_cache = *bitpos++; > | ^~~~~~ >ttaenc.c:320:3: warning: âbit_cacheâ is static but used in inline function âget_unaryâ which is not static > 320 | bit_cache = *bitpos++; > | ^~~~~~~~~ >ttaenc.c:319:13: warning: âbit_countâ is static but used in inline function âget_unaryâ which is not static > 319 | *value += bit_count; > | ^~~~~~~~~ >ttaenc.c:316:13: warning: âBIT_BUFFERâ is static but used in inline function âget_unaryâ which is not static > 316 | bitpos = BIT_BUFFER; > | ^~~~~~~~~~ >ttaenc.c:316:4: warning: âbitposâ is static but used in inline function âget_unaryâ which is not static > 316 | bitpos = BIT_BUFFER; > | ^~~~~~ >ttaenc.c:315:4: warning: âinput_byte_countâ is static but used in inline function âget_unaryâ which is not static > 315 | input_byte_count += res; > | ^~~~~~~~~~~~~~~~ >ttaenc.c:310:23: warning: âfdinâ is static but used in inline function âget_unaryâ which is not static > 310 | BIT_BUFFER_SIZE, fdin); > | ^~~~ >ttaenc.c:309:20: warning: âBIT_BUFFERâ is static but used in inline function âget_unaryâ which is not static > 309 | int res = fread(BIT_BUFFER, 1, > | ^~~~~~~~~~ >ttaenc.c:308:17: warning: âBIT_BUFFER_ENDâ is static but used in inline function âget_unaryâ which is not static > 308 | if (bitpos == BIT_BUFFER_END) { > | ^~~~~~~~~~~~~~ >ttaenc.c:308:7: warning: âbitposâ is static but used in inline function âget_unaryâ which is not static > 308 | if (bitpos == BIT_BUFFER_END) { > | ^~~~~~ >ttaenc.c:307:32: warning: âbit_countâ is static but used in inline function âget_unaryâ which is not static > 307 | while (!(bit_cache ^ bit_mask[bit_count])) { > | ^~~~~~~~~ >ttaenc.c:307:11: warning: âbit_cacheâ is static but used in inline function âget_unaryâ which is not static > 307 | while (!(bit_cache ^ bit_mask[bit_count])) { > | ^~~~~~~~~ >ttaenc.c:301:24: warning: âbit_countâ is static but used in inline function âget_binaryâ which is not static > 301 | bit_cache &= bit_mask[bit_count]; > | ^~~~~~~~~ >ttaenc.c:301:2: warning: âbit_cacheâ is static but used in inline function âget_binaryâ which is not static > 301 | bit_cache &= bit_mask[bit_count]; > | ^~~~~~~~~ >ttaenc.c:300:2: warning: âbit_countâ is static but used in inline function âget_binaryâ which is not static > 300 | bit_count -= bits; > | ^~~~~~~~~ >ttaenc.c:299:2: warning: âbit_cacheâ is static but used in inline function âget_binaryâ which is not static > 299 | bit_cache >>= bits; > | ^~~~~~~~~ >ttaenc.c:298:11: warning: âbit_cacheâ is static but used in inline function âget_binaryâ which is not static > 298 | *value = bit_cache & bit_mask[bits]; > | ^~~~~~~~~ >ttaenc.c:295:3: warning: âbitposâ is static but used in inline function âget_binaryâ which is not static > 295 | bitpos++; > | ^~~~~~ >ttaenc.c:294:3: warning: âbit_countâ is static but used in inline function âget_binaryâ which is not static > 294 | bit_count += 8; > | ^~~~~~~~~ >ttaenc.c:293:27: warning: âbit_countâ is static but used in inline function âget_binaryâ which is not static > 293 | bit_cache |= *bitpos << bit_count; > | ^~~~~~~~~ >ttaenc.c:293:17: warning: âbitposâ is static but used in inline function âget_binaryâ which is not static > 293 | bit_cache |= *bitpos << bit_count; > | ^~~~~~ >ttaenc.c:293:3: warning: âbit_cacheâ is static but used in inline function âget_binaryâ which is not static > 293 | bit_cache |= *bitpos << bit_count; > | ^~~~~~~~~ >ttaenc.c:292:17: warning: âbitposâ is static but used in inline function âget_binaryâ which is not static > 292 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~ >ttaenc.c:251:46: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^ >ttaenc.c:292:25: warning: âframe_crc32â is static but used in inline function âget_binaryâ which is not static > 292 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:251:42: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^~~ >ttaenc.c:292:25: warning: âframe_crc32â is static but used in inline function âget_binaryâ which is not static > 292 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:251:5: note: in definition of macro âUPDATE_CRC32â > 251 | (((crc>>8) & 0x00FFFFFF) ^ crc32_table[(crc^x) & 0xFF]) > | ^~~ >ttaenc.c:292:25: warning: âframe_crc32â is static but used in inline function âget_binaryâ which is not static > 292 | UPDATE_CRC32(*bitpos, frame_crc32); > | ^~~~~~~~~~~ >ttaenc.c:250:30: note: in definition of macro âUPDATE_CRC32â > 250 | #define UPDATE_CRC32(x, crc) crc = \ > | ^~~ >ttaenc.c:289:13: warning: âBIT_BUFFERâ is static but used in inline function âget_binaryâ which is not static > 289 | bitpos = BIT_BUFFER; > | ^~~~~~~~~~ >ttaenc.c:289:4: warning: âbitposâ is static but used in inline function âget_binaryâ which is not static > 289 | bitpos = BIT_BUFFER; > | ^~~~~~ >ttaenc.c:288:4: warning: âinput_byte_countâ is static but used in inline function âget_binaryâ which is not static > 288 | input_byte_count += res; > | ^~~~~~~~~~~~~~~~ >ttaenc.c:283:23: warning: âfdinâ is static but used in inline function âget_binaryâ which is not static > 283 | BIT_BUFFER_SIZE, fdin); > | ^~~~ >ttaenc.c:282:20: warning: âBIT_BUFFERâ is static but used in inline function âget_binaryâ which is not static > 282 | int res = fread(BIT_BUFFER, 1, > | ^~~~~~~~~~ >ttaenc.c:281:17: warning: âBIT_BUFFER_ENDâ is static but used in inline function âget_binaryâ which is not static > 281 | if (bitpos == BIT_BUFFER_END) { > | ^~~~~~~~~~~~~~ >ttaenc.c:281:7: warning: âbitposâ is static but used in inline function âget_binaryâ which is not static > 281 | if (bitpos == BIT_BUFFER_END) { > | ^~~~~~ >ttaenc.c:280:9: warning: âbit_countâ is static but used in inline function âget_binaryâ which is not static > 280 | while (bit_count < bits) { > | ^~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wformat -Werror=format-security -Wall -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 ttaenc.o -o ttaenc >/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ttaenc.o: in function `compress': >ttaenc.c:(.text+0x1214): undefined reference to `hybrid_filter' >/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ttaenc.o: in function `decompress': >ttaenc.c:(.text+0x237d): undefined reference to `hybrid_filter' >collect2: error: ld returned 1 exit status >make: *** [Makefile:10: ttaenc] Error 1 > * ERROR: media-sound/ttaenc-3.4.1-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-sound/ttaenc-3.4.1-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-sound/ttaenc-3.4.1-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/media-sound:ttaenc-3.4.1-r1:20200509-233852.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/ttaenc-3.4.1-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-sound/ttaenc-3.4.1-r1/temp/environment'. > * Working directory: '/var/tmp/portage/media-sound/ttaenc-3.4.1-r1/work/ttaenc-3.4.1-src' > * S: '/var/tmp/portage/media-sound/ttaenc-3.4.1-r1/work/ttaenc-3.4.1-src'
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 721988
:
637262
|
637264
|
637266
|
637268
| 637270 |
637272