Re: Re: dh-cmake writing to /usr instead of fakeroot?

2024-02-19 Thread Elliana May
This did the trick, thank you! Turns out using ExternalProject_Add in a CMakeLists.txt to build the binaries defaulted to running the installation as part of the build stage, which is obviously not what I wanted Many thanks, Elliana

Re: dh-cmake writing to /usr instead of fakeroot?

2024-02-19 Thread Niels Thykier
Elliana May: Sorry, I have a few tabs open, this is the correct one: https://launchpadlibrarian.net/715071071/buildlog_ubuntu-jammy-amd64.duckdb_0.10.0-10_BUILDING.txt.gz I've tried now overriding the override_dh_auto_configure rule in the debian/rules file, but even that seems to not be making

Re: Re: dh-cmake writing to /usr instead of fakeroot?

2024-02-19 Thread Elliana May
Sorry, I have a few tabs open, this is the correct one: https://launchpadlibrarian.net/715071071/buildlog_ubuntu-jammy-amd64.duckdb_0.10.0-10_BUILDING.txt.gz I've tried now overriding the override_dh_auto_configure rule in the debian/rules file, but even that seems to not be making a difference:

Re: dh-cmake writing to /usr instead of fakeroot?

2024-02-18 Thread Sune Vuorela
On 2024-02-19, Elliana May wrote: > You can see a failure here: > https://launchpadlibrarian.net/714820377/buildlog_ubuntu-jammy-arm64.duckdb_0.10.0_BUILDING.txt.gz That build log is pointing to a missing debhelper build-dependency. /Sune

dh-cmake writing to /usr instead of fakeroot?

2024-02-18 Thread Elliana May
settings I pass, and Launchpad seems to leave CMAKE_INSTALL_PREFIX set to /usr (as does fakeroot?). You can see a failure here: https://launchpadlibrarian.net/714820377/buildlog_ubuntu-jammy-arm64.duckdb_0.10.0_BUILDING.txt.gz I haven't done any packaging like this before, so any help is v

Bug#960557: RFS: fakeroot-ng/0.18-4.1 [NMU, RC] -- Gives a fake root environment

2020-05-13 Thread Peter Pentchev
package src:wnpp tag 960557 + pending thanks On Wed, May 13, 2020 at 10:05:15PM +0100, Sudip Mukherjee wrote: > Package: sponsorship-requests > Severity: important > > Dear mentors, > > I am looking for a sponsor for my package "fakeroot-ng" > > * Package

Bug#960557: RFS: fakeroot-ng/0.18-4.1 [NMU, RC] -- Gives a fake root environment

2020-05-13 Thread Sudip Mukherjee
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor for my package "fakeroot-ng" * Package name: fakeroot-ng Version : 0.18-4.1 Upstream Author : Shachar Shemesh * URL : http://fakeroot-ng.lingnu.com

Re: Elastix: dh_testroot: You must run this as root (or use fakeroot).

2019-01-14 Thread Niels Thykier
t > /build/elastix-4.9.0/obj-x86_64-linux-gnu/CMakeFiles 0 > make[1]: Leaving directory '/build/elastix-4.9.0/obj-x86_64-linux-gnu' >create-stamp debian/debhelper-build-stamp > fakeroot debian/rules binary > dh binary-arch --no-parallel > ERROR: ld.so: object &#x

Elastix: dh_testroot: You must run this as root (or use fakeroot).

2019-01-14 Thread Andreas Tille
ake[1]: Leaving directory '/build/elastix-4.9.0/obj-x86_64-linux-gnu' create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary dh binary-arch --no-parallel ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object f

Re: dpkg-buildpackage and fakeroot

2007-07-27 Thread Ondrej Certik
> Do you know why it does that? I'm curious about exactly what > fails. mailagent, for example, has checks to see if some files are > (correctly) unreadable, which would fail if the check was run as > root. I actually check to see if the check is being run as root, and, > if so, su to

Re: dpkg-buildpackage and fakeroot

2007-07-18 Thread Manoj Srivastava
On Tue, 17 Jul 2007 19:06:44 +0200, Ondrej Certik <[EMAIL PROTECTED]> said: >> > I also vaguely recall some actions which work as an >> > ordinary >> > user but fail under fakeroot; due to a difference in behaviour. I >> > no longer

Re: dpkg-buildpackage and fakeroot

2007-07-17 Thread Ondrej Certik
> I also vaguely recall some actions which work as an ordinary > user but fail under fakeroot; due to a difference in behaviour. I no > longer can recall the details, though, so I could be mistaken. The bzr test suite, for one. Or libslepc2.3.2 configure refuses to conf

Re: dpkg-buildpackage and fakeroot

2007-07-14 Thread Matthew Palmer
On Sat, Jul 14, 2007 at 12:50:32AM -0500, Manoj Srivastava wrote: > On Tue, 10 Jul 2007 11:46:13 -0700, Steve Langasek <[EMAIL PROTECTED]> said: > > > 'fakeroot dpkg-buildpackage' runs the build target under fakeroot, > > which is undesirable primarily

Re: dpkg-buildpackage and fakeroot

2007-07-13 Thread Manoj Srivastava
On Tue, 10 Jul 2007 11:46:13 -0700, Steve Langasek <[EMAIL PROTECTED]> said: > 'fakeroot dpkg-buildpackage' runs the build target under fakeroot, > which is undesirable primarily because Debian 'build' targets are > required to not depend on root privileges, an

Re: dpkg-buildpackage and fakeroot

2007-07-11 Thread Kamaraju S Kusumanchi
Steve Langasek wrote: > On Tue, Jul 10, 2007 at 02:19:35PM -0400, Kamaraju S Kusumanchi wrote: >> Hi all > >> Can someone please tell me the difference between > >> dpkg-buildpackage -rfakeroot >> fakeroot dpkg-buildpackage >> fakeroot dpkg-buildpack

Re: dpkg-buildpackage and fakeroot

2007-07-10 Thread Steve Langasek
On Tue, Jul 10, 2007 at 02:19:35PM -0400, Kamaraju S Kusumanchi wrote: > Hi all > Can someone please tell me the difference between > dpkg-buildpackage -rfakeroot > fakeroot dpkg-buildpackage > fakeroot dpkg-buildpackage -rfakeroot > Which one should I use for building

Re: dpkg-buildpackage and fakeroot

2007-07-10 Thread Thomas Jollans
On Tue, 2007-07-10 at 14:19 -0400, Kamaraju S Kusumanchi wrote: > Hi all > > Can someone please tell me the difference between > > dpkg-buildpackage -rfakeroot dpkg-buildpackage uses fakeroot when being a normal user doesn't suffice. > fakeroot dpkg-buildpackage dpkg-

Re: dpkg-buildpackage and fakeroot

2007-07-10 Thread Nico Golde
Hi, * Kamaraju S Kusumanchi <[EMAIL PROTECTED]> [2007-07-10 20:22]: > Can someone please tell me the difference between > > dpkg-buildpackage -rfakeroot > fakeroot dpkg-buildpackage In this case the two are equivalent I think (apart from the process perspective). But

dpkg-buildpackage and fakeroot

2007-07-10 Thread Kamaraju S Kusumanchi
Hi all Can someone please tell me the difference between dpkg-buildpackage -rfakeroot fakeroot dpkg-buildpackage fakeroot dpkg-buildpackage -rfakeroot Which one should I use for building packages in Debian? thanks raju -- Kamaraju S Kusumanchi http://www.people.cornell.edu/pages/kk288

Re: Problem with fakeroot when building a new debian package

2003-06-07 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 6. Juni 2003 13:57 schrieb Eduard Bloch: > Moin Michael! > > Michael Koch schrieb am Thursday, den 05. June 2003: > > I have a problem to run "fakeroot debian/rules clean" in one > > package source tree whil

Re: Problem with fakeroot when building a new debian package

2003-06-07 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 6. Juni 2003 13:57 schrieb Eduard Bloch: > Moin Michael! > > Michael Koch schrieb am Thursday, den 05. June 2003: > > I have a problem to run "fakeroot debian/rules clean" in one > > package source tree whil

Re: Problem with fakeroot when building a new debian package

2003-06-06 Thread Eduard Bloch
Moin Michael! Michael Koch schrieb am Thursday, den 05. June 2003: > I have a problem to run "fakeroot debian/rules clean" in one package > source tree while not in another. Any idea what could be the reason > for this behaviour ? Something overwritting LD_LIBRARY_PATH? I

Re: Problem with fakeroot when building a new debian package

2003-06-06 Thread Eduard Bloch
Moin Michael! Michael Koch schrieb am Thursday, den 05. June 2003: > I have a problem to run "fakeroot debian/rules clean" in one package > source tree while not in another. Any idea what could be the reason > for this behaviour ? Something overwritting LD_LIBRARY_PATH? I

Problem with fakeroot when building a new debian package

2003-06-06 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, I have a problem to run "fakeroot debian/rules clean" in one package source tree while not in another. Any idea what could be the reason for this behaviour ? [EMAIL PROTECTED]:~/sources/skstream/skstream-0.2.5$ fakeroot de

Problem with fakeroot when building a new debian package

2003-06-05 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, I have a problem to run "fakeroot debian/rules clean" in one package source tree while not in another. Any idea what could be the reason for this behaviour ? [EMAIL PROTECTED]:~/sources/skstream/skstream-0.2.5$ fakeroot de

Re: dh_testroot wants root even with fakeroot

2002-02-27 Thread Ossama Othman
Hi Sven, On Wed, Feb 27, 2002 at 08:05:29AM +0100, Sven wrote: > > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > > I've attached the `debian/rules' file in question. Any ideas? > > Add the -rfakeroot option to dpkg-buildpackag

Re: dh_testroot wants root even with fakeroot

2002-02-27 Thread Sven
AN/ace/ace-5.2.1/apps/gperf/src' > touch build-stamp > fakeroot debian/rules binary > dh_testdir > dh_testroot > dh_testroot: You must run this as root (or use fakeroot). > make: *** [install-stamp] Error 1 > debuild: fatal error at line 322: > dpkg-buildpackage faile

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi Sven, On Wed, Feb 27, 2002 at 08:05:29AM +0100, Sven wrote: > > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > > I've attached the `debian/rules' file in question. Any ideas? > > Add the -rfakeroot option to dpkg-buildpackag

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Sven
AN/ace/ace-5.2.1/apps/gperf/src' > touch build-stamp > fakeroot debian/rules binary > dh_testdir > dh_testroot > dh_testroot: You must run this as root (or use fakeroot). > make: *** [install-stamp] Error 1 > debuild: fatal error at line 322: > dpkg-buildpackage faile

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi Matt, On Tue, Feb 26, 2002 at 08:10:28PM +, Matt Kern wrote: > fakeroot sets LD_LIBRARY_PATH and LD_PRELOAD: > > LD_LIBRARY_PATH: /usr/lib/libfakeroot:/usr/lib/64/libfakeroot > LD_PRELOAD: libfakeroot.so.0 > > If you change either of these variables in your debian/rul

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi Sean, On Tue, Feb 26, 2002 at 12:02:25PM -0800, Sean 'Shaleh' Perry wrote: > > > > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > > I've attached the `debian/rules' file in question. Any ideas? > > > &

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi Matt, On Tue, Feb 26, 2002 at 08:10:28PM +, Matt Kern wrote: > fakeroot sets LD_LIBRARY_PATH and LD_PRELOAD: > > LD_LIBRARY_PATH: /usr/lib/libfakeroot:/usr/lib/64/libfakeroot > LD_PRELOAD: libfakeroot.so.0 > > If you change either of these variables in your debian/rul

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi Sean, On Tue, Feb 26, 2002 at 12:02:25PM -0800, Sean 'Shaleh' Perry wrote: > > > > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > > I've attached the `debian/rules' file in question. Any ideas? > > > &

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Matt Kern
> I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > I've attached the `debian/rules' file in question. Any ideas? fakeroot sets LD_LIBRARY_PATH and LD_PRELOAD: LD_LIBRARY_PATH: /usr/lib/libfakeroot:/usr/lib/64/libfakeroot LD_PRELOAD: libfakeroot.

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ben Armstrong
On Tue, Feb 26, 2002 at 11:33:24AM -0800, Ossama Othman wrote: > dh_testroot: You must run this as root (or use fakeroot). > make: *** [install-stamp] Error 1 > debuild: fatal error at line 322: > dpkg-buildpackage failed! > > I do have fakeroot installed. "fakeroot dh_

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Sean 'Shaleh' Perry
> > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > I've attached the `debian/rules' file in question. Any ideas? > dpkg-buildpackage -rfakeroot .. you have to run fakeroot yourself, this is not automagic. Check out dpkg-buildpackag

dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi, I'm running into the following problem on unstable with a new set of the ACE packages that I'm putting together: make[1]: Leaving directory `/export/project/valinortmp/ossama/DEBIAN/ace/ace-5.2.1/apps/gperf/src' touch build-stamp fakeroot debian/rules binary dh_test

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Matt Kern
> I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > I've attached the `debian/rules' file in question. Any ideas? fakeroot sets LD_LIBRARY_PATH and LD_PRELOAD: LD_LIBRARY_PATH: /usr/lib/libfakeroot:/usr/lib/64/libfakeroot LD_PRELOAD: libfakeroot.

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Ben Armstrong
On Tue, Feb 26, 2002 at 11:33:24AM -0800, Ossama Othman wrote: > dh_testroot: You must run this as root (or use fakeroot). > make: *** [install-stamp] Error 1 > debuild: fatal error at line 322: > dpkg-buildpackage failed! > > I do have fakeroot installed. "fakeroot dh_

Re: dh_testroot wants root even with fakeroot

2002-02-26 Thread Sean 'Shaleh' Perry
> > I do have fakeroot installed. "fakeroot dh_testroot" succeeds, too. > I've attached the `debian/rules' file in question. Any ideas? > dpkg-buildpackage -rfakeroot .. you have to run fakeroot yourself, this is not automagic. Check out dpkg-buildpackag

dh_testroot wants root even with fakeroot

2002-02-26 Thread Ossama Othman
Hi, I'm running into the following problem on unstable with a new set of the ACE packages that I'm putting together: make[1]: Leaving directory `/export/project/valinortmp/ossama/DEBIAN/ace/ace-5.2.1/apps/gperf/src' touch build-stamp fakeroot debian/rules binary dh_test

Re: libtricks instead of fakeroot

1999-01-11 Thread Martin Bialasinski
Hi, Joost wrote he will put a Provides: fakeroot in the next libtricks (he is working on some rewrite right now), so until then, I will use Depends: libtricks | fakeroot Thanks for your suggestions. Ciao, Martin

Re: libtricks instead of fakeroot

1999-01-11 Thread Edward Betts
On Mon, 11 Jan, 1999, Martin Bialasinski wrote: > > Hi, > > I got a request to change a Depends: fakeroot to Depends: libtricks. > > I just need the functionality of fakeroot, not the extended things in > libtricks. > Libtricks is only small Package: libtr

libtricks instead of fakeroot

1999-01-11 Thread Martin Bialasinski
Hi, I got a request to change a Depends: fakeroot to Depends: libtricks. I just need the functionality of fakeroot, not the extended things in libtricks. Forcing the user to install libtricks seems too harsch, so: is it OK to use Depends: libtricks | fakeroot ? The problem is, that fakeroot

Re: PGP and fakeroot

1998-03-09 Thread Santiago Vila
(everthing was owned by cowboy.cowboy) I usually need root to rm debian/tmp only when I have built the package previously *without* using fakeroot. Just "sudo debian/rules clean" once, and you should be able to use fakeroot again. -BEGIN PGP SIGNATURE- Version: 2.6.3ia Charset: lati

Re: PGP and fakeroot

1998-03-09 Thread Adam Klein
On Sun, Mar 08, 1998 at 05:31:05PM -0500, Richard A Nelson wrote: > > To build sendmail, I used: "dpkg-buildpackage -rfakeroot" from my > normal id (cowboy). > > Everything seemed to go fine except for a few items: > 1) Needing root to rm debian/tmp (everthing was owned by cowboy.cowboy) >

PGP and fakeroot

1998-03-08 Thread Richard A Nelson
To build sendmail, I used: "dpkg-buildpackage -rfakeroot" from my normal id (cowboy). Everything seemed to go fine except for a few items: 1) Needing root to rm debian/tmp (everthing was owned by cowboy.cowboy) 2) PGP expected to find my {sec/pub}ring.pgp in / (instead of cowboy/.pgp/

Re: fakeroot

1998-01-30 Thread joost witteveen
In an attempt to save the world from disaster, Scott Ellis wrote: > On Tue, 27 Jan 1998, Jeff Sheinberg wrote: > > > Hi, > > > > I couldn't find `fakeroot' in bo, bo-unstable, or bo-updates on > > ftp.us.debian.org. It was in hamm, but I don't hav

Re: fakeroot

1998-01-27 Thread Scott Ellis
On Tue, 27 Jan 1998, Jeff Sheinberg wrote: > Hi, > > I couldn't find `fakeroot' in bo, bo-unstable, or bo-updates on > ftp.us.debian.org. It was in hamm, but I don't have a hamm system. > > Any suggestions are appreciated. Fakeroot as released is only usef

Re: fakeroot

1998-01-27 Thread Martin Schulze
On Tue, Jan 27, 1998 at 04:47:30PM -0500, Jeff Sheinberg wrote: > Hi, > > I couldn't find `fakeroot' in bo, bo-unstable, or bo-updates on > ftp.us.debian.org. It was in hamm, but I don't have a hamm system. > > Any suggestions are appreciated. If you want to

fakeroot

1998-01-27 Thread Jeff Sheinberg
Hi, I couldn't find `fakeroot' in bo, bo-unstable, or bo-updates on ftp.us.debian.org. It was in hamm, but I don't have a hamm system. Any suggestions are appreciated. -- Jeff Sheinberg <[EMAIL PROTECTED]>