Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patched parted build errors #22

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments
Open

Patched parted build errors #22

GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 25 Apr 2009 at 2:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant