Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

-OutDated+Unsupported- CONRAD Install Guide 2.0

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
89 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next
Author
Message
nesl247
Veteran
Veteran
Posts: 1614
Joined: Tue Jun 15, 2004 7:21 pm
Location: Florida
Contact:
Contact nesl247
Website

  • Quote

Post by nesl247 » Mon Feb 20, 2006 12:27 pm

Gives you gcc4, more up to date packages (all ~x86), includes LDFLAGS (-Bdirect, -hashvals, etc), and better C[XX]FLAGS
Top
derlauer
n00b
n00b
Posts: 15
Joined: Sat Jan 25, 2003 7:59 pm

  • Quote

Post by derlauer » Mon Feb 20, 2006 12:29 pm

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
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Mon Feb 20, 2006 4:33 pm

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.
Top
Master_of_Puppets
n00b
n00b
Posts: 48
Joined: Sat Dec 17, 2005 2:17 pm
Location: Austria

Re: CONRAD Install Guide 2.0.1 "Techno Geek"

  • Quote

Post by Master_of_Puppets » Mon Feb 20, 2006 5:30 pm

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: Select all

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.
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

Re: CONRAD Install Guide 2.0.1 "Techno Geek"

  • Quote

Post by cheater1034 » Mon Feb 20, 2006 5:56 pm

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: Select all

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.
Top
Veavictus
n00b
n00b
User avatar
Posts: 12
Joined: Thu Jan 15, 2004 3:20 am
Location: Neriak

  • Quote

Post by Veavictus » Wed Feb 22, 2006 3:00 am

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
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Wed Feb 22, 2006 3:16 am

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.
Top
Veavictus
n00b
n00b
User avatar
Posts: 12
Joined: Thu Jan 15, 2004 3:20 am
Location: Neriak

  • Quote

Post by Veavictus » Wed Feb 22, 2006 3:25 am

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

Thanks for the quick reply!

Vea
Top
bigbob73
Guru
Guru
User avatar
Posts: 332
Joined: Fri Dec 31, 2004 6:51 pm
Location: Under the Lone Star

  • Quote

Post by bigbob73 » Thu Feb 23, 2006 2:48 am

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)
Top
bigbob73
Guru
Guru
User avatar
Posts: 332
Joined: Fri Dec 31, 2004 6:51 pm
Location: Under the Lone Star

  • Quote

Post by bigbob73 » Thu Feb 23, 2006 4:26 pm

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)
Top
bigbob73
Guru
Guru
User avatar
Posts: 332
Joined: Fri Dec 31, 2004 6:51 pm
Location: Under the Lone Star

  • Quote

Post by bigbob73 » Thu Feb 23, 2006 4:46 pm

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)
Top
nesl247
Veteran
Veteran
Posts: 1614
Joined: Tue Jun 15, 2004 7:21 pm
Location: Florida
Contact:
Contact nesl247
Website

  • Quote

Post by nesl247 » Thu Feb 23, 2006 6:44 pm

Check /etc/portage/profile/virtuals for virtual/x11 x11-base/xorg-x11.. If it isn't there add it.
Top
bigbob73
Guru
Guru
User avatar
Posts: 332
Joined: Fri Dec 31, 2004 6:51 pm
Location: Under the Lone Star

  • Quote

Post by bigbob73 » Thu Feb 23, 2006 6:53 pm

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)
Top
nesl247
Veteran
Veteran
Posts: 1614
Joined: Tue Jun 15, 2004 7:21 pm
Location: Florida
Contact:
Contact nesl247
Website

  • Quote

Post by nesl247 » Thu Feb 23, 2006 7:32 pm

Can you give me the output of

emerge -p xorg-x11
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Thu Feb 23, 2006 7:46 pm

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.
Top
bigbob73
Guru
Guru
User avatar
Posts: 332
Joined: Fri Dec 31, 2004 6:51 pm
Location: Under the Lone Star

  • Quote

Post by bigbob73 » Thu Feb 23, 2006 7:48 pm

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)
Top
nesl247
Veteran
Veteran
Posts: 1614
Joined: Tue Jun 15, 2004 7:21 pm
Location: Florida
Contact:
Contact nesl247
Website

  • Quote

Post by nesl247 » Thu Feb 23, 2006 7:50 pm

http://gentoo-wiki.com/HOWTO_Modular_Xorg - follow this guide, the packages should already be unmasked so you can skip that step.
Top
bigbob73
Guru
Guru
User avatar
Posts: 332
Joined: Fri Dec 31, 2004 6:51 pm
Location: Under the Lone Star

  • Quote

Post by bigbob73 » Thu Feb 23, 2006 9:12 pm

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)
Top
nesl247
Veteran
Veteran
Posts: 1614
Joined: Tue Jun 15, 2004 7:21 pm
Location: Florida
Contact:
Contact nesl247
Website

  • Quote

Post by nesl247 » Thu Feb 23, 2006 9:16 pm

Generate a new one. It changed a bit.
Top
Donman
Tux's lil' helper
Tux's lil' helper
Posts: 117
Joined: Mon Sep 05, 2005 5:14 pm

  • Quote

Post by Donman » Thu Feb 23, 2006 10:50 pm

Just want to make sure, this guide supports AMD64 doesnt it?
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Fri Feb 24, 2006 2:34 am

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.
Top
Donman
Tux's lil' helper
Tux's lil' helper
Posts: 117
Joined: Mon Sep 05, 2005 5:14 pm

  • Quote

Post by Donman » Fri Feb 24, 2006 2:42 am

Thanks for the info. The guides awesome, I love it. Good luck on future releases, I'll be looking forward to them!
Top
bigbob73
Guru
Guru
User avatar
Posts: 332
Joined: Fri Dec 31, 2004 6:51 pm
Location: Under the Lone Star

  • Quote

Post by bigbob73 » Fri Feb 24, 2006 3:09 am

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)
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Fri Feb 24, 2006 3:28 am

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.
Top
CrimsonKing
n00b
n00b
Posts: 12
Joined: Fri Feb 24, 2006 3:33 am

  • Quote

Post by CrimsonKing » Fri Feb 24, 2006 3:44 am

warning to people doing the upgrade:

BACK UP YOUR FSTAB

i just started the upgrade and it seems to have eaten mine
Top
Post Reply

89 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic