Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Thinking about installing gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
bmfan
n00b
n00b


Joined: 20 Mar 2005
Posts: 4

PostPosted: Thu Jun 02, 2005 2:33 pm    Post subject: Thinking about installing gentoo Reply with quote

I'm thinking about trying out gentoo, but I have a few questions first.
can I use my exsisting disk partitions without losing the data, portage downloads and compiles source tarballs right. well does it do any striping of the bin and libs. and what about the configure options? can i use what options i want. or am i stuck with whatever it decides ? ohh and can you uninstall packages
Back to top
View user's profile Send private message
Bellrang QT
Tux's lil' helper
Tux's lil' helper


Joined: 16 May 2003
Posts: 81

PostPosted: Thu Jun 02, 2005 3:22 pm    Post subject: Re: Thinking about installing gentoo Reply with quote

bmfan wrote:
I'm thinking about trying out gentoo

Excellent :)
bmfan wrote:
can I use my exsisting disk partitions without losing the data, portage downloads and compiles source tarballs right. well does it do any striping of the bin and libs.

Theoretically, yes. I'd make a backup of all of your important data before you attempt something like this, however. Backups are a good practice anyway.

The installation proccess shouldn't delete any files you already have (if you don't format), but it will overwrite any files that exist that it wants to update (things like ls, cp, and so on...)

bmfan wrote:
and what about the configure options? can i use what options i want. or am i stuck with whatever it decides ?

Configuration options are pretty much up to you... You'll have to elaborate more on this question.

bmfan wrote:
ohh and can you uninstall packages

Yep.
Code:
emerge -C package

_________________
I <3 forums.gentoo.org
Back to top
View user's profile Send private message
bmfan
n00b
n00b


Joined: 20 Mar 2005
Posts: 4

PostPosted: Thu Jun 02, 2005 3:27 pm    Post subject: Reply with quote

well for example if i want wxgtk built with -with-gtk --enable-gtk2 --enable-unicode. can i do that ? and most important are the bins and libs striped when i build a package ?
Back to top
View user's profile Send private message
Sith_Happens
Veteran
Veteran


Joined: 15 Dec 2004
Posts: 1807
Location: The University of Maryland at College Park

PostPosted: Thu Jun 02, 2005 5:43 pm    Post subject: Reply with quote

Installing Gentoo on top of another distro is just a bad idea IMHO. Your better off backing up your data and doing a fresh install. As far your question about wxgtk, you need to look at Portage's USE flag feature. USE flags allow you to give complex directives to portage on how to build, configure, and handle dependencies associated with certain packages (some are global and affect your entire system, where as some are package specific). For example, here are the USE flags that you can build wxgtk with:
Code:
    gnome -  Adds GNOME support
    gtk2 - Use gtk+-2.0.0 over gtk+-1.2 in cases where a program supports both.
    jpeg - Adds JPEG image support
    joystick - Add support for joysticks in all packages
    odbc - Adds ODBC Support (Open DataBase Connectivity)
    opengl - Adds support for OpenGL
    png - Adds support for libpng (PNG images)
    sdl - Adds support for Simple Direct Layer (media library)
    tiff - Adds support for the tiff image format
    wxgtk1 - Add gtk1 support in addition to optional gtk2ansi and gtk2unicode
    debug - Tells configure and the makefiles to build for debugging. Effects vary across packages, but generally it will at least add -g to CFLAGS.      Remember to set FEATURES=nostrip too
    doc - Adds extra documentation (API, Javadoc, etc)
    unicode - Adds support for Unicode
    dmalloc - Enable support for the Debug Malloc Library
    zlib - Adds support for zlib (de)compression
    no_wxgtk1 - Disable gtk support. Must be used in combination with gtk2
    nls - Adds Native Language Support (using gettext - GNU locale utilities)
    static - !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically

_________________
"That question was less stupid; though you asked it in a profoundly stupid way."
I'm the brains behind Jackass! | Tutorials: Shorewall
Back to top
View user's profile Send private message
bmfan
n00b
n00b


Joined: 20 Mar 2005
Posts: 4

PostPosted: Thu Jun 02, 2005 5:57 pm    Post subject: Reply with quote

well I would format my root partition, but not my home partition. what about striping the bins ans libs when it builds ? thats the most important to me if its not buing that i dont have enough hardrive space to install it
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum