Forums

Skip to content

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

Search found 465 matches

Go to advanced search

Advanced search
Search found 465 matches
  • Page 1 of 19
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 19
  • Next
by lnxz
Tue Jun 26, 2007 6:08 pm
Forum: Kernel & Hardware
Topic: Gentoo doesnt shut down, system comes back up like a reboot
Replies: 11
Views: 3122

What about 'shutdown -h now'?
  • Jump to post
by lnxz
Sat Apr 28, 2007 7:00 pm
Forum: Portage & Programming
Topic: re emerge dbus inc dependencies
Replies: 2
Views: 920

Unless you've already tried it, you should check out revdep-rebuild from app-portage/gentoolkit.
Alternativly you could try qdepends from app-portage/portage-utils, which allows you to do something like this:

emerge --oneshot $(qdepends -NC <pkg> | cut -f2 -d ':')

This will (hopefully) rebuild ...
  • Jump to post
by lnxz
Thu Apr 19, 2007 10:50 am
Forum: Portage & Programming
Topic: rebuild gcc4.1.1
Replies: 3
Views: 873

The segmentation fault suggests to me that one of your memory modules is defect, however that might not be the case if you're only able to reproduce this when the test USE flag is disabled. Have you tried memtest, or something similar, to verify that your hardware is working like it should?
  • Jump to post
by lnxz
Sat Apr 07, 2007 3:19 pm
Forum: Unsupported Software
Topic: Selecting compiler for paludis
Replies: 4
Views: 3485

yoshi314 wrote:that would mean that eselect depends on portage. is that true?
I don't think eselect explicitly depends on portage.
  • Jump to post
by lnxz
Sat Dec 30, 2006 4:05 pm
Forum: Portage & Programming
Topic: src_unpack
Replies: 2
Views: 987

what about just using 'src_unpack () { true }' or smth?
  • Jump to post
by lnxz
Wed Dec 20, 2006 4:46 pm
Forum: Portage & Programming
Topic: How do I recompile? [SOLVED]
Replies: 4
Views: 1238

I think xorg-x11 is just a meta package, you probably need to rebuild the xorg-server package.
  • Jump to post
by lnxz
Sat Dec 09, 2006 11:59 pm
Forum: Desktop Environments
Topic: prelink breaks openoffice
Replies: 6
Views: 1322

Well, in case you didn't know, it is, as far as I know, possible to undo prelinking on a per-file basis (prelink -u <path/to/file>, or something to that effect).
Btw., the prelink mask thingy doesn't do anything by itself, it just tells prelink to skip certain files, i.e. it doesn't affect files ...
  • Jump to post
by lnxz
Sat Dec 09, 2006 8:50 pm
Forum: Desktop Environments
Topic: prelink breaks openoffice
Replies: 6
Views: 1322

Have you considered undoing the prelink operation?
If you really must have prelink, you could try adding the paths to the apps that won't work to PRELINK_PATH_MASK in /etc/env.d/60prelink.
  • Jump to post
by lnxz
Sun Dec 03, 2006 8:29 pm
Forum: Unsupported Software
Topic: Paludis support thread (current v. 0.14.3) - Part 1
Replies: 523
Views: 373146

I've discovered that when installing certain haskell packages (cabal, f.ex), paludis seems to mix up 'merge' from /usr/libexec/paludis/utils with /usr/bin/merge (from app-text/rcs), which leads to failure, for obvious reasons.
My guess would be that this happens due to some funky things in the ...
  • Jump to post
by lnxz
Sun Sep 10, 2006 4:58 pm
Forum: Portage & Programming
Topic: strange message
Replies: 4
Views: 1008

tried commenting out/removing 'PORTDIR_OVERLAY' in /etc/make.conf ?
  • Jump to post
by lnxz
Wed Aug 16, 2006 6:34 am
Forum: Desktop Environments
Topic: FVWM-like window list
Replies: 4
Views: 1444

Woops.
  • Jump to post
by lnxz
Tue Aug 15, 2006 11:42 pm
Forum: Desktop Environments
Topic: FVWM-like window list
Replies: 4
Views: 1444

tried binding

Code: Select all

WindowList SortByClass MaxLabelWidth 60
to some key/mouse press?
  • Jump to post
by lnxz
Tue Aug 15, 2006 2:52 pm
Forum: Portage & Programming
Topic: Revdep-rebuild not really fixing anything
Replies: 7
Views: 1432

It's supposed to give you a list of packages to rebuild, it doesn't really fix anything by itself.
  • Jump to post
by lnxz
Tue Aug 15, 2006 2:41 pm
Forum: Portage & Programming
Topic: per-package CFLAGS / beecrypt and pentium-m [SOLVED]
Replies: 6
Views: 3937

take a look at this
  • Jump to post
by lnxz
Thu Aug 10, 2006 5:24 pm
Forum: Portage & Programming
Topic: HOWTO write ebuild for non-conformant filename [SOLVED]
Replies: 9
Views: 3129

Code: Select all

MY_P="protoeditor-1.1beta3"
S="${WORKDIR}/${MY_P}"
SRC_URI="http://jaist.dl.sourceforge.net/sourceforge/protoeditor/${MY_P}.tar.gz
not very pretty, but it might be a starting point.
  • Jump to post
by lnxz
Thu Aug 10, 2006 5:09 pm
Forum: Unsupported Software
Topic: Tweaked glibc 2.4 + 2.5 + snapshot ebuilds
Replies: 753
Views: 508270

Can we have your emerge info?
Sure.

Portage 2.1.1_pre4-r4 (default-linux/x86/2006.0, gcc-4.1.1/vanilla, glibc-2.4-r4
, 2.6.17-ck1-r2 i686)
=================================================================
System uname: 2.6.17-ck1-r2 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.12.4 ...
  • Jump to post
by lnxz
Thu Aug 10, 2006 4:05 pm
Forum: Unsupported Software
Topic: Tweaked glibc 2.4 + 2.5 + snapshot ebuilds
Replies: 753
Views: 508270

Works for me.
  • Jump to post
by lnxz
Thu Aug 10, 2006 11:21 am
Forum: Portage & Programming
Topic: Question about cPickle
Replies: 1
Views: 585

You could use gzip to store the pickles.
Turning on the new bin format (cPickle.dump(data, fp, True)) might also be beneficial, but I'm not sure whether or not it affects the size of the pickle, but it should make pickling more efficient.
Other than that I don't really know what you could do, unless ...
  • Jump to post
by lnxz
Wed Aug 09, 2006 2:26 pm
Forum: Desktop Environments
Topic: Problem compiling media-sound/xmms-1.2.10-r16 .. [SOLVED]
Replies: 3
Views: 823

Did you try compiling xmms without '-Wl,--as-needed'?
  • Jump to post
by lnxz
Wed Aug 09, 2006 1:09 am
Forum: Gamers & Players
Topic: Need help!
Replies: 1
Views: 1880

No error messages at all?
  • Jump to post
by lnxz
Wed Aug 09, 2006 1:03 am
Forum: Kernel & Hardware
Topic: kernel processor config question
Replies: 1
Views: 1559

I don't think so. AFAIK gcc does not take into account what architectures the kernel is supposed to support..
  • Jump to post
by lnxz
Wed Aug 09, 2006 12:03 am
Forum: Portage & Programming
Topic: Request addition to portage tree
Replies: 2
Views: 563

http://bugs.gentoo.org
  • Jump to post
by lnxz
Tue Aug 08, 2006 1:58 pm
Forum: Networking & Security
Topic: Securing Gentoo with cflags and ldflags
Replies: 4
Views: 1639

AFAIK the main downside of FORTIFY_SOURCE is a minor decrease in performance because of the extra run time checks. Also, I believe some broken applications might refuse to work/compile, but I'm not certain, as I've never used it.

-Wl,-z,combreloc is enabled by default, I think, but you might be ...
  • Jump to post
by lnxz
Fri Aug 04, 2006 2:13 pm
Forum: Portage & Programming
Topic: Rebuilding packages that depend on a known package.
Replies: 1
Views: 652

I believe these are called reverse dependencies.
You could use revdep-rebuild (from the gentoolkit package). It tries to identify broken libraries/binaries and re-emerge them.
  • Jump to post
by lnxz
Tue Jul 25, 2006 5:51 pm
Forum: Desktop Environments
Topic: Any way to link together windows?
Replies: 2
Views: 913

I think tabs allow grouping of windows, which seems to be what you want.
AFAIK fluxbox has this feature, and fvwm supports it through a module.
  • Jump to post

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