Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 602012 - sys-apps/modutils-2.4.27-r1 - sys_nim.c:48:16: error: expected declaration specifiers or '...' before 'sys_init_module'
Summary: sys-apps/modutils-2.4.27-r1 - sys_nim.c:48:16: error: expected declaration sp...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-09-07
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2016-12-08 17:36 UTC by Martin Mokrejš
Modified: 2020-09-07 06:17 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,11.02 KB, text/plain)
2016-12-13 09:37 UTC, Martin Mokrejš
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2016-12-08 17:36:30 UTC
Hi,
  I tried to install modutils on Gentoo::RAP host but it fails with:

x86_64-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -march=native -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_USE_SYSCALL=1 -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o sys_cm.o sys_cm.c
sys_nim.c:48:16: error: expected declaration specifiers or '...' before 'sys_init_module'
 _syscall2(int, sys_init_module, const char *, name,
                ^
sys_nim.c:48:47: error: unknown type name 'name'
 _syscall2(int, sys_init_module, const char *, name,
                                               ^
sys_nim.c:49:27: error: unknown type name 'info'
    const struct module *, info)
                           ^
make[1]: *** [Makefile:9: sys_nim.o] Error 1
make[1]: *** Waiting for unfinished jobs....
sys_cm.c:84:26: error: expected declaration specifiers or '...' before 'create_module'
 _syscall2(unsigned long, create_module, const char *, name, size_t, size)
                          ^
sys_cm.c:84:55: error: unknown type name 'name'
 _syscall2(unsigned long, create_module, const char *, name, size_t, size)
                                                       ^
sys_cm.c:84:69: error: unknown type name 'size'
 _syscall2(unsigned long, create_module, const char *, name, size_t, size)
                                                                     ^
make[1]: *** [Makefile:9: sys_cm.o] Error 1
make[1]: Leaving directory '/scratch/mmokrejs/gentoo_rap/var/tmp/portage/sys-apps/modutils-2.4.27-r1/work/modutils-2.4.27/util'
make: *** [Makefile:12: all] Error 2


$ emerge --info '=sys-apps/modutils-2.4.27-r1::gentoo' 
Portage 2.3.2 (python 2.7.12-final-0, prefix/linux-standalone/amd64, gcc-5.4.0, glibc-2.23-r2, 2.6.32-642.6.2.el6.Bull.104.x86_64 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-2.6.32-642.6.2.el6.Bull.104.x86_64-x86_64-Intel-R-_Xeon-R-_CPU_E5-2670_0_@_2.60GHz-with-redhat-6.4-Santiago
KiB Mem:   131942608 total,  61149280 free
KiB Swap:   65536128 total,  65533520 free
Timestamp of repository gentoo: Wed, 07 Dec 2016 10:00:01 +0000
sh bash 4.3_p46-r1
ld GNU ld (Gentoo 2.26) 2.26.20160125
app-shells/bash:          4.3_p46-r1::rap
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.24.0-r2::gentoo
dev-lang/python:          2.7.12::gentoo, 3.4.4::gentoo
dev-util/cmake:           3.6.3::gentoo
dev-util/pkgconfig:       0.29.1::gentoo
sys-apps/baselayout:      2.3::gentoo
sys-apps/sandbox:         2.10-r2::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r2::gentoo
sys-devel/automake:       1.12.6-r1::gentoo, 1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15-r2::gentoo
sys-devel/binutils:       2.26::rap, 2.26.1::gentoo, 2.27::gentoo
sys-devel/gcc:            4.1.2::gentoo, 4.2.4-r1::gentoo, 4.3.6-r1::gentoo, 4.4.7::gentoo, 4.5.4::gentoo, 4.7.4::gentoo, 4.9.3::gentoo, 4.9.4::gentoo, 5.4.0::gentoo
sys-devel/gcc-config:     1.8_p20160608::rap
sys-devel/libtool:        2.4.6-r2::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.7::gentoo (virtual/os-headers)
sys-libs/glibc:           2.23-r2::rap
Repositories:

gentoo
    location: /scratch/mmokrejs/gentoo_rap/usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    eclass-overrides: rap

layman
    location: /scratch/mmokrejs/gentoo_rap/var/lib/layman
    masters: gentoo
    priority: 0
    eclass-overrides: rap

rap
    location: /scratch/mmokrejs/gentoo_rap/usr/portage-stage
    sync-type: git
    sync-uri: https://anongit.gentoo.org/git/proj/android.git
    masters: gentoo
    eclass-overrides: rap

haskell
    location: /scratch/mmokrejs/gentoo_rap/var/lib/layman/haskell
    masters: gentoo
    priority: 50
    eclass-overrides: rap

science
    location: /scratch/mmokrejs/gentoo_rap/var/lib/layman/science
    masters: gentoo
    priority: 50
    eclass-overrides: rap

ACCEPT_KEYWORDS="amd64 ~amd64 ~amd64-linux"
ACCEPT_LICENSE="* -@EULA dlj-1.1 sun-bcla-java-vm Oracle-BCLA-JavaSE IBM-J1.6 skype-eula Nero-EULA-US AdobeFlash-10.3 skype-4.0.0.7-copyright AdobeFlash-11.x Intel-SDP OPERA-2014"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -O2 -pipe -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /usr/share/maven-bin-3.3/conf"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /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="-O2 -pipe -O2 -pipe -march=native"
DISTDIR="/scratch/mmokrejs/gentoo_rap/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles force-prefix merge-sync news noclean nostrip parallel-fetch preserve-libs protect-owned sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans unprivileged"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.wheel.sk/ http://ftp.fi.muni.cz/pub/linux/gentoo/ http://gentoo.mirror.web4u.cz/ rsync://gentoo.mirror.dkm.cz/gentoo/ ftp://gentoo.mirror.web4u.cz/"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j8"
PKGDIR="/scratch/mmokrejs/gentoo_rap/usr/portage/packages"
PORTAGE_CONFIGROOT="/scratch/mmokrejs/gentoo_rap/"
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="/scratch/mmokrejs/gentoo_rap/var/tmp"
USE="X alsa amd64 apache apache2 avx avx2 berkdb boost bzip2 cairo cgi cli coin consolekit cracklib crypt cryptlib cxx dbus device-mapper dhcp dri emboss encode fax fbcon ffmpeg fontconfig fortran gbm gd gdbm gimp glpk gnutls gtk hal hwdb iconv imaging innodb java javafx javascript jce jpeg jpg js jscript keymap ladspa lapack lcms libnotify lm_sensors mad mmx mmxext modules mpi mpich2 mysql ncurses nfs nls nptl nptlonly nscd openmp openssl pcre pdf perl php png policykit polkit ppds pppd prefix python qt3support readline resolvconf seccomp server session slideshow sndfile sqlite sse sse2 sse3 sse4_1 sse4_2 ssl ssse3 suexec svg syslog tcl tcpd threads tiff tk truetype unicode usb v4l v4l2 vim-syntax vnc wavpack wifi x11 xcb xml xorg xrandr xv xvid xvmc 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="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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" 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 ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" L10N="en_US en en_GB cs" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en_US en_GB en cs" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" RUBY_TARGETS="ruby21" USERLAND="GNU" VIDEO_CARDS="vesa" 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"
USE_PYTHON="2.7"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


$ emerge -pqv '=sys-apps/modutils-2.4.27-r1::gentoo'
[ebuild  N    ] sys-apps/modutils-2.4.27-r1 
[uninstall    ] sys-apps/kmod-23  USE="python tools zlib -debug -doc -lzma -static-libs" PYTHON_TARGETS="python2_7 -python3_4 -python3_5" 
[blocks b     ] sys-apps/modutils ("sys-apps/modutils" is blocking sys-apps/kmod-23)
[blocks b     ] sys-apps/kmod ("sys-apps/kmod" is blocking sys-apps/modutils-2.4.27-r1)

$
Comment 1 Martin Mokrejš 2016-12-08 17:41:18 UTC
I tried gcc version from 4.7.4 to 5.4.0 and they all failed.
Comment 2 Sam Jorna (wraeth) gentoo-dev 2016-12-13 02:15:22 UTC
Can you please attach the full build.log to this bug?
Comment 3 SpanKY gentoo-dev 2016-12-13 06:28:01 UTC
you have a 2.6 kernel, so why are you trying to install modutils ?  that package is only for linux-2.4 users.  you want kmod instead.
Comment 4 Martin Mokrejš 2016-12-13 09:34:52 UTC
(In reply to SpanKY from comment #3)
> you have a 2.6 kernel, so why are you trying to install modutils ?  that
> package is only for linux-2.4 users.  you want kmod instead.

I do not know how I got to emerge this but I agree with you. Could the ebuild die sooner with a clearer message?
Comment 5 Martin Mokrejš 2016-12-13 09:37:02 UTC
Created attachment 456060 [details]
build.log
Comment 6 SpanKY gentoo-dev 2016-12-14 18:31:25 UTC
we can probably add a dep on linux-headers-2.4, but i don't think trying to add code to guess the user's intentions is worth the effort
Comment 7 Martin Mokrejš 2016-12-15 15:59:34 UTC
Or checking some version number in the headers right away? That woudl be even better IMHO. The below did not really help me to find out where is the kernel version stored.

grep -i version  /usr/include/linux/* |  grep 4\\.8

Maybe you know from top of your head anyway.
Comment 8 João Rafael Moraes Nicola 2017-12-15 23:56:19 UTC
I can confirm. It started happening to me after I changed the profile to "17.0". 

"emerge -e world" halts at modutils with these errors.
Comment 9 Lukas Polacek 2017-12-23 12:11:59 UTC
I don't have a 2.4 kernel, so I've solved this problem by installing sys-apps/kmod[tools]. It's an optional dependency of virtual/modutils:
https://github.com/gentoo/gentoo/blob/master/virtual/modutils/modutils-0.ebuild

After installing kmod, virtual/modutils is happy and doesn't want sys-apps/modutils anymore.
Comment 10 hanetzer 2018-07-06 07:30:58 UTC
Confirmed here on an ~amd64 system, does not build with the same
failure. Prolly time to last rite it; do we even have any 2.4 kernels
in the tree?
Comment 11 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2020-08-08 14:45:55 UTC
modutils is obsolete and has been masked for removal.
Comment 12 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-09-07 06:17:20 UTC
Package removed.