Re: Relocation problem

2003-06-25 Thread Thomas Lotterer
On Tue, Jun 17, 2003, Conrad Steenberg wrote: I built a relocatable package, and I'm trying to install it on another system with a different OpenPKG root. Using e.g. rpm --prefix /home/username/openpkg pkg.rpm results in error: unpacking of archive failed [] Conrad, OpenPKG uses rpm

Re: Relocation problem

2003-06-18 Thread Conrad Steenberg
Hi Michael On Tue, 2003-06-17 at 22:26, Michael van Elst wrote: Conrad, I built a relocatable package, How ? :) OpenPKG packages are relocatable by default, but as you rightly point out, that refers only to the installation. But at the moment even that doesn't work :-) I used 'joe' as an

Re: Relocation problem

2003-06-18 Thread Bill Campbell
On Wed, Jun 18, 2003 at 09:09:41AM -0700, Conrad Steenberg wrote: Hi Michael On Tue, 2003-06-17 at 22:26, Michael van Elst wrote: Conrad, I built a relocatable package, How ? :) OpenPKG packages are relocatable by default, but as you rightly point out, that refers only to the

Re: Relocation problem

2003-06-18 Thread Conrad Steenberg
Hi Bill On Wed, 2003-06-18 at 09:20, Bill Campbell wrote: On Wed, Jun 18, 2003 at 09:09:41AM -0700, Conrad Steenberg wrote: Hi Michael On Tue, 2003-06-17 at 22:26, Michael van Elst wrote: Conrad, I built a relocatable package, How ? :) OpenPKG packages are relocatable by

Relocation problem

2003-06-17 Thread Conrad Steenberg
Hi I built a relocatable package, and I'm trying to install it on another system with a different OpenPKG root. Using e.g. rpm --prefix /home/username/openpkg pkg.rpm results in error: unpacking of archive failed on file /home/usernameopenpkg: cpio: open failed - Permission denied I.e. At some

Re: Relocation problem

2003-06-17 Thread Conrad Steenberg
On Tue, 2003-06-17 at 16:35, Conrad Steenberg wrote: Hi I built a relocatable package, and I'm trying to install it on another system with a different OpenPKG root. Using e.g. rpm --prefix /home/username/openpkg pkg.rpm that line should have been rpm --install --prefix

Re: Relocation problem

2003-06-17 Thread Michael van Elst
Conrad, I built a relocatable package, How ? :) OpenPKG packages are not meant to be relocatable. Even when the packaging supports it, the programs themselves are conditioned to a specific prefix. For example, the etc/joe directory is accessed under the original build prefix. Greetings, --