Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gcc does not work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
olli.bo
Apprentice
Apprentice


Joined: 16 Jul 2003
Posts: 208
Location: Germany

PostPosted: Tue Feb 19, 2013 12:10 pm    Post subject: gcc does not work Reply with quote

Hi,

I can't emerge or compile nothing at the moment.
Even a simple HelloWorld-Programm can't be compiled by the gcc:

Code:
silent-gabosh ~ # cat test.c
#include <stdio.h>

int main(void)
{
 printf("Hello, World\n");
 return 0;
}


Here the gcc output:

Code:
silent-gabosh ~ # gcc test.c
In file included from test.c:1:0:
/usr/include/stdio.h: In function 'sprintf':
/usr/include/stdio.h:366:47: error: expected declaration specifiers before '__THROWNL'
/usr/include/stdio.h:372:12: error: storage class specified for parameter 'vfprintf'
/usr/include/stdio.h:378:12: error: storage class specified for parameter 'vprintf'
/usr/include/stdio.h:381:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROWNL'
/usr/include/stdio.h:389:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROWNL'
/usr/include/stdio.h:393:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROWNL'
/usr/include/stdio.h:418:12: error: storage class specified for parameter 'vdprintf'
/usr/include/stdio.h:421:12: error: storage class specified for parameter 'dprintf'
/usr/include/stdio.h:431:12: error: storage class specified for parameter 'fscanf'
/usr/include/stdio.h:437:12: error: storage class specified for parameter 'scanf'
/usr/include/stdio.h:439:12: error: storage class specified for parameter 'sscanf'
/usr/include/stdio.h:449:12: error: storage class specified for parameter 'fscanf'
/usr/include/stdio.h:449:12: error: redefinition of parameter 'fscanf'
/usr/include/stdio.h:431:12: note: previous definition of 'fscanf' was here
/usr/include/stdio.h:452:12: error: storage class specified for parameter 'scanf'
/usr/include/stdio.h:452:12: error: redefinition of parameter 'scanf'
/usr/include/stdio.h:437:12: note: previous definition of 'scanf' was here
/usr/include/stdio.h:454:12: error: storage class specified for parameter 'sscanf'
/usr/include/stdio.h:454:12: error: redefinition of parameter 'sscanf'
/usr/include/stdio.h:439:12: note: previous definition of 'sscanf' was here
/usr/include/stdio.h:477:12: error: storage class specified for parameter 'vfscanf'
/usr/include/stdio.h:485:12: error: storage class specified for parameter 'vscanf'
/usr/include/stdio.h:489:12: error: storage class specified for parameter 'vsscanf'
/usr/include/stdio.h:500:12: error: storage class specified for parameter 'vfscanf'
/usr/include/stdio.h:500:12: error: redefinition of parameter 'vfscanf'
/usr/include/stdio.h:477:12: note: previous definition of 'vfscanf' was here
/usr/include/stdio.h:505:12: error: storage class specified for parameter 'vscanf'
/usr/include/stdio.h:505:12: error: redefinition of parameter 'vscanf'
/usr/include/stdio.h:485:12: note: previous definition of 'vscanf' was here
/usr/include/stdio.h:508:12: error: storage class specified for parameter 'vsscanf'
/usr/include/stdio.h:508:12: error: redefinition of parameter 'vsscanf'
/usr/include/stdio.h:489:12: note: previous definition of 'vsscanf' was here
/usr/include/stdio.h:537:12: error: storage class specified for parameter 'fgetc'
/usr/include/stdio.h:538:12: error: storage class specified for parameter 'getc'
/usr/include/stdio.h:544:12: error: storage class specified for parameter 'getchar'
/usr/include/stdio.h:556:12: error: storage class specified for parameter 'getc_unlocked'
/usr/include/stdio.h:557:12: error: storage class specified for parameter 'getchar_unlocked'
/usr/include/stdio.h:567:12: error: storage class specified for parameter 'fgetc_unlocked'
/usr/include/stdio.h:579:12: error: storage class specified for parameter 'fputc'
/usr/include/stdio.h:580:12: error: storage class specified for parameter 'putc'
/usr/include/stdio.h:586:12: error: storage class specified for parameter 'putchar'
/usr/include/stdio.h:600:12: error: storage class specified for parameter 'fputc_unlocked'
/usr/include/stdio.h:608:12: error: storage class specified for parameter 'putc_unlocked'
/usr/include/stdio.h:609:12: error: storage class specified for parameter 'putchar_unlocked'
/usr/include/stdio.h:616:12: error: storage class specified for parameter 'getw'
/usr/include/stdio.h:619:12: error: storage class specified for parameter 'putw'
/usr/include/stdio.h:628:14: error: storage class specified for parameter 'fgets'
/usr/include/stdio.h:636:14: error: storage class specified for parameter 'gets'
/usr/include/stdio.h:662:20: error: storage class specified for parameter '__getdelim'
/usr/include/stdio.h:665:20: error: storage class specified for parameter 'getdelim'
/usr/include/stdio.h:675:20: error: storage class specified for parameter 'getline'
/usr/include/stdio.h:686:12: error: storage class specified for parameter 'fputs'
/usr/include/stdio.h:692:12: error: storage class specified for parameter 'puts'
/usr/include/stdio.h:699:12: error: storage class specified for parameter 'ungetc'
/usr/include/stdio.h:706:15: error: storage class specified for parameter 'fread'
/usr/include/stdio.h:712:15: error: storage class specified for parameter 'fwrite'
/usr/include/stdio.h:734:15: error: storage class specified for parameter 'fread_unlocked'
/usr/include/stdio.h:736:15: error: storage class specified for parameter 'fwrite_unlocked'
/usr/include/stdio.h:746:12: error: storage class specified for parameter 'fseek'
/usr/include/stdio.h:751:17: error: storage class specified for parameter 'ftell'
/usr/include/stdio.h:756:13: error: storage class specified for parameter 'rewind'
/usr/include/stdio.h:770:12: error: storage class specified for parameter 'fseeko'
/usr/include/stdio.h:775:16: error: storage class specified for parameter 'ftello'
/usr/include/stdio.h:795:12: error: storage class specified for parameter 'fgetpos'
/usr/include/stdio.h:800:12: error: storage class specified for parameter 'fsetpos'
/usr/include/stdio.h:823:13: error: storage class specified for parameter 'clearerr'
/usr/include/stdio.h:825:12: error: storage class specified for parameter 'feof'
/usr/include/stdio.h:827:12: error: storage class specified for parameter 'ferror'
/usr/include/stdio.h:832:13: error: storage class specified for parameter 'clearerr_unlocked'
/usr/include/stdio.h:833:12: error: storage class specified for parameter 'feof_unlocked'
/usr/include/stdio.h:834:12: error: storage class specified for parameter 'ferror_unlocked'
/usr/include/stdio.h:843:13: error: storage class specified for parameter 'perror'
In file included from /usr/include/stdio.h:850:0,
                 from test.c:1:
/usr/include/bits/sys_errlist.h:27:12: error: storage class specified for parameter 'sys_nerr'
/usr/include/bits/sys_errlist.h:28:30: error: storage class specified for parameter 'sys_errlist'
In file included from test.c:1:0:
/usr/include/stdio.h:855:12: error: storage class specified for parameter 'fileno'
/usr/include/stdio.h:860:12: error: storage class specified for parameter 'fileno_unlocked'
/usr/include/stdio.h:870:14: error: storage class specified for parameter 'popen'
/usr/include/stdio.h:876:12: error: storage class specified for parameter 'pclose'
/usr/include/stdio.h:882:14: error: storage class specified for parameter 'ctermid'
/usr/include/stdio.h:910:13: error: storage class specified for parameter 'flockfile'
/usr/include/stdio.h:914:12: error: storage class specified for parameter 'ftrylockfile'
/usr/include/stdio.h:917:13: error: storage class specified for parameter 'funlockfile'
test.c:4:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
/usr/include/stdio.h:365:12: error: old-style parameter declarations in prototyped function definition
test.c:7:1: error: expected '{' at end of input


What am I doing wrong, or what can I do to fix the problem.

Here some more Informations about my system:

Code:
silent-gabosh ~ # gcc-config -l
 [1] i686-pc-linux-gnu-4.6.3 *


Code:
silent-gabosh ~ # emerge --info
Portage 2.1.11.50 (default/linux/x86/13.0, gcc-4.6.3, glibc-2.15-r3, 3.5.7-gentoo i686)
=================================================================
System uname: Linux-3.5.7-gentoo-i686-Intel-R-_Atom-TM-_CPU_D525_@_1.80GHz-with-gentoo-2.1
KiB Mem:     4130876 total,   1392520 free
KiB Swap:    1004024 total,    987140 free
Timestamp of tree: Sat, 16 Feb 2013 03:00:01 +0000
ld GNU ld (GNU Binutils) 2.22
distcc 3.1 i686-pc-linux-gnu [disabled]
app-shells/bash:          4.2_p37
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.69
sys-devel/automake:       1.11.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.6 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo x-portage-overlay
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="@FREE isc-dhcp arj adobe-ps lha freedist unRAR PHP-2.02 MSttfEULA hylafax free-noncomm DES MPEG-4 zoo SAMSUNG-ELECTRONICS-software as-is"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=atom -O2 -pipe -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=atom -O2 -pipe -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch xattr"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/srv/tmp/"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage-overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl ads alsa apache2 berkdb bzip2 capi cdparanoia chroot cjk cli cracklib crypt ctype cups cxx dlz dri dynamicplugin extensions fax ffmpeg fortran ftp gd gdbm git gpm gssapi hash iconv imagemagick imap jack jpeg json kerberos ldap ldap-bind logrotate lzo mad mdev mhash mmx mmxext modules mudflap mysql mysqli ncurses netpbm nfs nls nptl ogg openldap openmp overlays pam pcre perl readline samba sasl scanner sdb-ldap session sieve slang spamassassin spl sqlite sqlite2 sqlite3 sse sse2 ssl subversion syslog tidy tiff tordns truetype unicode unzip usb vhosts vim-syntax win32codecs x86 xattr xml xmlrpc zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias cgid proxy proxy_http" APACHE2_MPMS="prefork" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" 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:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

Code:
silent-gabosh ~ # emerge -pv gcc glibc

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] sys-devel/gcc-4.6.3:4.6  USE="cxx fortran mudflap nls nptl openmp (-altivec) -doc (-fixed-point) -gcj -graphite -gtk (-hardened) (-libssp) (-multilib) -multislot -nopie -nossp -objc -objc++ -objc-gc {-test} -vanilla" 70,354 kB
[ebuild   R    ] sys-libs/glibc-2.15-r3:2.2  USE="gd -debug (-hardened) (-multilib) -profile (-selinux) -vanilla" 10,568 kB

Total: 2 packages (2 reinstalls), Size of downloads: 80,922 kB
silent-gabosh ~ #
Back to top
View user's profile Send private message
gienah
Developer
Developer


Joined: 24 Nov 2010
Posts: 212
Location: AU

PostPosted: Wed Feb 20, 2013 2:02 am    Post subject: Reply with quote

If you are lucky enough to have app-portage/gentoolkit installed, then you could try checking for any corruption in glibc or gcc:

Code:
equery check sys-libs/glibc
equery check sys-devel/gcc:4.6
Back to top
View user's profile Send private message
olli.bo
Apprentice
Apprentice


Joined: 16 Jul 2003
Posts: 208
Location: Germany

PostPosted: Wed Feb 20, 2013 8:40 am    Post subject: Reply with quote

Hi gienah,

thank you for your answer. There seems to be a corruption:

Code:
silent-gabosh / # equery check sys-libs/glibc
* Checking sys-libs/glibc-2.15-r3 ...
!!! /usr/include/sys/vfs.h has wrong mtime (is 1305898531, should be 1354030125)
!!! /usr/include/sys/un.h has wrong mtime (is 1305898596, should be 1354030133)
!!! /etc/gai.conf has incorrect MD5sum
!!! /usr/include/sys/ttydefaults.h has wrong mtime (is 1305898547, should be 1354030127)
!!! /usr/include/sys/times.h has wrong mtime (is 1305898509, should be 1354030121)
!!! /usr/include/sys/select.h has incorrect MD5sum
!!! /usr/include/sys/raw.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/debugreg.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/vt.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/xattr.h has wrong mtime (is 1305898579, should be 1354030131)
!!! /usr/include/sys/mman.h has wrong mtime (is 1305898579, should be 1354030131)
!!! /usr/include/sys/ucontext.h has wrong mtime (is 1305898326, should be 1354030097)
!!! /usr/include/sys/poll.h has wrong mtime (is 1305898532, should be 1354030125)
!!! /usr/include/sys/vlimit.h has wrong mtime (is 1305898560, should be 1354030128)
!!! /usr/include/sys/procfs.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/gmon_out.h has wrong mtime (is 1305898627, should be 1354030136)
!!! /usr/include/sys/reboot.h has wrong mtime (is 1305898579, should be 1354030131)
!!! /usr/include/sys/socket.h has wrong mtime (is 1305898596, should be 1354030133)
!!! /usr/include/sys/socketvar.h has wrong mtime (is 1305898597, should be 1354030133)
!!! /usr/include/sys/sem.h has wrong mtime (is 1305898614, should be 1354030135)
!!! /etc/locale.gen has incorrect MD5sum
!!! /usr/include/sys/ipc.h has wrong mtime (is 1305898614, should be 1354030135)
!!! /usr/include/sys/mtio.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/klog.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/time.h has wrong mtime (is 1305898446, should be 1354030114)
!!! /usr/include/sys/eventfd.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/queue.h has wrong mtime (is 1305898579, should be 1354030131)
!!! /usr/include/sys/vm86.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/errno.h has wrong mtime (is 1305898326, should be 1354030097)
!!! /usr/include/sys/termios.h has wrong mtime (is 1305898547, should be 1354030127)
!!! /usr/include/sys/soundcard.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/ustat.h has wrong mtime (is 1305898579, should be 1354030131)
!!! /usr/include/sys/personality.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/vtimes.h has wrong mtime (is 1305898560, should be 1354030128)
!!! /usr/include/sys/msg.h has wrong mtime (is 1305898614, should be 1354030135)
!!! /etc/nsswitch.conf has incorrect MD5sum
!!! /usr/include/sys/stat.h has wrong mtime (is 1305898531, should be 1354030125)
!!! /usr/include/sys/fcntl.h has wrong mtime (is 1305898532, should be 1354030125)
!!! /usr/include/sys/param.h has incorrect MD5sum
!!! /usr/include/sys/swap.h has wrong mtime (is 1305898579, should be 1354030131)
!!! /usr/include/sys/dir.h has wrong mtime (is 1305898579, should be 1354030131)
!!! /usr/include/sys/timex.h has incorrect MD5sum
!!! /usr/include/sys/gmon.h has wrong mtime (is 1305898627, should be 1354030136)
!!! /usr/include/sys/timeb.h has wrong mtime (is 1305898446, should be 1354030114)
!!! /usr/include/sys/quota.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/syscall.h has incorrect MD5sum
!!! /usr/include/sys/profil.h has wrong mtime (is 1305898627, should be 1354030136)
!!! /usr/include/sys/ttychars.h has wrong mtime (is 1305898547, should be 1354030127)
!!! /usr/include/sys/resource.h has wrong mtime (is 1305898560, should be 1354030128)
!!! /usr/include/sys/kd.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/mount.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/wait.h has incorrect MD5sum
!!! /usr/include/sys/types.h has wrong mtime (is 1305898509, should be 1354030121)
!!! /usr/include/sys/prctl.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/unistd.h has wrong mtime (is 1305898509, should be 1354030122)
!!! /usr/include/sys/user.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/sysinfo.h has wrong mtime (is 1305898579, should be 1354030131)
!!! /usr/include/sys/ptrace.h has incorrect MD5sum
!!! /usr/include/sys/ioctl.h has wrong mtime (is 1305898578, should be 1354030131)
!!! /usr/include/sys/file.h has wrong mtime (is 1305898578, should be 1354030131)
!!! /usr/include/sys/reg.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/perm.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/inotify.h has incorrect MD5sum
!!! /usr/include/sys/signal.h has wrong mtime (is 1305898308, should be 1354030095)
!!! /usr/include/sys/kdaemon.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /etc/rpc has incorrect MD5sum
!!! /usr/include/sys/sendfile.h has wrong mtime (is 1305898532, should be 1354030125)
!!! /usr/include/sys/shm.h has wrong mtime (is 1305898614, should be 1354030135)
!!! /usr/include/sys/syslog.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/statvfs.h has wrong mtime (is 1305898531, should be 1354030125)
!!! /usr/include/sys/ultrasound.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/fanotify.h does not exist
!!! /usr/include/sys/statfs.h has wrong mtime (is 1305898531, should be 1354030125)
!!! /usr/include/sys/uio.h has wrong mtime (is 1305898578, should be 1354030131)
!!! /usr/include/sys/pci.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/epoll.h has incorrect MD5sum
!!! /usr/include/sys/sysmacros.h has incorrect MD5sum
!!! /usr/include/sys/timerfd.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/stropts.h has wrong mtime (is 1305899097, should be 1354030193)
!!! /usr/include/sys/bitypes.h has wrong mtime (is 1305898822, should be 1354030163)
!!! /usr/include/sys/fsuid.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/cdefs.h has incorrect MD5sum
!!! /usr/include/sys/io.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/sysctl.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/acct.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/utsname.h has wrong mtime (is 1305898509, should be 1354030121)
!!! /usr/include/sys/signalfd.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /usr/include/sys/elf.h has wrong mtime (is 1305898580, should be 1354030131)
!!! /etc/nscd.conf has incorrect MD5sum
   1327 out of 1416 files passed
silent-gabosh sbin # equery check sys-libs/glibc
* Checking sys-libs/glibc-2.15-r3 ...
!!! /etc/gai.conf has incorrect MD5sum
!!! /etc/locale.gen has incorrect MD5sum
!!! /etc/nsswitch.conf has incorrect MD5sum
!!! /etc/rpc has incorrect MD5sum
!!! /etc/nscd.conf has incorrect MD5sum
   1411 out of 1416 files passed


Is there a way ro reinstall this packages binary without compiling?
Back to top
View user's profile Send private message
gienah
Developer
Developer


Joined: 24 Nov 2010
Posts: 212
Location: AU

PostPosted: Thu Feb 21, 2013 10:48 am    Post subject: Reply with quote

I'm not sure, I've never installed binary pkgs (after stage3). The Gentoo based distro Sabayon has binary pkgs, maybe you could install it from there:

http://sabayon.org/
Back to top
View user's profile Send private message
olli.bo
Apprentice
Apprentice


Joined: 16 Jul 2003
Posts: 208
Location: Germany

PostPosted: Thu Feb 21, 2013 10:53 am    Post subject: Reply with quote

Hmm... Is there no Gentoo-Way to handle problems like this?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum