Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944045 - media-libs/xvid-1.3.7-r2 fails to compile with gcc15.0.0_pre20241117-r2::gentoo
Summary: media-libs/xvid-1.3.7-r2 fails to compile with gcc15.0.0_pre20241117-r2::gentoo
Status: RESOLVED DUPLICATE of bug 943748
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-19 21:18 UTC by OldManSeph
Modified: 2024-11-20 03:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
xvid-1.3.7-r2.build.log (xvid-1.3.7-r2.build.log,10.85 KB, text/x-log)
2024-11-19 21:18 UTC, OldManSeph
Details
OldManSeph emerge --info (emerge_info.txt,6.93 KB, text/plain)
2024-11-19 21:18 UTC, OldManSeph
Details

Note You need to log in before you can comment on or make changes to this bug.
Description OldManSeph 2024-11-19 21:18:01 UTC
Created attachment 910361 [details]
xvid-1.3.7-r2.build.log

x86_64-pc-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN  -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/dct/idct.c -o =build/dct/idct.o
In file included from ../../src/bitstream/bitstream.h:31,
                 from ../../src/decoder.c:40:
../../src/bitstream/../encoder.h:45:13: error: two or more data types in declaration specifiers
   45 | typedef int bool;
      |             ^~~~
../../src/bitstream/../encoder.h:45:1: warning: useless type name in empty declaration
   45 | typedef int bool;
      | ^~~~~~~
In file included from ../../src/xvid.c:54:
../../src/encoder.h:45:13: error: two or more data types in declaration specifiers
   45 | typedef int bool;
      |             ^~~~
../../src/encoder.h:45:1: warning: useless type name in empty declaration
   45 | typedef int bool;
      | ^~~~~~~
In file included from ../../src/bitstream/bitstream.h:31,
                 from ../../src/bitstream/bitstream.c:30:
../../src/bitstream/../encoder.h:45:13: error: two or more data types in declaration specifiers
   45 | typedef int bool;
      |             ^~~~
../../src/bitstream/../encoder.h:45:1: warning: useless type name in empty declaration
   45 | typedef int bool;
      | ^~~~~~~
In file included from ../../src/encoder.c:33:
../../src/encoder.h:45:13: error: two or more data types in declaration specifiers
   45 | typedef int bool;
      |             ^~~~
../../src/encoder.h:45:1: warning: useless type name in empty declaration
   45 | typedef int bool;
      | ^~~~~~~
make: *** [Makefile:108: xvid.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from ../../src/bitstream/bitstream.h:31,
                 from ../../src/bitstream/mbcoding.c:32:
../../src/bitstream/../encoder.h:45:13: error: two or more data types in declaration specifiers
   45 | typedef int bool;
      |             ^~~~
../../src/bitstream/../encoder.h:45:1: warning: useless type name in empty declaration
   45 | typedef int bool;
      | ^~~~~~~
make: *** [Makefile:108: bitstream/bitstream.o] Error 1
make: *** [Makefile:108: decoder.o] Error 1
make: *** [Makefile:106: encoder.o] Error 1
make: *** [Makefile:106: bitstream/mbcoding.o] Error 1
 * ERROR: media-libs/xvid-1.3.7-r2::gentoo failed (compile phase):
 *   emake failed
Comment 1 OldManSeph 2024-11-19 21:18:23 UTC
Created attachment 910362 [details]
OldManSeph emerge --info
Comment 2 immolo 2024-11-20 03:52:09 UTC

*** This bug has been marked as a duplicate of bug 943748 ***