Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge ndiswrapper wysypuje sie, recznie tez nie dziala
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
GHunterPL
n00b
n00b


Joined: 01 Nov 2008
Posts: 60

PostPosted: Sat Nov 01, 2008 12:07 pm    Post subject: Emerge ndiswrapper wysypuje sie, recznie tez nie dziala Reply with quote

Witam.
Na sam poczatek przepraszam za brak polskich znakow- jestem jeszcze przed polonizacja Gentoo, aktualnie skupiam sie na ndiswrapperze.
Wiec- emerge ndiswrapper wyrzuca co nastepuje [skopiowane z log]:
Code:

 * See http://www.gentoo.org/doc/en/gentoo-kernel.xml
 * for a list of supported kernels.

 * Determining the location of the kernel source code
 * Found kernel source directory:
 * /usr/src/linux
 * Found kernel object directory:
 * /lib/modules/2.6.25-gentoo-r8/build
 * Found sources for kernel version:
 * 2.6.25-gentoo-r8
 * Checking for suitable kernel configuration options...
  [ ok ]
>>> Unpacking source...
>>> Unpacking ndiswrapper-1.53.tar.gz to /var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work
 * Converting ndiswrapper-1.53/driver/Makefile to use M= instead of SUBDIRS= ...
  [ ok ]
 * Applying ndiswrapper-CVE-2008-4395.patch ...
  [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53 ...
gcc -g -Wall -I../driver -o loadndisdriver loadndisdriver.c
 * Preparing ndiswrapper module


*** WARNING: This kernel uses 4K stack size option
(CONFIG_4KSTACKS); many Windows drivers will not work
with this option enabled. Disable CONFIG_4KSTACKS
in kernel's .config file, recompile and install kernel


make -C /lib/modules/2.6.25-gentoo-r8/build M=/var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53/driver
make[1]: Entering directory `/usr/src/linux-2.6.25-gentoo-r8'
  LD      /var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53/driver/built-in.o
  MKEXPORT /var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53/driver/crt_exports.h
  MKEXPORT /var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53/driver/hal_exports.h
  MKEXPORT /var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53/driver/ndis_exports.h
  MKEXPORT /var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53/driver/ntoskernel_exports.h
  MKEXPORT /var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53/driver/ntoskernel_io_exports.h
  MKEXPORT /var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53/driver/rtl_exports.h
  CC [M]  /var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53/driver/crt.o
/bin/sh: scripts/basic/fixdep: No such file or directory
make[2]: *** [/var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53/driver/crt.o] Error 1
make[1]: *** [_module_/var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/work/ndiswrapper-1.53/driver] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r8'
make: *** [modules] Error 2
 *
 * ERROR: net-wireless/ndiswrapper-1.53-r1 failed.
 * Call stack:
 * ebuild.sh, line   49:  Called src_compile
 * environment, line 3164:  Called linux-mod_src_compile
 * environment, line 2398:  Called die
 * The specific snippet of code:
 * eval "emake HOSTCC="$(tc-getBUILD_CC)"                   CROSS_COMPILE=${CHOST}-                   LDFLAGS="$(get_abi_LDFLAGS)"                   ${BUILD_FIXES}                   ${BUILD_PARAMS}                   ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}";
 * The die message:
 * Unable to emake HOSTCC=i686-pc-linux-gnu-gcc CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS=  KSRC=/usr/src/linux KVERS=2.6.25-gentoo-r8 KBUILD=/lib/modules/2.6.25-gentoo-r8/build DISABLE_USB=1 -j1 all
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-wireless/ndiswrapper-1.53-r1/temp/environment'.
 *

Natomiast po pobraniu Ndiswrappera, rozpakowaniu, i zrobieniu make otrzymuje:
Code:
make -C driver
make[1]: Entering directory `/root/ndiswrapper-1.52/driver'
make -C /usr/src/linux-2.6.25-gentoo-r8 SUBDIRS=/root/ndiswrapper-1.52/driver
make[2]: Entering directory `/usr/src/linux-2.6.25-gentoo-r8'
  CC [M]  /root/ndiswrapper-1.52/driver/crt.o
/bin/sh: scripts/basic/fixdep: No such file or directory
make[3]: *** [/root/ndiswrapper-1.52/driver/crt.o] Error 1
make[2]: *** [_module_/root/ndiswrapper-1.52/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r8'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/ndiswrapper-1.52/driver'
make: *** [all] Error 2


Niezaleznie czy to wersja 1.52 czy 1.53.

emerge --info:
Code:

Portage 2.2_rc12 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.8_p20080602-r0, 2.6.25-gentoo-r8 i686)
=================================================================
System uname: Linux-2.6.25-gentoo-r8-i686-Intel-R-_Celeron-R-_M_processor_1400MHz-with-glibc2.0
Timestamp of tree: Sat, 01 Nov 2008 09:15:01 +0000
ccache version 2.4 [disabled]
app-shells/bash:     3.2_p39
dev-lang/python:     2.4.4-r13, 2.5.2-r8
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r8
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.3.0-r1
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.7.9-r1, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.19
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT=""
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.vectranet.pl/gentoo/ "
LDFLAGS="-Wl,-O1"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X acl alsa berkdb bzip2 cdr cli cracklib crypt dbus dri ffmpeg fortran gdbm gif glitz gpm gtk gtk2 hal iconv ipv6 isdnlog jbig jpeg jpeg2k jpg live mad midi mikmod mp3 mp4 mudflap ncurses nls nptl nptlonly opengl openmp oss pam pcre pdf perl png pppd python qt3 qt4 readline reflection session spl ssl svg sysfs tcpd truetype unicode win32codecs wma x86 xcomposite xinerama xorg xscreensaver xv xvid xvmc 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="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 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" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Rece mi opadaja bo przegladam fora i google od wczoraj i efektu zadnego...
A niestety musze miec ndiswrappera, bo prism54 nie chce dzialac ze standardowym modulem ;)
Co jest nie tak, jak byc powinno?



EDIT:
Dziwnym trafem make install ruszyło, więc temat do usunięcia... Albo do pozostawienia dla potomnych ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) 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