Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 903992 Details for
Bug 940330
media-plugins/vdr-satip-2.2.5 - [gcc-15] common.h: error: typeof was not declared in this scope
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-plugins:vdr-satip-2.2.5:20240927-062130.log
media-plugins:vdr-satip-2.2.5:20240927-062130.log (text/plain), 10.07 KB, created by
Toralf Förster
on 2024-09-27 07:19:21 UTC
(
hide
)
Description:
media-plugins:vdr-satip-2.2.5:20240927-062130.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-09-27 07:19:21 UTC
Size:
10.07 KB
patch
obsolete
> * Package: media-plugins/vdr-satip-2.2.5:0 > * Repository: gentoo > * Maintainer: martin.dummer@gmx.net proxy-maint@gentoo.org,vdr@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Compiling against > * vdr-2.2.0 [API version 2.2.0] >>>> Unpacking source... >>>> Unpacking vdr-satip-2.2.5.tgz to /var/tmp/portage/media-plugins/vdr-satip-2.2.5/work >>>> Source unpacked in /var/tmp/portage/media-plugins/vdr-satip-2.2.5/work >>>> Preparing source in /var/tmp/portage/media-plugins/vdr-satip-2.2.5/work/satip-2.2.5 ... > * Patching Makefile > * Patching for Linguas support > * available Languages for vdr-satip-2.2.5 are: > * LINGUAS="ca de es fi pl " >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-plugins/vdr-satip-2.2.5/work/satip-2.2.5 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-plugins/vdr-satip-2.2.5/work/satip-2.2.5 ... >make -j4 all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-satip-2.2.5/temp/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-satip-2.2.5/temp/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-satip-2.2.5/work/satip-2.2.5 TMPDIR=/var/tmp/portage/media-plugins/vdr-satip-2.2.5/temp >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-diagnostics-color -fPIC -std=c++14 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME_I18N='"satip"' -DUSE_TINYXML -o rtsp.o rtsp.c >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-diagnostics-color -fPIC -std=c++14 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME_I18N='"satip"' -DUSE_TINYXML -o discover.o discover.c >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-diagnostics-color -fPIC -std=c++14 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME_I18N='"satip"' -DUSE_TINYXML -o param.o param.c >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-diagnostics-color -fPIC -std=c++14 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME_I18N='"satip"' -DUSE_TINYXML -o rtcp.o rtcp.c >In file included from config.h:12, > from rtsp.c:11: >common.h: In member function âvoid cSatipMemoryBuffer::Reset()â: >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >common.h:132:22: note: in expansion of macro âFREE_POINTERâ > 132 | void Reset(void) { FREE_POINTER(dataM); sizeM = 0; }; > | ^~~~~~~~~~~~ >common.h:81:23: error: âtmpâ was not declared in this scope; did you mean âtmâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~ >common.h:132:22: note: in expansion of macro âFREE_POINTERâ > 132 | void Reset(void) { FREE_POINTER(dataM); sizeM = 0; }; > | ^~~~~~~~~~~~ >rtsp.c: In member function âvoid cSatipRtsp::ParseHeader()â: >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >rtsp.c:417:12: note: in expansion of macro âFREE_POINTERâ > 417 | FREE_POINTER(session); > | ^~~~~~~~~~~~ >common.h:81:23: error: âtmpâ was not declared in this scope; did you mean âtmâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~ >rtsp.c:417:12: note: in expansion of macro âFREE_POINTERâ > 417 | FREE_POINTER(session); > | ^~~~~~~~~~~~ >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >rtsp.c:444:12: note: in expansion of macro âFREE_POINTERâ > 444 | FREE_POINTER(tmp); > | ^~~~~~~~~~~~ >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >rtsp.c:445:12: note: in expansion of macro âFREE_POINTERâ > 445 | FREE_POINTER(destination); > | ^~~~~~~~~~~~ >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >rtsp.c:446:12: note: in expansion of macro âFREE_POINTERâ > 446 | FREE_POINTER(source); > | ^~~~~~~~~~~~ >rtsp.c: In member function âvoid cSatipRtsp::ParseData()â: >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >rtsp.c:467:12: note: in expansion of macro âFREE_POINTERâ > 467 | FREE_POINTER(tmp); > | ^~~~~~~~~~~~ >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >rtsp.c:475:12: note: in expansion of macro âFREE_POINTERâ > 475 | FREE_POINTER(tmp); > | ^~~~~~~~~~~~ >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >rtsp.c:483:12: note: in expansion of macro âFREE_POINTERâ > 483 | FREE_POINTER(tmp); > | ^~~~~~~~~~~~ >In file included from param.c:10: >common.h: In member function âvoid cSatipMemoryBuffer::Reset()â: >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >common.h:132:22: note: in expansion of macro âFREE_POINTERâ > 132 | void Reset(void) { FREE_POINTER(dataM); sizeM = 0; }; > | ^~~~~~~~~~~~ >common.h:81:23: error: âtmpâ was not declared in this scope; did you mean âtmâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~ >common.h:132:22: note: in expansion of macro âFREE_POINTERâ > 132 | void Reset(void) { FREE_POINTER(dataM); sizeM = 0; }; > | ^~~~~~~~~~~~ >make: *** [Makefile:91: rtsp.o] Error 1 shuffle=1244091783 >make: *** Waiting for unfinished jobs.... >make: *** [Makefile:91: param.o] Error 1 shuffle=1244091783 >In file included from config.h:12, > from rtcp.c:8: >common.h: In member function âvoid cSatipMemoryBuffer::Reset()â: >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >common.h:132:22: note: in expansion of macro âFREE_POINTERâ > 132 | void Reset(void) { FREE_POINTER(dataM); sizeM = 0; }; > | ^~~~~~~~~~~~ >common.h:81:23: error: âtmpâ was not declared in this scope; did you mean âtmâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~ >common.h:132:22: note: in expansion of macro âFREE_POINTERâ > 132 | void Reset(void) { FREE_POINTER(dataM); sizeM = 0; }; > | ^~~~~~~~~~~~ >rtcp.c: In destructor âvirtual cSatipRtcp::~cSatipRtcp()â: >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >rtcp.c:28:3: note: in expansion of macro âFREE_POINTERâ > 28 | FREE_POINTER(bufferM); > | ^~~~~~~~~~~~ >common.h:81:23: error: âtmpâ was not declared in this scope; did you mean âtmâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~ >rtcp.c:28:3: note: in expansion of macro âFREE_POINTERâ > 28 | FREE_POINTER(bufferM); > | ^~~~~~~~~~~~ >make: *** [Makefile:91: rtcp.o] Error 1 shuffle=1244091783 >In file included from discover.c:14: >common.h: In member function âvoid cSatipMemoryBuffer::Reset()â: >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >common.h:132:22: note: in expansion of macro âFREE_POINTERâ > 132 | void Reset(void) { FREE_POINTER(dataM); sizeM = 0; }; > | ^~~~~~~~~~~~ >common.h:81:23: error: âtmpâ was not declared in this scope; did you mean âtmâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~ >common.h:132:22: note: in expansion of macro âFREE_POINTERâ > 132 | void Reset(void) { FREE_POINTER(dataM); sizeM = 0; }; > | ^~~~~~~~~~~~ >discover.c: In member function âvoid cSatipDiscover::AddServer(const char*, const char*, int, const char*, const char*, const char*, int)â: >common.h:81:9: error: âtypeofâ was not declared in this scope; did you mean âtypedefâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~~~~ >discover.c:297:6: note: in expansion of macro âFREE_POINTERâ > 297 | FREE_POINTER(p); > | ^~~~~~~~~~~~ >common.h:81:23: error: âtmpâ was not declared in this scope; did you mean âtmâ? > 81 | typeof(*ptr) *tmp = ptr; \ > | ^~~ >discover.c:297:6: note: in expansion of macro âFREE_POINTERâ > 297 | FREE_POINTER(p); > | ^~~~~~~~~~~~ >make: *** [Makefile:91: discover.o] Error 1 shuffle=1244091783 > * ERROR: media-plugins/vdr-satip-2.2.5::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-plugins/vdr-satip-2.2.5::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-plugins/vdr-satip-2.2.5::gentoo'`. > * The complete build log is located at '/var/log/portage/media-plugins:vdr-satip-2.2.5:20240927-062130.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-plugins/vdr-satip-2.2.5/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-satip-2.2.5/temp/environment'. > * Working directory: '/var/tmp/portage/media-plugins/vdr-satip-2.2.5/work/satip-2.2.5' > * S: '/var/tmp/portage/media-plugins/vdr-satip-2.2.5/work/satip-2.2.5' >
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 940330
:
903987
|
903988
|
903989
|
903990
|
903991
| 903992 |
903993
|
903994