Jump to content

Chameleon 2.4svn Official PKG Installer


ErmaC
4,261 posts in this topic

Recommended Posts

Would someone please tell how could I fix the error: "Ramdisk contains no partitions.ERROR: GUI: could not open "Default/background.png". 

Although background.png is on Extra/themes/Default folder.Tried to install v2588 & v2549 same error.

 

Then updated with chameleon wizard v2538 & goes fine.

 

Anyway I would like to use updated one.

 

How to fix this error?

Link to comment
Share on other sites

@ErmaC

2606	ifabio: DEBUG option for last booted partition

:thumbsup_anim:

 

Since we are done fixing errors, you might want to check a small glitch issue ( Only if its worth your time :) )

attachicon.gifglitch.jpg

 

 

You experience the same  "glitch" before?

 


Could you pls test latest rev from the SVN (2616) on your "multi-system"?

 

Also some 2 more rev test:

- i386_2617_TEST.zip

- i386_2617_Test1.zip

 

Thx in advance.

 

ErmaC

Link to comment
Share on other sites

@ErmaC

2606	ifabio: DEBUG option for last booted partition

:thumbsup_anim:

 

Since we are done fixing errors, you might want to check a small glitch issue ( Only if its worth your time :) )

attachicon.gifglitch.jpg

Pre-built r2625 still has these white blocks. Not every entry has it though. Only some of them.

I can confirm other issues are gone.  :)

  • Like 1
Link to comment
Share on other sites

@Ermac

What changed in the latest?? I have instant reboot when boot menu just about to load  :(

Snow Leopard =  :thumbsup_anim:

Higher OS Build =   :thumbsdown_anim:  Instant reboot

 

 

@Zenith432

You can update the assembler by downloading latest cctools, build 'as' and install over existing assembler.

cc -std=c99 -Os -DLTO_SUPPORT -g -I../../include -Wall -D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ -D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_    -c \
		-I/Developer/usr/local/include \
		-I/usr/local/include \
		-o ./lto.o ../lto.c
../lto.c:8:10: fatal error: 'llvm-c/lto.h' file not found
#include <llvm-c/lto.h>
         ^
1 error generated.
make[2]: *** [lto.o] Error 1
make[1]: *** [dynamic] Error 2
make: *** [all] Error 1
Link to comment
Share on other sites

@Ermac

What changed in the latest?? I have instant reboot when boot menu just about to load :(

Snow Leopard = :thumbsup_anim:

Higher OS Build = :thumbsdown_anim: Instant reboot

 

 

@Zenith432

cc -std=c99 -Os -DLTO_SUPPORT -g -I../../include -Wall -D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ -D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_    -c \
		-I/Developer/usr/local/include \
		-I/usr/local/include \
		-o ./lto.o ../lto.c
../lto.c:8:10: fatal error: 'llvm-c/lto.h' file not found
#include <llvm-c/lto.h>
         ^
1 error generated.
make[2]: *** [lto.o] Error 1
make[1]: *** [dynamic] Error 2
make: *** [all] Error 1
Looks like you have no FakeSMC.kext
Link to comment
Share on other sites

Apply this patch to the Makefile to just build as

diff -ur cctools-862/Makefile cctools-862-build/Makefile
--- cctools-862/Makefile	2014-11-02 06:19:11.000000000 +0000
+++ cctools-862-build/Makefile	2015-03-16 12:29:46.000000000 +0000
@@ -6,7 +6,8 @@
 
 INSTALLSRC_SUBDIRS = $(COMMON_SUBDIRS) $(SUBDIRS_32) ar include efitools \
 		     libmacho
-COMMON_SUBDIRS = libstuff as gprof misc man cbtlibs otool
+#COMMON_SUBDIRS = libstuff as gprof misc man cbtlibs otool
+COMMON_SUBDIRS = libstuff as
 APPLE_SUBDIRS = ar
 SUBDIRS_32 = ld
 EFITOOLS = efitools

and then run "make LTO=" to build without link time optimization support.
After you're done, run 'find . -name as', the assembler is

./as/a386_dir/as
./as/ax86_64_dir/as
 
[PS run 'make clean' 1st to clean up any previous object files with LTO]

PPS
If you want to compile in the LTO stuff, it is found in the LLVM package, here.  Download the file called "LLVM source code".  Unpack it.  The lto.h it's looking for is under include/llvm/lto.h.  So you need to set that up somewhere (like under /usr/local/include), and then maybe also some library code from LLVM under /usr/local/lib.
 

@Zenith432

cc -std=c99 -Os -DLTO_SUPPORT -g -I../../include -Wall -D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ -D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_    -c \
		-I/Developer/usr/local/include \
		-I/usr/local/include \
		-o ./lto.o ../lto.c
../lto.c:8:10: fatal error: 'llvm-c/lto.h' file not found
#include <llvm-c/lto.h>
         ^
1 error generated.
make[2]: *** [lto.o] Error 1
make[1]: *** [dynamic] Error 2
make: *** [all] Error 1
Edited by Zenith432
Link to comment
Share on other sites

2640 or 2639?

 

2637 attachicon.gifboot_2637.zip

2638

2639

2640

 

ErmaC

 

After downloading again trunk 2640, it works!!  It could have been a bad download from the trunk earlier. Im sorry Ermac.

 

I tried your attachment boot_2637-Test

SL = :thumbsup_anim:

Higher OS = :thumbsdown_anim:  Unable to find driver for this platform acpi

Link to comment
Share on other sites

I tried your attachment boot_2637-Test

SL = :thumbsup_anim:

Higher OS = :thumbsdown_anim:  Unable to find driver for this platform acpi

 

So... the problem coming before the 2637...

I post some precompiled version...

probably ( I make some mistake...)

 

PS... here we go

 

2633 -> boot_2633.zip

2634 -> boot_2634.zip

2635 -> boot_2635.zip

2636 -> boot_2636.zip

 

ErmaC

Link to comment
Share on other sites

@ErmaC

So... the problem coming before the 2637...
I post some precompiled version...
probably ( I make some mistake...)

PS... here we go

2633 -> attachicon.gifboot_2633.zip
2634 -> attachicon.gifboot_2634.zip
2635 -> attachicon.gifboot_2635.zip
2636 -> attachicon.gifboot_2636.zip

ErmaC

All are OK :thumbsup_anim:
 

@Ermac
What changed in the latest?? I have instant restart when /boot just about to load :(

There was nothing wrong in the first place ErmaC. I just had a bad download/compilation earlier that caused the issue.

I re-download the latest (2640) and no issue at all (or maybe you updated the source silently?). Sorry for that.

what version of xcode are you using?

Edited by luxinhaus
Link to comment
Share on other sites

@ErmaC

All are OK :thumbsup_anim:

 

There was nothing wrong in the first place ErmaC. I just had a bad download/compilation earlier that caused the issue.

I re-download the latest (2640) and no issue at all (or maybe you updated the source silently?). Sorry for that.

 

what version of xcode are you using?

 

I can't update the source SVN silently! ;-)

 

My setup is Xcode Version 6.2 (6C131e) on Mavericks 10.9.5 (13F1066)

My version of NASM is  2.11.06.

 

ErmaC

Link to comment
Share on other sites

fdisk440 compiled in xcode 6 has issue on SL. "Trace/BPT trap"

 

Have you any tools installed with homebrew?

What exactly is the output error? a screenshot or a snippet... plss.?

Link to comment
Share on other sites

Can be a problem with old Terminal bash, or some linked/missing library.. or that are no longer in the same path??

 

PS

Using the new installer fdisk440 is running from the target Volume (that is just installed, although I see no problems doing this...since the path to fdisk440 is entirely given..so no "fancy" bash profile can be a problem)

Link to comment
Share on other sites

Sorry for the late reply

bash-3.2# fdisk440 -e /dev/rdisk0
Enter 'help' for information
fdisk: 1> flag 2
dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk
  Referenced from: /usr/local/bin/fdisk440
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ___strlcpy_chk
  Referenced from: /usr/local/bin/fdisk440
  Expected in: /usr/lib/libSystem.B.dylib

Trace/BPT trap
Link to comment
Share on other sites

×
×
  • Create New...