Forums

Skip to content

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

Search found 67 matches

Go to advanced search

Advanced search
Search found 67 matches
  • 1
  • 2
  • 3
  • Next
by boglin
Sat Mar 08, 2008 5:50 pm
Forum: Portage & Programming
Topic: nvtv fails to compile
Replies: 7
Views: 2370

I fixed this compile problem by disabling the 'zlib' USE flag for pciutils.


echo "sys-apps/pciutils -zlib" >> /etc/portage/package.use
emerge --resume


TIP:when you see a "checking for <something> in -l<name> : no" followed by a error in the configure script, you can start to figure out what ...
  • Jump to post
by boglin
Thu Jan 18, 2007 10:19 pm
Forum: Portage & Programming
Topic: [Solved ] no g77 albeit fortran use flag is set!
Replies: 13
Views: 3811

getting gfortran and g77 installed concurrently


it becomes obvious why users might want g77 still. Last I checked, there were enough errors in the GNU Fortran 95 that many users stuck with Fortran 77.

Is it now impossible to get back to GNU Fortran 77, or is there a trick to make both g77 AND g95 compile?
Blimey

Agreed. I wasn't able to ...
  • Jump to post
by boglin
Fri Jun 17, 2005 3:39 pm
Forum: Multimedia
Topic: Esd Stopping it's self.
Replies: 2
Views: 1182

I had the same problem awhile ago. I whipped up this little script to respawn it. Enjoy!
http://forums.gentoo.org/viewtopic-t-256874.html
  • Jump to post
by boglin
Thu Nov 25, 2004 3:03 am
Forum: Documentation, Tips & Tricks
Topic: respawning esd with supervise
Replies: 1
Views: 6098

respawning esd with supervise

I am posting because I am certain this is not the optimal solution; I'm hoping that some experts around the forum can give me some tips....

I had a small problem using EsounD(esd) on a computer connected to me stereo. I wanted xmms on my other pcs to pipe to EsounD on the stereo computer, which it ...
  • Jump to post
by boglin
Mon Sep 27, 2004 2:44 am
Forum: Portage & Programming
Topic: emerge sync + emerge portage -> bash:- * no such file or
Replies: 1
Views: 717

emerge sync + emerge portage -> bash:- * no such file or

I cannot execute any command on my remote system, or create a new ssh-session. Please help me...

I logged in to update some packages and did emerge sync and an emerge -av portage . Portage told me I needed a new version:

These are the packages that I would merge, in order:

Calculating ...
  • Jump to post
by boglin
Sun Aug 08, 2004 9:08 pm
Forum: Other Things Gentoo
Topic: Console fonts on an lcd
Replies: 1
Views: 1044

font-terminus

I reccomend 'ter-v14n', found in the font-terminus package.

Code: Select all

#emerge -av font-terminus
#setfont ter-v14n
if you like it, replace "default8x16" in rc.conf with "ter-v14n".
  • Jump to post
by boglin
Fri Jul 16, 2004 6:12 pm
Forum: Other Things Gentoo
Topic: How to convert PDF to TEX?
Replies: 9
Views: 3110

I'm retarded

ermm, my bad: html2latex DNE. Sorry. :oops:
  • Jump to post
by boglin
Fri Jul 16, 2004 4:30 pm
Forum: Kernel & Hardware
Topic: Linux on a USB Flash Drive
Replies: 72
Views: 163272

Small footprint Gentoo on USB.

Just a bump to let you know that I've put a lite-gentoo on my USB 512MB stick, and I recorded what I did. There's a quasi-HOWTO at http://gentoo-wiki.com/HOWTO_Small_Footprint_Gentoo_on_USB

I didn't do anything cool like /proc on a RAM-disk or creating the root filesystem in a cloop - but it works ...
  • Jump to post
by boglin
Sat Jul 10, 2004 8:12 pm
Forum: Desktop Environments
Topic: nfs mounted /home and distinct setups
Replies: 2
Views: 529

I've got around similar problems by using symlinks.

Each machine on my network also nfs mounts /home, but they all have a /local_home/ folder containing more folders of the names of the users, sorta like /home does. When users want faster access to some data, or wants to make it machine specific ...
  • Jump to post
by boglin
Sat Jul 10, 2004 8:07 pm
Forum: Multimedia
Topic: Alsa emerge error
Replies: 2
Views: 829

Re: Alsa emerge error


...
!!!File does not exist: /usr/portage/distfiles//alsa-driver-1.0.5a.tar.bz2[/code]

I noticed that the directory where it's looking for the file is wrong. It should be:

/usr/portage/distfiles/alsa-driver-1.0.5a.tar.bz2

I checked to see if the file was there, and it is. What can i do to fix ...
  • Jump to post
by boglin
Sat Jul 10, 2004 8:00 pm
Forum: Gentoo on AMD64
Topic: Is there a way around this???
Replies: 10
Views: 4178

add

Code: Select all

 env ACCEPT_KEYWORDS="~x86" 
before the emerge command that produced the output you posted. Assuming you are on an x86 machine, of course. Don't use that too much if you want a stable system :)
  • Jump to post
by boglin
Sat Jul 10, 2004 7:52 pm
Forum: Other Things Gentoo
Topic: How to convert PDF to TEX?
Replies: 9
Views: 3110

html2latex

what about tweaking the second method? Instead of using OO to convert html 2 txt then txt 2 latex, use html2latex.
  • Jump to post
by boglin
Thu Jun 10, 2004 8:16 pm
Forum: Other Things Gentoo
Topic: crossover office 2.0 and gentoo
Replies: 6
Views: 1895

maybe user address space limit.

I noticed in the crossover site that errors related to registering rpcrt4.dll can be traced to a kernel config: They say it applies to SuSe, but a kernel is a kernel. Supposedly you should set your user address space to 3GB.
check it out: here
  • Jump to post
by boglin
Thu Jun 03, 2004 6:54 pm
Forum: Networking & Security
Topic: IP_TABLES error help please
Replies: 51
Views: 4903

wierd

This is wierd, I am getting the same problem. I know my profile says noob, but I have done iptables before (or so I thought).

Check out my .config:

CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y

I modprobe'd ip_tables ...
  • Jump to post
by boglin
Wed Jun 02, 2004 7:06 pm
Forum: Portage & Programming
Topic: distcc with 2 PC's?
Replies: 1
Views: 590

Re: distcc with 2 PC's?

If I have 2 PC's with similar specs, will there be any increase in compile times if I use distcc?
No, there should be a decrease in the compile times (on average).

if distcc uses the remote machine to compile, is there any point using just a master and a slave if the master is ~ same spec as the ...
  • Jump to post
by boglin
Mon May 24, 2004 8:41 pm
Forum: Kernel & Hardware
Topic: HP LaserJet 1000 printing problems
Replies: 16
Views: 11065

more

Oh hey,
still on the quest.. Like you said, FuzzeX, use a different browser for printing: so NP on that one. :)
What's happening now ( and wasn't before ). The first print job sent to the CUPS server (from any machine on my network) will print. Any subsequent jobs will also print, but not until you ...
  • Jump to post
by boglin
Tue May 18, 2004 4:30 pm
Forum: Kernel & Hardware
Topic: HP LaserJet 1000 printing problems
Replies: 16
Views: 11065

konqueror printing to cups broken.

FuzzeX: thanks for the howto, it saved me alot of trouble.
There's just just one problem:

Printing to the lj1000 from Konqueror doesn't do anything - ie the (kde's) print manager shows the job completed, but nothing comes out of the printer.
EDIT: actually it will print simple pages like the about ...
  • Jump to post
by boglin
Thu May 13, 2004 12:57 pm
Forum: Portage & Programming
Topic: cannot emerge anything with a 'k' without it failing!!
Replies: 11
Views: 1759

yup

yeah, I did make the symlink. No problems so far.
  • Jump to post
by boglin
Tue May 11, 2004 8:46 pm
Forum: Portage & Programming
Topic: cannot emerge anything with a 'k' without it failing!!
Replies: 11
Views: 1759

same here from a stage 3 + GRP

Dudes,
I did the install from stage 3, w/ GRP ; using the 'new' 2004.1
Same error on both koffice and kdevelop - about the only k's I had to install from source.
I didn't change the CHOST, either.
  • Jump to post
by boglin
Sat Mar 20, 2004 12:25 pm
Forum: Desktop Environments
Topic: Baghira Ebuild
Replies: 43
Views: 5277

lurid,

just tried the binary ebuild as described in your README. (adjusted make.conf and all)

but this was the output i got. it looks like i started compiling anyway... and that didn't work out
#

cd . && make -f admin/Makefile.common configure.in ;
make[1]: Entering directory `/var/tmp/portage ...
  • Jump to post
by boglin
Wed Mar 03, 2004 8:40 am
Forum: Other Things Gentoo
Topic: graphical boot-up, halt and reboot sequences
Replies: 8
Views: 2602

check out the bootsplash threads and ebuilds :arrow: ... it can be done smoothly on most x86 systems last I checked.
  • Jump to post
by boglin
Wed Mar 03, 2004 8:24 am
Forum: Gentoo on PPC
Topic: PwrBk G3 mnt cdrom fails for stages and snapshot install
Replies: 1
Views: 1302

I ran into a similar problem installing from the PPC 1.4 LiveCD. This is what I guessed.

The stages are actually located at /mnt/cdrom/g3-stages (the install guide is a little general)

the distfiles are in /mnt/cdrom/distfiles

the portage snapshot is in /mnt/cdrom/portage.tbz2 (you should untar ...
  • Jump to post
by boglin
Wed Mar 03, 2004 7:47 am
Forum: Kernel & Hardware
Topic: create /dev entry for ibook wireless card
Replies: 1
Views: 1568

I'm running gentoo (kernel 2.4.21) on my ibook se 366Mhz.
My airport drviers are in as modules (airport, orinoco and hermes).
'When I 'modprobe airport', then ifconfig reports the device as present.
Hope this helps.
  • Jump to post
by boglin
Wed Mar 03, 2004 7:28 am
Forum: Installing Gentoo
Topic: 2 errors compiling the kernal
Replies: 2
Views: 825

Dunno this might help... try:

#cd /usr/src/linux
#cp .config ..
#make mrproper
#cp ../.config .
#make oldconfig
#make dep && make clean [vmlinux / bzImage] modules modules_install


..that's what I do when I get unresolved symbols during a compile.
BTW it's really important that you cp .config ...
  • Jump to post
by boglin
Wed Mar 03, 2004 7:23 am
Forum: Desktop Environments
Topic: No prompt in Konsole
Replies: 8
Views: 1613

make sure your ~/.bashrc file looks like:
# /etc/skel/.bashrc:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bashrc,v 1.7 2002/11/18 19:39:22 azarah Exp $

# This file is sourced by all *interactive* bash shells on startup. This
# file *should generate no output* or it will break the scp ...
  • Jump to post

Search found 67 matches
  • 1
  • 2
  • 3
  • 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