First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 158107
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Christian Heim (RETIRED) <phreak@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: petre rodan (RETIRED) <kaiowas@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 158107 depends on: Show dependency tree
Bug 158107 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-12-14 00:41 0000
probably a patching problem


make bzImage
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  CC      init/main.o
In file included from include/linux/net.h:316,
                 from include/linux/skbuff.h:28,
                 from include/linux/netlink.h:138,
                 from include/linux/genetlink.h:4,
                 from include/net/genetlink.h:4,
                 from include/linux/taskstats_kern.h:12,
                 from init/main.c:42:
include/linux/sysctl.h:181: error: syntax error before '}' token
make[1]: *** [init/main.o] Error 1
make: *** [init] Error 2

------- Comment #1 From Benjamin Smee (strerror) (RETIRED) 2006-12-14 08:15:02 0000 -------
same issue

Portage 2.1-r2 (default-linux/amd64/2006.1/no-multilib, gcc-4.1.1,
glibc-2.4-r4, 2.6.16-hardened-r11disciplina x86_64)
=================================================================
System uname: 2.6.16-hardened-r11disciplina x86_64 Intel(R) Core(TM)2 CPU      
   6400  @ 2.13GHz
Gentoo Base System version 1.12.6
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -fomit-frame-pointer -fforce-addr -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=nocona -fomit-frame-pointer -fforce-addr -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-detect cvs digest distlocks
metadata-transfer sandbox sfperms strict userpriv"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://gentoo.tiscali.nl/gentoo/
http://gentoo.osuosl.org http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/opt/gentoo/gentoo-x86 /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 acl apache2 authfile bash-completion berkdb bidi bzip2 cap caps
cdparanoia cgi chroot cli contrib cracklib crypt ctype dba diskio dlloader dri
dvd exif expat extraengine force-cgi-redirect fping gd gdbm gmp gnutls hardened
iconv idea idn imap ipv6 isdnlog java jpeg ldap libg++ lm_sensors logrotate
maildir memlimit mhash mpm-worker mysql mysqli nagios-dns nagios-ping
nagios-ssh ncurses nls no-suexec nptl nptlonly odbc openssl overlays pam
parse-clocks pcap pcre perl php pic png posix ppds pppd pthreads pwdb python
quotas readline reflection regexp samba sasl session sftp sguil slang snmp
snortsam sockets socks5 spl sqlite ssl syslog tcpd threads truetype udev
unicode userlocales vda vhosts vim-syntax xml xorg zlib elibc_glibc
input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux
userland_GNU video_cards_apm video_cards_ark video_cards_ati video_cards_chips
video_cards_cirrus video_cards_cyrix video_cards_dummy video_cards_fbdev
video_cards_glint video_cards_i128 video_cards_i810 video_cards_mga
video_cards_neomagic video_cards_nv video_cards_rendition video_cards_s3
video_cards_s3virge video_cards_savage video_cards_siliconmotion
video_cards_sis video_cards_sisusb video_cards_tdfx video_cards_tga
video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa
video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, LINGUAS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #2 From Christian Heim (RETIRED) 2006-12-14 08:43:43 0000 -------
(In reply to comment #0)
> probably a patching problem
> 
> 
> make bzImage
>   CHK     include/linux/version.h
>   CHK     include/linux/utsrelease.h
>   CC      init/main.o
> In file included from include/linux/net.h:316,
>                  from include/linux/skbuff.h:28,
>                  from include/linux/netlink.h:138,
>                  from include/linux/genetlink.h:4,
>                  from include/net/genetlink.h:4,
>                  from include/linux/taskstats_kern.h:12,
>                  from init/main.c:42:
> include/linux/sysctl.h:181: error: syntax error before '}' token
> make[1]: *** [init/main.o] Error 1
> make: *** [init] Error 2

It's a problem with the a single hunk I introduced when fixing the reject
between 4405_alpha-sysctl-uac.patch and the grsec patch. This should be fixed
with the upcoming -r1 (commiting right now).

First Last Prev Next    No search results available      Search page      Enter new bug