Forums

Skip to content

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

Search found 4829 matches

Go to advanced search

Advanced search
Search found 4829 matches
  • Page 1 of 194
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 194
  • Next
by mark_alec
Wed Jan 04, 2012 11:19 pm
Forum: Kernel & Hardware
Topic: Archive of gentoo-sources
Replies: 3
Views: 4640

The old patches can be found - http://sources.gentoo.org/cgi-bin/viewv ... tches-2.6/
  • Jump to post
by mark_alec
Wed Jan 04, 2012 11:17 pm
Forum: Desktop Environments
Topic: xpdf - missing fonts
Replies: 4
Views: 11637

Those fonts should be included in the 'corefonts' package.
  • Jump to post
by mark_alec
Thu Nov 24, 2011 12:42 pm
Forum: Installing Gentoo
Topic: Installing and using the Gentoo prefix on Debian squeeze
Replies: 18
Views: 14494

`emerge =app-doc/doxygen-1.6.3` will do it. You'll want to mask higher versions to prevent portage from upgrading it.
  • Jump to post
by mark_alec
Sun Nov 20, 2011 12:04 am
Forum: Kernel & Hardware
Topic: MS Wireless Desktop 800 [solved]
Replies: 5
Views: 14050

I have the same keyboard+mouse combo, works here fine (even the multimedia keys, without any setup).

Check to make sure you have

Code: Select all

CONFIG_USB_HID=y
CONFIG_USB_HIDDEV=y
enabled in your kernel configuration.
  • Jump to post
by mark_alec
Thu Nov 10, 2011 12:23 pm
Forum: Installing Gentoo
Topic: [Solved] tethering after chrooting into build environment
Replies: 2
Views: 2474

This is a fairly common problem - you forgot to copy /etc/resolv.conf to the chroot environment.

See the "Copy DNS Info" section of http://www.gentoo.org/doc/en/handbook/h ... t=1&chap=6 :)
  • Jump to post
by mark_alec
Mon Nov 07, 2011 5:27 am
Forum: Portage & Programming
Topic: How to find out the default USE flags
Replies: 3
Views: 2317

If you look in /usr/portage/profiles/ you should be able to find make.defaults that your profile will inherit. They are split into multiple parts - e.g. architecture, kernel, desktop/server choice etc.
  • Jump to post
by mark_alec
Sun Nov 06, 2011 10:35 am
Forum: Desktop Environments
Topic: rename .kde4 [SOLVED]
Replies: 6
Views: 3675

Code: Select all

# The user's personal KDE directory is usually ~/.kde, but this setting
# may be overridden by setting KDEHOME.
You should be able to set KDEHOME in your ~/.bashrc or similar to set a different directory for Sabayon and Gentoo.
  • Jump to post
by mark_alec
Wed Nov 02, 2011 2:49 pm
Forum: Portage & Programming
Topic: Cannot Emerge!!! [SOLVED]
Replies: 4
Views: 2656

When was the last time you --sync'd?

Could you also post your `emerge --info`.
  • Jump to post
by mark_alec
Wed Nov 02, 2011 2:44 pm
Forum: Portage & Programming
Topic: python2.5 failed to emerge
Replies: 2
Views: 5124

I suspect it is a build time error due to you running linux-3.x. Try booting under 2.6.x version of linux and see if it compiles.

See https://bugs.gentoo.org/show_bug.cgi?id=375257
  • Jump to post
by mark_alec
Wed Nov 02, 2011 11:12 am
Forum: Kernel & Hardware
Topic: Gentoo on an Asus Zenbook?
Replies: 31
Views: 41560

Sandy Bridge and the Intel HD graphics work fine. I can't speak for the other components, as I don't have them.
  • Jump to post
by mark_alec
Tue Oct 25, 2011 1:05 pm
Forum: Portage & Programming
Topic: [SOLVED] Can't emerge net-im/centerim
Replies: 2
Views: 1710

Looks like you're hitting https://bugs.gentoo.org/show_bug.cgi?id=256076
  • Jump to post
by mark_alec
Mon Oct 24, 2011 8:14 am
Forum: Kernel & Hardware
Topic: choosing a kernel for 800MHz Intel C3 processor. HELP
Replies: 7
Views: 5878

You will need at pre-i686 build, as cmov isn't implemented on the VIA C3 Samuel 2.
  • Jump to post
by mark_alec
Sat Oct 22, 2011 12:47 pm
Forum: Desktop Environments
Topic: Select application from application menu
Replies: 2
Views: 1871

You can use `/usr/bin/xdg-open` - it will open files with whatever application your DE thinks is suitable (using MIME types).
  • Jump to post
by mark_alec
Thu Oct 20, 2011 4:35 am
Forum: Portage & Programming
Topic: -apps/hal" is blocking sys-apps/pciutils-3.1.8[hal removed]
Replies: 8
Views: 3276

You can mask pciutils-3.1.8 which will fix things in the short-term. Long-term, you will find that software will depend on tools that don't work with hal, or require programs that conflict with it.

If you desire to keep using deprecated software (hal, kde3), it might be easiest to never update?
  • Jump to post
by mark_alec
Wed Oct 19, 2011 9:59 am
Forum: Desktop Environments
Topic: Configuring X using the xorg-config guide
Replies: 1
Views: 2697

1) The display manager is the "desktop greeter" that runs when you turn on the computer, whereas the XSESSION specifies the desktop environment that will be run when you log in (via the display manager).

2) Under normal circumstances, xorg.conf is no longer needed as X does the necessary auto ...
  • Jump to post
by mark_alec
Tue Oct 18, 2011 11:10 pm
Forum: Portage & Programming
Topic: Rebuilding without updating
Replies: 3
Views: 1777

ulenrich wrote:Perhaps somewhere on some mirror there lives a portage-tree snapshot, silently waiting for you.
Even if there is, it may be hard to find the sources for all packages.
  • Jump to post
by mark_alec
Mon Oct 17, 2011 12:25 pm
Forum: Duplicate Threads
Topic: [SOLVED] ath9k & new kernel 3
Replies: 3
Views: 438934

Same issue as http://forums.gentoo.org/viewtopic-p-67 ... ml#6797930 ?
  • Jump to post
by mark_alec
Sat Oct 15, 2011 2:56 am
Forum: Portage & Programming
Topic: emerge --update --newuse --deep @world gives warning
Replies: 5
Views: 2687

The first one means that because you use nvidia-drivers, xorg-server won't be updated (as the newest version is incompatible with nvidia drivers).

The second one means that xulrunner-2 won't be installed as swt requires 1.9.
  • Jump to post
by mark_alec
Sat Oct 15, 2011 12:54 am
Forum: Portage & Programming
Topic: failed to emerge media-sound/rhythmbox-0.13.3
Replies: 3
Views: 2089

See http://forums.gentoo.org/viewtopic-t-89 ... ight-.html for the totem-pl-parser problem.
  • Jump to post
by mark_alec
Sat Oct 15, 2011 12:09 am
Forum: Portage & Programming
Topic: failed to emerge media-sound/rhythmbox-0.13.3
Replies: 3
Views: 2089

For these types of errors (failing to find some library), `revdep-rebuild` is often the solution - as it will rebuild the packages that should link against newer versions of libraries.
  • Jump to post
by mark_alec
Fri Oct 14, 2011 10:00 am
Forum: Portage & Programming
Topic: emerge fails but re-emerge works
Replies: 3
Views: 2071

It is possible that there was an incorrect dependency somewhere, so a package was emerged before all its dependencies were. Without knowing details, it is impossible to tell :P
  • Jump to post
by mark_alec
Fri Oct 14, 2011 7:30 am
Forum: Portage & Programming
Topic: scipy: clapack.so: undefined symbol: clapack_sgesv
Replies: 4
Views: 5050

Try scipy-0.9.0-r2 - it has a patch to fix this.
  • Jump to post
by mark_alec
Thu Oct 13, 2011 8:17 am
Forum: Portage & Programming
Topic: Kde Emerge Complaints
Replies: 1
Views: 1675

It seems that you are mixing up different version of KDE on your system (4.6 and 4.7). Could you paste the output of your /etc/portage/package.keywords file?

Have you looked at http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml - it has instructions on what needs to be placed in package ...
  • Jump to post
by mark_alec
Mon Oct 10, 2011 1:39 pm
Forum: Portage & Programming
Topic: Failed to install media-libs/libquvi-0.4.0[solved all]
Replies: 20
Views: 8809

It's a known bug - https://bugs.gentoo.org/show_bug.cgi?id=386645

You can try unmerging quvi first, then portage should be able to install the 0.4 versions of libquvi and quvi.
  • Jump to post
by mark_alec
Fri Oct 07, 2011 9:52 pm
Forum: Portage & Programming
Topic: Determine Dependencies from Source?
Replies: 5
Views: 2597

There was a Summer of Code project exactly for this purpose.

http://soc.dev.gentoo.org/~darkdefender/ebuildgenerator
  • Jump to post

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