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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-02-2012, 10:53 PM
|
#1
|
|
LQ Newbie
Registered: Jan 2012
Posts: 7
Rep: 
|
Unable to compile IcedTea6 using instructions from blfs svn
I am trying to build icedtea6 from the instructions at http://www.linuxfromscratch.org/blfs.../icedtea6.html
I get the following errors:
Code:
/icedtea6-1.9.7/openjdk.build-ecj/tmp/sun/sun.awt/splashscreen/obj/splashscreen_sys.o ../../../src/solaris/native/sun/awt/splashscreen/splashscreen_sys.c
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c: In function 'my_png_read_stream':
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c:39:51: error: dereferencing pointer to incomplete type
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c: In function 'SplashDecodePng':
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c:74:9: error: dereferencing pointer to incomplete type
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c:78:12: error: dereferencing pointer to incomplete type
../../../src/share/native/sun/awt/splashscreen/splashscreen_png.c:79:12: error: dereferencing pointer to incomplete type
make[6]: *** [/sources/icedtea6-1.9.7/openjdk.build-ecj/tmp/sun/sun.awt/splashscreen/obj/splashscreen_png.o] Error 1
make[6]: *** Waiting for unfinished jobs....
make[6]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj/jdk/make/sun/splashscreen'
make[5]: *** [library_parallel_compile] Error 2
make[5]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj/jdk/make/sun/splashscreen'
make[4]: *** [all] Error 1
make[4]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj/jdk/make/sun'
make[3]: *** [all] Error 1
make[3]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj/jdk/make'
make[2]: *** [jdk-build] Error 2
make[2]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/sources/icedtea6-1.9.7/openjdk-ecj'
make: *** [stamps/icedtea-ecj.stamp] Error 2
|
|
|
|
01-03-2012, 04:10 AM
|
#2
|
|
LQ Veteran
Registered: Sep 2003
Location: the Netherlands
Distribution: lfs, debian, rhel
Posts: 8,703
|
Hi,
Code:
make[6]: *** Waiting for unfinished jobs....
The above error message I've only seen when building with the parallel make option set ( make -j X).
If that is the case, try unsetting the make option and try again.
Hope this helps.
|
|
|
|
01-03-2012, 10:51 AM
|
#3
|
|
LQ Newbie
Registered: Jan 2012
Posts: 7
Original Poster
Rep: 
|
Quote:
Originally Posted by druuna
Hi,
Code:
make[6]: *** Waiting for unfinished jobs....
The above error message I've only seen when building with the parallel make option set ( make -j X).
If that is the case, try unsetting the make option and try again.
Hope this helps.
|
I did not set any make option, I just used "make". If that is set automatic, how do I disable it?
|
|
|
|
01-03-2012, 12:06 PM
|
#4
|
|
LQ Veteran
Registered: Sep 2003
Location: the Netherlands
Distribution: lfs, debian, rhel
Posts: 8,703
|
Hi,
Quote:
Originally Posted by krystal
I did not set any make option, I just used "make". If that is set automatic, how do I disable it?
|
You cannot disable it if you did not set it yourself.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:52 AM.
|
|
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
|
|