davilla / atv-bootloader

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

Patched parted build errors #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I' am trying to build the patch parted on my ubuntu and it keeps error.

This is the end of the window

make[1]: Leaving directory `/home/bigfella/parted/parted-1.8.8/po'
Making install in lib
make[1]: Entering directory `/home/bigfella/parted/parted-1.8.8/lib'
make  install-am
make[2]: Entering directory `/home/bigfella/parted/parted-1.8.8/lib'
make[3]: Entering directory `/home/bigfella/parted/parted-1.8.8/lib'
test yes != no || /bin/bash
/home/bigfella/parted/parted-1.8.8/build-aux/install-sh -d /usr/local/lib
if test -f /usr/local/lib/charset.alias; then \
      sed -f ref-add.sed /usr/local/lib/charset.alias >
/usr/local/lib/charset.tmp ; \
      /usr/bin/install -c -m 644 /usr/local/lib/charset.tmp
/usr/local/lib/charset.alias ; \
      rm -f /usr/local/lib/charset.tmp ; \
    else \
      if test yes = no; then \
        sed -f ref-add.sed charset.alias > /usr/local/lib/charset.tmp ; \
        /usr/bin/install -c -m 644 /usr/local/lib/charset.tmp
/usr/local/lib/charset.alias ; \
        rm -f /usr/local/lib/charset.tmp ; \
      fi ; \
    fi
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/bigfella/parted/parted-1.8.8/lib'
make[2]: Leaving directory `/home/bigfella/parted/parted-1.8.8/lib'
make[1]: Leaving directory `/home/bigfella/parted/parted-1.8.8/lib'
Making install in libparted
make[1]: Entering directory `/home/bigfella/parted/parted-1.8.8/libparted'
Makefile:575: warning: overriding commands for target `linux.lo'
Makefile:568: warning: ignoring old commands for target `linux.lo'
Making install in labels
make[2]: Entering directory
`/home/bigfella/parted/parted-1.8.8/libparted/labels'
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99  -I.
-I../../lib -I../../include     -g -O2 -Werror -MT rdb.lo -MD -MP -MF
.deps/rdb.Tpo -c -o rdb.lo rdb.c
 gcc -std=gnu99 -I. -I../../lib -I../../include -g -O2 -Werror -MT rdb.lo
-MD -MP -MF .deps/rdb.Tpo -c rdb.c  -fPIC -DPIC -o .libs/rdb.o
cc1: warnings being treated as errors
../../include/parted/natmath.h:93: error: inline function
'ped_div_round_to_nearest' declared but never defined
../../include/parted/natmath.h:90: error: inline function
'ped_div_round_up' declared but never defined
make[2]: *** [rdb.lo] Error 1
make[2]: Leaving directory
`/home/bigfella/parted/parted-1.8.8/libparted/labels'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/bigfella/parted/parted-1.8.8/libparted'
make: *** [install-recursive] Error 1

Original issue reported on code.google.com by mattyom...@gmail.com on 25 Apr 2009 at 2:54

GoogleCodeExporter commented 9 years ago
which ubuntu?

Original comment by sdavi...@gmail.com on 25 Apr 2009 at 3:21

GoogleCodeExporter commented 9 years ago
ubuntu 8.10

I have tried going back to ubuntu 8.4. but I can't even get past installing the
essential tools. I get this

bigfella@bigfella-laptop:~$ sudo apt-get install build-essential zlib1g-dev
[sudo] password for bigfella: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package build-essential is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package build-essential has no installation candidate

not sure of my next move!

Original comment by mattyom...@gmail.com on 26 Apr 2009 at 2:19