Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651812 - sys-devel/dev86-0.16.21-r2 - ncc: crt0.c:1: CPP-FATAL error: Cannot open output file
Summary: sys-devel/dev86-0.16.21-r2 - ncc: crt0.c:1: CPP-FATAL error: Cannot open outp...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-28 10:35 UTC by Tomáš Mózes
Modified: 2018-03-29 11:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,25.52 KB, text/plain)
2018-03-28 10:36 UTC, Tomáš Mózes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2018-03-28 10:35:57 UTC
In file included from writeemu.c:20:0:
writebin.c: In function 'write_dosemu':
writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define offsetof(struc, mem) ((int) &((struc *) 0)->mem)
                               ^
writebin.c:560:26: note: in expansion of macro 'offsetof'
  seekout((unsigned long) offsetof(struct exec, a_syms));
                          ^~~~~~~~
writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define offsetof(struc, mem) ((int) &((struc *) 0)->mem)
                               ^
writebin.c:565:26: note: in expansion of macro 'offsetof'
  if( FILEHEADERLENGTH >= offsetof(struct exec, a_trsize)+8)
                          ^~~~~~~~
writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define offsetof(struc, mem) ((int) &((struc *) 0)->mem)
                               ^
writebin.c:567:27: note: in expansion of macro 'offsetof'
   seekout((unsigned long) offsetof(struct exec, a_trsize));
                           ^~~~~~~~
writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define offsetof(struc, mem) ((int) &((struc *) 0)->mem)
                               ^
writebin.c:571:27: note: in expansion of macro 'offsetof'
   seekout((unsigned long) offsetof(struct exec, a_drsize));
                           ^~~~~~~~
x86_64-pc-linux-gnu-gcc  dumps.o io.o ld.o readobj.o table.o typeconv.o linksyms.o mkar.o writex86.o writebin.o writeemu.o -o ld86
make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r2/work/dev86-0.16.21/ld'
cp -p ld/ld86 bin/ld86
make -C ld CC='x86_64-pc-linux-gnu-gcc' CFLAGS=' -O2 -fno-strict-aliasing' LDFLAGS='' PREFIX=/usr LIBDIR='/usr/lib64/bcc' BINDIR='/usr/bin' ANSI='' objdump86
make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r2/work/dev86-0.16.21/ld'
x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing    objdump86.c   -o objdump86
objdump86.c: In function 'do_module':
objdump86.c:245:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
   fread(strtab, 1, (unsigned int)str_len, ifd);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r2/work/dev86-0.16.21/ld'
cp -p ld/objdump86 bin/objdump86
test -f bin/ncc
make -C libc CC=ncc "CCFLAGS=-O" AR=ar86 ARFLAGS=r PLATFORM=i86-ELKS
make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r2/work/dev86-0.16.21/libc'
ncc -c -Mn -O -D__LIBC__ -D__LIBC_VER__='"0.16.21"' -o crt0.o crt0.c
crt0.c:1: CPP-FATAL error: Cannot open output file
make[3]: *** [Makefile:49: crt0.o] Error 1
make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r2/work/dev86-0.16.21/libc'
make[2]: *** [make.fil:267: library] Error 2
make[2]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r2/work/dev86-0.16.21'
make[1]: *** [Makefile:26: all] Error 2
make[1]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r2/work/dev86-0.16.21'
make: *** [GNUmakefile:6: all] Error 2



Portage 2.3.24 (python 2.7.14-final-0, default/linux/amd64/17.0, gcc-7.3.0, glibc-2.26-r6, 4.14.23-gentoo x86_64)
=================================================================
System uname: Linux-4.14.23-gentoo-x86_64-Intel-R-_Core-TM-_i5-3570_CPU_@_3.40GHz-with-gentoo-2.4.1
KiB Mem:    16321624 total,   7037356 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Wed, 28 Mar 2018 00:15:02 +0000
Head commit of repository gentoo: d4966faf4546b7002e9e7cfc510b1467080c22de
sh bash 4.4_p19
ld GNU ld (Gentoo 2.30 p1) 2.30.0
app-shells/bash:          4.4_p19::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.26.1-r2::gentoo
dev-lang/python:          2.7.14-r1::gentoo, 3.5.4-r1::gentoo, 3.6.4::gentoo
dev-util/cmake:           3.10.2::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.35.5::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.16.1-r1::gentoo
sys-devel/binutils:       2.30::gentoo
sys-devel/gcc:            7.3.0::gentoo
sys-devel/gcc-config:     1.9.1::gentoo
sys-devel/libtool:        2.4.6-r5::gentoo
sys-devel/make:           4.2.1-r3::gentoo
sys-kernel/linux-headers: 4.15::gentoo (virtual/os-headers)
sys-libs/glibc:           2.26-r6::gentoo

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-mtune=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.1/ext-active/ /etc/php/apache2-php7.2/ext-active/ /etc/php/cgi-php7.1/ext-active/ /etc/php/cgi-php7.2/ext-active/ /etc/php/cli-php7.1/ext-active/ /etc/php/cli-php7.2/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-mtune=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://tux.rainside.sk/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bzip2 cli crypt cxx dri fortran gdbm iconv ipv6 modules multilib ncurses nptl openmp pam pcre readline seccomp ssl tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_core authn_dbm authn_file authz_core authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias watchdog" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx f16c popcnt sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 xen pc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" NGINX_MODULES_HTTP="access charset gzip limit_conn limit_req log proxy rewrite gunzip upstream_check stub_status" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-1 php7-2" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_5 python3_6" RUBY_TARGETS="ruby23 ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="intel i915 i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Tomáš Mózes 2018-03-28 10:36:49 UTC
Created attachment 525830 [details]
build.log
Comment 2 Tomáš Mózes 2018-03-29 11:23:44 UTC
Sorry, false alarm, had bad permissions on /tmp.