Debian Bug report logs -
#481928
fenix configure needs adjustment for armel port
Reported by: Riku Voipio <riku.voipio@iki.fi>
Date: Mon, 19 May 2008 16:24:01 UTC
Severity: important
Found in version fenix/0.92a.dfsg1-3
Fixed in version fenix/0.92a.dfsg1-4
Done: Miriam Ruiz <little_miry@yahoo.es>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, colint@debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#481928; Package fenix.
(full text, mbox, link).
Acknowledgement sent to Riku Voipio <riku.voipio@iki.fi>:
New Bug report received and forwarded. Copy sent to colint@debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: fenix
Version: 0.92a.dfsg1-3
Severity: minor
User: debian-arm@lists.debian.org
Usertags: eabi
looking at:
http://buildd.debian.org/fetch.cgi?&pkg=fenix&ver=0.92a.dfsg1-3&arch=armel&stamp=1208930071&file=log
In file included from c_main.c:37:
../../include/fnx_loadlib.h:60: error: expected ')' before '*' token
#ifdef TARGET_Linux
...
TARGET_Linux comes from configure.in:
--
dnl Aqui es donde se chequeara el SO, pero solo hay una opcion xD
case "$target_os" in
linux-gnu)
--
on armel, the $target_os is linux-gnueabi. it will also be different
from linux-gnu on atleast uclibc systems and some mips systems.
please change the check to to linux-gnu*) and regenerate ./configure
--
"rm -rf" only sounds scary if you don't have backups
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#481928; Package fenix.
(full text, mbox, link).
Acknowledgement sent to Colin Tuckley <colin@tuckley.org>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #10 received at 481928@bugs.debian.org (full text, mbox, reply):
severity 481928 serious
stop
armel is now an official Debian arch which makes this ftbfs bug RC.
--
Colin Tuckley | +44(0)1903 236872 | PGP/GnuPG Key Id
Debian Developer | +44(0)7799 143369 | 0x1B3045CE
"Heisenberg may have slept here"
Severity set to `serious' from `minor'
Request was from Colin Tuckley <colin@tuckley.org>
to control@bugs.debian.org.
(Wed, 04 Jun 2008 10:24:02 GMT) (full text, mbox, link).
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#481928; Package fenix.
(full text, mbox, link).
Acknowledgement sent to Cyril Brulebois <kibi@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #17 received at 481928@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
severity 481928 important
thanks
On 04/06/2008, Colin Tuckley wrote:
> armel is now an official Debian arch which makes this ftbfs bug RC.
This is incorrect. There's no regression since it never built on that
architecture, so the appropriate severity is important, be the
architecture an official one or not.
Please note that it's not that I don't care about that bug. I'm just
trying to avoid extra work to people monitoring RC bugs (been there,
done that).
Mraw,
KiBi.
[Message part 2 (application/pgp-signature, inline)]
Severity set to `important' from `serious'
Request was from Cyril Brulebois <kibi@debian.org>
to control@bugs.debian.org.
(Wed, 04 Jun 2008 10:42:06 GMT) (full text, mbox, link).
Reply sent to Miriam Ruiz <little_miry@yahoo.es>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to Riku Voipio <riku.voipio@iki.fi>:
Bug acknowledged by developer.
(full text, mbox, link).
Message #24 received at 481928-close@bugs.debian.org (full text, mbox, reply):
Source: fenix
Source-Version: 0.92a.dfsg1-4
We believe that the bug you reported is fixed in the latest version of
fenix, which is due to be installed in the Debian FTP archive:
fenix-dev_0.92a.dfsg1-4_all.deb
to pool/main/f/fenix/fenix-dev_0.92a.dfsg1-4_all.deb
fenix_0.92a.dfsg1-4.diff.gz
to pool/main/f/fenix/fenix_0.92a.dfsg1-4.diff.gz
fenix_0.92a.dfsg1-4.dsc
to pool/main/f/fenix/fenix_0.92a.dfsg1-4.dsc
fenix_0.92a.dfsg1-4_i386.deb
to pool/main/f/fenix/fenix_0.92a.dfsg1-4_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 481928@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Miriam Ruiz <little_miry@yahoo.es> (supplier of updated fenix package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 07 Jun 2008 00:57:06 +0200
Source: fenix
Binary: fenix fenix-dev
Architecture: source i386 all
Version: 0.92a.dfsg1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Miriam Ruiz <little_miry@yahoo.es>
Description:
fenix - development environment for making 2D games
fenix-dev - development environment for making 2D games
Closes: 478372 481928
Changes:
fenix (0.92a.dfsg1-4) unstable; urgency=low
.
[ Miriam Ruiz ]
* Fixed bashism: Replaced "{build,configure}-stamp"
by "build-stamp configure-stamp" in debian/rules. (Closes: #478372)
* Fixed build system for armel port. (Closes: #481928)
* Upgraded Standards-Version from 2.7.2 to 3.7.3
.
[ Jon Dowland ]
* Added Homepage: control field to source stanza
.
[ Ansgar Burchardt ]
* debian/control: Changed XS-Vcs-* to Vcs-*
Checksums-Sha1:
7ca50b09495d430b86ac1384603cd3817cdf0665 1399 fenix_0.92a.dfsg1-4.dsc
2a7358149ba0a70a1cc2c3d4f432a54971a12e28 194240 fenix_0.92a.dfsg1-4.diff.gz
7a04430a8e69b734ff8cee8a275514c2e0d60d1f 295572 fenix_0.92a.dfsg1-4_i386.deb
6acda9039ecf9ef506c5589fe8af8409556b8bc1 25588 fenix-dev_0.92a.dfsg1-4_all.deb
Checksums-Sha256:
9c0d117f4a8ed76afb9c3845ef750f199ccb096d12242e67c282be009f33b70a 1399 fenix_0.92a.dfsg1-4.dsc
6b1ad2da8d13f9ab5c01ec4f6bff7487146b1ffc8f3724ac6fceb031b6cbb044 194240 fenix_0.92a.dfsg1-4.diff.gz
b7a9a1e2be845e0d9597a35fc039ca52be881cdb0698c328c8c8f74e1cde18b1 295572 fenix_0.92a.dfsg1-4_i386.deb
c6d3a5d25c7ed0b507fd2f3718bb9110feb4192361275e35429bd3e82de535b2 25588 fenix-dev_0.92a.dfsg1-4_all.deb
Files:
fb5e3186cccc309329b105950b05ce13 1399 devel extra fenix_0.92a.dfsg1-4.dsc
e9d78eb0c0729d50b3373a9b18e48d8a 194240 devel extra fenix_0.92a.dfsg1-4.diff.gz
f790f3c085342e5d9266fdf8fe234569 295572 devel extra fenix_0.92a.dfsg1-4_i386.deb
79cfb2d25b633fba8de525b6b353d08f 25588 devel extra fenix-dev_0.92a.dfsg1-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFISdrAfbltLjbuCGERAnl+AJ96rCTPB5xDKWdgIBiOJLT76YcltACfQBNA
wVYtVa6GEVtzOq5hhLcYMus=
=XRuB
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Wed, 16 Jul 2008 07:28:14 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 13:02:40 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.