Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
_Deprecated_ CONRAD Install Guide 1.5.0 'Revolution'
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Mon Jan 30, 2006 7:49 pm    Post subject: Reply with quote

mkzelda wrote:
I am glad you replaced gentoo-sources w/ no-sources in your guide. However, you missed some steps...

Quote:

# wget http://enderandrew.com/conrad/no-sources/2.6.15-no2/no-sources-2.6.15-r2.ebuild
# mkdir -p /usr/local/portage/sys-kernel/no-sources
# ebuild /usr/local/portage/sys-kernel/no-sources/no-sources-2.6.15-r2.ebuild
# emerge no-sources


You're missing your own step 4. Step 5 is lacking 'digest' at the end. Step 6 and 7 are no longer present either, are they needed?
Quote:

4) # mv no-sources-2.6.15-r2.ebuild /usr/local/portage/sys-kernel/no-sources
5) # ebuild /usr/local/portage/sys-kernel/no-sources/no-sources-2.6.15-r2.ebuild digest
6) # echo "sys-kernel/no-sources ~x86" >> /etc/portage/package.keywords
7) # echo "sys-kernel/no-sources symlink" >> /etc/portage/package.use
8) # emerge no-sources


Also,
Quote:
PREVIEW: http://www.bfgraphics.net/conrad/conrad-grub.png


I'd like to use your grub splash screen (especially since I have 2 puppies that look just like yours) but can you spell 'lightning and optimized' correctly first? :P


:-p I made that a long time ago, for conrad livecd 0.1 :-p
I will add digest to the end, simple mistakes :X, also, the last 2 are not necessary when following this guide, because you have ~x86 defined in make.conf, and you are doing a fresh kernel, it will automatically make the symlink.

Thanks for the feedback!

mrsaccess wrote:
Hello, thanx for this great guide!
I installed it on my Sempron 64bit using ~AMD64 and nitro-sources-2.6.15-r3 (only because I couldn't download reiser4 patch for gentoo-sources :)

I had some problems though:
During the emerge -e system sys-libs/db & sys-devel/gettext didn΄t compile.
I relaxed the CXXFLAGS for these 2 (that is I removed the -Wl, -O1) and they compiled fine.

During the emerge of coldplug I had the same problem with dev-libs/libusb. Same solution!

This problem became annoying when I tried to emerge kde-meta.
From the kde-libs and after, almost every second emerge would fail!
So I removed permanently -Wl, -01 from the CXXFLAGS.
I have the suspicion that it is only kde progs that don't like them!

After kde I started merging various apps, mainly for testing purposes!
Till now they are: amarok, kmplayer, xine-ui, showimg, krita, gimp, easytag, kdevelop, ethereal, scribus, avidemux, k9copy, nvu, k3b, ncftp, mozilla-firefox, kivio, inkscape, blender, etherape.
I met these problems:
amarok [musicbrainz wouldn't compile, so USE="-musicbrainz"]
mplayer [libdv wouldn't compile, so USE="-dv"]
blender [yafray only needed completely relaxed CXXFLAGS, LDFLAGS]
inkskape [glibmm only needed completely relaxed CXXFLAGS, LDFLAGS]

The system totally rocks!
Thanx again! :D


Thanks for the feedback! I will remove -Wl,-O1 from the amd64 make.conf, hopefully that will solve these issues ;)
_________________
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
nxsty
Veteran
Veteran


Joined: 23 Jun 2004
Posts: 1556
Location: .se

PostPosted: Mon Jan 30, 2006 8:06 pm    Post subject: Reply with quote

mrsaccess wrote:
I had some problems though:
During the emerge -e system sys-libs/db & sys-devel/gettext didn΄t compile.
I relaxed the CXXFLAGS for these 2 (that is I removed the -Wl, -O1) and they compiled fine.

During the emerge of coldplug I had the same problem with dev-libs/libusb. Same solution!

This problem became annoying when I tried to emerge kde-meta.
From the kde-libs and after, almost every second emerge would fail!
So I removed permanently -Wl, -01 from the CXXFLAGS.
I have the suspicion that it is only kde progs that don't like them!


Have you tried by just taking out -frename-registers and -fweb? -frename-registers is known broken and -fweb has some bad regressions in gcc4.
Back to top
View user's profile Send private message
mrsaccess
n00b
n00b


Joined: 03 Sep 2005
Posts: 30
Location: Greece

PostPosted: Tue Jan 31, 2006 1:20 am    Post subject: Reply with quote

nxsty wrote:
Have you tried by just taking out -frename-registers and -fweb? -frename-registers is known broken and -fweb has some bad regressions in gcc4.

I just tried but with no luck. The -frename-registers and -fweb does not seem to bother the applications. It definetely is -Wl, -O1 in the CXXFLAGS.


More app testing!

Compiled without problem:
»lives
»qucs
»openoffice-bin
»koffice-meta (kchart, kspread, kword, kformula, kugar, kpresenter, karbon, krita, kivio)

Compiled, but needed manual adjustments:
»digiKam [CFLAGS="-O2 -march=athlon64 -fomit-frame-pointer -pipe" CXXFLAGS="${CFLAGS}" LDFLAGS=" "]
»EasyTag [id3lib needed CFLAGS="-O2 -march=athlon64 -fomit-frame-pointer -pipe" CXXFLAGS="${CFLAGS}" LDFLAGS=" "]

Didn 't manage to compile them:
»Koctave [octave does not want to compile! gnuplot needed USE="-doc"]
»KTechLab [an error about ISO C++, I guess it's fix is a few clicks on the source code, gpsim needed USE="-X"]
»Electric [some errors about ISO C++, I guess it's fix is some clicks on the source code]
»libdv [Unfortunately libdv is a prerequisite for many video-editing apps: cinellera-cvs, kino, kdenlive]


Of course, many errors are due to ~amd64 and not gcc4!
_________________
Hardware: The parts of your pc you can kick.
Back to top
View user's profile Send private message
RobNyc
Tux's lil' helper
Tux's lil' helper


Joined: 11 Oct 2005
Posts: 101
Location: NYC

PostPosted: Tue Jan 31, 2006 1:33 am    Post subject: Reply with quote

you forgot to include mv no-* after u wget it to its place
_________________
Thank You
Back to top
View user's profile Send private message
tzencz
n00b
n00b


Joined: 26 Nov 2005
Posts: 5
Location: Krakow, pl_PL

PostPosted: Tue Jan 31, 2006 3:47 am    Post subject: Reply with quote

Hi, i just cant understand one thing:
if -Wl,-O1 are linker flags, why are we passing them in the CXXFLAGS as well as LDFLAGS ? Is it becouse some ebuilds strip those LDFLAGS, or is there another reason?
Sorry for an obvious question, thanks for your time!
_________________
GCC 4.02 Inside ("tum-tim-tum-tim") <SCREEN>
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Tue Jan 31, 2006 3:54 am    Post subject: Reply with quote

tzencz wrote:
Hi, i just cant understand one thing:
if -Wl,-O1 are linker flags, why are we passing them in the CXXFLAGS as well as LDFLAGS ? Is it becouse some ebuilds strip those LDFLAGS, or is there another reason?
Sorry for an obvious question, thanks for your time!


Correct guess ;) AMD64 installs have not been as thoroughly tested as x86 installs, I revises the amd64 config a little bit, removed -frename-registers and -W1,-O1 from CXXFLAGS, as they seem to be breaking things.
_________________
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
buttons
n00b
n00b


Joined: 26 Jan 2006
Posts: 18

PostPosted: Tue Jan 31, 2006 6:51 am    Post subject: Reply with quote

cheater1034 wrote:
buttons wrote:
p4r0l3 wrote:
Hey buttons, I had that same sysinit problem the first time I booted after the install....but rebooting fixed it and everything booted fine....(~x86) :wink:


Unfortunately repeated reboots and reinstalls produce the same error, though occasionally the boot services do start (never those in default, however).

I have also tried masking everything not needed to make gcc-4.0.3 work and relaxed the flags, which did not work. This includes downgrading binutils to amd64 stable, whichever one that was.

Everything was as directed each install. It takes about 2 hours to get to the reboot part of your guide, so I've managed to reproduce this in various ways 4-5 times now.


hmm, Have you tried to mask baselayout and downgrade? Not sure if that is the problem.

Also, are you using gentoo-sources?


Yes, I've tried masking baselayout and downgrading. Also, I have used both gentoo-sources and no-sources, and neither work.

Multiple reboots do not fix the problem.
Back to top
View user's profile Send private message
RobNyc
Tux's lil' helper
Tux's lil' helper


Joined: 11 Oct 2005
Posts: 101
Location: NYC

PostPosted: Tue Jan 31, 2006 6:56 am    Post subject: Reply with quote

Woo haaa first time I ever installed everything from the guide without changing nothing
I can see the Conrad's Grub on my celeron =D

only problem is

Kernel Panic - not syncing : VFS : Unable to mount root fs on unknown-block (3,4)
_________________
Thank You
Back to top
View user's profile Send private message
bigbob73
Guru
Guru


Joined: 31 Dec 2004
Posts: 332
Location: Under the Lone Star

PostPosted: Tue Jan 31, 2006 9:59 pm    Post subject: Reply with quote

cheater1034 wrote:
bigbob73 wrote:
Is the speed difference between gcc 4.0.2 to 4.0.3 worth the time to upgrade?

Simply.. No. ;)

You can do it overnight if you want, and have nothing else to compile. I reccomend upgrading to 4.0.3, and if you dont want to, dont rebuild the world, just have it for all new packages you compile.


I couldn't resist. I used your upgrade guide (1.0 to 1.5) very nice. emerging system and world now. Thanks! :D
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Wed Feb 01, 2006 2:32 am    Post subject: Reply with quote

bigbob73 wrote:
cheater1034 wrote:
bigbob73 wrote:
Is the speed difference between gcc 4.0.2 to 4.0.3 worth the time to upgrade?

Simply.. No. ;)

You can do it overnight if you want, and have nothing else to compile. I reccomend upgrading to 4.0.3, and if you dont want to, dont rebuild the world, just have it for all new packages you compile.


I couldn't resist. I used your upgrade guide (1.0 to 1.5) very nice. emerging system and world now. Thanks! :D


:D I am editing the upgrade guide now too (kernel upgrade) you can look at that too :P
_________________
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
dr.bombay
n00b
n00b


Joined: 05 May 2005
Posts: 39
Location: Los Angeles

PostPosted: Wed Feb 01, 2006 6:54 am    Post subject: dvdrip Reply with quote

cheater-conrad; here is the error I recived, I'm following this how to "gentoo-wiki.com/HOWTO_DVD-Ripping", I was able to install dvdrip but not transcode, here is what I used,
USE="X a52 dv* dvdread fame* ffmpeg gtk jpeg mp3 mpeg ogg quicktime sdl truetype vorbis xml2 xvid -3dnow -extrafilters% -imagemagick* -lzo -mjpeg -mmx -network -sse -sse2 -theora -v4l2" emerge transcode
and this is the output I recived;
Making all in libdv
make[2]: Entering directory `/var/tmp/portage/libdv-0.104-r1/work/libdv-0.104/libdv'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=athlon-xp -fweb -frename-registers -fomit-frame-pointer -ftracer -pipe -Wall -MT gasmoff.o -MD -MP -MF ".deps/gasmoff.Tpo" -c -o gasmoff.o gasmoff.c; \
then mv -f ".deps/gasmoff.Tpo" ".deps/gasmoff.Po"; else rm -f ".deps/gasmoff.Tpo"; exit 1; fi
/bin/sh ../libtool --silent --mode=link --tag=CC i686-pc-linux-gnu-gcc -O2 -march=athlon-xp -fweb -frename-registers -fomit-frame-pointer -ftracer -pipe -Wall -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s -o gasmoff gasmoff.o -lm
./gasmoff > asmoff.h
make all-am
make[3]: Entering directory `/var/tmp/portage/libdv-0.104-r1/work/libdv-0.104/libdv'
if /bin/sh ../libtool --silent --mode=compile --tag=CC i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=athlon-xp -fweb -frename-registers -fomit-frame-pointer -ftracer -pipe -Wall -MT dv.lo -MD -MP -MF ".deps/dv.Tpo" -c -o dv.lo dv.c; \
then mv -f ".deps/dv.Tpo" ".deps/dv.Plo"; else rm -f ".deps/dv.Tpo"; exit 1; fi
In file included from dv.c:50:
quant.h:30: error: array type has incomplete element type
dv.c: In function 'dv_decode_macroblock':
dv.c:224: error: type of formal parameter 5 is incomplete
dv.c: In function 'dv_decode_video_segment':
dv.c:256: error: type of formal parameter 5 is incomplete
make[3]: *** [dv.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/libdv-0.104-r1/work/libdv-0.104/libdv'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/libdv-0.104-r1/work/libdv-0.104/libdv'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libdv-0.104-r1/work/libdv-0.104'
make: *** [all] Error 2

!!! ERROR: media-libs/libdv-0.104-r1 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile
Hopefully I have included everything you need to be able to help me; :oops:
_________________
I just escaped from microsoft please help I dont want to ever go back
Back to top
View user's profile Send private message
aslocum
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 217
Location: Germany, Frankfurt

PostPosted: Wed Feb 01, 2006 9:40 am    Post subject: Reply with quote

anyone with ~x86 tried the new xorg 7 with conrad?

i have strange window corruptions when moving them. tried different kernels and remerged the complete xorg...
its not window manager related, all the same in fluxbox, kde and gnome.
now i have relaxed the flags a little bit and emerge -e xorg-x11 now... i will see
_________________
Dell Latitude d610 1.6Ghz 1GB
gcc-4.0.3 2.6.15-no3
Reiser4
Back to top
View user's profile Send private message
enderandrew
l33t
l33t


Joined: 25 Oct 2005
Posts: 731

PostPosted: Wed Feb 01, 2006 11:39 am    Post subject: Reply with quote

I use slightly modified CFLAGS, but my installs have always largely been based on the Conrad guide.

So yes, I've used Xorg 7.0 and Conrad with no problems.
_________________
Nihilism makes me smile.
Back to top
View user's profile Send private message
7seven7
n00b
n00b


Joined: 22 Jan 2005
Posts: 72

PostPosted: Wed Feb 01, 2006 2:32 pm    Post subject: Reply with quote

aslocum wrote:
anyone with ~x86 tried the new xorg 7 with conrad?

i have strange window corruptions when moving them. tried different kernels and remerged the complete xorg...
its not window manager related, all the same in fluxbox, kde and gnome.
now i have relaxed the flags a little bit and emerge -e xorg-x11 now... i will see

You must compile the package x11-base/xorg-server without the fweb CFLAG.
Back to top
View user's profile Send private message
aslocum
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 217
Location: Germany, Frankfurt

PostPosted: Wed Feb 01, 2006 3:22 pm    Post subject: Reply with quote

7seven7... YOU ARE MY HERO

im remerging now for 2days.. first gnome.. then unmerged gnome(that was pain too ..still 2 libs i cant get rid of :D)...remerged the whole xserver, emerged kde (want to see if its gnome/cairo/glitz fault), downgrading to latest 6.8 xserver... upgrading to xorg 7 again because of got no dri working with my i915gm... emerge -e xorg-x11 ....

and now.. IT WORKS ! thank you thank you thank you !
_________________
Dell Latitude d610 1.6Ghz 1GB
gcc-4.0.3 2.6.15-no3
Reiser4
Back to top
View user's profile Send private message
enderandrew
l33t
l33t


Joined: 25 Oct 2005
Posts: 731

PostPosted: Wed Feb 01, 2006 4:02 pm    Post subject: Reply with quote

For what it is worth, I use:

CFLAGS="-march=ARCH -O2 -pipe -fomit-frame-pointer -ftracer"
CXXFLAGS="${CFLAGS} -ffriend-injection -fvisibility-inlines-hidden"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-Bdirect"
ACCEPT_KEYWORDS="~x86"
_________________
Nihilism makes me smile.
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Wed Feb 01, 2006 7:46 pm    Post subject: Re: dvdrip Reply with quote

dr.bombay wrote:
cheater-conrad; here is the error I recived, I'm following this how to "gentoo-wiki.com/HOWTO_DVD-Ripping", I was able to install dvdrip but not transcode, here is what I used,
USE="X a52 dv* dvdread fame* ffmpeg gtk jpeg mp3 mpeg ogg quicktime sdl truetype vorbis xml2 xvid -3dnow -extrafilters% -imagemagick* -lzo -mjpeg -mmx -network -sse -sse2 -theora -v4l2" emerge transcode
and this is the output I recived;
Making all in libdv
make[2]: Entering directory `/var/tmp/portage/libdv-0.104-r1/work/libdv-0.104/libdv'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=athlon-xp -fweb -frename-registers -fomit-frame-pointer -ftracer -pipe -Wall -MT gasmoff.o -MD -MP -MF ".deps/gasmoff.Tpo" -c -o gasmoff.o gasmoff.c; \
then mv -f ".deps/gasmoff.Tpo" ".deps/gasmoff.Po"; else rm -f ".deps/gasmoff.Tpo"; exit 1; fi
/bin/sh ../libtool --silent --mode=link --tag=CC i686-pc-linux-gnu-gcc -O2 -march=athlon-xp -fweb -frename-registers -fomit-frame-pointer -ftracer -pipe -Wall -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s -o gasmoff gasmoff.o -lm
./gasmoff > asmoff.h
make all-am
make[3]: Entering directory `/var/tmp/portage/libdv-0.104-r1/work/libdv-0.104/libdv'
if /bin/sh ../libtool --silent --mode=compile --tag=CC i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -march=athlon-xp -fweb -frename-registers -fomit-frame-pointer -ftracer -pipe -Wall -MT dv.lo -MD -MP -MF ".deps/dv.Tpo" -c -o dv.lo dv.c; \
then mv -f ".deps/dv.Tpo" ".deps/dv.Plo"; else rm -f ".deps/dv.Tpo"; exit 1; fi
In file included from dv.c:50:
quant.h:30: error: array type has incomplete element type
dv.c: In function 'dv_decode_macroblock':
dv.c:224: error: type of formal parameter 5 is incomplete
dv.c: In function 'dv_decode_video_segment':
dv.c:256: error: type of formal parameter 5 is incomplete
make[3]: *** [dv.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/libdv-0.104-r1/work/libdv-0.104/libdv'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/libdv-0.104-r1/work/libdv-0.104/libdv'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libdv-0.104-r1/work/libdv-0.104'
make: *** [all] Error 2

!!! ERROR: media-libs/libdv-0.104-r1 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile
Hopefully I have included everything you need to be able to help me; :oops:


So it appears that libdv is causing a problem, you could try omitting LDFLAGS, and see how it goes, 'LDFLAGS="" emerge libdv'

Have not compiled that particular package, also, may I see your use flags :)
_________________
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
allex87
Apprentice
Apprentice


Joined: 02 Aug 2003
Posts: 154
Location: Ontario, Canada

PostPosted: Wed Feb 01, 2006 9:55 pm    Post subject: Reply with quote

aslocum wrote:
7seven7... YOU ARE MY HERO

im remerging now for 2days.. first gnome.. then unmerged gnome(that was pain too ..still 2 libs i cant get rid of :D)...remerged the whole xserver, emerged kde (want to see if its gnome/cairo/glitz fault), downgrading to latest 6.8 xserver... upgrading to xorg 7 again because of got no dri working with my i915gm... emerge -e xorg-x11 ....

and now.. IT WORKS ! thank you thank you thank you !


Yay! I tried xorg-x11 this morning before work (After it compiled) and I had the same problem. I thought maybe it was some twm issue. Now I'll try it when I get home! *excitement*

I'm going to use package-wise cflags with /etc/portage/package.cflags... hopefully that won't break stuff ^_^

*edit* By the way, any idea if the fglrx drivers work with xorg-x11-7.0 modular? They compile, but do they actually work? And where did fglrxconfig disappear in the ati-drivers release I installed (latest) ??

*edit2* Yes, the fix works! :)

Wow, my system feels pretty fast... an actual improvement from using gcc-3.4 and some normal-ish cflags. Congrats on the guide!
Back to top
View user's profile Send private message
dr.bombay
n00b
n00b


Joined: 05 May 2005
Posts: 39
Location: Los Angeles

PostPosted: Thu Feb 02, 2006 6:52 am    Post subject: error libdv Reply with quote

The lib is for being able to use digital video recorders;
this my make.conf:
# January 25, 2006 00:05:45
# The beginnig of /etc/make.conf
# These settings were set by the catalyst build
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=athlon-xp -fweb -frename-registers -fomit-frame-pointer -ftracer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden -Wl,-O1"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
ACCEPT_KEYWORDS="~x86"
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORT_LOGDIR=/var/log/portage
PORTDIR_OVERLAY=/usr/local/portage
GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo \
http://mirror.datapipe.net/gentoo \
ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo \
ftp://mirror.datapipe.net/gentoo"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
ALSA_CARDS="emu10k1"
MAKEOPTS="-j2"
PORTAGE_NICENESS=10
AUTOCLEAN="yes"
FEATURES="distlocks maketest userpriv"
USE="-arts -kde -qt a52 aac afs alsa audiofile avi cdparanoia cups divx4linux dts -dv dvd dvdr dvdread encode esd fame ffmpeg flac gstreamer gnome gtk gtk2 mad mpeg nptl nptlonly nsplugin nvidia ogg opengl quicktime sox subtitles test transcode vorbis win32codecs X xine xvid"
# The following is for GCC-4.1 only
# I_PROMISE_TO_SUPPLY_PATCHES_WITH_BUGS=1
_________________
I just escaped from microsoft please help I dont want to ever go back
Back to top
View user's profile Send private message
bigbob73
Guru
Guru


Joined: 31 Dec 2004
Posts: 332
Location: Under the Lone Star

PostPosted: Thu Feb 02, 2006 11:23 am    Post subject: Reply with quote

well, emerge -e world bombed on wxgtk. It says that the version is no longer in portage. How can I fix this and resume the emerge. emerge --resume will not work. :x
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
bigbob73
Guru
Guru


Joined: 31 Dec 2004
Posts: 332
Location: Under the Lone Star

PostPosted: Thu Feb 02, 2006 1:04 pm    Post subject: Reply with quote

bigbob73 wrote:
well, emerge -e world bombed on wxgtk. It says that the version is no longer in portage. How can I fix this and resume the emerge. emerge --resume will not work. :x


as an update, it is actually ntop-3.2

mauller portage # emerge --resume --skipfirst -p world

These are the packages that I would merge, in order:

!!! aux_get(): ebuild path for 'net-analyzer/ntop-3.2' not specified:
!!! None
Traceback (most recent call last):
File "/usr/bin/emerge", line 3322, in ?
mydepgraph.display(portage.mtimedb["resume"]["mergelist"])
File "/usr/bin/emerge", line 1586, in display
if (x[0]!="binary") and ("fetch" in string.split(portage.portdb.aux_get(x[2],["RESTRICT"])[0])):
File "/usr/lib/portage/pym/portage.py", line 4789, in aux_get
raise KeyError, "'%(cpv)s' at %(path)s" % {"cpv":mycpv,"path":myebuild}
KeyError: "'net-analyzer/ntop-3.2' at None"
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
aslocum
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 217
Location: Germany, Frankfurt

PostPosted: Thu Feb 02, 2006 7:02 pm    Post subject: Reply with quote

try 'emerge sync && emerge -uDeav world'

but it seems you have corrupted your portage?

maybe an emerge metadata will help
_________________
Dell Latitude d610 1.6Ghz 1GB
gcc-4.0.3 2.6.15-no3
Reiser4
Back to top
View user's profile Send private message
mafioso
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jan 2006
Posts: 98
Location: arizona, usa

PostPosted: Thu Feb 02, 2006 7:32 pm    Post subject: Reply with quote

allex87 wrote:
aslocum wrote:
7seven7... YOU ARE MY HERO

im remerging now for 2days.. first gnome.. then unmerged gnome(that was pain too ..still 2 libs i cant get rid of :D)...remerged the whole xserver, emerged kde (want to see if its gnome/cairo/glitz fault), downgrading to latest 6.8 xserver... upgrading to xorg 7 again because of got no dri working with my i915gm... emerge -e xorg-x11 ....

and now.. IT WORKS ! thank you thank you thank you !


Yay! I tried xorg-x11 this morning before work (After it compiled) and I had the same problem. I thought maybe it was some twm issue. Now I'll try it when I get home! *excitement*

I'm going to use package-wise cflags with /etc/portage/package.cflags... hopefully that won't break stuff ^_^

*edit* By the way, any idea if the fglrx drivers work with xorg-x11-7.0 modular? They compile, but do they actually work? And where did fglrxconfig disappear in the ati-drivers release I installed (latest) ??

*edit2* Yes, the fix works! :)

Wow, my system feels pretty fast... an actual improvement from using gcc-3.4 and some normal-ish cflags. Congrats on the guide!


i have gotten both the 8.20.8 and the 8.21.7 fglrx drivers to work. the 8.21.7 fglrx drivers break my networking for some reason, i filed a bug here http://ati.cchtml.com/show_bug.cgi?id=301
the 8.20.8 version work flawlessly for me, direct rendering etc. i avg. 10200 fps in glxgears and 1600 fps in fgl_glxgears. just follow the guide for ati drivers linked in this guide. the fglrxconfig seems to be gone in 8.21.7 version it gets pulled in with 8.20.8 version.

i would like to note that there is NO need to downgrade to xorg 6.8.2 to fix xorg 7.0 just simply delete "-fweb" from your make.conf and reemerge the single package xorg-server as stated in 7seven7's post
it should only take 5-20 mins. then your xorg 7.0 probs will be gone. then be sure to remember to add -fweb back into your make.conf.... just wanted that to be clear. 8)

(conrad guides = a n00bs dream come true :P ) peace!! maf
_________________
persistance is THE key to success
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Thu Feb 02, 2006 7:48 pm    Post subject: Reply with quote

bigbob73 wrote:
bigbob73 wrote:
well, emerge -e world bombed on wxgtk. It says that the version is no longer in portage. How can I fix this and resume the emerge. emerge --resume will not work. :x


as an update, it is actually ntop-3.2

mauller portage # emerge --resume --skipfirst -p world

These are the packages that I would merge, in order:

!!! aux_get(): ebuild path for 'net-analyzer/ntop-3.2' not specified:
!!! None
Traceback (most recent call last):
File "/usr/bin/emerge", line 3322, in ?
mydepgraph.display(portage.mtimedb["resume"]["mergelist"])
File "/usr/bin/emerge", line 1586, in display
if (x[0]!="binary") and ("fetch" in string.split(portage.portdb.aux_get(x[2],["RESTRICT"])[0])):
File "/usr/lib/portage/pym/portage.py", line 4789, in aux_get
raise KeyError, "'%(cpv)s' at %(path)s" % {"cpv":mycpv,"path":myebuild}
KeyError: "'net-analyzer/ntop-3.2' at None"


Have you ran "emerge sync" lately ;)
_________________
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
bigbob73
Guru
Guru


Joined: 31 Dec 2004
Posts: 332
Location: Under the Lone Star

PostPosted: Thu Feb 02, 2006 8:53 pm    Post subject: Reply with quote

cheater1034 wrote:
bigbob73 wrote:
bigbob73 wrote:
well, emerge -e world bombed on wxgtk. It says that the version is no longer in portage. How can I fix this and resume the emerge. emerge --resume will not work. :x


as an update, it is actually ntop-3.2

mauller portage # emerge --resume --skipfirst -p world

These are the packages that I would merge, in order:

!!! aux_get(): ebuild path for 'net-analyzer/ntop-3.2' not specified:
!!! None
Traceback (most recent call last):
File "/usr/bin/emerge", line 3322, in ?
mydepgraph.display(portage.mtimedb["resume"]["mergelist"])
File "/usr/bin/emerge", line 1586, in display
if (x[0]!="binary") and ("fetch" in string.split(portage.portdb.aux_get(x[2],["RESTRICT"])[0])):
File "/usr/lib/portage/pym/portage.py", line 4789, in aux_get
raise KeyError, "'%(cpv)s' at %(path)s" % {"cpv":mycpv,"path":myebuild}
KeyError: "'net-analyzer/ntop-3.2' at None"


Have you ran "emerge sync" lately ;)


I don't know if this had anything to do with it, but I have emerge sync running as a cron job every night. My guess is that it tried to run during the emerge -e world and something changed after it calculated what it wanted to emerge. I stoped cron and started over. One other question, I have seen a lot back and forth about reiser4 and i/o schedulers. What is your recommendation? Also, I'm using no preemption now, would I be better off with voluntary preemtion (use as a destop mostly) ?

thanks! bigbob
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
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  Next
Page 3 of 5

 
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