Your message dated Thu, 31 Dec 2009 16:41:25 -0500
with message-id <e1nqwgq-0000wo...@localhost.m.enhanced.com>
and subject line Re: Bug#561554: fixed in gcl 2.6.7-49
has caused the Debian Bug report #561554,
regarding FTBFS: /bin/sh: line 6: /bin/gcl: Permission denied
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
561554: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561554
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcl
Version: 2.6.7-48
Severity: serious
Justification: FTBFS
Hi,
gcl FTBFS on some architecture.
(kfreebsd-amd64, kfreebsd-i386, avr32, and sh4.)
https://buildd.debian.org/pkg.cgi?pkg=gcl
-----
make[2]: Entering directory
`/build/buildd-gcl_2.6.7-48-kfreebsd-i386-xkgaZR/gcl-2.6.7'
rm -f /bin/gcl
(echo '#!/bin/sh' ; \
echo exec /unixport/ \\ ; \
echo ' -dir' /unixport/ \\ ; \
echo ' -libdir' / \\ ; \
echo ' -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
! [ -d "" ] || echo ' -eval '\''(setq si::*tk-library* '\"\"')'\'\\;\
echo ' '\"\...@\" ) > /bin/gcl;
/bin/sh: line 6: /bin/gcl: Permission denied
make[2]: *** [install-command] Error 1
-----
Please check this problem.
Best regards,
Nobuhiro
--- End Message ---
--- Begin Message ---
Greetings, and thanks! Just uploaded in -50.
Take care,
Aurelien Jarno <aurel...@aurel32.net> writes:
> found 561554 2.6.7-49
> tag 561554 + patch
> thanks
>
> On Thu, Dec 31, 2009 at 05:32:59AM +0000, Camm Maguire wrote:
>> gcl (2.6.7-49) unstable; urgency=low
>> .
>> * Bug fix: "/bin/sh: line 6: /bin/gcl: Permission denied", thanks to
>> Nobuhiro Iwamatsu (Closes: #561554).
>
> Thanks a lot for the fix. It now builds fine on kfreebsd-amd64, but not
> on kfreebsd-i386. It is because h/386-kfreebsd.defs is missing. The
> patch below just copies h/386-linux.defs into h/386-kfreebsd.defs, which
> make the build working. Could you please apply it in the next upload?
> Thanks in advance.
>
> --- gcl-2.6.7.orig/h/386-kfreebsd.defs
> +++ gcl-2.6.7/h/386-kfreebsd.defs
> @@ -0,0 +1,63 @@
> +
> +# notes for redhat 6.0
> +# the configure should select the compiler
> GCC=/usr/bin/i386-glibc20-linux-gcc
> +# However for the gcl-tk directory, you must use plain 'gcc' since
> +# that must link with the tcl tk libs which have been compiled with it.
> +# so after configure change to GCC=gcc in the gcl-tk/makefile
> +
> +
> +# Machine dependent makefile definitions for intel 386,486 running linux
> +
> +LBINDIR=/usr/local/bin
> +
> +#OFLAG = -g -Wall
> +#OFLAG = -g -Wall -fomit-frame-pointer -Werror
> +#LIBS = -lm
> +
> +#ODIR_DEBUG= -g -Wall -fomit-frame-pointer -Werror
> +#ODIR_DEBUG= -g -Wall
> +
> +# This CC string will be used for compilation of the system,
> +# and also in the compiler::*cc* variable for later compilation of
> +# lisp files.
> +# (the -pipe is just since our file system is slow..)
> +#CC = ${GCC} -pipe -fwritable-strings -DVOL=volatile -I$(GCLDIR)/o
> -fsigned-char -Wall $(EXTRA_CFLAGS) -fomit-frame-pointer -Werror -g
> +
> +# under redhat 6.1 and slackware 7.0 we needed to have this
> +# link be static, but should be ok with the fix to unixport/rsym_elf.c
> +LDCC=${CC} -static
> +LDCC=${CC}
> +
> +# note for linuxaout on an elf machine add -b i486-linuxaout
> +# CC = gcc -pipe -fwritable-strings -DVOL=volatile -I$(GCLDIR)/o
> -fsigned-char -b i486-linuxaout
> +
> +# Enable the fastloading mechanism which does not use ld -A
> +# requires c/rel_.. machine dependent code.
> +
> +RSYM = rsym
> +ifneq ($(findstring bfd,$(LIBS)),)
> +RSYM =
> +endif
> +ifneq ($(BUILD_BFD),)
> +RSYM =
> +endif
> +#ifneq ($(findstring -ldl,$(LIBS)),)
> +#RSYM =
> +#endif
> +
> +SFASL = $(ODIR)/sfasl.o
> +
> +
> +#MPFILES= $(MPDIR)/mpi-386d.o $(MPDIR)/libmport.a
> +
> +
> +# When using SFASL it is good to have (si::build-symbol-table)
> +INITFORM=(si::build-symbol-table)
> +
> +# Use symbolic links
> +SYMB=-s
> +
> +LIBFILES=bsearch.o
> +
> +# the make to use for saved_kcp the profiler.
> +KCP=kcp-bsd
>
>
> --
> Aurelien Jarno GPG: 1024D/F1BCDB73
> aurel...@aurel32.net http://www.aurel32.net
>
>
>
>
--
Camm Maguire c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
--- End Message ---