Ticket #744 (closed defect: duplicate)
build error when building sugar-jhbuild on ubuntu 9.04
| Reported by: | dfarning | Owned by: | sascha_silbe |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| Component: | sugar-jhbuild | Version: | Unspecified |
| Severity: | Major | Keywords: | |
| Cc: | Distribution/OS: | Ubuntu | |
| Bug Status: | Unconfirmed |
Description
I tried a fresh jhbuild on a Ubuntu 9.04 laptop. I received that following error.
*** Building sugar-base *** [6/39]
make
Making all in src
make[1]: Entering directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src'
Making all in sugar
make[2]: Entering directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar'
Making all in dispatch
make[3]: Entering directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar/dispatch'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar/dispatch'
make[3]: Entering directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar'
make[2]: Leaving directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar'
make[2]: Entering directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src'
make[1]: Leaving directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src'
Making all in po
make[1]: Entering directory `/home/dfarning/sugar-jhbuild/source/sugar-base/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/dfarning/sugar-jhbuild/source/sugar-base/po'
make[1]: Entering directory `/home/dfarning/sugar-jhbuild/source/sugar-base'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/dfarning/sugar-jhbuild/source/sugar-base'
*** Installing sugar-base *** [6/39]
make install
Making install in src
make[1]: Entering directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src'
Making install in sugar
make[2]: Entering directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar'
Making install in dispatch
make[3]: Entering directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar/dispatch'
make[4]: Entering directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar/dispatch'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/python2.6/dist-packages/sugar/dispatch"
/bin/mkdir: cannot create directory `/usr/local/lib/python2.6/dist-packages/sugar': Permission denied
make[4]: *** [install-sugarPYTHON] Error 1
make[4]: Leaving directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar/dispatch'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar/dispatch'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src/sugar'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/dfarning/sugar-jhbuild/source/sugar-base/src'
make: *** [install-recursive] Error 1
