View previous topic :: View next topic |
Author |
Message |
mirojira l33t
Joined: 18 Feb 2006 Posts: 685
|
Posted: Tue Nov 20, 2007 8:14 pm Post subject: Installation of Gentoo/FreeBsd |
|
|
Does anybody have experience with installation Gentoo/FreeBSD ? Following http://www.gentoo.org/doc/en/gentoo-freebsd.xml I am runningWith my Gentoo installation to run this command takes some 3 hours. But now emerging sys-devel/gcc-4.2.2 lasting 3 hours. Is it normal or should I interrupt it? |
|
Back to top |
|
|
welp Retired Dev
Joined: 24 Sep 2005 Posts: 103 Location: Ipswich, UK
|
Posted: Tue Nov 20, 2007 8:41 pm Post subject: |
|
|
Hey,
Good to see more people experimenting with Gentoo/FreeBSD!
Now, onto business... The amount of time it takes for packages varies. gcc is a well-known large package which will often take a number of hours to compile, even on relatively modern systems.
Here's how long it took on my 2.4GHz P4 computer with 1GB RAM:
Code: | Pythagoras ~ # qlop -tH gcc
gcc: 4 hours, 31 minutes, 29 seconds for 4 merges
Pythagoras ~ #
|
So, yeah, don't cancel the compile. Else you're gonna be waiting even longer, and I'm sure you won't want that
If you're an IRC user, feel free to pop into #gentoo-bsd on irc.freenode.net!
welp _________________ Gentoo/BSD, Gentoo/Alt AT and Bugday lead
AMD64, Xfce, Sunrise, www-servers, net-irc, lang-misc, Artwork
If you find a bug, submit it! Bugzilla |
|
Back to top |
|
|
mark_alec Bodhisattva
Joined: 11 Sep 2004 Posts: 6066 Location: Melbourne, Australia
|
Posted: Wed Nov 21, 2007 3:09 am Post subject: |
|
|
Moved from Other Things Gentoo to Gentoo on Alternative Architectures. _________________ www.gentoo.org.au || #gentoo-au |
|
Back to top |
|
|
mirojira l33t
Joined: 18 Feb 2006 Posts: 685
|
Posted: Thu Nov 22, 2007 9:21 pm Post subject: |
|
|
Thanks Welp. I finished installation. When configured kernel I did not make any changes. Problem is that I am not able to boot into Gentoo/FreeBSD. Former lilo.conf looked like that Quote: | LBA32
boot = /dev/sda
map = /boot/.map
menu-scheme=Wb
prompt
timeout=50
delay = 50
default = Windows
image = /boot/kernel-2.6.22-gentoo-r9
root = /dev/sdb5
label = Gentoo
read-only
other = /dev/sda1
label = Windows
table = /dev/sda
other = /dev/sdb1
label = FreeBSD
table = /dev/sdb
| and everythings worked fine.After finished installation of Gentoo/FreeBSD I added Quote: | other = /dev/sdb2
label = GFBSD
table = /dev/sdb
| but my LILO booted FreeBSD even if I choose GFBSD. I added Code: | loader=/boot/chain.b | Did not help.After that commented part Quote: | other = /dev/sdb1
label = FreeBSD
table = /dev/sdb | but my LILO still keeps booting FreeBSD. I am not able to find out solution at the moment. |
|
Back to top |
|
|
mikesh n00b
Joined: 17 Jan 2008 Posts: 1 Location: Frankfurt am Main, Germany
|
Posted: Thu Jan 17, 2008 7:18 pm Post subject: emerge -e system w/o problems? |
|
|
I'm also currently going down the road of installing Gentoo/FreeBSD. However I encounter some problems when rebuilding the system.
I downloaded the stage3 via the link in the documentation and did a "emerge --sync". Now the problems start:
- portage and bash block each other (manual resolution fixed this)
- python cannot be upgraded because /usr/sbin/python-upgrader belongs to python-2.4.4, but is a package on its own with ptyhon-2.5 (manual resolution fixed this)
- groff configure complains about g++ not being smart enough to compile it (what the heck???)
- ...
It goes on like this with a few other issues. Searching the forums didn't turn out any problems like those. My experience with gentoo (4 years sysop @ university) also suggest that I'm doing something wrong here. (Blame yourself first...)
Did anyone encounter similar problems?
Sincerely
Meikel _________________ --
An expert is someone who can tell you afterwards exactly why his prognosis was wrong. |
|
Back to top |
|
|
mirojira l33t
Joined: 18 Feb 2006 Posts: 685
|
Posted: Sun Jan 20, 2008 3:23 pm Post subject: Re: emerge -e system w/o problems? |
|
|
mikesh wrote: |
It goes on like this with a few other issues. Searching the forums didn't turn out any problems like those. My experience with gentoo (4 years sysop @ university) also suggest that I'm doing something wrong here. (Blame yourself first...)
l | I did not have problems like you during installation. Problems started with installation of the applications. Up to now I was not able correctly install xorg-server.I would like to know if anybody can run Gentoo/BSD as main OS. |
|
Back to top |
|
|
berferd Tux's lil' helper
Joined: 13 May 2004 Posts: 117
|
Posted: Tue Mar 04, 2008 6:30 pm Post subject: Re: emerge -e system w/o problems? |
|
|
mirojira wrote: | I did not have problems like you during installation. Problems started with installation of the applications. Up to now I was not able correctly install xorg-server.I would like to know if anybody can run Gentoo/BSD as main OS. |
There's a bug open on this:
https://bugs.gentoo.org/show_bug.cgi?id=205149 |
|
Back to top |
|
|
tech_your_future n00b
Joined: 28 Jan 2006 Posts: 14 Location: Mumbai, India
|
Posted: Mon Mar 24, 2008 7:43 pm Post subject: Re: emerge -e system w/o problems? |
|
|
mikesh wrote: |
[*] groff configure complains about g++ not being smart enough to compile it (what the heck???)
|
Is it like this?
Code: | checking that C++ compiler can compile simple program... yes
checking that C++ static constructors and destructors are called... no
configure: error: a working C++ compiler is required |
I am facing this error while building groff. Also, i have mysqld, nmap and bunch of other apps segfaulting. I copied a simple C++ program from a friend, it compiles fine but then I get segfault while running it.
Here's the output of g++ -v
Code: |
Using built-in specs.
Target: i686-gentoo-freebsd6.2
Configured with: /var/tmp/portage/sys-devel/gcc-4.2.3/work/gcc-4.2.3/configure --prefix=/usr --bindir=/usr/i686-gentoo-freebsd6.2/gcc-bin/4.2.3 --includedir=/usr/lib/gcc/i686-gentoo-freebsd6.2/4.2.3/include --datadir=/usr/share/gcc-data/i686-gentoo-freebsd6.2/4.2.3 --mandir=/usr/share/gcc-data/i686-gentoo-freebsd6.2/4.2.3/man --infodir=/usr/share/gcc-data/i686-gentoo-freebsd6.2/4.2.3/info --with-gxx-include-dir=/usr/lib/gcc/i686-gentoo-freebsd6.2/4.2.3/include/g++-v4 --host=i686-gentoo-freebsd6.2 --build=i686-gentoo-freebsd6.2 --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --disable-libmudflap --disable-libssp --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang --enable-shared --enable-threads=posix --enable-__cxa_atexit
Thread model: posix
gcc version 4.2.3 (Gentoo 4.2.3 p1.0)
|
|
|
Back to top |
|
|
baigsabeeh Guru
Joined: 28 Sep 2005 Posts: 520 Location: North Brunswick, NJ
|
Posted: Mon Jun 16, 2008 3:11 pm Post subject: |
|
|
Use actual FreeBSD. Gentoo/FreeBSD is a mess. _________________ BSD > SysV > Linux
BSD FTW! |
|
Back to top |
|
|
gringo Advocate
Joined: 27 Apr 2003 Posts: 3793
|
Posted: Wed Jun 18, 2008 9:23 am Post subject: |
|
|
baigsabeeh wrote: | Use actual FreeBSD. Gentoo/FreeBSD is a mess. |
i agree ... btw, is the projekt still alive ?
cheers _________________ Error: Failing not supported by current locale |
|
Back to top |
|
|
dav_it Retired Dev
Joined: 18 Apr 2007 Posts: 16
|
Posted: Fri Aug 01, 2008 11:10 pm Post subject: |
|
|
gringo wrote: | baigsabeeh wrote: | Use actual FreeBSD. Gentoo/FreeBSD is a mess. |
i agree ... btw, is the projekt still alive ?
cheers |
The project isn't a mess, and yeah, it's still alive. The team is doing an huge work to port g/fbsd to 7.0. you can find more infos on my blog http://davzero.wordpress.com or looking at gentoo-bsd ml. If you want to help or get more informations send a mail to bsd@g.o or drop two lines in #gentoo-bsd (Freenode network)
Regards
dav _________________ Currently breaking on Gentoo/Freebsd, Gentoo on MIPS.
More infos here: http://davzero.wordpress.com |
|
Back to top |
|
|
|