Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
|~| CONRAD |~| Stage 1 on 72 "Eins/Uno/One"
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
EclipseX
n00b
n00b


Joined: 19 Dec 2003
Posts: 15

PostPosted: Thu Oct 26, 2006 10:47 am    Post subject: Reply with quote

If anyone else who tried compiling alsa-driver-1.0.13 with a 2.6.18 kernel and had errors about writev & readv, you can try my patched sources.

Make sure you backup both your '/usr/portage/media-sound/alsa-driver' ebuilds, & '/usr/portage/distfiles/alsa-driver-1.0.13.tar.bz2'.
Download my patched sources: here.
Put it in '/usr/portage/distfiles/'

Before doing emerge alsa-driver, first you gotta update the md5 etc..
#: ebuild /usr/portage/media-sound/alsa-driver/alsa-driver-1.0.13.ebuild digest
Then
#: emerge alsa-driver

Should all be ok, I know you can just use alsa in the kernel.
But this would be for people who like to upgrade fast without recompiling the kernel to change one thing. :wink:
Back to top
View user's profile Send private message
__g_blade
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2006
Posts: 101
Location: paderborn, germany

PostPosted: Fri Oct 27, 2006 11:20 am    Post subject: Reply with quote

in your glibc ebuild

PATCH_VER should be 1.2, shouldn't it?
_________________
--eof--
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Fri Oct 27, 2006 2:10 pm    Post subject: Reply with quote

EclipseX,

With your method, you should encorage proper use of overlays. Users will get their patched trees reverted with the next
Code:
emerge --sync

_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
_BLooDy_
n00b
n00b


Joined: 21 Oct 2006
Posts: 13
Location: Germany

PostPosted: Fri Oct 27, 2006 3:37 pm    Post subject: Reply with quote

Still can't boot my machine...
Has sb some thoughts?

I don't want to reinstall my system.
Just want to repair portage an "missing/unlinked" libraries, so I can boot (at least console, w/o X).
_________________
System:
~x86 Conrad-Gentoo - 2.6.19-beyond4 - reiser4 - xorg-7.2 - gcc-4.1.2 - glibc-2.5

Machine:
Intel Pentium 4 @ 2,4GHz - 1GB DDR - ATI Radeon Mobility M6 LY (r100)
Back to top
View user's profile Send private message
EclipseX
n00b
n00b


Joined: 19 Dec 2003
Posts: 15

PostPosted: Fri Oct 27, 2006 3:46 pm    Post subject: Reply with quote

NeddySeagoon wrote:
EclipseX,

With your method, you should encorage proper use of overlays. Users will get their patched trees reverted with the next
Code:
emerge --sync


Yes I understand that, I only did it as a quick fix until that issue is resolved. But for any other fixes I do, I'll make sure to make use of the overlay. :)
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sat Oct 28, 2006 11:39 pm    Post subject: Reply with quote

Hey guys, I'm going to be inactive, and I have been inactive for several days due to family reasons, I don't know when I will be active again, so I apologize for any inconveniences.
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
sirdilznik
l33t
l33t


Joined: 28 Apr 2005
Posts: 731

PostPosted: Sun Oct 29, 2006 12:47 am    Post subject: Reply with quote

cheater1034 wrote:
Hey guys, I'm going to be inactive, and I have been inactive for several days due to family reasons, I don't know when I will be active again, so I apologize for any inconveniences.
Take care of your personal stuff first. As much as I love the Conrad Installation Guide and No-Sources, your family is always much more important. No need to apologize. You are providing us with a service by maintaining a kick-ass patch set and install guide. I thank you for all the effort you have put in and hope everything turns out alright in your personal life.
Back to top
View user's profile Send private message
__g_blade
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2006
Posts: 101
Location: paderborn, germany

PostPosted: Sun Oct 29, 2006 10:17 am    Post subject: Reply with quote

anbody else having problem with emerge splashutils?

emerge splashutils want glibc compiled with nptl use flag...
_________________
--eof--
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Sun Oct 29, 2006 11:01 am    Post subject: Reply with quote

__g_blade,

The only reason for not building glibc with the nptl USE flag is taht you are using a 2.4 kernel.

USE="nptl" builds two copies of glibc, one with and one without nptl.
USE="nptl nptlonly" only builds glibc with nptl support and is required for glibc-2.4 and later.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Sh4nn0w
n00b
n00b


Joined: 30 Oct 2006
Posts: 1

PostPosted: Mon Oct 30, 2006 9:50 am    Post subject: Reply with quote

Hi,

Just wondering if anyone else has had this problem...

I've just got to emerging binutils & glibc, but glibc fails on downloading the patches. Its looking for glibc-2.5-patches-1.0.tar.bz2, but only glibc-2.5-patches-1.2.tar.bz2 appears to be available on any of the mirrors.

Any ideas?

Thanks.
Back to top
View user's profile Send private message
__g_blade
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2006
Posts: 101
Location: paderborn, germany

PostPosted: Mon Oct 30, 2006 11:03 am    Post subject: Reply with quote

use 1.2 in EPATCH in glibc ebuild
_________________
--eof--
Back to top
View user's profile Send private message
__g_blade
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2006
Posts: 101
Location: paderborn, germany

PostPosted: Mon Oct 30, 2006 1:48 pm    Post subject: Reply with quote

virtual/x11 bug?

Calculating dependencies .... done!
!!! Error: circular dependencies:

ebuild / x11-proto/evieext-1.0.2 merge depends on
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-drivers/xf86-video-nsc-2.8.2 merge depends on
ebuild / x11-proto/xf86dgaproto-2.0.2 merge (hard)
ebuild / x11-proto/videoproto-2.2.2 merge (hard)
ebuild / x11-base/xorg-server-1.1.1-r1 merge (hard)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-proto/fontsproto-2.0.2 merge (hard)
ebuild / x11-proto/randrproto-1.1.2 merge (hard)
ebuild / media-fonts/encodings-1.0.0 merge depends on
ebuild / x11-apps/mkfontscale-1.0.2 merge (hard)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-apps/luit-1.0.1 merge depends on
ebuild / x11-libs/libfontenc-1.0.3 merge (hard)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-libs/libXp-1.0.0 merge depends on
ebuild / x11-proto/printproto-1.0.3 merge (hard)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-proto/fontsproto-2.0.2 merge depends on
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / virtual/opengl-7.0 merge depends on
ebuild / media-libs/mesa-6.5.1-r1 merge (medium)
ebuild / x11-proto/dmxproto-2.2.2 merge depends on
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / media-fonts/font-adobe-100dpi-1.0.0 merge depends on
ebuild / x11-apps/bdftopcf-1.0.0 merge (hard)
ebuild / media-fonts/font-util-1.0.1 merge (hard)
ebuild / media-fonts/encodings-1.0.0 merge (medium)
ebuild / x11-apps/mkfontscale-1.0.2 merge (medium)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-libs/libXScrnSaver-1.1.1 merge depends on
ebuild / x11-proto/scrnsaverproto-1.1.0 merge (hard)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-base/xorg-server-1.1.1-r1 merge depends on
ebuild / x11-proto/xineramaproto-1.1.2 merge (hard)
ebuild / x11-proto/evieext-1.0.2 merge (hard)
ebuild / x11-proto/videoproto-2.2.2 merge (hard)
ebuild / x11-libs/libxkbfile-1.0.4 merge (hard)
ebuild / media-fonts/font-adobe-75dpi-1.0.0 merge (hard)
ebuild / x11-libs/libXfont-1.2.3 merge (hard)
ebuild / x11-proto/glproto-1.4.8 merge (hard)
ebuild / x11-proto/xf86miscproto-0.9.2 merge (hard)
ebuild / x11-apps/rgb-1.0.1 merge (hard)
ebuild / x11-proto/damageproto-1.0.3 merge (hard)

and so on...

will rsync in a few hours again...
_________________
--eof--
Back to top
View user's profile Send private message
_BLooDy_
n00b
n00b


Joined: 21 Oct 2006
Posts: 13
Location: Germany

PostPosted: Mon Oct 30, 2006 2:44 pm    Post subject: Reply with quote

__g_blade wrote:
in your glibc ebuild

PATCH_VER should be 1.2, shouldn't it?


Jepp, this was what I did to, after i checked the servers for the "missing" version 1.0, but only could find version 1.2.
worked flawless for me :)

To ur other problem. Just sync again and check your package.* in /etc/portage. seems like there is masked s/th wrong. just a guess

Cheater1034: Thank u for ur help and trying to solve my problem with upgrading to the new guide (glibc-2.5-r3 etc), but after a mistake I did (I think), my system got horribly broken, tough glibc-2.5-r3 and gcc and system compiled w/o errors and really fine. For some reason Portage didn't want to work anymore and various system-libs were missing (or broken too). Repairing Portage didn't help, too. So I ended up by starting from scratch again. Just until now everything works fine and compiles better and faster than before (on my machine!). Good Job.
Hope u get around with your family again! Greetings
_________________
System:
~x86 Conrad-Gentoo - 2.6.19-beyond4 - reiser4 - xorg-7.2 - gcc-4.1.2 - glibc-2.5

Machine:
Intel Pentium 4 @ 2,4GHz - 1GB DDR - ATI Radeon Mobility M6 LY (r100)
Back to top
View user's profile Send private message
Jjeje007
Tux's lil' helper
Tux's lil' helper


Joined: 29 Sep 2006
Posts: 142
Location: France, La Croix Valmer

PostPosted: Tue Oct 31, 2006 2:43 am    Post subject: Reply with quote

Hi,

Quote:
use 1.2 in EPATCH in glibc ebuild


And i could do that ??

I get the same problem as Sh4nn0w

If i edit the ebuild I've got an wrong md5sum (mean i replace PATCH_VER="1.0" by "1.2")

So can you explain how can i fix this ?

Thx :D
Back to top
View user's profile Send private message
Vla
Tux's lil' helper
Tux's lil' helper


Joined: 09 Sep 2005
Posts: 135
Location: Somewhere in the middle

PostPosted: Tue Oct 31, 2006 9:30 am    Post subject: Reply with quote

Just re-digest the glibc ebuild by using
Code:
ebuild /usr/local/overlays/conrad/sys-libs/glibc/glibc-2.5-r3.ebuild digest
Back to top
View user's profile Send private message
Jjeje007
Tux's lil' helper
Tux's lil' helper


Joined: 29 Sep 2006
Posts: 142
Location: France, La Croix Valmer

PostPosted: Tue Oct 31, 2006 10:59 am    Post subject: Reply with quote

Thx Vla !!

:D
Back to top
View user's profile Send private message
zxy
Veteran
Veteran


Joined: 06 Jan 2006
Posts: 1160
Location: in bed in front of the computer

PostPosted: Tue Oct 31, 2006 12:14 pm    Post subject: Reply with quote

did anybody upgrade from older conrad-guide to 3.10 without problems.

I had big problems on my amd64 with upgrading glibs-2.4-r4 to glibc-2.5-r3. I don't realy know why but eventualy everything segfaulted even ls, cp, ...

I made new clean install and it worked.

I want to upgrade on 3 other machines, too. But I cannot afford to make new installs. What are your experiences and what is the right way.
_________________
Nature does not hurry, yet everything is accomplished.
Lao Tzu
Back to top
View user's profile Send private message
_dA_CyANIDe
Apprentice
Apprentice


Joined: 30 Mar 2005
Posts: 196
Location: Czech Republic

PostPosted: Tue Oct 31, 2006 12:35 pm    Post subject: Reply with quote

Hello,

i have problem with compiling firefox-2.0, openoffice-2.0.4. Everything stop with compiler cannot create executables which is caused by: -fno-stack-protector-all CFLAG. I haven't this flag set in make.conf!

emerge --info:

Code:

Portage 2.1.2_rc1-r1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18-emission1 i686)
=================================================================
System uname: 2.6.18-emission1 i686 Genuine Intel(R) CPU           T2400  @ 1.83GHz
Gentoo Base System version 1.12.5
Last Sync: Tue, 31 Oct 2006 12:00:03 +0000
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:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
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, 1.10
sys-devel/binutils:  2.17-r4
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=prescott -msse3 -pipe  -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--hash-style=both"
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="/usr/local/overlays/conrad /usr/local/portage /usr/portage/local/layman/portage-xgl"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac acpi alsa apache2 apm arts berkdb bitmap-fonts bluetooth bzip2 cairo cdr cdrw cli cracklib crypt cups dbus directfb divx dlloader dri dts dvd dvdr dvdread dvdrw elibc_glibc evdev fbcon ffmpeg gdbm gif glut gpm gtk gtk2 hal hashstyle iconv ieee1394 imagemagick input_devices_evdev input_devices_keyboard input_devices_mouse input_devices_synaptics ipv6 isdnlog javascript jpeg jpeg2k kde kernel_linux libg++ libwww lm_sensors mad matroska mime mmap mmx mp3 mp4 mpeg ncurses nls nptl nptlonly nsplugin ogg oggvorbis opengl oss pam pcmcia pcre pdf perl php png ppds pppd python qt qt3 qt4 rar readline real reflection rpm rtc samba session smartcard spl sse sse2 sse3 ssl symlink tcpd threads truetype truetype-fonts type1-fonts udev unicode usb userland_GNU video_cards_fbdev video_cards_i810 video_cards_i915 video_cards_vesa vorbis wifi win32codecs wmf x264 xcomposite xml xorg xpm xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS


Any suggestions?
_________________
AMD64 X2 3800+, 1GB RAM, Gigabyte GF7600
-----
Firewalls cannot block stupidity!
Back to top
View user's profile Send private message
n0rbi666
l33t
l33t


Joined: 04 Mar 2005
Posts: 707
Location: \Poland\Krakow

PostPosted: Tue Oct 31, 2006 12:53 pm    Post subject: Reply with quote

_dA_CyANIDe - copy mozilla-firefox from portage to overlay ( cp -pr /usr/portage/www-client/mozilla-firefox /usr/local/portage/www-client )
Edit mozilla-firefox-2.0.ebuild, find this
Code:
        # -fstack-protector breaks us
        if gcc-version ge 4 1; then
                gcc-specs-ssp && append-flags -fno-stack-protector
        else
                gcc-specs-ssp && append-flags -fno-stack-protector-all
        fi
                filter-flags -fstack-protector -fstack-protector-all

and change it to
Code:
        # -fstack-protector breaks us
        gcc-specs-ssp && filter-flags -fno-stack-protector-all -fstack-protector -fstack-protector-all

then ebuild mozilla-firefox-2.0.ebuild digest, and it will work :)
Back to top
View user's profile Send private message
Vla
Tux's lil' helper
Tux's lil' helper


Joined: 09 Sep 2005
Posts: 135
Location: Somewhere in the middle

PostPosted: Tue Oct 31, 2006 2:01 pm    Post subject: Reply with quote

Hm, the guide tells me to do a "gcc-config 6"
There are just 3 types: normal, hardenednopiessp and hardenedpienossp
I guess it should be the "normal" gcc (1).
Back to top
View user's profile Send private message
_BLooDy_
n00b
n00b


Joined: 21 Oct 2006
Posts: 13
Location: Germany

PostPosted: Tue Oct 31, 2006 2:15 pm    Post subject: Reply with quote

__g_blade wrote:
virtual/x11 bug?

Calculating dependencies .... done!
!!! Error: circular dependencies:

ebuild / x11-proto/evieext-1.0.2 merge depends on
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-drivers/xf86-video-nsc-2.8.2 merge depends on
ebuild / x11-proto/xf86dgaproto-2.0.2 merge (hard)
ebuild / x11-proto/videoproto-2.2.2 merge (hard)
ebuild / x11-base/xorg-server-1.1.1-r1 merge (hard)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-proto/fontsproto-2.0.2 merge (hard)
ebuild / x11-proto/randrproto-1.1.2 merge (hard)
ebuild / media-fonts/encodings-1.0.0 merge depends on
ebuild / x11-apps/mkfontscale-1.0.2 merge (hard)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-apps/luit-1.0.1 merge depends on
ebuild / x11-libs/libfontenc-1.0.3 merge (hard)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-libs/libXp-1.0.0 merge depends on
ebuild / x11-proto/printproto-1.0.3 merge (hard)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-proto/fontsproto-2.0.2 merge depends on
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / virtual/opengl-7.0 merge depends on
ebuild / media-libs/mesa-6.5.1-r1 merge (medium)
ebuild / x11-proto/dmxproto-2.2.2 merge depends on
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / media-fonts/font-adobe-100dpi-1.0.0 merge depends on
ebuild / x11-apps/bdftopcf-1.0.0 merge (hard)
ebuild / media-fonts/font-util-1.0.1 merge (hard)
ebuild / media-fonts/encodings-1.0.0 merge (medium)
ebuild / x11-apps/mkfontscale-1.0.2 merge (medium)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-libs/libXScrnSaver-1.1.1 merge depends on
ebuild / x11-proto/scrnsaverproto-1.1.0 merge (hard)
ebuild / x11-apps/mkfontdir-1.0.2 merge (hard)
ebuild / x11-base/xorg-server-1.1.1-r1 merge depends on
ebuild / x11-proto/xineramaproto-1.1.2 merge (hard)
ebuild / x11-proto/evieext-1.0.2 merge (hard)
ebuild / x11-proto/videoproto-2.2.2 merge (hard)
ebuild / x11-libs/libxkbfile-1.0.4 merge (hard)
ebuild / media-fonts/font-adobe-75dpi-1.0.0 merge (hard)
ebuild / x11-libs/libXfont-1.2.3 merge (hard)
ebuild / x11-proto/glproto-1.4.8 merge (hard)
ebuild / x11-proto/xf86miscproto-0.9.2 merge (hard)
ebuild / x11-apps/rgb-1.0.1 merge (hard)
ebuild / x11-proto/damageproto-1.0.3 merge (hard)

and so on...

will rsync in a few hours again...


Damn... I got the same error when trying to emerge kdelibs. but on x11 it worked for me.
Could it be a dependency-conflict in order to much use-flags???

@Vla: Yes. Just choose option 1.

*EDIT*

Got it.
My thought was right. According to my huge USE-Section in make.conf I get big package-dependencies. After checking my emerge error more seriously, I saw that kdelibs depends on cups and vice-versa. So this cannot work. ;)
For Workaround I did "USE="-cups" emerge kdelibs". This will compile kdelibs w/o cups-support. But after kdelibs is installed an "emerge kdelibs" will push cups in again and everything should be fine.

So check out your dependencies and try to compile a package with less USEs. If at least one dependecy is solved u just remerge the package normally again and u are fine.
_________________
System:
~x86 Conrad-Gentoo - 2.6.19-beyond4 - reiser4 - xorg-7.2 - gcc-4.1.2 - glibc-2.5

Machine:
Intel Pentium 4 @ 2,4GHz - 1GB DDR - ATI Radeon Mobility M6 LY (r100)
Back to top
View user's profile Send private message
Jjeje007
Tux's lil' helper
Tux's lil' helper


Joined: 29 Sep 2006
Posts: 142
Location: France, La Croix Valmer

PostPosted: Wed Nov 01, 2006 12:11 am    Post subject: Reply with quote

Hi,

When doing step 8.9 - Rebuilding the World :

ERROR: sys-apps/module-init-tools-3.2.2-r1 failed.

the error is :

Quote:
cc1: error: too many filenames given


My CFLAGS (and the other stuff) are from the make.conf exemple for the intel core 2 duo (i've got one)

EDIT : I did an "emerge --resume --skip-first" and i will see if can emerge this package at the end of the "emerge -e world" ....
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Wed Nov 01, 2006 1:08 am    Post subject: Reply with quote

Jjeje007 wrote:
Hi,

When doing step 8.9 - Rebuilding the World :

ERROR: sys-apps/module-init-tools-3.2.2-r1 failed.

the error is :

Quote:
cc1: error: too many filenames given


My CFLAGS (and the other stuff) are from the make.conf exemple for the intel core 2 duo (i've got one)

EDIT : I did an "emerge --resume --skip-first" and i will see if can emerge this package at the end of the "emerge -e world" ....


Problem is conrad forgot to filter -combine for module-init-tools.
Back to top
View user's profile Send private message
Vla
Tux's lil' helper
Tux's lil' helper


Joined: 09 Sep 2005
Posts: 135
Location: Somewhere in the middle

PostPosted: Wed Nov 01, 2006 5:05 pm    Post subject: Reply with quote

Just finished installing via this guide. Interesting part #1: It's more sensitive to overclocking. Part 2#: wine does not compile ^^
-> Memory and Swap filled up in no time. The only chance is to kill emerge.
Retrieving no-sources also doesn't work:
Quote:
>>> Downloading 'http://no.oldos.org/files/2.6.18-no2/2.6.18-no2.bz2'
--19:09:15-- http://no.oldos.org/files/2.6.18-no2/2.6.18-no2.bz2
=> `/usr/portage/distfiles/2.6.18-no2.bz2'
Resolving no.oldos.org... 204.16.138.13
Connecting to no.oldos.org|204.16.138.13|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 280,924 (274K) [application/octet-stream]

100%[====================================>] 280,924 166.83K/s

19:09:17 (166.50 KB/s) - `/usr/portage/distfiles/2.6.18-no2.bz2' saved [280924/280924]

!!! Couldn't download '2.6.18-no2.bz2'. Aborting.
Back to top
View user's profile Send private message
n0rbi666
l33t
l33t


Joined: 04 Mar 2005
Posts: 707
Location: \Poland\Krakow

PostPosted: Wed Nov 01, 2006 5:56 pm    Post subject: Reply with quote

Vla - try
Code:
emerge --digest no-sources
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 2 of 8

 
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