Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 627146 Details for
Bug 715390
sys-fs/mac-fdisk-0.1_p18 : io.c: error: unknown type name loff_t
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-fs:mac-fdisk-0.1_p18:20200330-071028.log
sys-fs:mac-fdisk-0.1_p18:20200330-071028.log (text/plain), 5.22 KB, created by
Toralf Förster
on 2020-03-30 07:15:58 UTC
(
hide
)
Description:
sys-fs:mac-fdisk-0.1_p18:20200330-071028.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-03-30 07:15:58 UTC
Size:
5.22 KB
patch
obsolete
> * Package: sys-fs/mac-fdisk-0.1_p18 > * Repository: gentoo > * Maintainer: ppc@gentoo.org > * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking mac-fdisk_0.1.orig.tar.gz to /var/tmp/portage/sys-fs/mac-fdisk-0.1_p18/work >>>> Unpacking mac-fdisk_0.1-18.diff.gz to /var/tmp/portage/sys-fs/mac-fdisk-0.1_p18/work >>>> Source unpacked in /var/tmp/portage/sys-fs/mac-fdisk-0.1_p18/work >>>> Preparing source in /var/tmp/portage/sys-fs/mac-fdisk-0.1_p18/work/mac-fdisk-0.1.orig ... > * Applying mac-fdisk_0.1-18.diff ... > [ ok ] > * Applying largerthan2gb.patch ... > [ ok ] > * Applying mac-fdisk-0.1-headers.patch ... > [ ok ] > * Applying mac-fdisk-0.1_p16-ppc64.patch ... > [ ok ] > * Applying mac-fdisk-amd64.patch ... > [ ok ] > * Applying big_pt.patch ... > [ ok ] > * Applying mac-fdisk-0.1_p16-ppc-inline.patch ... > [ ok ] > * Applying mac-fdisk-0.1_p18-lseek64.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-fs/mac-fdisk-0.1_p18/work/mac-fdisk-0.1.orig ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-fs/mac-fdisk-0.1_p18/work/mac-fdisk-0.1.orig ... >make -j1 CC=x86_64-gentoo-linux-musl-gcc >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o pdisk.o pdisk.c >In file included from pdisk.c:44: >kernel-defs.h:47: warning: "_IOC" redefined > 47 | #define _IOC(dir,type,nr,size) \ > | >In file included from /usr/include/sys/ioctl.h:8, > from pdisk.c:43: >/usr/include/bits/ioctl.h:1: note: this is the location of the previous definition > 1 | #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) ) > | >In file included from pdisk.c:44: >kernel-defs.h:52: warning: "_IO" redefined > 52 | #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) > | >In file included from /usr/include/sys/ioctl.h:8, > from pdisk.c:43: >/usr/include/bits/ioctl.h:6: note: this is the location of the previous definition > 6 | #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) > | >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o dump.o dump.c >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o partition_map.o partition_map.c >In file included from partition_map.c:42: >kernel-defs.h:47: warning: "_IOC" redefined > 47 | #define _IOC(dir,type,nr,size) \ > | >In file included from /usr/include/sys/ioctl.h:8, > from partition_map.c:41: >/usr/include/bits/ioctl.h:1: note: this is the location of the previous definition > 1 | #define _IOC(a,b,c,d) ( ((a)<<30) | ((b)<<8) | (c) | ((d)<<16) ) > | >In file included from partition_map.c:42: >kernel-defs.h:52: warning: "_IO" redefined > 52 | #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) > | >In file included from /usr/include/sys/ioctl.h:8, > from partition_map.c:41: >/usr/include/bits/ioctl.h:6: note: this is the location of the previous definition > 6 | #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) > | >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o convert.o convert.c >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o io.o io.c >io.c: In function âget_okayâ: >io.c:154:5: warning: format not a string literal and no format arguments [-Wformat-security] > 154 | printf(prompt); > | ^~~~~~ >io.c:172:6: warning: format not a string literal and no format arguments [-Wformat-security] > 172 | printf(prompt); > | ^~~~~~ >io.c: In function âget_commandâ: >io.c:185:2: warning: format not a string literal and no format arguments [-Wformat-security] > 185 | printf(prompt); > | ^~~~~~ >io.c:195:6: warning: format not a string literal and no format arguments [-Wformat-security] > 195 | printf(prompt); > | ^~~~~~ >io.c: In function âget_number_argumentâ: >io.c:220:3: warning: format not a string literal and no format arguments [-Wformat-security] > 220 | printf(prompt); > | ^~~~~~ >io.c: In function âget_string_argumentâ: >io.c:298:3: warning: format not a string literal and no format arguments [-Wformat-security] > 298 | printf(prompt); > | ^~~~~~ >io.c: In function âread_blockâ: >io.c:437:5: error: unknown type name âloff_tâ; did you mean âoff_tâ? > 437 | loff_t x; > | ^~~~~~ > | off_t >io.c: In function âwrite_blockâ: >io.c:469:5: error: unknown type name âloff_tâ; did you mean âoff_tâ? > 469 | loff_t x; > | ^~~~~~ > | off_t >make: *** [<builtin>: io.o] Error 1 > * ERROR: sys-fs/mac-fdisk-0.1_p18::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sys-fs/mac-fdisk-0.1_p18::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-fs/mac-fdisk-0.1_p18::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-fs:mac-fdisk-0.1_p18:20200330-071028.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-fs/mac-fdisk-0.1_p18/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-fs/mac-fdisk-0.1_p18/temp/environment'. > * Working directory: '/var/tmp/portage/sys-fs/mac-fdisk-0.1_p18/work/mac-fdisk-0.1.orig' > * S: '/var/tmp/portage/sys-fs/mac-fdisk-0.1_p18/work/mac-fdisk-0.1.orig'
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 715390
:
627138
|
627140
|
627142
|
627144
| 627146 |
627148