* Pakfire3 running on IPFire 2
@ 2012-10-18 14:40 Michael Tremer
2012-10-18 16:57 ` Stefan Schantl
0 siblings, 1 reply; 3+ messages in thread
From: Michael Tremer @ 2012-10-18 14:40 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 601 bytes --]
Hello,
Erik and Stefan, you have been working on getting pakfire 3 working on
IPFire 2, recently.
I tried to build it today just for my little testing games and there are
still (at least) two requirements missing: elfutils and beecrypt.
So the question is: Did you disable parts of the package so you won't
need those two or did I miss to merge a patch you sent me?
I would like to have pakfire3 as a regular package in IPFire 2, because
a lot of people would like to use IPFire 2 as a build platform for
IPFire 3. Setting up an other box with some mainstream distro is just
extra work.
Michael
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Pakfire3 running on IPFire 2
2012-10-18 14:40 Pakfire3 running on IPFire 2 Michael Tremer
@ 2012-10-18 16:57 ` Stefan Schantl
2012-10-18 20:54 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Schantl @ 2012-10-18 16:57 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 962 bytes --]
Hello Michael,
I've attached you a Diff-File with the changes from the developer
summit, to build and use pakfire3 on an IPFire 2 system.
Best regards,
Stefan
> Hello,
>
> Erik and Stefan, you have been working on getting pakfire 3 working on
> IPFire 2, recently.
>
> I tried to build it today just for my little testing games and there are
> still (at least) two requirements missing: elfutils and beecrypt.
>
> So the question is: Did you disable parts of the package so you won't
> need those two or did I miss to merge a patch you sent me?
>
> I would like to have pakfire3 as a regular package in IPFire 2, because
> a lot of people would like to use IPFire 2 as a build platform for
> IPFire 3. Setting up an other box with some mainstream distro is just
> extra work.
>
> Michael
>
> _______________________________________________
> Development mailing list
> Development(a)lists.ipfire.org
> http://lists.ipfire.org/mailman/listinfo/development
>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: pakfire3-changes-for-ipfire2.diff --]
[-- Type: text/x-patch, Size: 1026 bytes --]
diff --git a/Makefile b/Makefile
index 0361af6..0bcb1bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include Makeconfig
-SUBDIRS = po python tools tools/fake-environ
+SUBDIRS = python tools tools/fake-environ
all: build
diff --git a/tools/Makefile b/tools/Makefile
index d7cbf70..499beb4 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -12,7 +12,7 @@ LIBS_POPT = -lpopt
SCRIPTS = $(SCRIPTS_BIN) $(SCRIPTS_SHELL)
SCRIPTS_BIN = \
- debugedit
+ #debugedit
SCRIPTS_SHELL = \
chroot-shell \
@@ -50,7 +50,7 @@ install: $(SCRIPTS)
# Create script aliases.
-mkdir -pv $(DESTDIR)/usr/bin
- ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire
+ ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire3
ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire-builder
ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire-client
ln -svf ../..$(SCRIPT_DIR)/pakfire-multicall.py $(DESTDIR)/usr/bin/pakfire-daemon
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Pakfire3 running on IPFire 2
2012-10-18 16:57 ` Stefan Schantl
@ 2012-10-18 20:54 ` Michael Tremer
0 siblings, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2012-10-18 20:54 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 494 bytes --]
Thanks. I applied the patch, but removed /usr/bin/pakfire3 afterwards.
It is not working anyway and users could damage their systems with it.
I will push my changes tomorrow when I can confirm that they don't cause
any build errors.
Good night,
Michael
On Thu, 2012-10-18 at 18:57 +0200, Stefan Schantl wrote:
> Hello Michael,
>
> I've attached you a Diff-File with the changes from the developer
> summit, to build and use pakfire3 on an IPFire 2 system.
>
> Best regards,
>
> Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-18 20:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-18 14:40 Pakfire3 running on IPFire 2 Michael Tremer
2012-10-18 16:57 ` Stefan Schantl
2012-10-18 20:54 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox