Forums

Skip to content

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

Search found 228 matches

Go to advanced search

Advanced search
Search found 228 matches
  • Page 1 of 10
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 10
  • Next
by Dinini
Thu Aug 21, 2008 4:06 pm
Forum: Portage & Programming
Topic: emerge --pretend --verbose colors?
Replies: 5
Views: 1167

I believe green is use flags you have changed since the last build (useflag is followed by an asterisk) and yellow are ebuild/portage modified useflags (useflag is followed by percent sign.) I haven't run into any other colors.
  • Jump to post
by Dinini
Thu Aug 21, 2008 3:44 pm
Forum: Desktop Environments
Topic: Mozilla Weave broken because of crypto
Replies: 5
Views: 1330

Additional notes:

The code is NOT sandbox friendly, I need to compile as root since it's adding files to the sdkdir. :(

to keep the code up to date:

cd weave
hg pull
hg update
make sdkdir=/usr/lib64/xulrunner-1.9 clean
then build again :)

diff of the changes to src/Makefile
diff -r ...
  • Jump to post
by Dinini
Thu Aug 21, 2008 3:12 pm
Forum: Desktop Environments
Topic: Mozilla Weave broken because of crypto
Replies: 5
Views: 1330

https://wiki.mozilla.org/Labs/Weave/Building

from memory (so check the preceeding link)

(source code is kept in mercurial, so either emerge it or download a source snapshot.)

checkout source: hg clone http://hg.mozilla.org/labs/weave

cd weave

edit src/Makefile (about half way into the file, you ...
  • Jump to post
by Dinini
Thu Aug 21, 2008 1:53 pm
Forum: Desktop Environments
Topic: Mozilla Weave broken because of crypto
Replies: 5
Views: 1330

The same error message occurs if you are trying to run the 32bit addon in a 64bit browser.

What platform are you using?

x86 (or firefox-bin) should work without modification (it works with firefox-bin, I don't run a 32bit system so I can't swear it works)


amd64 requires you to compile the addon ...
  • Jump to post
by Dinini
Thu Aug 21, 2008 7:05 am
Forum: Installing Gentoo
Topic: [Solved] openpty failed: 'out of pty devices'
Replies: 21
Views: 25607

I realize the original problem is solved but this advice seems wrong. However, if you do want to ONLY downgrade Portage to 2.1.4.4 you can just edit /etc/portage/package.keywords to have this line in it:


<=sys-apps/portage-2.1.4.4 amd64


if ~amd64 is the default, I believe you need
>=sys-apps ...
  • Jump to post
by Dinini
Fri Aug 15, 2008 4:42 am
Forum: Portage & Programming
Topic: Problem emerging ati-drivers
Replies: 5
Views: 1318

I initially saw the same error when I tried to compile the ati-drivers 2 days ago. I think it's a kernel configuration issue since when I rebooted today it the ebuild from the bug report worked.

what I think the critical options are:
CONFIG_AGP=m (I had it before)
CONFIG_DRM=m (I had it before ...
  • Jump to post
by Dinini
Fri May 23, 2008 3:03 pm
Forum: Portage & Programming
Topic: Emerge not working after sync...
Replies: 2
Views: 1004

Ouch, you've let the system go without updates for too long. I think the manifest/digest format has changed. Unfortunately that means you get to make your own digests until you get portage updated.

Portage requires >=bash-3.2_p17 which you do not have. The current version of bash wants a more up to ...
  • Jump to post
by Dinini
Mon Apr 07, 2008 8:35 am
Forum: Unsupported Software
Topic: xorg-server can't emerge now [solved]
Replies: 4
Views: 3732

Supposedly masking printproto 1.0.4 will allow compilation with the xprint use flag. See bug 213288.
  • Jump to post
by Dinini
Thu Feb 21, 2008 4:30 am
Forum: Portage & Programming
Topic: Can't compile Samba after upgrade of libcap v.2.06 [SOLVED]
Replies: 7
Views: 2971

bug #210527 is marked as resolved fixed.

"emerge --sync && emerge -av samba" worked like a charm for me. If it doesn't work for you wait a couple of hours and try again (CVS update may not have made it's way to all the mirrors).
  • Jump to post
by Dinini
Mon Feb 18, 2008 7:01 pm
Forum: Portage & Programming
Topic: Can't compile Samba after upgrade of libcap v.2.06 [SOLVED]
Replies: 7
Views: 2971

The previous bug listing was for libcap (which spanky declared was not at fault) this is the bug for samba build failure.

http://bugs.gentoo.org/show_bug.cgi?id=210527

Today's upgrade to sys-libs/libcap-2.06-r1 still has the compile error.
  • Jump to post
by Dinini
Mon Feb 18, 2008 8:45 am
Forum: Unsupported Software
Topic: An emerge wrapper for breaking emerges into chunks
Replies: 728
Views: 771809

[edit] sigh, I really need more sleep, sorry for the repeated edits.

I belated saw the link to emwrap-r4 above (thank you for the link seren) and it includes a nicer fix than mine for the gcc-config change.

red-wolf76 that is a more recent version than the one you are using.
./emwrap.sh-r4 -V ...
  • Jump to post
by Dinini
Thu Sep 13, 2007 8:07 pm
Forum: Desktop Environments
Topic: changed CHOST - almost recovered - compiz problem
Replies: 6
Views: 1063

I'd definitely recommend an emerge -e world (I thought it was in the changing chost guide anyway?)
It is listed as "you may want to" in the "Finishing The Change" section of the guide and then goes on to recommend recompiling python and all of perl as a minimum.

Personally, I've never had a good ...
  • Jump to post
by Dinini
Sun Sep 02, 2007 10:43 am
Forum: Portage & Programming
Topic: mod_mono, apache2, child pid . exit signal Segmentation (11)
Replies: 14
Views: 6859

The only 'help' this thread has provided is: "if it's broken, don't use it" and "it's working for me".

I posted what I had to change to get asp.net2 working back on May 9th . Without the configuration change it did not work for me.
1) If you want to run asp.net2, modify "/etc/conf.d/mod-mono ...
  • Jump to post
by Dinini
Sun Sep 02, 2007 9:43 am
Forum: Portage & Programming
Topic: Failed Patch: numeric-24.2-arrayobject.patch![solved]
Replies: 7
Views: 1607

See [bug=191022]this[/bug] bug. Should be fixed now.
Unfortunately while numeric-24.2-arrayobject.patch applies without error for me, that fix appears to have caused a later patch problems.

numeric-24.2-python25.patch fails when trying to apply hunk #1 to file Numeric-24.2/Src/arrayobject.c. (it ...
  • Jump to post
by Dinini
Tue Aug 14, 2007 5:13 am
Forum: Unsupported Software
Topic: Anyone tried gcc 4.2.0?
Replies: 449
Views: 278815

Re: -march=native

Whatever -march=native is doing, it is not providing the equivalent code to -march=nocona .

Here's quick check to see what it is doing (I suspect it's "-march=nocona -mtune=generic" which I understand is the gcc 4.2 recommendation for core2). The output should show you the values native is using ...
  • Jump to post
by Dinini
Mon Aug 13, 2007 7:48 am
Forum: Gentoo on AMD64
Topic: [SOLVED]I can't use "multilib" USE flag for gcc, why?
Replies: 10
Views: 9793

That is funny, why the developers use "(-multilib)" to represent multilib enabled?
The developers use (-multilib) to represent that the use flag is disabled. You would see the same thing if you were using the "no-multilib" profile (where multilib is disabled).

The same ebuilds are used for all ...
  • Jump to post
by Dinini
Sun Aug 12, 2007 6:42 am
Forum: Gentoo on AMD64
Topic: Cannot use sqlite with Openoffice-bin 2.2: bad libodbc.so.1
Replies: 3
Views: 5761

Re: Cannot use sqlite with Openoffice-bin 2.2: bad libodbc.s

Warning, I haven't played with odbc on unix 64bit for several years, this may be wrong.

Possibly a stupid question, shouldn't [mysqldb] actually be [mysqlitedb] ? (i configured it that way when I used unixodbc in a different distribution)

amd64

I gives me "Could not load teh program library ...
  • Jump to post
by Dinini
Sun Aug 12, 2007 5:52 am
Forum: Gentoo on AMD64
Topic: [SOLVED]I can't use "multilib" USE flag for gcc, why?
Replies: 10
Views: 9793

There is nothing "odd" about /usr/portage/profile/default-linux/amd64/2007.0, it is the initial profile that you get with a stage 3 installation. However desktop or server profiles tend to make life easier for new users since the most commonly recommended use flags for a working setup are already ...
  • Jump to post
by Dinini
Sat Jul 14, 2007 10:55 am
Forum: Gamers & Players
Topic: World Of Warcraft Support UPDATED DEC31/06!
Replies: 742
Views: 1381131

I had no trouble patching but I could not get the game to run for several days.

nVidia 7900GS with nvidia-drivers-100.14.11 (nvidia's current "stable") WoW 2.1.3 did not work for me. OpenGL mode won't even start up (needs a video card with dual-TMU error message), direct3d would hang after ...
  • Jump to post
by Dinini
Wed May 23, 2007 11:32 pm
Forum: Desktop Environments
Topic: nvidia drivers, no max resolution
Replies: 8
Views: 2042


(WW) NVIDIA(0): The user specified HorizSync "29.000-65.220" has been adjusted
(WW) NVIDIA(0): to "30.000-65.220" (the intersection with EDID-specified
(WW) NVIDIA(0): HorizSync "30.000-83.000")
(WW) NVIDIA(0): The user specified VertRefresh "55.000-147.140" has been
(WW) NVIDIA(0): adjusted to ...
  • Jump to post
by Dinini
Wed May 09, 2007 5:41 am
Forum: Portage & Programming
Topic: mod_mono, apache2, child pid . exit signal Segmentation (11)
Replies: 14
Views: 6859

I had the same error messages as the first posting when I tried running under apache. Running the xsp2 server directly worked without error.

I realize this is a month late but perhaps it may help someone.

When you emerge mod_mono with the aspnet2 use flag, that causes the default server run to be ...
  • Jump to post
by Dinini
Tue Dec 12, 2006 4:36 pm
Forum: Portage & Programming
Topic: ERROR: media-gfx/splashutils-1.3-r2 failed
Replies: 2
Views: 1158

What version of linux-headers are you compiling against? They may be too old.

I saw the same with sys-kernel/linux-headers-2.6.11-r2 (2006.1 installs this) but splashutils compiled without error when I upgraded to the latest linux-headers.
  • Jump to post
by Dinini
Mon Aug 21, 2006 4:42 pm
Forum: Unsupported Software
Topic: 2.6.18-rc4-no2 "To be..." | (Super Fix/Stability Attempt?)
Replies: 82
Views: 51991

Alsa is from kernel. I'll see about a new version of the utilities but I have old api set so I'm still confused.
  • Jump to post
by Dinini
Mon Aug 21, 2006 4:25 pm
Forum: Unsupported Software
Topic: 2.6.18-rc4-no2 "To be..." | (Super Fix/Stability Attempt?)
Replies: 82
Views: 51991

Thinkpad T22, snd_cs46xx kernel module.

First the good news, suspend and hibernate are working now.
And now the bad news, sound has died. Alsa mixer claims no attached devices. module is loaded.

Kernel 2.6.18-rc4 works. Kernel 2.6.18-rc4-no1 has sound but suspend/hibernate are not working. Kernel ...
  • Jump to post
by Dinini
Sun Aug 20, 2006 8:12 pm
Forum: Networking & Security
Topic: Wireless/wpa + nfs = no worky ?
Replies: 5
Views: 1259

First a really stupid question, did you enable michael encryption in the kernel? If it's a module, is it loaded into memory? That's the sort of messages I see when the encryption algo desired isn't present and it's having to fall back to another.
  • Jump to post

Search found 228 matches
  • Page 1 of 10
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 10
  • 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