Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174623 - media-video/dvbcut-0.5.3-r1 fails to build: 'INT64_C' was not declared in this scope
Summary: media-video/dvbcut-0.5.3-r1 fails to build: 'INT64_C' was not declared in thi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-14 20:55 UTC by Daniel Pielmeier
Modified: 2007-04-14 22:09 UTC (History)
0 users

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


Attachments
emerge info (emerge.info,3.51 KB, text/plain)
2007-04-14 20:57 UTC, Daniel Pielmeier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Pielmeier gentoo-dev 2007-04-14 20:55:48 UTC
DVBCut fails to build with this error.

>>> Compiling source in /var/tmp/portage/media-video/dvbcut-0.5.3-r1/work/dvbcut-0.5.3 ...
scons FFMPEG=/usr \

scons: Reading SConscript files ...
Checking for libao... found
scons: done reading SConscript files.
scons: Building targets ...
g++ -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DHAVE_LIB_AO -DQT_NO_DEBUG -I/usr/qt/3/include -c -o src/avframe.o src/avframe.cpp
src/avframe.cpp: In constructor 'avframe::avframe(AVFrame*, AVCodecContext*)':
src/avframe.cpp:38: warning: 'img_copy' is deprecated (declared at /usr/include/ffmpeg/avcodec.h:3057)
src/avframe.cpp:39: warning: 'img_copy' is deprecated (declared at /usr/include/ffmpeg/avcodec.h:3057)
src/avframe.cpp: In member function 'QImage avframe::getqimage(bool, int)':
src/avframe.cpp:80: warning: 'img_convert' is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2588)
src/avframe.cpp:80: warning: 'img_convert' is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2588)
g++ -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DHAVE_LIB_AO -DQT_NO_DEBUG -I/usr/qt/3/include -c -o src/buffer.o src/buffer.cpp
g++ -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DHAVE_LIB_AO -DQT_NO_DEBUG -I/usr/qt/3/include -c -o src/differenceimageprovider.o src/differenceimageprovider.cpp
/usr/qt/3/bin/uic -o src/mplayererrorbase.h src/mplayererrorbase.ui
/usr/qt/3/bin/uic -impl mplayererrorbase.h -o src/uic_mplayererrorbase.cpp src/mplayererrorbase.ui
/usr/qt/3/bin/moc -o src/moc_mplayererrorbase.cpp src/mplayererrorbase.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/qt/3/bin/uic -o src/dvbcutbase.h src/dvbcutbase.ui
/usr/qt/3/bin/uic -impl dvbcutbase.h -o src/uic_dvbcutbase.cpp src/dvbcutbase.ui
/usr/qt/3/bin/moc -o src/moc_dvbcutbase.cpp src/dvbcutbase.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/qt/3/bin/uic -o src/exportdialogbase.h src/exportdialogbase.ui
/usr/qt/3/bin/uic -impl exportdialogbase.h -o src/uic_exportdialogbase.cpp src/exportdialogbase.ui
/usr/qt/3/bin/moc -o src/moc_exportdialogbase.cpp src/exportdialogbase.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/qt/3/bin/uic -o src/progresswindowbase.h src/progresswindowbase.ui
/usr/qt/3/bin/uic -impl progresswindowbase.h -o src/uic_progresswindowbase.cpp src/progresswindowbase.ui
/usr/qt/3/bin/moc -o src/moc_progresswindowbase.cpp src/progresswindowbase.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
g++ -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DHAVE_LIB_AO -DQT_NO_DEBUG -I/usr/qt/3/include -c -o src/dvbcut.o src/dvbcut.cpp
/usr/include/ffmpeg/avformat.h: In function 'void av_init_packet(AVPacket*)':
/usr/include/ffmpeg/avformat.h:66: error: 'INT64_C' was not declared in this scope
scons: *** [src/dvbcut.o] Error 1
scons: building terminated because of errors.
make: *** [build] Error 2

!!! ERROR: media-video/dvbcut-0.5.3-r1 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3390:   Called src_compile
  dvbcut-0.5.3-r1.ebuild, line 43:   Called die

!!! build failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/log/portage/media-video:dvbcut-0.5.3-r1:20070414-202408.log'.


Reproducible: Always

Steps to Reproduce:
Comment 1 Daniel Pielmeier gentoo-dev 2007-04-14 20:57:28 UTC
Created attachment 116266 [details]
emerge info

Added emerge info
Comment 2 Alexis Ballier gentoo-dev 2007-04-14 22:09:15 UTC
fixed, thanks for reporting.