mailing-list for TeXmacs Users

Text archives Help


Re: probs to build debian package


Chronological Thread 
  • From: Ralf Treinen <address@hidden>
  • To: address@hidden
  • Subject: Re: probs to build debian package
  • Date: Tue, 24 Sep 2002 20:06:49 +0200
  • Fcc: ~/Mail/outbox

On Tue, Sep 24, 2002 at 10:46:04AM +0200, Jan Ulrich Hasecke wrote:

> are there any debian-users around, who sucessfully build a package?

Yes.

> After a sucessful compilation I get this error:
>
> dynamic TeXmacs has been successfully compiled
> make[1]: Leaving directory `/home/juh/compile/texmacs-1.0.0.17'
> touch build
> fakeroot debian/rules binary-arch
> test -f debian/rules
> test root = "`whoami`"
> test -f debian/rules
> rm -rf debian/tmp
> install -d debian/tmp
> cd debian/tmp && install -d `cat ../dirs`
> /usr/bin/make install prefix=`pwd`/debian/tmp/usr
> make[1]: Entering directory `/home/juh/compile/texmacs-1.0.0.17'
> mkdir -p /usr/libexec/TeXmacs-1.0.0.17
> mkdir: kann Verzeichnis »»/usr/libexec/TeXmacs-1.0.0.17«« nicht
> anlegen: Keine
+Berechtigung
> make[1]: *** [INSTALL] Fehler 1
> make[1]: Leaving directory `/home/juh/compile/texmacs-1.0.0.17'
> make: *** [binary-arch] Fehler 2
>
> dpkg-buildpackage cannot make the directory
> /usr/libexec/TeXmacs-1.0.0.17
>
> I call dpkg-buildpackage like this
>
> dpkg-buildpackage -B -rfakeroot
>
> Any hints?

Please compile the debian source package to build a debian package.
That is what it has been made for.

One way to rebuild the debian package is

apt-get source texmacs
cd texmacs-1.0.0.17
dpkg-buildpackage -rfakeroot -uc -us

(you need the -uc -us options since you cannot sign the package
with my key).

Of course you don't get any root privileges with fakeroot. Please
see the fakeroot manpage for more infos.

-Ralf.
--



Archive powered by MHonArc 2.6.19.

Top of page