Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 585968 Details for
Bug 691672
app-misc/graphlcd-base-1.0.2 - port.c:20:10: fatal error: sys/io.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
graphlcd-base-1.0.2:20190807-103049.log (text/plain), 5.55 KB, created by
ernsteiswuerfel
on 2019-08-07 10:33:44 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
ernsteiswuerfel
Created:
2019-08-07 10:33:44 UTC
Size:
5.55 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: app-misc/graphlcd-base-1.0.2 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: ck+gentoo@bl4ckb0x.de proxy-maint@gentoo.org,vdr@gentoo.org >[32;01m * [39;49;00mUSE: abi_ppc_32 elibc_glibc kernel_linux ppc userland_GNU >[32;01m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking graphlcd-base-1.0.2.tar.bz2 to /var/tmp/portage/app-misc/graphlcd-base-1.0.2/work >>>> Source unpacked in /var/tmp/portage/app-misc/graphlcd-base-1.0.2/work >>>> Preparing source in /var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2 ... >make -j1 >make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcdgraphics' >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE bitmap.c >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE common.c >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE font.c >[01m[Kfont.c:[m[K In member function â[01m[Kbool GLCD::cFont::LoadFNT(const string&, const string&)[m[Kâ: >[01m[Kfont.c:148:10:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksize_t fread(void*, size_t, size_t, FILE*)[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Kfread(buffer, kFontHeaderSize, 1, fontFile)[m[K; > [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kfont.c:169:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksize_t fread(void*, size_t, size_t, FILE*)[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Kfread(chdr, kCharHeaderSize, 1, fontFile)[m[K; > [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kfont.c:172:14:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksize_t fread(void*, size_t, size_t, FILE*)[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Kfread(buffer, fontHeight * ((charWidth + 7) / 8), 1, fontFile)[m[K; > [01;35m[K~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE glcd.c >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE image.c >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE imagefile.c >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE pbm.c >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE extformats.c >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared bitmap.o common.o font.o glcd.o image.o imagefile.o pbm.o extformats.o -Wl,-soname="libglcdgraphics.so.2" -Wl,--no-undefined -o libglcdgraphics.so.2.1.0 >ln -sf libglcdgraphics.so.2.1.0 libglcdgraphics.so >make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcdgraphics' >make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcddrivers' >/bin/sh: libvncserver-config: command not found >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB common.c >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB config.c >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB driver.c >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB drivers.c >powerpc-unknown-linux-gnu-g++ -O2 -mcpu=7450 -pipe -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB port.c >[01m[Kport.c:20:10:[m[K [01;31m[Kfatal error: [m[Ksys/io.h: No such file or directory > #include [01;31m[K<sys/io.h>[m[K > [01;31m[K^~~~~~~~~~[m[K >compilation terminated. >make[1]: *** [Makefile:69: port.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcddrivers' >make: *** [Makefile:19: all] Error 2 > [31;01m*[0m ERROR: app-misc/graphlcd-base-1.0.2::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=app-misc/graphlcd-base-1.0.2::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=app-misc/graphlcd-base-1.0.2::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/log/portage/build/app-misc/graphlcd-base-1.0.2:20190807-103049.log'. > [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2' > [31;01m*[0m S: '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2'
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 691672
: 585968 |
585970