Forums

Skip to content

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

Search found 217 matches

Go to advanced search

Advanced search
Search found 217 matches
  • Page 1 of 9
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
by dkostic
Fri Jan 04, 2008 7:39 pm
Forum: Networking & Security
Topic: Looking for the right backup utility--any suggestions?
Replies: 6
Views: 2201

Looking for the right backup utility--any suggestions?

Hey everybody! After a hard disk failure the other night (but fortunately I keep my /home on a separate drive :D ), I'm looking for a good backup utility. I have two machines on a network; each one has a large amount of data that should be backed up (~ 40 Gbs on each), and I have a large external ...
  • Jump to post
by dkostic
Mon Oct 15, 2007 4:23 pm
Forum: Networking & Security
Topic: setting pine to retrieve mail from a remote IMAP server
Replies: 1
Views: 1013

setting pine to retrieve mail from a remote IMAP server

Hey everybody, this isn't exactly a Gentoo-specific question, but anyway... I'm trying to configure Pine to retrieve mail from a remote IMAP server (I'm sick and tired of using Novell Groupwise, which is standard in my university). I've looked quite a bit, and can't find either

(A) any fields in ...
  • Jump to post
by dkostic
Wed Aug 08, 2007 5:00 am
Forum: Multimedia
Topic: audacious won't play mp3's
Replies: 8
Views: 2627

This means that the next time you build audacious-plugins the mad USE flag will be enabled, so you should rebuild audacious-plugins, then MP3 playback will work for you.

You were right, but I had to also delete the /var/tmp/portage/media-plugins/audacious-plugins-1.3.3 directory (I tried without ...
  • Jump to post
by dkostic
Mon Aug 06, 2007 6:51 pm
Forum: Multimedia
Topic: audacious won't play mp3's
Replies: 8
Views: 2627

Symlinking or copying the libmp3lame.so from /usr/lib to the input plugins directory will not work, btw.

Roger that. :wink:

In my version the MP3 output plugin is called libmadplug.so (WARNING: it's not the same as libmodplug.so!). Just for completeness, could you also add the output of ...
  • Jump to post
by dkostic
Mon Aug 06, 2007 5:39 pm
Forum: Multimedia
Topic: audacious won't play mp3's
Replies: 8
Views: 2627

didymos wrote:Second question about something you probably did already: have you tried revdep-rebuild?
Yep. Nothing different.
  • Jump to post
by dkostic
Mon Aug 06, 2007 7:18 am
Forum: Multimedia
Topic: audacious won't play mp3's
Replies: 8
Views: 2627

Did you enable the mp3 USE flag?

Yeah, here's my emerge --info

Portage 2.1.2.11 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.5-r4, 2.6.20-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.20-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3200 ...
  • Jump to post
by dkostic
Mon Aug 06, 2007 5:32 am
Forum: Multimedia
Topic: audacious won't play mp3's
Replies: 8
Views: 2627

audacious won't play mp3's

Hey everybody, I've emerged audacious and lame, but for some reason I can't get audacious to load the libmp3lame.so plugin it needs to play mp3's. I've tried copying and symlinking the /usr/lib/libmp3lame.so over to /usr/lib/audacious/Input/ directory, and when I start audacious it complains that it ...
  • Jump to post
by dkostic
Tue Jul 31, 2007 3:43 am
Forum: Portage & Programming
Topic: Access violation while emerging antlr [SOLVED]
Replies: 5
Views: 2497

Yeah, I re-added sandbox to make.conf after antlr emerged.
  • Jump to post
by dkostic
Tue Jul 24, 2007 7:01 am
Forum: Portage & Programming
Topic: evince depends on multiple versions of poppler?
Replies: 3
Views: 800

I've tried
emerge -C poppler-bindings && USE="gtk" emerge poppler-bindings
and it keeps building it the same way. (I'm not sure the 'USE="gtk" ' part is really necessary, because I have gtk in the USE section of make.conf.) Thanks for the reply; any other ideas?
  • Jump to post
by dkostic
Tue Jul 24, 2007 6:14 am
Forum: Portage & Programming
Topic: evince depends on multiple versions of poppler?
Replies: 3
Views: 800

evince depends on multiple versions of poppler?

Hey everybody, I'm trying to emerge evince. Evince depends on poppler and poppler-bindings. I can emerge poppler-0.5.4 and poppler-bindings-0.5.4 fine, but the latter always gets installed without gtk support, and emerge evince crashes because of this. (Somebody might be able to help me with that ...
  • Jump to post
by dkostic
Tue Jul 24, 2007 4:40 am
Forum: Portage & Programming
Topic: Access violation while emerging antlr [SOLVED]
Replies: 5
Views: 2497

Fixed it. I removed "sandbox" from FEATURES in make.conf, deleted /var/tmp/portage/dev-java/antlr-2.7.7 and re-emerged antlr and it went through fine. Go figure. :?
  • Jump to post
by dkostic
Tue Jul 24, 2007 1:36 am
Forum: Portage & Programming
Topic: emerge =hal-0.5.9-r1 fails
Replies: 15
Views: 8039

I used the most recent stable version. I found a work around though: see http://forums.gentoo.org/viewtopic-t-56 ... ight-.html
  • Jump to post
by dkostic
Mon Jul 23, 2007 7:59 pm
Forum: Portage & Programming
Topic: building pciutils without zlib [SOLVED]
Replies: 24
Views: 9072


[ebuild R ] sys-apps/pciutils-2.2.4-r3 USE="hal -network-cron -zlib*" 0 kB


That little '*' after -zlib means "you configured me with -zlib, but you still haven't compiled me with -zlib". So, that is the problem.

Do "emerge pciutils", then, emerge hal.

Executing that command puts zlib ...
  • Jump to post
by dkostic
Mon Jul 23, 2007 7:30 pm
Forum: Portage & Programming
Topic: building pciutils without zlib [SOLVED]
Replies: 24
Views: 9072

OK, I found a work-around (I think).
USE="-zlib" emerge =sys-apps/pciutils-2.2.3-r2
emerge hal
This gets the latest version of HAL in, but I have no idea if the older version of pciutils is buggy. :?
  • Jump to post
by dkostic
Mon Jul 23, 2007 7:15 pm
Forum: Portage & Programming
Topic: building pciutils without zlib [SOLVED]
Replies: 24
Views: 9072

Unne & i92guboj - Thanks to both of you for your replies!

------
Unne - Yeah, there does seem to be some incompatibility between the current pciutils and hal. I don't see any reason for why hal can't tolerate pciutils built in with zlib support.

------
i92guboj - Here's the output...

These are ...
  • Jump to post
by dkostic
Mon Jul 23, 2007 5:50 pm
Forum: Portage & Programming
Topic: building pciutils without zlib [SOLVED]
Replies: 24
Views: 9072

Done that; it doesn't work. Equery uses pciutils spits out...

- + zlib : Adds support for zlib (de)compression


It's listed as unset in equery, but for some weird reason pciutils *always* compiles with zlib support. I want equery uses pciutils to spit out...

- - zlib : Adds support for zlib ...
  • Jump to post
by dkostic
Mon Jul 23, 2007 5:08 pm
Forum: Portage & Programming
Topic: emerge =hal-0.5.9-r1 fails
Replies: 15
Views: 8039

I must have done emerge pciutils about a million times. It keeps building it with zlib, for some odd reason. (My emerge --info is posted here < http://forums.gentoo.org/viewtopic-t-57 ... ight-.html >, by the way.) Any other ideas what could be causing this to happen?
  • Jump to post
by dkostic
Mon Jul 23, 2007 7:23 am
Forum: Portage & Programming
Topic: emerge =hal-0.5.9-r1 fails
Replies: 15
Views: 8039

When I try to emerge hal-0.5.9-r1, it complains that pciutils was installed with the zlib USE flag. Since you've got zlib in your make.conf, you might try running

USE="-zlib" emerge hal


Unfortunately...that command doesn't work for me. I have a 'sys-apps/pciutils -zlib' line in /etc/portage ...
  • Jump to post
by dkostic
Sun Jul 22, 2007 8:05 pm
Forum: Portage & Programming
Topic: Access violation while emerging antlr [SOLVED]
Replies: 5
Views: 2497

Good idea, but that doesn't seem to be it. I did what you suggested, got the same error, then tried removing "sandbox" from the FEATURES in make.conf, and got the same error again. I think the problem is that something is trying to access a nonexistant file ( /usr/lib64/libantlr.a ). Any other ideas ...
  • Jump to post
by dkostic
Sun Jul 22, 2007 7:27 pm
Forum: Portage & Programming
Topic: Access violation while emerging antlr [SOLVED]
Replies: 5
Views: 2497

Access violation while emerging antlr [SOLVED]

I'm doing a reinstall on my desktop machine and I'm trying to put in gnome and all the packages that go with it. While trying to emerge antlr, I get the following error. Any help is appreciated!


7.7/lib/cpp/src'
install C++ core files ..
install /var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2 ...
  • Jump to post
by dkostic
Sat Jul 21, 2007 2:40 pm
Forum: Networking & Security
Topic: network interface eth0 does not exist [SOLVED]
Replies: 7
Views: 2657

Here's my .config (for gentoo-sources-2.6.20-r8 ), btw...


#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.20-gentoo-r8
# Sat Jul 7 08:58:15 2007
#
CONFIG_X86_64=y
CONFIG_64BIT=y
CONFIG_X86=y
CONFIG_ZONE_DMA32=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y ...
  • Jump to post
by dkostic
Sat Jul 21, 2007 2:20 pm
Forum: Networking & Security
Topic: network interface eth0 does not exist [SOLVED]
Replies: 7
Views: 2657

OK, I have the same problem with eth0. All lspci does is spit out a whole bunch of lines like...

00:00.0 Class 0600: Unknown device 1106:3188 (rev 01)


...which I'm guessing means there's something wrong in the kernel.

(Aside: It feels really patronizing to read that line in the manual about ...
  • Jump to post
by dkostic
Wed Jul 11, 2007 3:14 pm
Forum: Portage & Programming
Topic: building pciutils without zlib [SOLVED]
Replies: 24
Views: 9072

Oh yeah, my make.conf and emerge --info are posted in my first post on this thread:
http://forums.gentoo.org/viewtopic-t-56 ... ight-.html
  • Jump to post
by dkostic
Wed Jul 11, 2007 3:01 pm
Forum: Portage & Programming
Topic: building pciutils without zlib [SOLVED]
Replies: 24
Views: 9072

building pciutils without zlib [SOLVED]

Hey everybody! I'm trying to install hal on my machine (it's a dependency for some other things I want). Here's the error it throws back...


* You MUST build sys-apps/pciutils without the zlib USE flag

!!! ERROR: sys-apps/hal-0.5.9-r1 failed.
Call stack:
ebuild.sh, line 1637: Called dyn_setup ...
  • Jump to post
by dkostic
Tue Jul 10, 2007 8:11 pm
Forum: Portage & Programming
Topic: unneeded video drivers in 'emerge xorg-x11' [SOLVED]
Replies: 4
Views: 1882

The Grim Reaper wrote:set VIDEO_CARDS=¨¨ in make.conf to your desired card.
You're right; that does work. Thanks! But why isn't that listed as an option in make.conf.example?
  • Jump to post

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