Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 147833 Details for
Bug 208398
Review Request: luvcview - Webcam Viewer Application
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Output of the build
compile_error.txt (text/plain), 10.14 KB, created by
Giuseppe Castagna
on 2007-02-10 13:01:22 UTC
(
hide
)
Description:
Output of the build
Filename:
MIME Type:
Creator:
Giuseppe Castagna
Created:
2007-02-10 13:01:22 UTC
Size:
10.14 KB
patch
obsolete
>[root@lampone trunk]# rpmbuild --rebuild /tmp/luvcview-20060920-1.fc6.src.rpm >Installing /tmp/luvcview-20060920-1.fc6.src.rpm >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.27478 >+ umask 022 >+ cd /root/rpmbuild/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /root/rpmbuild/BUILD >+ rm -rf luvcview-20060920 >+ /bin/gzip -dc /root/rpmbuild/SOURCES/luvcview-20060920.tar.gz >+ tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd luvcview-20060920 >++ /usr/bin/id -u >+ '[' 0 = 0 ']' >+ /bin/chown -Rhf root . >++ /usr/bin/id -u >+ '[' 0 = 0 ']' >+ /bin/chgrp -Rhf root . >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #0 (makeinst.patch):' >Patch #0 (makeinst.patch): >+ patch -p0 -s >+ chmod 644 /root/rpmbuild/BUILD/luvcview-20060920/README >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.27478 >+ umask 022 >+ cd /root/rpmbuild/BUILD >+ cd luvcview-20060920 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ /usr/bin/make -j3 >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o luvcview.o luvcview.c >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o utils.o utils.c >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o v4l2uvc.o v4l2uvc.c >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o gui.o gui.c >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o avilib.o avilib.c >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o frmfmtenum.o frmfmtenum.c >In file included from frmfmtenum.c:36: >v4l2_enumfrmfmt.h:8: error: nested redefinition of 'enum v4l2_frmsizetypes' >v4l2_enumfrmfmt.h:8: error: redeclaration of 'enum v4l2_frmsizetypes' >v4l2_enumfrmfmt.h:9: error: redeclaration of enumerator 'V4L2_FRMSIZE_TYPE_DISCRETE' >/usr/include/linux/videodev2.h:281: error: previous definition of 'V4L2_FRMSIZE_TYPE_DISCRETE' was here >v4l2_enumfrmfmt.h:10: error: redeclaration of enumerator 'V4L2_FRMSIZE_TYPE_CONTINUOUS' >/usr/include/linux/videodev2.h:282: error: previous definition of 'V4L2_FRMSIZE_TYPE_CONTINUOUS' was here >v4l2_enumfrmfmt.h:11: error: redeclaration of enumerator 'V4L2_FRMSIZE_TYPE_STEPWISE' >/usr/include/linux/videodev2.h:283: error: previous definition of 'V4L2_FRMSIZE_TYPE_STEPWISE' was here >v4l2_enumfrmfmt.h:14: error: nested redefinition of 'enum v4l2_frmivaltypes' >v4l2_enumfrmfmt.h:14: error: redeclaration of 'enum v4l2_frmivaltypes' >v4l2_enumfrmfmt.h:15: error: redeclaration of enumerator 'V4L2_FRMIVAL_TYPE_DISCRETE' >/usr/include/linux/videodev2.h:321: error: previous definition of 'V4L2_FRMIVAL_TYPE_DISCRETE' was here >v4l2_enumfrmfmt.h:16: error: redeclaration of enumerator 'V4L2_FRMIVAL_TYPE_CONTINUOUS' >/usr/include/linux/videodev2.h:322: error: previous definition of 'V4L2_FRMIVAL_TYPE_CONTINUOUS' was here >v4l2_enumfrmfmt.h:17: error: redeclaration of enumerator 'V4L2_FRMIVAL_TYPE_STEPWISE' >/usr/include/linux/videodev2.h:323: error: previous definition of 'V4L2_FRMIVAL_TYPE_STEPWISE' was here >v4l2_enumfrmfmt.h:24: error: redefinition of 'struct v4l2_frmsize_discrete' >v4l2_enumfrmfmt.h:32: error: redefinition of 'struct v4l2_frmsize_stepwise' >v4l2_enumfrmfmt.h:52: error: redefinition of 'struct v4l2_frmsizeenum' >v4l2_enumfrmfmt.h:73: error: redefinition of 'struct v4l2_frmival_stepwise' >v4l2_enumfrmfmt.h:84: error: redefinition of 'struct v4l2_frmivalenum' >In file included from frmfmtenum.c:36: >v4l2_enumfrmfmt.h:116:1: warning: "VIDIOC_ENUM_FRAMESIZES" redefined >In file included from /usr/include/linux/videodev.h:15, > from frmfmtenum.c:34: >/usr/include/linux/videodev2.h:1233:1: warning: this is the location of the previous definition >In file included from frmfmtenum.c:36: >v4l2_enumfrmfmt.h:117:1: warning: "VIDIOC_ENUM_FRAMEINTERVALS" redefined >In file included from /usr/include/linux/videodev.h:15, > from frmfmtenum.c:34: >/usr/include/linux/videodev2.h:1234:1: warning: this is the location of the previous definition >make: *** [frmfmtenum.o] Error 1 >make: *** Waiting for unfinished jobs.... >error: Bad exit status from /var/tmp/rpm-tmp.27478 (%build) > > >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.27478 (%build) >[root@lampone trunk]# rpmbuild --rebuild /tmp/luvcview-20060920-1.fc6.src.rpm >Installing /tmp/luvcview-20060920-1.fc6.src.rpm >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7389 >+ umask 022 >+ cd /root/rpmbuild/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /root/rpmbuild/BUILD >+ rm -rf luvcview-20060920 >+ /bin/gzip -dc /root/rpmbuild/SOURCES/luvcview-20060920.tar.gz >+ tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd luvcview-20060920 >++ /usr/bin/id -u >+ '[' 0 = 0 ']' >+ /bin/chown -Rhf root . >++ /usr/bin/id -u >+ '[' 0 = 0 ']' >+ /bin/chgrp -Rhf root . >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #0 (makeinst.patch):' >Patch #0 (makeinst.patch): >+ patch -p0 -s >+ chmod 644 /root/rpmbuild/BUILD/luvcview-20060920/README >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7389 >+ umask 022 >+ cd /root/rpmbuild/BUILD >+ cd luvcview-20060920 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ /usr/bin/make -j3 >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o luvcview.o luvcview.c >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o utils.o utils.c >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o v4l2uvc.o v4l2uvc.c >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o gui.o gui.c >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o avilib.o avilib.c >gcc -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_SDL -O2 -DLINUX -DVERSION=\"0.1.7\" -I/usr/src/modules/linux-uvc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o frmfmtenum.o frmfmtenum.c >In file included from frmfmtenum.c:36: >v4l2_enumfrmfmt.h:8: error: nested redefinition of 'enum v4l2_frmsizetypes' >v4l2_enumfrmfmt.h:8: error: redeclaration of 'enum v4l2_frmsizetypes' >v4l2_enumfrmfmt.h:9: error: redeclaration of enumerator 'V4L2_FRMSIZE_TYPE_DISCRETE' >/usr/include/linux/videodev2.h:281: error: previous definition of 'V4L2_FRMSIZE_TYPE_DISCRETE' was here >v4l2_enumfrmfmt.h:10: error: redeclaration of enumerator 'V4L2_FRMSIZE_TYPE_CONTINUOUS' >/usr/include/linux/videodev2.h:282: error: previous definition of 'V4L2_FRMSIZE_TYPE_CONTINUOUS' was here >v4l2_enumfrmfmt.h:11: error: redeclaration of enumerator 'V4L2_FRMSIZE_TYPE_STEPWISE' >/usr/include/linux/videodev2.h:283: error: previous definition of 'V4L2_FRMSIZE_TYPE_STEPWISE' was here >v4l2_enumfrmfmt.h:14: error: nested redefinition of 'enum v4l2_frmivaltypes' >v4l2_enumfrmfmt.h:14: error: redeclaration of 'enum v4l2_frmivaltypes' >v4l2_enumfrmfmt.h:15: error: redeclaration of enumerator 'V4L2_FRMIVAL_TYPE_DISCRETE' >/usr/include/linux/videodev2.h:321: error: previous definition of 'V4L2_FRMIVAL_TYPE_DISCRETE' was here >v4l2_enumfrmfmt.h:16: error: redeclaration of enumerator 'V4L2_FRMIVAL_TYPE_CONTINUOUS' >/usr/include/linux/videodev2.h:322: error: previous definition of 'V4L2_FRMIVAL_TYPE_CONTINUOUS' was here >v4l2_enumfrmfmt.h:17: error: redeclaration of enumerator 'V4L2_FRMIVAL_TYPE_STEPWISE' >/usr/include/linux/videodev2.h:323: error: previous definition of 'V4L2_FRMIVAL_TYPE_STEPWISE' was here >v4l2_enumfrmfmt.h:24: error: redefinition of 'struct v4l2_frmsize_discrete' >v4l2_enumfrmfmt.h:32: error: redefinition of 'struct v4l2_frmsize_stepwise' >v4l2_enumfrmfmt.h:52: error: redefinition of 'struct v4l2_frmsizeenum' >v4l2_enumfrmfmt.h:73: error: redefinition of 'struct v4l2_frmival_stepwise' >v4l2_enumfrmfmt.h:84: error: redefinition of 'struct v4l2_frmivalenum' >In file included from frmfmtenum.c:36: >v4l2_enumfrmfmt.h:116:1: warning: "VIDIOC_ENUM_FRAMESIZES" redefined >In file included from /usr/include/linux/videodev.h:15, > from frmfmtenum.c:34: >/usr/include/linux/videodev2.h:1233:1: warning: this is the location of the previous definition >In file included from frmfmtenum.c:36: >v4l2_enumfrmfmt.h:117:1: warning: "VIDIOC_ENUM_FRAMEINTERVALS" redefined >In file included from /usr/include/linux/videodev.h:15, > from frmfmtenum.c:34: >/usr/include/linux/videodev2.h:1234:1: warning: this is the location of the previous definition >make: *** [frmfmtenum.o] Error 1 >make: *** Waiting for unfinished jobs.... >error: Bad exit status from /var/tmp/rpm-tmp.7389 (%build) > > >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.7389 (%build)
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 208398
: 147833