You are not logged in.

#1 2006-02-02 21:24:42

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

multi arch support in our pacman package?

I'm porting some stuff for Arch64. I often grab patches and solutions from Frugalware. I wonder if they've patched pacman for their multi arch support or if it is already contained in our 2.9.7 version.

It looks like this:

Frugalbuild multiarch Frugalbuild example

6 pkgname=firefox
7 pkgver=1.5
8 pkgrel=2
9 pkgdesc="Mozilla Firefox web browser"
10 url="http://www.mozilla.org/products/firefox/"
11 depends=('gtk+2' 'libidl' 'desktop-file-utils')
12 makedepends=('libgnome' 'zip')
13 groups=('xapps')
14 archs=('i686' 'x86_64')
15 up2date="wget -O - -q ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/|grep '>[0-9.]*/'|sed -n 's|.*>([0-9.]*)/.*|1|;$ p'"
16 source=(http://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver-source.tar.bz2 
....

50 Fpatch 01-$pkgname-$pkgver-default_applications.patch0
51 Fpatch 02-$pkgname-$pkgver-gtk+2_flash.patch
52 Fpatch 04-$pkgname-$pkgver-freetype-compile.patch0
53 Fpatch 05-$pkgname-$pkgver-lang-detection.patch
54 Fpatch 07-$pkgname-$pkgver-gnome-vfs-default-app.patch
55 [ "$CARCH" == "x86_64" ] && Fpatch 08-firefox-1.1-visibility.patch0
56
...

Looks like they have additional functions starting with "F" included and some more. Cannot find any documentation in "man makepkg" or on any website.

If multi arch suppot is already included I want to ask the devs if they could imagine to go a similar way.
In the future the day will come when an official 64bit is a must. So we should be prepared early :!:

AndyRTR

Offline

#2 2006-02-02 23:02:31

syamajala
Member
From: here, there, everywhere
Registered: 2005-01-25
Posts: 617
Website

Re: multi arch support in our pacman package?

there was already talk about this on the arch-ports mailing list. i don't remember what we decided on (if we decided on something).

Offline

#3 2006-02-02 23:06:06

syamajala
Member
From: here, there, everywhere
Registered: 2005-01-25
Posts: 617
Website

Re: multi arch support in our pacman package?

Offline

#4 2006-02-02 23:14:15

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: multi arch support in our pacman package?

I'm just reading that...

Offline

#5 2006-02-03 05:46:01

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: multi arch support in our pacman package?

Looks like everybody's working on their own distro - maybe even more forking than porting :-(

I'm interested in two things: one is the technical side. What is already included in pacman, abs... And we should find a practicable way how to manage the workflow. Several possible ways are shown in other distributions.

But this is something where our holy official devs have to make a final decission. Even when the ports are still in an early state.

Offline

Board footer

Powered by FluxBB