davilla / atv-bootloader

Automatically exported from code.google.com/p/atv-bootloader
GNU General Public License v2.0
19 stars 10 forks source link

parted-1.8.8 is not building static #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
install_parted.sh script has an error

./configure --enable-static

should be 

./configure --enable-static=yes

Original issue reported on code.google.com by sdavi...@gmail.com on 1 Mar 2008 at 5:16

GoogleCodeExporter commented 9 years ago
I corrected that in my script but I'm still getting an error when trying to 
build.

Building parted
dane-bendixens-imac:parted-1.8.8 dane$ ./configure --enable-static=yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin9.5.0
checking host system type... i386-apple-darwin9.5.0
configure: error: Unknown or unsupported OS "darwin9.5.0".  Only "linux", "gnu" 
and "beos" are supported in 
this version of GNU Parted.
dane-bendixens-imac:parted-1.8.8 dane$ make
There seems to be no Makefile in this directory.
You must run ./configure before running `make'.
make: *** [all] Error 1
dane-bendixens-imac:parted-1.8.8 dane$ sudo make install
make: Nothing to be done for `install'.
dane-bendixens-imac:parted-1.8.8 dane$ sudo ldconfig
sudo: ldconfig: command not found
dane-bendixens-imac:parted-1.8.8 dane$ # Done
dane-bendixens-imac:parted-1.8.8 dane$ echo "Done"
Done

Original comment by danebend...@gmail.com on 11 Nov 2008 at 12:37

GoogleCodeExporter commented 9 years ago
use gpt for OSX

Unknown or unsupported OS "darwin9.5.0".  Only "linux", "gnu" and "beos" are 
supported in 
this version of GNU Parted.

Original comment by sdavi...@gmail.com on 11 Nov 2008 at 1:13