Code: Select all
CC fs/vfat/namei.o
LD fs/vfat/vfat.o
LD fs/vfat/built-in.o
LD fs/built-in.o
CC [M] fs/binfmt_som.o
fs/binfmt_som.c: In function `create_som_tables':
fs/binfmt_som.c:94: warning: cast from pointer to integer of different size
fs/binfmt_som.c:94: warning: cast from pointer to integer of different size
fs/binfmt_som.c:100: warning: cast from pointer to integer of different size
fs/binfmt_som.c:100: warning: cast from pointer to integer of different size
fs/binfmt_som.c:220:2: #error "Fix security hole before enabling me"
fs/binfmt_som.c: In function `load_som_binary':
fs/binfmt_som.c:257: error: `STACK_TOP' undeclared (first use in this function)
fs/binfmt_som.c:257: error: (Each undeclared identifier is reported only once
fs/binfmt_som.c:257: error: for each function it appears in.)
make[1]: *** [fs/binfmt_som.o] Error 1
make: *** [fs] Error 2
Code: Select all
livecd linux # USE="-doc" emerge -pv hppa-sources
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] sys-kernel/hppa-sources-2.6.11_p2 -build -doc -symlink 0 kB
Total size of downloads: 0 kB
Code: Select all
livecd linux # emerge info
Portage 2.0.51-r2 (default-linux/hppa/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1, 2.4.26-pa7-livecd32 parisc)
=================================================================
System uname: 2.4.26-pa7-livecd32 parisc PA7200 (PCX-T')
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.7-r4
Headers: sys-kernel/linux-headers-2.6.8.1-r2
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="hppa"
AUTOCLEAN="yes"
CFLAGS="-O3 -pipe -march=1.1"
CHOST="hppa1.1-unknown-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O1 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="apache2 berkdb bitmap-fonts crypt doc foomaticdb fortran ftp gdbm gif gpm imlib ipv6 jpeg libwww mysql ncurses nls ntpl ntplonly offensive perl php pic png python readline samba session spell ssl tcpd truetype-fonts type1-fonts xml2 zlib"
Code: Select all
livecd linux # gcc -v
Reading specs from /usr/lib/gcc-lib/hppa1.1-unknown-linux-gnu/3.3.5/specs
Configured with: /var/tmp/portage/gcc-3.3.5-r1/work/gcc-3.3.5/configure --enable-version-specific-runtime-libs --prefix=/usr --bindir=/usr/hppa1.1-unknown-linux-gnu/gcc-bin/3.3.5 --includedir=/usr/lib/gcc-lib/hppa1.1-unknown-linux-gnu/3.3.5/include --datadir=/usr/share/gcc-data/hppa1.1-unknown-linux-gnu/3.3.5 --mandir=/usr/share/gcc-data/hppa1.1-unknown-linux-gnu/3.3.5/man --infodir=/usr/share/gcc-data/hppa1.1-unknown-linux-gnu/3.3.5/info --with-gxx-include-dir=/usr/lib/gcc-lib/hppa1.1-unknown-linux-gnu/3.3.5/include/g++-v3 --host=hppa1.1-unknown-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.3.5 (Gentoo Linux 3.3.5-r1, pie-8.7.7.1)

