Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 622712 Details for
Bug 713472
sys-power/nvram-wakeup-1.1 : bios.c: error: unknown type name _uint8_t
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-power:nvram-wakeup-1.1:20200319-131952.log
sys-power:nvram-wakeup-1.1:20200319-131952.log (text/plain), 7.42 KB, created by
Toralf Förster
on 2020-03-19 14:05:17 UTC
(
hide
)
Description:
sys-power:nvram-wakeup-1.1:20200319-131952.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-03-19 14:05:17 UTC
Size:
7.42 KB
patch
obsolete
> * Package: sys-power/nvram-wakeup-1.1 > * Repository: gentoo > * Maintainer: base-system@gentoo.org > * USE: abi_x86_64 amd64 elibc_musl kernel_linux nls split-usr userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking nvram-wakup-1.1.tar.gz to /var/tmp/portage/sys-power/nvram-wakeup-1.1/work >>>> Source unpacked in /var/tmp/portage/sys-power/nvram-wakeup-1.1/work >>>> Preparing source in /var/tmp/portage/sys-power/nvram-wakeup-1.1/work/nvram-wakup-1.1 ... > * strip-flags: CFLAGS: changed '-O2 -pipe -march=native -fno-common -falign-functions=32:25:16' to '-O2 -pipe -march=native' > * strip-flags: CXXFLAGS: changed '-O2 -pipe -march=native -fno-common -falign-functions=32:25:16' to '-O2 -pipe -march=native' > * strip-flags: FFLAGS: changed '-O2 -pipe -march=native -fno-common -falign-functions=32:25:16' to '-O2 -pipe -march=native' > * strip-flags: FCFLAGS: changed '-O2 -pipe -march=native -fno-common -falign-functions=32:25:16' to '-O2 -pipe -march=native' >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-power/nvram-wakeup-1.1/work/nvram-wakup-1.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-power/nvram-wakeup-1.1/work/nvram-wakup-1.1 ... >make -j1 >Preparing cvs_revs.h >gcc -O2 -pipe -march=native -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o nvram-wakeup.o nvram-wakeup.c >nvram-wakeup.c: In function âmainâ: >nvram-wakeup.c:278:34: warning: overflow in conversion from âlong unsigned intâ to âintâ changes value from â2149871624â to â-2145095672â [-Woverflow] > 278 | retval = ioctl(fd_rtc, RTC_ALM_READ, &oRtc_tm); > | ^~~~~~~~~~~~ >gcc -O2 -pipe -march=native -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o nvram-wakeup-mb.o nvram-wakeup-mb.c >gcc -O2 -pipe -march=native -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o gmt-test.o gmt-test.c >gmt-test.c: In function âcompare_ltm_rtcâ: >gmt-test.c:49:24: warning: overflow in conversion from âlong unsigned intâ to âintâ changes value from â2149871625â to â-2145095671â [-Woverflow] > 49 | if (ioctl(fd_rtc, RTC_RD_TIME, rtc_tm) == -1) { > | ^~~~~~~~~~~ >gcc -O2 -pipe -march=native -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o byteops.o byteops.c >gcc -O2 -pipe -march=native -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o nvramops.o nvramops.c >gcc -O2 -pipe -march=native -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o bios.o bios.c >bios.c:27:6: error: unknown type name â__uint8_tâ > 27 | __uint8_t type; > | ^~~~~~~~~ >bios.c:28:6: error: unknown type name â__uint8_tâ > 28 | __uint8_t size; > | ^~~~~~~~~ >bios.c:29:6: error: unknown type name â__uint16_tâ > 29 | __uint16_t handle; > | ^~~~~~~~~~ >bios.c:44:8: error: unknown type name â__uint8_tâ > 44 | static __uint8_t *data; > | ^~~~~~~~~ >bios.c: In function â__dmi_stringâ: >bios.c:67:6: error: unknown type name â__uint8_tâ; did you mean âu_int8_tâ? > 67 | __uint8_t *bp = (__uint8_t *)dmi; > | ^~~~~~~~~ > | u_int8_t >bios.c:67:23: error: â__uint8_tâ undeclared (first use in this function); did you mean âu_int8_tâ? > 67 | __uint8_t *bp = (__uint8_t *)dmi; > | ^~~~~~~~~ > | u_int8_t >bios.c:67:23: note: each undeclared identifier is reported only once for each function it appears in >bios.c:67:34: error: expected expression before â)â token > 67 | __uint8_t *bp = (__uint8_t *)dmi; > | ^ >bios.c:68:15: error: expected â;â before âsâ > 68 | __uint8_t s = bp[i]; > | ^ ~ > | ; >bios.c:70:11: error: âsâ undeclared (first use in this function) > 70 | if (!s) return NULL; > | ^ >bios.c:75:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 75 | if ( (int)bp >= (int)data ) return NULL; /* broken DMI entry */ > | ^ >bios.c:75:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 75 | if ( (int)bp >= (int)data ) return NULL; /* broken DMI entry */ > | ^ >bios.c: In function â__dmi_probeâ: >bios.c:85:6: error: unknown type name â__uint8_tâ; did you mean âu_int8_tâ? > 85 | __uint8_t buf[16]; > | ^~~~~~~~~ > | u_int8_t >bios.c:116:16: error: unknown type name â__uint16_tâ; did you mean âuint16_tâ? > 116 | __uint16_t count = buf[13]<<8 | buf[12]; > | ^~~~~~~~~~ > | uint16_t >bios.c:117:16: error: unknown type name â__uint16_tâ; did you mean âuint16_tâ? > 117 | __uint16_t size = buf[7] <<8 | buf[6]; > | ^~~~~~~~~~ > | uint16_t >bios.c:118:16: error: unknown type name â__uint32_tâ; did you mean âuint32_tâ? > 118 | __uint32_t base = buf[11]<<24 | buf[10]<<16 | buf[9]<<8 | buf[8]; > | ^~~~~~~~~~ > | uint32_t >bios.c:135:24: error: â__uint8_tâ undeclared (first use in this function); did you mean âu_int8_tâ? > 135 | data = (__uint8_t *)entry; > | ^~~~~~~~~ > | u_int8_t >bios.c:135:35: error: expected expression before â)â token > 135 | data = (__uint8_t *)entry; > | ^ >bios.c:139:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 139 | if ( (int)data - (int)entry >= size-4 ) break; /* broken DMI euntry */ > | ^ >bios.c:139:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 139 | if ( (int)data - (int)entry >= size-4 ) break; /* broken DMI euntry */ > | ^ >bios.c:143:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 143 | i, (int)data - (int)entry, dm->type, dm->size, dm->size ); > | ^ >bios.c:143:66: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 143 | i, (int)data - (int)entry, dm->type, dm->size, dm->size ); > | ^ > >make: *** [<builtin>: bios.o] Error 1 > * ERROR: sys-power/nvram-wakeup-1.1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sys-power/nvram-wakeup-1.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-power/nvram-wakeup-1.1::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-power:nvram-wakeup-1.1:20200319-131952.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-power/nvram-wakeup-1.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-power/nvram-wakeup-1.1/temp/environment'. > * Working directory: '/var/tmp/portage/sys-power/nvram-wakeup-1.1/work/nvram-wakup-1.1' > * S: '/var/tmp/portage/sys-power/nvram-wakeup-1.1/work/nvram-wakup-1.1'
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 713472
:
622704
|
622706
|
622708
|
622710
| 622712 |
622714