Forums

Skip to content

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

Search found 40 matches

Go to advanced search

Advanced search
Search found 40 matches
  • 1
  • 2
  • Next
by B.marc
Fri Oct 05, 2007 1:38 pm
Forum: Unsupported Software
Topic: [PALUDIS] Support thread (current v. 0.24.6) - Part 3
Replies: 372
Views: 244655

Re: ldconfig problem

If you can figure out how to make the exception handling work without major code changes you could post it (the ldconfig issue is relatively trivial), otherwise I don't think any of the paludis developers care about uclibc.

My knowledge about c++ is less than beginner...

I hope, the devs will be ...
  • Jump to post
by B.marc
Thu Oct 04, 2007 8:19 am
Forum: Unsupported Software
Topic: [PALUDIS] Support thread (current v. 0.24.6) - Part 3
Replies: 372
Views: 244655

Re: ldconfig problem

EDIT: as well as the ldconfig issue, uclibc also breaks exception handling in paludis (the "terminate" messages at the end). You'd probably better stick with portage until we find a workaround.

Hmm, OK, but I really like the clean configuration of paludis, which makes it easy to build systems. It ...
  • Jump to post
by B.marc
Wed Oct 03, 2007 5:07 pm
Forum: Unsupported Software
Topic: [PALUDIS] Support thread (current v. 0.24.6) - Part 3
Replies: 372
Views: 244655

ldconfig problem

Hi,

I'm running paludis inside of an uclibc stage3 to build an embedded system. When I install any program with paludis I get the following error at the end of installation during the merging phase after(?) merging of man-pages:
>>> [obj] /usr/share/man/man1/python2.4.1
paludis@1191173888: [DEBUG ...
  • Jump to post
by B.marc
Thu Sep 13, 2007 11:19 am
Forum: Unsupported Software
Topic: [SOLVED] Compiz Fusion + Azureus
Replies: 13
Views: 8339

wizard69 wrote:Thanks a lot java works with no problems. All i had to do was to substitute the amd64 for i386 in the given path.
Worked for me, too (dev-java/sun-jdk-1.5.0.12).

Thanks
Marc
  • Jump to post
by B.marc
Sat Oct 07, 2006 3:55 pm
Forum: Documentation, Tips & Tricks
Topic: TIP: Compressing portage using squashfs: initscript method
Replies: 263
Views: 1002679

Just wanted to say, that this works for me very good. Now I'm wondering why Gentoo does not provide portage also as squashfs-files. Downloading 40MB to 50 MB and mounting it is much faster than a standard sync!


I've created a BASH script to cleanup the portage squash files older than one month ...
  • Jump to post
by B.marc
Fri Aug 04, 2006 12:53 pm
Forum: Other Things Gentoo
Topic: Installing Gaussian 2003 ( g03 )
Replies: 7
Views: 2982

I forgot to post some help for anyone, who tries to install Gaussian 03 (C02). The script "bsd/cachesize" has an error. It should look like this:
#!/bin/csh -f
grep "cache size" /proc/cpuinfo | uniq | tr -d "[:alpha:][:punct:]"

I used as Fortran compiler pgi 6.1-3 instead of the suggested pgi 5.1 ...
  • Jump to post
by B.marc
Fri Aug 04, 2006 12:49 pm
Forum: Gentoo on AMD64
Topic: Gaussian C02 compilation problem
Replies: 1
Views: 1992

I had a problem with Gaussian 03 (C02), too. After contacting support, they said to change the script "bsd/cachsize" to this
#!/bin/csh -f
grep "cache size" /proc/cpuinfo | uniq | tr -d "[:alpha:][:punct:]"

I used pgi 6.1-3 as Fortran compiler. I also tried the suggested pgi 5.1-6, but this did ...
  • Jump to post
by B.marc
Tue Jun 13, 2006 6:06 pm
Forum: Portage & Programming
Topic: Why run emerge -e system twice?
Replies: 10
Views: 2727

OK, two more links for everyone who is interested:

1.) Some discussion on the dev list about removing stage 1 and 2 installitions, which is also about rebuilding your system and what to do. In the link above they recommend:
emerge -e world && emerge -e world && emerge depclean
There are also more ...
  • Jump to post
by B.marc
Mon Jun 12, 2006 1:48 pm
Forum: Portage & Programming
Topic: Why run emerge -e system twice?
Replies: 10
Views: 2727

That seems to clear it up quite well; Ie. an emerge -e world is enough after a gcc upgrade if you want to bother. No need to build anything twice (or more times). GCC itself compiles itself with itself (in a single emerge).

What about the "emerge -e system" stated in gcc upgrade guide ?:
Code ...
  • Jump to post
by B.marc
Mon Jun 12, 2006 1:08 pm
Forum: Portage & Programming
Topic: Why run emerge -e system twice?
Replies: 10
Views: 2727

Re: Why run emerge -e system twice?

Sometimes i can see someone recommending this after changing CHOST, CFLAGS etc.:

emerge -e system
emerge -e system
emerge -e world
emerge -e world

Does it have some advantages? Or is it just great waste of time as i see it? I'm installing stage3 fresh server install and as the first thing i had ...
  • Jump to post
by B.marc
Mon Jun 12, 2006 12:59 pm
Forum: Portage & Programming
Topic: rebuild toolchain and whole system .. safe? :)
Replies: 11
Views: 2270

Search the forum for the emwrap script, it's an excellent tool for rebuilding toolchain/system/world.

mmm...I have used that as well

I am a bit skeptical about it, and as I see it, many more people would be using it if it were worthy of use. Developers I mean. I have spoken with a few devs whose ...
  • Jump to post
by B.marc
Mon May 08, 2006 3:56 pm
Forum: Unsupported Software
Topic: Gaussview on amd64
Replies: 1
Views: 1469

OK, this problem is solved. I was running gnome-light. After installing kdebase-startkde something was installed, which solved my problem (I do not know what). Gaussview is now running under kde and gnome.

Still, I would be interested in what solved my problem. So if someone knows, what could have ...
  • Jump to post
by B.marc
Mon May 08, 2006 9:19 am
Forum: Unsupported Software
Topic: Gaussview on amd64
Replies: 1
Views: 1469

Gaussview on amd64

Hi,

I try to run Gaussview on an amd64 machine. Since Gaussview is a 32-bit pre-compiled programm (which acts as an GUI for Gaussian), I installed the emul libs. When I run Gaussview, the window is broken. It does not end, provides no menu and when you move it, you get artefacts from your ...
  • Jump to post
by B.marc
Mon Apr 10, 2006 2:49 pm
Forum: Other Things Gentoo
Topic: Installing Gaussian 2003 ( g03 )
Replies: 7
Views: 2982

didl wrote:I can't comment at all on g03 and hope you will succeed in compiling it.
After a long time I finally got my hands on the new PC for Gaussian. After some problems I managed to compile it on a Gentoo AMD64 system.

Marc
  • Jump to post
by B.marc
Mon Apr 10, 2006 2:38 pm
Forum: Duplicate Threads
Topic: problem with compiling gaussian. ld cannot find crtbeginS.o
Replies: 2
Views: 2615

Hi,

I installed G03 Rev C.02 just two weeks before on a Gentoo AMD64 system. My problem was the file /bsd/cachsize, which should only output one number (obviously the cachsize). I do not know, if this corresponds with your problem, but I had to change in this file the word "cache" to "cache size ...
  • Jump to post
by B.marc
Tue Mar 28, 2006 1:39 pm
Forum: Gentoo on AMD64
Topic: Geomview on amd64
Replies: 5
Views: 3122

I did this and it compiled without errors. In the afternoon I will test, if I can work with the program. The amd64 computer is at another location then my PC...

I get the following error, when I start geomview:
zweiundvierzig mblume # geomview -opengl /usr/data/geom/tetra
Error: Can't open ...
  • Jump to post
by B.marc
Tue Mar 28, 2006 7:35 am
Forum: Gentoo on AMD64
Topic: Geomview on amd64
Replies: 5
Views: 3122

just ekeyword amd64 <package-name> and ebuild <package-name> digest && emerge.

Ok, you mean to change the ebuild (add amd64 keyword), digest it, and emerge it.

I did this and it compiled without errors. In the afternoon I will test, if I can work with the program. The amd64 computer is at ...
  • Jump to post
by B.marc
Mon Mar 27, 2006 3:30 pm
Forum: Gentoo on AMD64
Topic: Geomview on amd64
Replies: 5
Views: 3122

just ekeyword amd64 <package-name> and ebuild <package-name> digest && emerge.

You mean add "sci-mathematics/geomview ~amd64" to /etc/portage/package.keywords and then run
ebuild <path-to-geomview-ebuild> digest && emerge geomview
, right?

Why the "ebuild ... digest" command? I read in the man ...
  • Jump to post
by B.marc
Mon Mar 27, 2006 2:35 pm
Forum: Gentoo on AMD64
Topic: Geomview on amd64
Replies: 5
Views: 3122

Geomview on amd64

Hi,

short background: I want to use MPQC. Computed molecules can be rendered with molrender (included in MPQC). The output is an OOGL file that the Geomview program can read and display.

My problem: I want to install Geomview on amd64, but it is only available on "~x86 ~sparc ~ppc".

I just want ...
  • Jump to post
by B.marc
Fri Mar 24, 2006 7:31 pm
Forum: Networking & Security
Topic: OpenVPN: Gateway is not restored after stopping VPN
Replies: 1
Views: 1817

If of any interest, the problem was, that I downgraded the user privileges to nobody:nogroup after successfull initialisation (option user and group). When I stop openvpn, the proces does not have root rights anymore, therefore it cannot change the routes back.

Marc
  • Jump to post
by B.marc
Wed Feb 15, 2006 8:30 am
Forum: Installing Gentoo
Topic: Marvell 4-port SATA II PCI-X
Replies: 9
Views: 2937

Re: A little late but.......

FYI the 2.6.15 kernel will have a re-written driver BUILT in. I will be glad when I don't have to use the patched driver module anymore. :P

Indeed. I'm using Linux Kernel version 2.6.15-gentoo-r4 with the Proliant ML 150 and it is working. Had first to install it on a ide hard disk, since I do ...
  • Jump to post
by B.marc
Wed Feb 15, 2006 8:29 am
Forum: Installing Gentoo
Topic: SATA controller of HP ProLiant ML150 G2: cciss
Replies: 5
Views: 1920

Three notes:

1.) It seems that my vendor pointed me in the wrong direction. The cciss driver has nothing to do with this sata controller.

2.) In the newest kernel (2.6.15-gentoo-r4) the driver for the marvel chip is included (marked highly experimentel). Look in the scsi driver section for marvel ...
  • Jump to post
by B.marc
Thu Feb 09, 2006 1:49 pm
Forum: Installing Gentoo
Topic: Marvell 4-port SATA II PCI-X
Replies: 9
Views: 2937

Re: A little late but.......

FYI the 2.6.15 kernel will have a re-written driver BUILT in. I will be glad when I don't have to use the patched driver module anymore. :P

Indeed. I'm using Linux Kernel version 2.6.15-gentoo-r4 with the Proliant ML 150 and it is working. Had first to install it on a ide hard disk, since I do ...
  • Jump to post
by B.marc
Thu Feb 09, 2006 1:45 pm
Forum: Installing Gentoo
Topic: SATA controller of HP ProLiant ML150 G2: cciss
Replies: 5
Views: 1920

Three notes:

1.) It seems that my vendor pointed me in the wrong direction. The cciss driver has nothing to do with this sata controller.

2.) In the newest kernel (2.6.15-gentoo-r4) the driver for the marvel chip is included (marked highly experimentel). Look in the scsi driver section for marvel ...
  • Jump to post
by B.marc
Fri Feb 03, 2006 4:19 pm
Forum: Installing Gentoo
Topic: SATA controller of HP ProLiant ML150 G2: cciss
Replies: 5
Views: 1920

cyrillic wrote:I think the driver for your Marvell SATA controller is still experimental, and not included on the Gentoo CD yet.
Hmm, OK. Do you perhaps know, when the next release of Gentoo will be (2006.0?)? ANd if by any chance the new driver will be part of it?

Marc
  • Jump to post

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