Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
-OutDated+Unsupported- CONRAD Install Guide 2.0
View unanswered posts
View posts from last 24 hours

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


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Mon Feb 20, 2006 12:27 pm    Post subject: Reply with quote

Gives you gcc4, more up to date packages (all ~x86), includes LDFLAGS (-Bdirect, -hashvals, etc), and better C[XX]FLAGS
Back to top
View user's profile Send private message
derlauer
n00b
n00b


Joined: 25 Jan 2003
Posts: 15

PostPosted: Mon Feb 20, 2006 12:29 pm    Post subject: Reply with quote

hello,

i got an error compiling make. fixed it by compiling a newer ebuild of coreutils coreutils-5.94-r1.ebuild. after that make compiled well. now iam running emerge --emptytree world again.

lauer
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Mon Feb 20, 2006 4:33 pm    Post subject: Reply with quote

Q-collective wrote:
Practical question: How is this different from the normal manual?


As nesl247 said
"Gives you gcc4, more up to date packages (all ~x86), includes LDFLAGS (-Bdirect, -hashvals, etc), and better C[XX]FLAGS"

It is a lot more unstable than the gentoo handbook, it gives you more complex instructions, it gives you gcc 4.0/cvs, it gives you the "testing" ~x86 branch, though I find it more stable than x86 :-p, and it gives you Linker Flags, which improve binary load times incredibly.
_________________
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
Master_of_Puppets
n00b
n00b


Joined: 17 Dec 2005
Posts: 48
Location: Austria

PostPosted: Mon Feb 20, 2006 5:30 pm    Post subject: Re: CONRAD Install Guide 2.0.1 "Techno Geek" Reply with quote

cheater1034 wrote:

12 - Setting up grub

12.1 – Modifying /boot/grub/grub.conf
In grub, hdx1 is (hd0,0), and hdx2 is (hd0,2) and so forth.
Code:
nano -w /boot/grub/grub.conf




hdx2 would be (hd0,1), wouldn't it?
_________________
There are only 10 kinds of people in the world, those who understand binary and those who don't.
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Mon Feb 20, 2006 5:56 pm    Post subject: Re: CONRAD Install Guide 2.0.1 "Techno Geek" Reply with quote

Master_of_Puppets wrote:
cheater1034 wrote:

12 - Setting up grub

12.1 – Modifying /boot/grub/grub.conf
In grub, hdx1 is (hd0,0), and hdx2 is (hd0,2) and so forth.
Code:
nano -w /boot/grub/grub.conf




hdx2 would be (hd0,1), wouldn't it?


yes it would, will fix it now ;)
_________________
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
Veavictus
n00b
n00b


Joined: 15 Jan 2004
Posts: 12
Location: Neriak

PostPosted: Wed Feb 22, 2006 3:00 am    Post subject: Reply with quote

Everything works fine until I get to "emerge --emptytree world"

I keep getting this

Failed Patch: flex-2.5.31-gnu-m4.patch
/usr/portage/sys-devel/flex/files/flex-2.5.31-gnu-m4.patch

!!!ERROR: sys-devel/flex-2.5.31-r2 failed.
Call stack:
ebuild.sh, line 1894 Called dyn_unpack
ebuild.sh, line 694 Called src_unpack
flex-2.5.31-r2.ebuild, line 28 Called epatch 'unpack'

Any ideas? Ive tried a couple of times now and always stops here.

Thanks,
Vea
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Wed Feb 22, 2006 3:16 am    Post subject: Reply with quote

Veavictus wrote:
Everything works fine until I get to "emerge --emptytree world"

I keep getting this

Failed Patch: flex-2.5.31-gnu-m4.patch
/usr/portage/sys-devel/flex/files/flex-2.5.31-gnu-m4.patch

!!!ERROR: sys-devel/flex-2.5.31-r2 failed.
Call stack:
ebuild.sh, line 1894 Called dyn_unpack
ebuild.sh, line 694 Called src_unpack
flex-2.5.31-r2.ebuild, line 28 Called epatch 'unpack'

Any ideas? Ive tried a couple of times now and always stops here.

Thanks,
Vea


The first thing to try is emerge sync, that has worked for me just now, patches cleanly.

Second thing to do is copy flex to the overlay and exclude that specific patch, something like GENTOO_PATCH_EXCLUDE="flex-2.5.31-gnu-m4.patch" then re-digest it and try it.

The third thing (last resort) is to mask it and settle for an older version.
echo =sys-devel/flex-2.5.31-r2 >> /etc/portage/package.mask

One of those will work ;) hopefully a sync will fix it
_________________
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
Veavictus
n00b
n00b


Joined: 15 Jan 2004
Posts: 12
Location: Neriak

PostPosted: Wed Feb 22, 2006 3:25 am    Post subject: Reply with quote

Synced today right after I posted and it worked fine.
hehe

Thanks for the quick reply!

Vea
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 23, 2006 2:48 am    Post subject: Reply with quote

alright, diving in to the upgrade guide! As you say, this is insane, but what fun :lol:
emerge -e world...(crossing fingers)
_________________
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 23, 2006 4:26 pm    Post subject: Reply with quote

mauller bob # emerge --emptytree world
Calculating world dependencies ...done!

!!! Error: the <=x11-base/xorg-x11-6.9 package conflicts with another package.
!!! both can't be installed on the same system together.
!!! Please use 'emerge --pretend' to determine blockers.


Should I remove this package first?
_________________
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 23, 2006 4:46 pm    Post subject: Reply with quote

bigbob73 wrote:
mauller bob # emerge --emptytree world
Calculating world dependencies ...done!

!!! Error: the <=x11-base/xorg-x11-6.9 package conflicts with another package.
!!! both can't be installed on the same system together.
!!! Please use 'emerge --pretend' to determine blockers.


Should I remove this package first?


Or just emerge xorg and let it update?
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Thu Feb 23, 2006 6:44 pm    Post subject: Reply with quote

Check /etc/portage/profile/virtuals for virtual/x11 x11-base/xorg-x11.. If it isn't there add it.
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 23, 2006 6:53 pm    Post subject: Reply with quote

nesl247 wrote:
Check /etc/portage/profile/virtuals for virtual/x11 x11-base/xorg-x11.. If it isn't there add it.


it's already in there :(
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

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

Can you give me the output of

emerge -p xorg-x11
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

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

bigbob73 wrote:
bigbob73 wrote:
mauller bob # emerge --emptytree world
Calculating world dependencies ...done!

!!! Error: the <=x11-base/xorg-x11-6.9 package conflicts with another package.
!!! both can't be installed on the same system together.
!!! Please use 'emerge --pretend' to determine blockers.


Should I remove this package first?


Or just emerge xorg and let it update?


xorg 7 is already unmasked, you may need to remove Xorg 6.9 and upgrade to 7.0, or remove the entries from /etc/portage/package.unmask.
_________________
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 23, 2006 7:48 pm    Post subject: Reply with quote

nesl247 wrote:
Can you give me the output of

emerge -p xorg-x11


sorry, it's kind of long...


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

Calculating dependencies .. ...done!
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-misc/util-macros-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/kbproto-1.0.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/xextproto-7.0.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/xproto-7.0.4)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/xf86bigfontproto-1.1.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/inputproto-1.3.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libX11-1.0.0-r2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXau-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/bigreqsproto-1.0.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXdmcp-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/xcmiscproto-1.1.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/xtrans-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXext-1.0.0-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/xauth-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libICE-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libSM-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXt-1.0.0-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXmu-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libxkbfile-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/setxkbmap-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/fontsproto-2.0.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/randrproto-1.1.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/renderproto-0.9.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-imstt-1.0.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/xf86miscproto-0.9.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXxf86misc-1.0.0-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/liblbxutil-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/compositeproto-0.2.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXrender-0.9.0.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/dmxproto-2.2.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/damageproto-1.0.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/xf86dgaproto-2.0.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/videoproto-2.2.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXpm-3.5.4.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXaw-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/trapproto-3.4.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/scrnsaverproto-1.0.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/recordproto-1.13.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXtst-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/xineramaproto-1.1.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libdmx-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/rgb-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/iceauth-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/xf86rushproto-1.1.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-base/xorg-server-1.0.1-r4)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/mkfontscale-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libfontenc-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking media-fonts/encodings-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking media-fonts/font-misc-misc-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/bdftopcf-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/fontcacheproto-0.1.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXfont-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking media-fonts/font-util-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/mkfontdir-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking media-fonts/font-alias-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libxkbui-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking media-fonts/font-cursor-misc-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/glproto-1.4.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/resourceproto-1.0.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXres-1.0.0-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-misc/makedepend-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking media-libs/mesa-6.4.2-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/xf86vidmodeproto-2.2.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/printproto-1.0.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXxf86vm-1.0.0-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXi-1.0.0-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libdrm-2.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/evieext-1.0.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-misc/xbitmaps-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/xkbcomp-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-misc/xkbdata-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/xrdb-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-wm/twm-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/xinit-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXft-2.1.8.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/xclock-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-proto/fixesproto-3.0.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-nsc-2.7.6.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-s3virge-1.8.6.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-i128-1.1.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXfixes-3.0.1.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXcomposite-0.2.2.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-vmware-10.12.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-trident-1.0.1.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-neomagic-1.0.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-cirrus-1.0.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking media-fonts/font-bitstream-type1-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-sisusb-0.7.1.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-vesa-1.0.1.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-tga-1.0.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking media-fonts/font-adobe-100dpi-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking app-doc/xorg-docs-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-s3-0.3.5.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXdamage-1.0.2.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/xhost-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-glint-1.0.1.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-base/xorg-x11-7.0-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-tdfx-1.1.1.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXScrnSaver-1.0.1-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXxf86dga-1.0.0-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking media-fonts/font-adobe-utopia-type1-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-fbdev-0.1.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-i740-1.0.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-dummy-0.1.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/xmodmap-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-voodoo-1.0.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-input-keyboard-1.0.1.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-savage-2.0.2.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXcursor-1.1.5.2-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-newport-0.1.4.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-siliconmotion-1.3.1.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-ark-0.5.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXrandr-1.1.0.2-r1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-apps/xrandr-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-chips-1.0.1.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-ati-6.5.7.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-mga-1.2.1.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-v4l-0.0.1.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-sis-0.8.1.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXinerama-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-tseng-1.0.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-vga-4.0.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-cyrix-1.0.0.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking media-fonts/font-bh-ttf-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXp-1.0.0)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-apm-1.0.1.5)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-rendition-4.0.1.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-input-mouse-1.0.3.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXv-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXvMC-1.0.1)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-i810-1.4.1.3)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-via-0.1.33.2)
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-drivers/xf86-video-nv-1.0.1.5)
[ebuild N ] x11-misc/util-macros-1.0.1 USE="-debug"
[ebuild N ] x11-proto/kbproto-1.0.2 USE="-debug"
[ebuild N ] x11-proto/xextproto-7.0.2 USE="-debug"
[ebuild N ] x11-proto/xproto-7.0.4 USE="-debug"
[ebuild N ] x11-proto/xf86bigfontproto-1.1.2 USE="-debug"
[ebuild N ] x11-proto/inputproto-1.3.2 USE="-debug"
[ebuild N ] x11-libs/libXau-1.0.0 USE="-debug"
[ebuild N ] x11-proto/bigreqsproto-1.0.2 USE="-debug"
[ebuild N ] x11-libs/libXdmcp-1.0.0 USE="-debug"
[ebuild N ] x11-proto/xcmiscproto-1.1.2 USE="-debug"
[ebuild N ] x11-libs/xtrans-1.0.0 USE="-debug"
[ebuild N ] x11-libs/libX11-1.0.0-r2 USE="ipv6 -debug"
[ebuild N ] x11-libs/libXext-1.0.0-r1 USE="-debug"
[ebuild N ] x11-libs/libICE-1.0.0 USE="ipv6 -debug"
[ebuild N ] x11-libs/libSM-1.0.0 USE="ipv6 -debug"
[ebuild N ] x11-libs/libXt-1.0.0-r1 USE="-debug"
[ebuild N ] x11-libs/libXmu-1.0.0 USE="ipv6 -debug"
[ebuild N ] x11-apps/xauth-1.0.1 USE="ipv6 -debug"
[ebuild N ] x11-libs/libxkbfile-1.0.1 USE="-debug"
[ebuild N ] x11-apps/setxkbmap-1.0.1 USE="-debug"
[ebuild N ] x11-proto/fontsproto-2.0.2 USE="-debug"
[ebuild N ] x11-proto/randrproto-1.1.2 USE="-debug"
[ebuild N ] x11-proto/renderproto-0.9.2 USE="-debug"
[ebuild N ] x11-proto/xf86miscproto-0.9.2 USE="-debug"
[ebuild N ] x11-libs/libXxf86misc-1.0.0-r1 USE="-debug"
[ebuild N ] x11-libs/liblbxutil-1.0.0 USE="-debug"
[ebuild N ] x11-proto/compositeproto-0.2.2 USE="-debug"
[ebuild N ] x11-libs/libXrender-0.9.0.2 USE="-debug"
[ebuild N ] x11-proto/dmxproto-2.2.2 USE="-debug"
[ebuild N ] x11-proto/damageproto-1.0.3 USE="-debug"
[ebuild N ] x11-proto/xf86dgaproto-2.0.2 USE="-debug"
[ebuild N ] x11-proto/videoproto-2.2.2 USE="-debug"
[ebuild N ] x11-libs/libXpm-3.5.4.2 USE="-debug"
[ebuild N ] sys-apps/ed-0.2-r6
[ebuild N ] x11-libs/libXaw-1.0.1 USE="-debug -xprint"
[ebuild N ] x11-proto/trapproto-3.4.3 USE="-debug"
[ebuild N ] x11-proto/scrnsaverproto-1.0.2 USE="-debug"
[ebuild N ] x11-proto/recordproto-1.13.2 USE="-debug"
[ebuild N ] x11-libs/libXtst-1.0.1 USE="-debug"
[ebuild N ] x11-proto/xineramaproto-1.1.2 USE="-debug"
[ebuild N ] x11-libs/libdmx-1.0.1 USE="-debug"
[ebuild N ] x11-apps/rgb-1.0.0 USE="-debug"
[ebuild N ] x11-apps/iceauth-1.0.1 USE="-debug"
[ebuild N ] x11-proto/xf86rushproto-1.1.2 USE="-debug"
[ebuild N ] x11-libs/libfontenc-1.0.1 USE="-debug"
[ebuild N ] x11-apps/mkfontscale-1.0.1 USE="-debug"
[ebuild N ] media-fonts/encodings-1.0.0 USE="-debug"
[ebuild N ] x11-proto/fontcacheproto-0.1.2 USE="-debug"
[ebuild N ] x11-libs/libXfont-1.0.0 USE="ipv6 -debug"
[ebuild N ] x11-apps/bdftopcf-1.0.0 USE="-debug"
[ebuild N ] media-fonts/font-util-1.0.0 USE="-debug"
[ebuild N ] x11-apps/mkfontdir-1.0.1 USE="-debug"
[ebuild N ] media-fonts/font-misc-misc-1.0.0 USE="nls"
[ebuild N ] media-fonts/font-alias-1.0.1 USE="-debug"
[ebuild N ] x11-libs/libxkbui-1.0.1 USE="-debug"
[ebuild N ] media-fonts/font-cursor-misc-1.0.0 USE="nls"
[ebuild N ] x11-proto/glproto-1.4.5 USE="-debug"
[ebuild N ] x11-proto/resourceproto-1.0.2 USE="-debug"
[ebuild N ] x11-libs/libXres-1.0.0-r1 USE="-debug"
[ebuild N ] x11-misc/makedepend-1.0.0 USE="-debug"
[ebuild N ] x11-libs/motif-config-0.10
[ebuild N ] x11-libs/openmotif-2.2.3-r9
[ebuild N ] x11-proto/xf86vidmodeproto-2.2.2 USE="-debug"
[ebuild N ] x11-proto/printproto-1.0.3 USE="-debug"
[ebuild N ] x11-libs/libXxf86vm-1.0.0-r1 USE="-debug"
[ebuild N ] x11-libs/libXi-1.0.0-r1 USE="-debug"
[ebuild N ] x11-libs/libdrm-2.0 USE="-debug"
[ebuild N ] media-libs/mesa-6.4.2-r1 USE="motif -debug" VIDEO_CARDS="-ati -i810 -mga -none -s3virge -savage -sis -tdfx -trident -via"
[ebuild N ] x11-proto/evieext-1.0.2 USE="-debug"
[ebuild N ] x11-misc/xbitmaps-1.0.1 USE="-debug"
[ebuild N ] x11-apps/xkbcomp-1.0.1 USE="-debug"
[ebuild N ] x11-misc/xkbdata-1.0.1 USE="-debug"
[ebuild N ] x11-apps/xrdb-1.0.1 USE="-debug"
[ebuild N ] x11-wm/twm-1.0.1 USE="-debug"
[ebuild N ] x11-libs/libXft-2.1.8.2 USE="-debug"
[ebuild N ] x11-apps/xclock-1.0.1 USE="-debug -xprint"
[ebuild N ] x11-apps/xinit-1.0.1 USE="-debug"
[ebuild N ] x11-proto/fixesproto-3.0.2 USE="-debug"
[ebuild N ] x11-base/xorg-server-1.0.1-r4 USE="ipv6 -debug -dri -minimal -xprint"
[ebuild N ] x11-drivers/xf86-video-imstt-1.0.0.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-nsc-2.7.6.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-s3virge-1.8.6.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-i128-1.1.0.5 USE="-debug"
[ebuild N ] x11-libs/libXfixes-3.0.1.2 USE="-debug"
[ebuild N ] x11-libs/libXcomposite-0.2.2.2 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-vmware-10.12.0.0 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-trident-1.0.1.3 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-neomagic-1.0.0.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-cirrus-1.0.0.5 USE="-debug"
[ebuild N ] media-fonts/font-bitstream-type1-1.0.0
[ebuild N ] x11-drivers/xf86-video-sisusb-0.7.1.3 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-vesa-1.0.1.3 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-tga-1.0.0.5 USE="-debug"
[ebuild N ] media-fonts/font-adobe-100dpi-1.0.0 USE="nls"
[ebuild N ] app-doc/xorg-docs-1.0.1 USE="-debug -doc"
[ebuild N ] x11-drivers/xf86-video-s3-0.3.5.5 USE="-debug"
[ebuild N ] x11-libs/libXdamage-1.0.2.2 USE="-debug"
[ebuild N ] x11-apps/xhost-1.0.0 USE="ipv6 -debug"
[ebuild N ] x11-drivers/xf86-video-glint-1.0.1.3 USE="-debug -dri"
[ebuild N ] x11-drivers/xf86-video-tdfx-1.1.1.3 USE="-debug -dri"
[ebuild N ] x11-libs/libXScrnSaver-1.0.1-r1 USE="-debug"
[ebuild N ] x11-libs/libXxf86dga-1.0.0-r1 USE="-debug"
[ebuild N ] media-fonts/font-adobe-utopia-type1-1.0.1
[ebuild N ] x11-drivers/xf86-video-fbdev-0.1.0.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-i740-1.0.0.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-dummy-0.1.0.5 USE="-debug"
[ebuild N ] x11-apps/xmodmap-1.0.0 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-voodoo-1.0.0.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-input-keyboard-1.0.1.3 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-savage-2.0.2.3 USE="-debug -dri"
[ebuild N ] x11-libs/libXcursor-1.1.5.2-r1 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-newport-0.1.4.1 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-siliconmotion-1.3.1.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-ark-0.5.0.5 USE="-debug"
[ebuild N ] x11-libs/libXrandr-1.1.0.2-r1 USE="-debug"
[ebuild N ] x11-apps/xrandr-1.0.1 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-chips-1.0.1.3 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-ati-6.5.7.3 USE="-debug -dri"
[ebuild N ] x11-drivers/xf86-video-mga-1.2.1.3 USE="-debug -dri"
[ebuild N ] x11-drivers/xf86-video-v4l-0.0.1.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-sis-0.8.1.3 USE="-debug -dri"
[ebuild N ] x11-libs/libXinerama-1.0.1 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-tseng-1.0.0.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-vga-4.0.0.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-cyrix-1.0.0.5 USE="-debug"
[ebuild N ] media-fonts/font-bh-ttf-1.0.0
[ebuild N ] x11-libs/libXp-1.0.0 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-apm-1.0.1.5 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-rendition-4.0.1.3 USE="-debug"
[ebuild N ] x11-drivers/xf86-input-mouse-1.0.3.1 USE="-debug"
[ebuild N ] x11-libs/libXv-1.0.1 USE="-debug"
[ebuild N ] x11-libs/libXvMC-1.0.1 USE="-debug"
[ebuild N ] x11-drivers/xf86-video-i810-1.4.1.3 USE="-debug -dri"
[ebuild N ] x11-drivers/xf86-video-via-0.1.33.2 USE="-debug -dri"
[ebuild N ] x11-apps/mesa-progs-6.4.2
[ebuild N ] x11-drivers/xf86-video-nv-1.0.1.5 USE="-debug"
[ebuild U ] x11-base/xorg-x11-7.0-r1 [6.8.2-r6] INPUT_DEVICES="keyboard% mouse% -acecad% -aiptek% -calcomp% -citron% -digitaledge% -dmc% -dynapro% -elo2300% -elographics% -evdev% -fpit% -hyperpen% -jamstudio% -joystick% -magellan% -magictouch% -microtouch% -mutouch% -palmax% -penmount% -spaceorb% -summa% -synaptics% -tek4957% -ur98% -vmmouse% -void% -wacom%" VIDEO_CARDS="-apm% -ark% -ati% -chips% -cirrus% -cyrix% -dummy% -fbdev% -fglrx% -glint% -i128% -i740% -i810% -imstt% -mga% -neomagic% -newport% -nsc% -nv% -nvidia% -rendition% -s3% -s3virge% -savage% -siliconmotion% -sis% -sisusb% -tdfx% -tga% -trident% -tseng% -v4l% -vesa% -vga% -via% -vmware% -voodoo%"
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

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

http://gentoo-wiki.com/HOWTO_Modular_Xorg - follow this guide, the packages should already be unmasked so you can skip that step.
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 23, 2006 9:12 pm    Post subject: Reply with quote

nesl247 wrote:
http://gentoo-wiki.com/HOWTO_Modular_Xorg - follow this guide, the packages should already be unmasked so you can skip that step.


Thanks! it's installing now. One question, does the old xorg.conf still work?
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Thu Feb 23, 2006 9:16 pm    Post subject: Reply with quote

Generate a new one. It changed a bit.
Back to top
View user's profile Send private message
Donman
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2005
Posts: 117

PostPosted: Thu Feb 23, 2006 10:50 pm    Post subject: Reply with quote

Just want to make sure, this guide supports AMD64 doesnt it?
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Fri Feb 24, 2006 2:34 am    Post subject: Reply with quote

Donman wrote:
Just want to make sure, this guide supports AMD64 doesnt it?


You can use it with amd64, but it is not explained, I reccomend removing -frename-registers for amd64 ;)
_________________
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
Donman
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2005
Posts: 117

PostPosted: Fri Feb 24, 2006 2:42 am    Post subject: Reply with quote

Thanks for the info. The guides awesome, I love it. Good luck on future releases, I'll be looking forward to them!
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: Fri Feb 24, 2006 3:09 am    Post subject: Reply with quote

OK, got xorg installed. It has a problem with fonts, but not a show stopper. I'm having trouble getting tightvnc to compile. Here is the output...

>>> Unpacking source...
>>> Unpacking tightvnc-1.3dev7_unixsrc.tar.bz2 to /var/tmp/portage/tightvnc-1.3_alpha7/work
* Applying tightvnc-1.3_alpha7-gentoo.diff ... [ ok ]
* Applying tightvnc-1.3_alpha7-gentoo.security.patch ... [ ok ]
* Applying tightvnc-1.3_alpha7-imake-tmpdir.patch ... [ ok ]
* Applying x86.patch ... [ ok ]
* Applying tightvnc-1.3_alpha7-darwin.patch ... [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/tightvnc-1.3_alpha7/work/vnc_unixsrc ...
/usr/portage/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild: line 63: xmkmf: command not found

!!! ERROR: net-misc/tightvnc-1.3_alpha7 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile

!!! xmkmf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

mauller portage #

I'd like to have it before I emerge -e world and finish this upgrade. any thoughts?
_________________
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: Fri Feb 24, 2006 3:28 am    Post subject: Reply with quote

bigbob73 wrote:
OK, got xorg installed. It has a problem with fonts, but not a show stopper. I'm having trouble getting tightvnc to compile. Here is the output...

>>> Unpacking source...
>>> Unpacking tightvnc-1.3dev7_unixsrc.tar.bz2 to /var/tmp/portage/tightvnc-1.3_alpha7/work
* Applying tightvnc-1.3_alpha7-gentoo.diff ... [ ok ]
* Applying tightvnc-1.3_alpha7-gentoo.security.patch ... [ ok ]
* Applying tightvnc-1.3_alpha7-imake-tmpdir.patch ... [ ok ]
* Applying x86.patch ... [ ok ]
* Applying tightvnc-1.3_alpha7-darwin.patch ... [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/tightvnc-1.3_alpha7/work/vnc_unixsrc ...
/usr/portage/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild: line 63: xmkmf: command not found

!!! ERROR: net-misc/tightvnc-1.3_alpha7 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile

!!! xmkmf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

mauller portage #

I'd like to have it before I emerge -e world and finish this upgrade. any thoughts?


xmkmf is part of modular X, not positive if it is just emerge xmkmf or what.

I am not sure, I would research more about xmkmf.

Just a sidenote for you, with Bdirect you will need to:
LDFLAGS="" emerge --oneshot ttmkfdir, just a heads up ;)
_________________
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
CrimsonKing
n00b
n00b


Joined: 24 Feb 2006
Posts: 12

PostPosted: Fri Feb 24, 2006 3:44 am    Post subject: Reply with quote

warning to people doing the upgrade:

BACK UP YOUR FSTAB

i just started the upgrade and it seems to have eaten mine
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  Next
Page 2 of 4

 
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