Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 632402 Details for
Bug 717184
sys-block/rts_pstor-1.10_p20160103 : /.../rtsx.h: error: dereferencing pointer to incomplete type struct timeval
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-block:rts_pstor-1.10_p20160103:20200412-020608.log
sys-block:rts_pstor-1.10_p20160103:20200412-020608.log (text/plain), 10.40 KB, created by
Toralf Förster
on 2020-04-12 08:05:09 UTC
(
hide
)
Description:
sys-block:rts_pstor-1.10_p20160103:20200412-020608.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-04-12 08:05:09 UTC
Size:
10.40 KB
patch
obsolete
> * Package: sys-block/rts_pstor-1.10_p20160103 > * Repository: gentoo > * Maintainer: martin.dummer@gmx.net proxy-maint@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Determining the location of the kernel source code > * Found kernel source directory: > * /usr/src/linux > * Found sources for kernel version: > * 5.6.3-gentoo > * Checking for suitable kernel configuration options... > [ ok ] >>>> Unpacking source... >>>> Unpacking rts_pstor-1.10_p20160103.tar.gz to /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work >>>> Source unpacked in /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work >>>> Preparing source in /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188 ... > * Applying fix-compile-kernel-5.0.0.patch ... > [ ok ] > * Applying rts_pstor-makefile-kernel-5.1.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188 ... >ln: failed to create symbolic link 'Module.symvers': File exists > * Preparing rts_pstor module >make -j1 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- 'LDFLAGS=-m elf_x86_64' KERNELDIR=/usr/src/linux default >sed "s/RTSX_MK_TIME/`date +%y.%m.%d.%H.%M`/" timestamp.in > timestamp.h >cp -f ./define.release ./define.h >make -C /usr/src/linux M=/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188 modules >make[1]: Entering directory '/usr/src/linux-5.6.3-gentoo' > CC [M] /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.o >In file included from /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:29: >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.h:85:36: warning: âstruct timevalâ declared inside parameter list will not be visible outside of this definition or declaration > 85 | static void do_gettimeofday(struct timeval *tv) > | ^~~~~~~ >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.h: In function âdo_gettimeofdayâ: >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.h:90:4: error: dereferencing pointer to incomplete type âstruct timevalâ > 90 | tv->tv_sec = now.tv_sec; > | ^~ >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.h: In function âget_current_timeâ: >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.h:183:17: error: storage size of âtvâ isnât known > 183 | struct timeval tv; > | ^~ >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.h:183:17: warning: unused variable âtvâ [-Wunused-variable] >In file included from /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:30: >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx_chip.h: At top level: >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx_chip.h:330: warning: "SG_END" redefined > 330 | #define SG_END 0x02 > | >In file included from ./include/linux/blkdev.h:28, > from /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:23: >./include/linux/scatterlist.h:65: note: this is the location of the previous definition > 65 | #define SG_END 0x02UL > | >In file included from ./include/linux/printk.h:7, > from ./include/linux/kernel.h:15, > from ./arch/x86/include/asm/percpu.h:45, > from ./arch/x86/include/asm/current.h:6, > from ./include/linux/sched.h:12, > from ./include/linux/blkdev.h:5, > from /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:23: >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c: In function ârtsx_control_threadâ: >./include/linux/kern_levels.h:5:18: warning: format â%dâ expects argument of type âintâ, but argument 3 has type âu64â {aka âlong long unsigned intâ} [-Wformat=] > 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ > | ^~~~~~ >./include/linux/kern_levels.h:11:18: note: in expansion of macro âKERN_SOHâ > 11 | #define KERN_ERR KERN_SOH "3" /* error conditions */ > | ^~~~~~~~ >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:533:11: note: in expansion of macro âKERN_ERRâ > 533 | printk(KERN_ERR "Bad target number (%d:%d)\n", > | ^~~~~~~~ >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:533:44: note: format string is defined here > 533 | printk(KERN_ERR "Bad target number (%d:%d)\n", > | ~^ > | | > | int > | %lld >In file included from ./include/linux/printk.h:7, > from ./include/linux/kernel.h:15, > from ./arch/x86/include/asm/percpu.h:45, > from ./arch/x86/include/asm/current.h:6, > from ./include/linux/sched.h:12, > from ./include/linux/blkdev.h:5, > from /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:23: >./include/linux/kern_levels.h:5:18: warning: format â%dâ expects argument of type âintâ, but argument 3 has type âu64â {aka âlong long unsigned intâ} [-Wformat=] > 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ > | ^~~~~~ >./include/linux/kern_levels.h:11:18: note: in expansion of macro âKERN_SOHâ > 11 | #define KERN_ERR KERN_SOH "3" /* error conditions */ > | ^~~~~~~~ >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:539:11: note: in expansion of macro âKERN_ERRâ > 539 | printk(KERN_ERR "Bad LUN (%d:%d)\n", > | ^~~~~~~~ >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:539:34: note: format string is defined here > 539 | printk(KERN_ERR "Bad LUN (%d:%d)\n", > | ~^ > | | > | int > | %lld >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c: In function ârtsx_probeâ: >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:973:20: error: implicit declaration of function âioremap_nocacheâ; did you mean âioremap_cacheâ? [-Werror=implicit-function-declaration] > 973 | dev->remap_addr = ioremap_nocache(dev->addr, pci_resource_len(pci,0)); > | ^~~~~~~~~~~~~~~ > | ioremap_cache >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:973:18: warning: assignment to âvoid *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 973 | dev->remap_addr = ioremap_nocache(dev->addr, pci_resource_len(pci,0)); > | ^ >At top level: >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:1083:13: warning: ârtsx_removeâ defined but not used [-Wunused-function] > 1083 | static void rtsx_remove(struct pci_dev *pci) > | ^~~~~~~~~~~ >/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.c:142:12: warning: âproc_infoâ defined but not used [-Wunused-function] > 142 | static int proc_info (struct Scsi_Host *host, char *buffer, > | ^~~~~~~~~ >cc1: some warnings being treated as errors >make[2]: *** [scripts/Makefile.build:268: /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188/rtsx.o] Error 1 >make[1]: *** [Makefile:1683: /var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188] Error 2 >make[1]: Leaving directory '/usr/src/linux-5.6.3-gentoo' >make: *** [Makefile:37: default] Error 2 > * ERROR: sys-block/rts_pstor-1.10_p20160103::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sys-block/rts_pstor-1.10_p20160103::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-block/rts_pstor-1.10_p20160103::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-block:rts_pstor-1.10_p20160103:20200412-020608.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/temp/environment'. > * Working directory: '/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188' > * S: '/var/tmp/portage/sys-block/rts_pstor-1.10_p20160103/work/RTS5209-linux-driver-c8313abffe083ac63bf76d2cc90d3edf5b2d1188'
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 717184
:
632394
|
632396
|
632398
|
632400
| 632402 |
632404