Your message dated Fri, 19 Oct 2007 01:00:12 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358899: FTBFS on AMD64: lib/fileutils.rb:1354: syntax
error (SyntaxError)
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ruby1.9
Version: 1.9.0+20050921-1
Severity: important
Your package fails to build on AMD64. I don't see this problem on
MIPS.
> Automatic build of ruby1.9_1.9.0+20050921-1 on em64t by sbuild/amd64 1.106
...
> ar rcu libruby1.9-static.a array.o ascii.o bignum.o class.o compar.o dir.o
> dln.o enum.o enumerator.o error.o euc_jp.o eval.o file.o gc.o hash.o inits.o
> io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o
> random.o range.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o
> ruby.o signal.o sjis.o sprintf.o st.o string.o struct.o time.o utf8.o util.o
> variable.o version.o dmyext.o
> cc -g -Wall -O2 -fPIC -I. -I. -c main.c
> cc main.o libruby1.9-static.a -lpthread -ldl -lcrypt -lm -o miniruby -g
> -Wall -O2 -fPIC -rdynamic -Wl,-export-dynamic
> ./mkconfig.rb:10:in `require':
> /build/tbm/ruby1.9-1.9.0+20050921/lib/fileutils.rb:1354: syntax error
> (SyntaxError)
> from ./mkconfig.rb:10
> make[1]: *** [.rbconfig.time] Error 1
> make[1]: Leaving directory `/build/tbm/ruby1.9-1.9.0+20050921'
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Version: 1.9.0+20071016-1
On 25/03/06 at 01:06 +0000, Martin Michlmayr wrote:
> Package: ruby1.9
> Version: 1.9.0+20050921-1
> Severity: important
>
> Your package fails to build on AMD64. I don't see this problem on
> MIPS.
>
>
> > Automatic build of ruby1.9_1.9.0+20050921-1 on em64t by sbuild/amd64 1.106
> ...
> > ar rcu libruby1.9-static.a array.o ascii.o bignum.o class.o compar.o dir.o
> > dln.o enum.o enumerator.o error.o euc_jp.o eval.o file.o gc.o hash.o
> > inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o
> > prec.o random.o range.o re.o regcomp.o regenc.o regerror.o regexec.o
> > regparse.o ruby.o signal.o sjis.o sprintf.o st.o string.o struct.o time.o
> > utf8.o util.o variable.o version.o dmyext.o
> > cc -g -Wall -O2 -fPIC -I. -I. -c main.c
> > cc main.o libruby1.9-static.a -lpthread -ldl -lcrypt -lm -o miniruby -g
> > -Wall -O2 -fPIC -rdynamic -Wl,-export-dynamic
> > ./mkconfig.rb:10:in `require':
> > /build/tbm/ruby1.9-1.9.0+20050921/lib/fileutils.rb:1354: syntax error
> > (SyntaxError)
> > from ./mkconfig.rb:10
> > make[1]: *** [.rbconfig.time] Error 1
> > make[1]: Leaving directory `/build/tbm/ruby1.9-1.9.0+20050921'
Hi,
This part of the build now succeeds:
ar rcu libruby1.9-static.a array.o bignum.o class.o compar.o dir.o dln.o
encoding.o enum.o enumerator.o error.o eval.o eval_load.o proc.o file.o gc.o
hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o
process.o prec.o random.o range.o re.o regcomp.o regenc.o regerror.o regexec.o
regparse.o regsyntax.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o
util.o variable.o version.o blockinlining.o compile.o debug.o iseq.o vm.o
vm_dump.o thread.o cont.o id.o prelude.o ascii.o euc_jp.o sjis.o unicode.o
utf8.o strlcpy.o strlcat.o dmyext.o
cc -fno-strict-aliasing -g -fPIC -I. -I.ext/include/x86_64-linux -I./include
-I. -DRUBY_EXPORT -D_GNU_SOURCE=1 -c main.c
cc -fno-strict-aliasing -g -fPIC -L. -rdynamic -Wl,-export-dynamic main.o
libruby1.9-static.a -lpthread -ldl -lcrypt -lm -o miniruby rbconfig.rb updated
So I'm marking this bug as fixed in the current unstable version. It was
probably fixed earlier though.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
--- End Message ---