BTS

Issue63

Title port grml-autoconfig to ppc
Priority package Status dead
Superseder Nosy List formorer, mika
Assigned To mika Topics core

Created on 2006-12-10.00:18:23 by formorer, last changed 2010-02-27.19:44:45 by mika.

Messages
msg2986 (view) Author: mika Date: 2010-02-27.19:44:45
No action for more than 3 years, I'm currently lacking time to do any work 
towards a powerpc port, marking this issue as "dead" therefore. volunteers, 
please step up. :)
msg136 (view) Author: mika Date: 2006-12-24.10:43:47
@formorer: thx!

JFTR - example for x86:

mika@funkenzutzler ~ % dpkg-architecture
DEB_BUILD_ARCH=i386
DEB_BUILD_ARCH_OS=linux
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_GNU_CPU=i486
DEB_BUILD_GNU_SYSTEM=linux-gnu
DEB_BUILD_GNU_TYPE=i486-linux-gnu
DEB_HOST_ARCH=i386
DEB_HOST_ARCH_OS=linux
DEB_HOST_ARCH_CPU=i386
DEB_HOST_GNU_CPU=i486
DEB_HOST_GNU_SYSTEM=linux-gnu
DEB_HOST_GNU_TYPE=i486-linux-gnu
msg135 (view) Author: formorer Date: 2006-12-24.10:39:01
Michael Prokop schrieb am Sonntag, den 24. Dezember 2006:

dpkg-architecture

example for ppc: 

DEB_BUILD_ARCH=powerpc
DEB_BUILD_ARCH_OS=linux
DEB_BUILD_ARCH_CPU=powerpc
DEB_BUILD_GNU_CPU=powerpc
DEB_BUILD_GNU_SYSTEM=linux-gnu
DEB_BUILD_GNU_TYPE=powerpc-linux-gnu
DEB_HOST_ARCH=powerpc
DEB_HOST_ARCH_OS=linux
DEB_HOST_ARCH_CPU=powerpc
DEB_HOST_GNU_CPU=powerpc
DEB_HOST_GNU_SYSTEM=linux-gnu
DEB_HOST_GNU_TYPE=powerpc-linux-gnu

Alex
msg132 (view) Author: mika Date: 2006-12-24.10:07:24
What's a generic and fast way to detect the running architecture on a Debian 
system?
msg113 (view) Author: formorer Date: 2006-12-10.00:18:23
grml-autoconfig has many x86 centric things like acpi, they have to be
reviewed, fixed and ported :).
History
Date User Action Args
2010-02-27 19:44:45mikasetstatus: chatting -> dead
nosy: formorer, mika
messages: + msg2986
2007-02-06 19:55:29mikasetpriority: bug -> package
nosy: formorer, mika
2007-01-28 11:50:38mikasetassignedto: mika
nosy: formorer, mika
2006-12-24 10:43:47mikasetnosy: formorer, mika
messages: + msg136
2006-12-24 10:39:01formorersetnosy: formorer, mika
messages: + msg135
2006-12-24 10:07:24mikasetpriority: bug
topic: + core
status: unread -> chatting
messages: + msg132
nosy: + mika
2006-12-10 00:18:23formorercreate