Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-24-2012, 06:22 AM
|
#1
|
Member
Registered: Oct 2012
Posts: 55
Rep: 
|
I can't install anything after installed Python (installing BLFS) & please help me!
I'm building BLFS. I don't know why couldn't install anything after installed Python
I use this document: http://linuxgazette.net/164/laycock.html
Thus I'm sure that nothing's wrong in the Base libraries. And I'm installing the Platform libraries. Help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
It's taken me so much time!
Thanks in advance!
Last edited by Forget-Me-Not; 10-24-2012 at 08:15 AM.
|
|
|
10-24-2012, 10:14 AM
|
#2
|
Senior Member
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,211
|
Why not just follow the instructions in the BLFS book to build gnome? The two guides may not be compatible.
|
|
|
10-24-2012, 11:30 AM
|
#3
|
Member
Registered: Oct 2012
Posts: 55
Original Poster
Rep: 
|
Yes, I did. I've followed instruction in BLFS book.
I just use this document (linuxgazette.net/164/laycock.html) to get idea about minimum system. This is the first time I build the system however I don't think that the packages of BLFS will be installed all. I don't know how can solve this problem! Might you suggest to me another way,too?
Thank you very much!
|
|
|
10-24-2012, 11:40 AM
|
#4
|
Senior Member
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,211
|
exactly where is the problem what package will not install what chapter of the book are you on?
|
|
|
10-24-2012, 12:14 PM
|
#5
|
Member
Registered: Oct 2012
Posts: 55
Original Poster
Rep: 
|
I installed the packages as following:
Libxml2—Dbus
Gvfs—Intltool
XML::Parser—FreeType
FontConfig—Glib
ATK—Pixman
Cairo-Libpng
Pango—Gtk—PYTHON 2.6.4 <~ Stand here
I knew that the problem wasn't missing package. Because when I installed Python whenever.
For example: pixman~> cairo~> atk. If PYTHON was installed behind cairo, atk counldn't be installed.
Also I can't install another packages after installation of PYTHON.
Please help me!!!
Last edited by Forget-Me-Not; 10-24-2012 at 12:15 PM.
|
|
|
10-24-2012, 12:43 PM
|
#6
|
Senior Member
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,211
|
what version of the book are you using as it looks like your build order is way out I used the latest version ( Version 2012-10-18 ), I installed python before those other packages, this is the download/install order I used from python to Gtk
Code:
wget "http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.xz"
wget "http://xcb.freedesktop.org/dist/xcb-proto-1.7.1.tar.bz2"
wget "http://xmlsoft.org/sources/libxml2-2.9.0.tar.gz"
wget "http://xmlsoft.org/sources/libxslt-1.1.27.tar.gz"
wget "http://xcb.freedesktop.org/dist/libxcb-1.8.1.tar.bz2"
wget "http://downloads.sourceforge.net/freetype/freetype-2.4.10.tar.bz2"
wget "http://downloads.sourceforge.net/expat/expat-2.1.0.tar.gz"
wget "http://fontconfig.org/release/fontconfig-2.10.1.tar.bz2"
wget "http://xorg.freedesktop.org/releases/individual/xcb/xcb-util-0.3.9.tar.bz2"
wget "http://dri.freedesktop.org/libdrm/libdrm-2.4.39.tar.bz2"
wget "ftp://ftp.freedesktop.org/pub/mesa/9.0/MesaLib-9.0.tar.bz2"
wget "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.bz2"
wget "http://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.1.1.tar.bz2"
wget "http://downloads.sourceforge.net/libpng/libpng-1.5.13.tar.xz"
wget "http://downloads.sourceforge.net/libpng-apng/libpng-1.5.13-apng.patch.gz"
wget "http://xorg.freedesktop.org/releases/individual/data/xcursor-themes-1.0.3.tar.bz2"
wget "http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-2.41.tar.gz"
wget --no-check-certificate "http://launchpad.net/intltool/trunk/0.50.2/+download/intltool-0.50.2.tar.gz"
wget "http://xorg.freedesktop.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.6.tar.bz2"
wget "http://xorg.freedesktop.org/releases/individual/proto/printproto-1.0.5.tar.bz2"
wget "http://xorg.freedesktop.org/releases/individual/lib/libXp-1.0.1.tar.bz2"
wget "ftp://sourceware.org/pub/libffi/libffi-3.0.11.tar.gz"
wget "http://www.linuxfromscratch.org/patches/blfs/svn/libffi-3.0.11-includedir-1.patch"
wget "http://ftp.gnome.org/pub/gnome/sources/glib/2.34/glib-2.34.1.tar.xz"
wget "http://cairographics.org/releases/pixman-0.26.2.tar.gz"
wget "http://ftp.gnome.org/pub/gnome/sources/atk/2.6/atk-2.6.0.tar.xz"
wget "http://cairographics.org/releases/cairo-1.12.4.tar.xz"
wget "http://www.linuxfromscratch.org/patches/blfs/svn/cairo-1.12.4-expose_snapshot-1.patch"
wget "http://www.ijg.org/files/jpegsrc.v8d.tar.gz"
wget "http://download.osgeo.org/libtiff/tiff-4.0.3.tar.gz"
wget "http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.26/gdk-pixbuf-2.26.4.tar.xz"
wget "http://download.icu-project.org/files/icu4c/49.1.2/icu4c-49_1_2-src.tgz"
wget "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.5.tar.bz2"
wget "http://ftp.gnome.org/pub/gnome/sources/pango/1.32/pango-1.32.1.tar.xz"
wget "http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz"
wget "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.13.tar.xz"
which installs fine
What do you mean exactly when you say you can't install anything? what is the specific package/error?
Last edited by Keith Hedger; 10-24-2012 at 12:46 PM.
|
|
1 members found this post helpful.
|
10-24-2012, 01:37 PM
|
#7
|
Member
Registered: Oct 2012
Posts: 55
Original Poster
Rep: 
|
I installed Python 2.7.3 and I recognize that my system can't install the packages with unprivileges user. I mean it just can execute command-line with root.
If I install all packages with root, what will be wrong with my system?
Thank you so much!
|
|
|
10-24-2012, 01:45 PM
|
#8
|
Senior Member
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,211
|
By the time you are where you are you should be logged in as root NOT as a normal user either in the booted system or in the chroot system, if you install "sudo" you can install as a normal user but you will still need to install "sudo" as root.
Make sure when you are installing as root you are in the chrooted environment OR have booted into your LFS system.
|
|
1 members found this post helpful.
|
10-24-2012, 01:48 PM
|
#9
|
Senior Member
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,211
|
|
|
1 members found this post helpful.
|
10-24-2012, 01:59 PM
|
#10
|
Member
Registered: Oct 2012
Posts: 55
Original Poster
Rep: 
|
THANK YOU VERY MUCH! You're awesome.
|
|
|
10-24-2012, 02:29 PM
|
#11
|
Senior Member
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,211
|
You're welcome.
|
|
|
10-26-2012, 01:06 AM
|
#12
|
Member
Registered: Oct 2012
Posts: 55
Original Poster
Rep: 
|
I find LiveCD with Linux-3.5.2 & Please help me!
I'm going to build LFS version 7.2
http://www.linuxfromscratch.org/lfs/view/7.2/
I could just find message below which talk about livecd:
http://cross-lfs.org/~kb0iic/livecdupd/
I don't know that should I use it or not?
Replaced 2.6.22.5 kernel with 2.6.39.4 kernel to meet host system requirements (livecd)
Linux-3.5.2 (LFS version 7.2)
Might you give me your advice? Thank you so much!
Sorry!I posted wrong place. I don't know how to remove my wrong record.
Last edited by Forget-Me-Not; 10-26-2012 at 01:14 AM.
|
|
|
All times are GMT -5. The time now is 10:19 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|