Forums

Skip to content

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

Search found 108 matches

Go to advanced search

Advanced search
Search found 108 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
by 115552
Sun Apr 28, 2013 2:42 am
Forum: Portage & Programming
Topic: [solved] Python 2.7.3 clashing with 3.2.3
Replies: 13
Views: 9812

Did you literally mean the USE flags?

I removed

PYTHON_TARGETS="python3_2"
PYTHON_SINGLE_TARGET="python3_2"

after a lot more experimentation, and finally python 2.7 compiled, as well as a few of its apps via python-updater. There were a few that just wouldn't budge as they required other ...
  • Jump to post
by 115552
Fri Apr 26, 2013 3:10 am
Forum: Portage & Programming
Topic: [solved] Python 2.7.3 clashing with 3.2.3
Replies: 13
Views: 9812

Thanks for the help so far.

To be honest I wasn't aware of python-updater until recently.

I can't run revdep-rebuild as there are too many collisions, and other errors in there that I need to sort out first (segfaults, dependancy hell, buggy apps that just fail to compile like netatalk). I do ...
  • Jump to post
by 115552
Thu Apr 25, 2013 7:44 am
Forum: Portage & Programming
Topic: [solved] Python 2.7.3 clashing with 3.2.3
Replies: 13
Views: 9812

Alright after a lot more reading and testing, I think i'm half way there..

removed gdb
re-emerged python 2.7.3

again same error as above.

I even tried adding the following to make.conf, didn't do the trick.

PYTHON_TARGETS="python3_2"
PYTHON_SINGLE_TARGET="python3_2"


Did a lot of different ...
  • Jump to post
by 115552
Wed Apr 24, 2013 11:51 pm
Forum: Portage & Programming
Topic: [solved] Python 2.7.3 clashing with 3.2.3
Replies: 13
Views: 9812

Sorry, forgot to mention..

I didn't know about python-updater back then, but after reading about I ran it yesterday, and it put me back to square 1.. It gives me a big list of apps that need to be re-emerged, but they all fail with the same error below (of course, I can't eselect v2.7 as it doesn't ...
  • Jump to post
by 115552
Wed Apr 24, 2013 7:49 am
Forum: Portage & Programming
Topic: [solved] Python 2.7.3 clashing with 3.2.3
Replies: 13
Views: 9812

[solved] Python 2.7.3 clashing with 3.2.3

Hi all,

Few days ago while going through some major dependency hell with revdep-rebuild.

I ran `eselect python set 2` and switched to python3.2 instead of v2, still same problems..

I unmerged python 2.7.3 thinking I don't need it since I have 3.2.3 installed.

Then I noticed more dependancy ...
  • Jump to post
by 115552
Wed Feb 01, 2012 4:47 am
Forum: Portage & Programming
Topic: GCC 4.4.x 4.5.x NOT merged due to collisions with gcc-4.x
Replies: 18
Views: 12387

This one isn't resolved yet, but sod's law struck again.. Just after I filed the bug report, I followed my previous steps of upgrading to see if that worked, and for the life of me i ca't reproduce the problem anymore.. So I guess I'll have to wait until another upgrade comes along that will break ...
  • Jump to post
by 115552
Thu Sep 22, 2011 12:01 pm
Forum: Portage & Programming
Topic: GCC 4.4.x 4.5.x NOT merged due to collisions with gcc-4.x
Replies: 18
Views: 12387

Bah... This is happening again today with 4.5.3-r1 and I've lost hope :( I can't figure out why it's happening exactly.

I've created a bug report , hopefully the devs will be able to look into it more deeply.



>>> Source compiled.
>>> Test phase [not enabled]: sys-devel/gcc-4.5.3-r1

>>> Install ...
  • Jump to post
by 115552
Wed Aug 03, 2011 1:31 pm
Forum: Portage & Programming
Topic: GCC 4.4.x 4.5.x NOT merged due to collisions with gcc-4.x
Replies: 18
Views: 12387

Hi all,

Just to update,

/usr/lib/ is simlinked to /usr/lib64.

I just checked today to see if this problem will come up again at some point and noticed I now have 4.4.5 installed now ! It's also now in

/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/

I'm not entirely sure how this got fixed, but I have ...
  • Jump to post
by 115552
Sun Jun 27, 2010 1:33 pm
Forum: Portage & Programming
Topic: GCC 4.4.x 4.5.x NOT merged due to collisions with gcc-4.x
Replies: 18
Views: 12387

Damn... you're right. They're still in /usr/lib64/

I'll follow up with a bug report then, and will keep the thread updated.
  • Jump to post
by 115552
Sun Jun 27, 2010 7:14 am
Forum: Portage & Programming
Topic: GCC 4.4.x 4.5.x NOT merged due to collisions with gcc-4.x
Replies: 18
Views: 12387

Hopeless,

I'll be honest; Since it's a one-app collision, and probably due to a misconfiguratin, I wasn't sure the devs would be happy with me filing a bug..

Instead I dug a bit deeper onto what I can do and found a solution that worked.

For anyone that encounters this again,

Go to http ...
  • Jump to post
by 115552
Mon Jun 21, 2010 4:58 pm
Forum: Portage & Programming
Topic: GCC 4.4.x 4.5.x NOT merged due to collisions with gcc-4.x
Replies: 18
Views: 12387

Thanks.

I thought -march would be set by default?

I'll keep this thread updated when I can.
  • Jump to post
by 115552
Mon Jun 21, 2010 4:24 pm
Forum: Portage & Programming
Topic: GCC 4.4.x 4.5.x NOT merged due to collisions with gcc-4.x
Replies: 18
Views: 12387

Damn... I don't see how this could end up like this =/ I followed the book for years on this system, kept it simple and reduced mods to a minimum and emerging gcc worked till now :( I guess if we can't find the problem then I could find a hard solution =/

Thanks for the help so far. Actually ...
  • Jump to post
by 115552
Mon Jun 21, 2010 2:48 pm
Forum: Portage & Programming
Topic: best way to deal with USE flags??
Replies: 27
Views: 31551

Shining Arcanine wrote:
Is ufed a component of the discontinued graphical installer?
Oh, I didn't know you were using that. No I don't think it is. But you could use it afterwards then just emerge -auDN world, use it throughout your days, or with the CLI installer.
  • Jump to post
by 115552
Mon Jun 21, 2010 2:39 pm
Forum: Portage & Programming
Topic: best way to deal with USE flags??
Replies: 27
Views: 31551

Hiya,

Have you tried the app called ufed? emerge ufed, run it, and it's a really good manager for all your USE flags. It's a life saver for me.


$ eix ufed
[I] app-portage/ufed
Available versions: 0.40-r6 0.40-r10 ~0.40-r11 0.40.1
Installed versions: 0.40.1(18:09:31 02/04/10)
Homepage: http ...
  • Jump to post
by 115552
Sun Jun 20, 2010 10:47 pm
Forum: Portage & Programming
Topic: GCC 4.4.x 4.5.x NOT merged due to collisions with gcc-4.x
Replies: 18
Views: 12387

GCC 4.4.x 4.5.x NOT merged due to collisions with gcc-4.x

[changing subject as it's not 1 version specific]
Hi all,

I'm really confused here.. and a few days of searching the net didn't give me any good results for this. I was wondering if anyone can help.. I'm on a relatively clean installation of Gentoo on amd64, and during a typical day of upgrading my ...
  • Jump to post
by 115552
Fri Sep 28, 2007 9:05 am
Forum: Networking & Security
Topic: NameVirtualHost on apache2 issues
Replies: 15
Views: 3588

You must add to your vhost configuration

<Directory path_to_your_host_dir>
Order allow,deny
Allow from all
</Directory>


You just solved my problem! I've spent about a week reconfiguring everyting from scratch after this FSCKING upgrade of apache2 to 2.2.6 that i didn't even want...

However ...
  • Jump to post
by 115552
Wed Aug 01, 2007 8:54 am
Forum: Portage & Programming
Topic: Apache 2.2 + PHP 5.2 = Broke
Replies: 36
Views: 10392

This happened to me too.

I noticed that in the apache2 upgrade a few days ago, the 'threads' flag was enabled in it for some reason. This is why mine borked. (there are a lot of problems with compiling apache with threads).

So i just made sure my apache line in package.use is not changed ...
  • Jump to post
by 115552
Tue May 29, 2007 8:00 am
Forum: Desktop Environments
Topic: Dualscreen wrong screens
Replies: 11
Views: 2341

Managed to get it working?

Sorry for the delay, I've been overloaded at work.

It's still troublesome.. I read and read and read some more documentation, but it was all too general and I couldn't fix it with the time at hand.

The way it's set up is that the external monitor becomes the primary ...
  • Jump to post
by 115552
Wed May 16, 2007 10:16 am
Forum: Networking & Security
Topic: how to change eth0 from 100Mb to 1Gb.
Replies: 3
Views: 1678

to have it working on 1000 mbit the other end of the networ should run at the same speed,the cable should be able to sustain 1000 mBit as well.
Normaly, when u start your connection, the 2 endpoints try to find the optimal speed on which they can work, they start from the maximum and try decreasing ...
  • Jump to post
by 115552
Wed May 16, 2007 7:54 am
Forum: Networking & Security
Topic: how to change eth0 from 100Mb to 1Gb.
Replies: 3
Views: 1678

how to change eth0 from 100Mb to 1Gb.

Hi all,

If i'm SURE my NIC is 1Gb, and the drivers are working, and ethtool eth0 shows Supported link modes as 10, 100, 1000, BUT it's only advertising 10 and 100, and is currently on 100Mb/sec, how do you tell it to go to 1000Mb ?

lspci | grep Ethernet
07:00.0 Ethernet controller: Marvell ...
  • Jump to post
by 115552
Mon May 07, 2007 6:05 am
Forum: Desktop Environments
Topic: Dualscreen wrong screens
Replies: 11
Views: 2341

Check out Appendix I. Configuring a Laptop, and Appendix P. Configuring Multiple X Screens on One Card from the NVIDIA README.
In Appendix I. Configuring a Laptop, it says that internal DFP of the laptop uses monitor configurations from the BIOS you need to disable it if your trying to write your ...
  • Jump to post
by 115552
Sun May 06, 2007 4:02 pm
Forum: Desktop Environments
Topic: Dualscreen wrong screens
Replies: 11
Views: 2341

could you post your complete Xorg.0.log?

I just came back home because work finished, and just booted into X, but luckely as far as i'm aware, Xorg.0.log.old should have it. Here it is,

The reason i say so is because it has the word "Acer" in it, while the current log doesn't :)



X Window ...
  • Jump to post
by 115552
Sun May 06, 2007 2:23 pm
Forum: Desktop Environments
Topic: Dualscreen wrong screens
Replies: 11
Views: 2341

Re: oh also,

Also, I think by default the external monitors resolution becomes the same as the laptop screen resolution. as far as I am aware, different resolution support is very dependent on your laptop's graphics chpset.

As for the LFP, i tried that (and DFP too) but still got the same results. Shouldn't ...
  • Jump to post
by 115552
Sun May 06, 2007 12:32 pm
Forum: Networking & Security
Topic: problems switching between two networks on laptop
Replies: 2
Views: 904

OK, we have a few automated means of doing this for you. The easiest solution would be to install a DHCP server at each end and then use DHCP on the clients. If that's not possible, then you can do network detection by use of arping. See net.example in /etc/conf.d/ for how to do this.

Nah ...
  • Jump to post
by 115552
Sun May 06, 2007 12:17 pm
Forum: Desktop Environments
Topic: Dualscreen wrong screens
Replies: 11
Views: 2341

Dualscreen wrong screens

I am in desperate need of help here. This has been problematic for over a year now, and now since i'ts work related, i need to find a solution.

Edit: I changed the problem a bit because i'm coming closer to the pinpoint. I'll keep the external as primary, but would like it to use its own settings ...
  • Jump to post

Search found 108 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Go to advanced search

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