[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dpkg build problems on solaris



Wichert- I couldn't bring myself to file a bug for each one of these... I 
think it might be better to try and fix these as a bulk, and then later down 
the line submit bugs for smaller items.  You also have the patches that I 
mailed you as well for the dpkg build problems...

Nils.


-- could not make distclean
configure: error: source directory already configured; run make distclean 
there first
make: *** [/u/lohner/misc/debian/dpkg-downloaded/dpkg-1.6.3.mod/build/config.
status] Error 1
~/misc/debian/dpkg-downloaded/dpkg-1.6.3.mod > make distclean
make: *** No rule to make target `distclean'.  Stop.
~/misc/debian/dpkg-downloaded/dpkg-1.6.3.mod > make -f debian/rules distclean
make: *** No rule to make target `distclean'.  Stop.


-- debian/rules calls out SHELL = bash - this should be 'sh'


-- the perl paths all point to #!/usr/bin/perl  This should be auto-detected 
and substituted in the perl scripts


-- GNU cpio is needed by dpkg-source


-- gnu tar is needed:
dpkg-source: failure: tar -xkf - gave error exit status 1


-- when installing, the po/ dir does not observe the DESTDIR prefix!
~/misc/debian/dpkg-downloaded/dpkg-1.6.3.mod > make  
DESTDIR=/u/lohner/misc/debian/bin install
....
make[1]: Entering directory `/u/lohner/misc/debian/dpkg-downloaded/dpkg-1.6.3
.mod/po'
if test -r ".././mkinstalldirs"; then \
  .././mkinstalldirs /usr/lib; \
else \
  /bin/sh ../mkinstalldirs /usr/lib; \
fi
mkdir /usr/lib/locale/cs
mkdir: cannot make directory `/usr/lib/locale/cs': Permission denied
mkdir /usr/lib/locale/cs/LC_MESSAGES
mkdir: cannot make directory `/usr/lib/locale/cs/LC_MESSAGES': No such file 
or directory
/sup/bin/install: cannot create regular file `/usr/lib/locale/cs/LC_MESSAGES/
dpkg.mo': No such file or directory
installing cs.mo as /usr/lib/locale/cs/LC_MESSAGES/dpkg.mo
mkdir /usr/lib/locale/en
mkdir: cannot make directory `/usr/lib/locale/en': Permission denied
mkdir /usr/lib/locale/en/LC_MESSAGES
mkdir: cannot make directory `/usr/lib/locale/en/LC_MESSAGES': No such file 
or directory
/sup/bin/install: cannot create regular file `/usr/lib/locale/en/LC_MESSAGES/
dpkg.mo': No such file or directory
installing en.mo as /usr/lib/locale/en/LC_MESSAGES/dpkg.mo
/sup/bin/install: cannot create regular file `/usr/lib/locale/es/LC_MESSAGES/
dpkg.mo': Permission denied
installing es.mo as /usr/lib/locale/es/LC_MESSAGES/dpkg.mo
/sup/bin/install: cannot create regular file `/usr/lib/locale/fr/LC_MESSAGES/
dpkg.mo': Permission denied
installing fr.mo as /usr/lib/locale/fr/LC_MESSAGES/dpkg.mo
/sup/bin/install: cannot create regular file `/usr/lib/locale/ja/LC_MESSAGES/
dpkg.mo': Permission denied
installing ja.mo as /usr/lib/locale/ja/LC_MESSAGES/dpkg.mo
/sup/bin/install: cannot create regular file `/usr/lib/locale/pl/LC_MESSAGES/
dpkg.mo': Permission denied
installing pl.mo as /usr/lib/locale/pl/LC_MESSAGES/dpkg.mo
/sup/bin/install: cannot create regular file `/usr/lib/locale/ru/LC_MESSAGES/
dpkg.mo': Permission denied
installing ru.mo as /usr/lib/locale/ru/LC_MESSAGES/dpkg.mo



Reply to: