Hi Kees,
Kees Cook schrieb am Mon 28. Apr, 12:35 (-0700):
> On Mon, Apr 28, 2008 at 06:43:36PM +0200, Jörg Sommer wrote:
> > gcc -g -O2 -Wall -g -O2 -fPIC -fPIE -fstack-protector -Wformat=2 -Wextra \
> > -D_FORTIFY_SOURCE=2 -Wl,-zrelro,-pie conftest.c
> >
> > but this fails on i386 and amd64.
Accepted:
cpp-4.2_4.2.3-4_powerpc.deb
to pool/main/g/gcc-4.2/cpp-4.2_4.2.3-4_powerpc.deb
g++-4.2-multilib_4.2.3-4_powerpc.deb
to pool/main/g/gcc-4.2/g++-4.2-multilib_4.2.3-4_powerpc.deb
g++-4.2_4.2.3-4_powerpc.deb
to pool/main/g/gcc-4.2/g++-4.2_4.2.3-4_powerpc.deb
gcc-4.2-base_4.2.3-4_powerp
Your message dated Tue, 29 Apr 2008 06:02:20 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#466422: fixed in gcc-4.2 4.2.3-4
has caused the Debian Bug report #466422,
regarding gcc-4.2: broken alternatives for amd64 cross target
to be marked as done.
This means that you claim that
Your message dated Tue, 29 Apr 2008 06:02:20 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#454487: fixed in gcc-4.2 4.2.3-4
has caused the Debian Bug report #454487,
regarding debian/copyright still refers to GPLv2
to be marked as done.
This means that you claim that the problem
Accepted:
cpp-4.2_4.2.3-4_i386.deb
to pool/main/g/gcc-4.2/cpp-4.2_4.2.3-4_i386.deb
g++-4.2-multilib_4.2.3-4_i386.deb
to pool/main/g/gcc-4.2/g++-4.2-multilib_4.2.3-4_i386.deb
g++-4.2_4.2.3-4_i386.deb
to pool/main/g/gcc-4.2/g++-4.2_4.2.3-4_i386.deb
gcc-4.2-base_4.2.3-4_i386.deb
to pool/main/
gcc-4.2_4.2.3-4_powerpc.changes uploaded successfully to localhost
along with the files:
gcc-4.2-base_4.2.3-4_powerpc.deb
cpp-4.2_4.2.3-4_powerpc.deb
gobjc++-4.2-multilib_4.2.3-4_powerpc.deb
gobjc++-4.2_4.2.3-4_powerpc.deb
gobjc-4.2-multilib_4.2.3-4_powerpc.deb
gobjc-4.2_4.2.3-4_powerpc
gcc-4.2_4.2.3-4_i386.changes uploaded successfully to localhost
along with the files:
gcc-4.2_4.2.3-4.dsc
gcc-4.2_4.2.3-4.diff.gz
gcc-4.2-source_4.2.3-4_all.deb
libstdc++6-4.2-doc_4.2.3-4_all.deb
gcc-4.2-locales_4.2.3-4_all.deb
gcc-4.2-base_4.2.3-4_i386.deb
cpp-4.2_4.2.3-4_i386.deb
--- Comment #7 from manus at eiffel dot com 2008-04-29 04:51 ---
Just adding the version information of gcc:
lisbon [Manu] : gcc -v
Using built-in specs.
Target: powerpc-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
-
LAST_UPDATED: Sun Apr 20 18:06:49 UTC 2008 (revision 134487)
Target: x86_64-linux-gnu
gcc version 4.2.3 (Debian 4.2.3-4)
Native configuration is x86_64-pc-linux-gnu
=== libjava tests ===
Running target unix
FAIL: Divide_2 -O3 -findirect-dispatch execution - source compiled test
LAST_UPDATED: Sun Apr 20 18:06:49 UTC 2008 (revision 134487)
Target: sparc-linux-gnu
gcc version 4.2.3 (Debian 4.2.3-4)
Native configuration is sparc-unknown-linux-gnu
=== libjava tests ===
Running target unix
=== libjava Summary for unix ===
# of expected pass
--
manus at eiffel dot com changed:
What|Removed |Added
CC||manus at eiffel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35100
--- Comment #6 from manus at eiffel dot com 2008-04-28 22:34 ---
I can reproduce this problem with gcc 4.2.3 that comes with Ubuntu 8.04 on
PowerPC with the following command line:
gcc -Wall -mlongcall -fPIC -c foo.c
Removing either `-fPIC' or `-mlongcall' succeeds, it is when used t
On Mon, Apr 28, 2008 at 12:35:51PM -0700, Kees Cook wrote:
> Hi Jörg,
>
> On Mon, Apr 28, 2008 at 06:43:36PM +0200, Jörg Sommer wrote:
> > gcc -g -O2 -Wall -g -O2 -fPIC -fPIE -fstack-protector -Wformat=2 -Wextra \
> > -D_FORTIFY_SOURCE=2 -Wl,-zrelro,-pie conftest.c
> >
> > but this fails on i
Hi Jörg,
On Mon, Apr 28, 2008 at 06:43:36PM +0200, Jörg Sommer wrote:
> gcc -g -O2 -Wall -g -O2 -fPIC -fPIE -fstack-protector -Wformat=2 -Wextra \
> -D_FORTIFY_SOURCE=2 -Wl,-zrelro,-pie conftest.c
>
> but this fails on i386 and amd64.
>
> /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../.
Hi Jörg,
On Mon, Apr 28, 2008 at 06:43:36PM +0200, Jörg Sommer wrote:
> I've enabled hardening support for slrn.
Ah! I see the problem now. You're doing a separate debian/rules thing,
instead of using hardening-wrapper and DEB_BUILD_HARDENING=1.
You have:
ifeq (,$(findstring nohardening,$(DEB
Hello everybody,
I've got a bug report #478057 and I'm seeking for help. I've enabled
hardening support for slrn. The configure script tries to run
gcc -g -O2 -Wall -g -O2 -fPIC -fPIE -fstack-protector -Wformat=2 -Wextra \
-D_FORTIFY_SOURCE=2 -Wl,-zrelro,-pie conftest.c
but this fails on i38
--- Comment #3 from jakub at gcc dot gnu dot org 2008-04-28 13:32 ---
Closing then, if you manage to reproduce it again, please reopen with more
details.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
-
Accepted:
gdc-4.1_0.25-20080419-4.1.2-22.diff.gz
to pool/main/g/gdc-4.1/gdc-4.1_0.25-20080419-4.1.2-22.diff.gz
gdc-4.1_0.25-20080419-4.1.2-22.dsc
to pool/main/g/gdc-4.1/gdc-4.1_0.25-20080419-4.1.2-22.dsc
gdc-4.1_0.25-20080419-4.1.2.orig.tar.gz
to pool/main/g/gdc-4.1/gdc-4.1_0.25-20080419-4.1
--- Comment #2 from riku dot voipio at iki dot fi 2008-04-28 12:26 ---
Newer arm builds of gcc-4.3 in debian have succeeded fine, so I'd say this bug
can be closed. One theory could be that this build machine simply ran out of
Memory during the build (although a later build on similar ma
gdc-4.1_0.25-20080419-4.1.2-22_i386.changes is already present on target host:
-rw-r--r-- 1 dak debadmin 2230 Apr 28 12:18
gdc-4.1_0.25-20080419-4.1.2-22_i386.changes
Either you already uploaded it, or someone else came first.
Job gdc-4.1_0.25-20080419-4.1.2-22_i386.changes removed.
Greetings,
gdc-4.1_0.25-20080419-4.1.2-22_i386.changes uploaded successfully to localhost
along with the files:
gdc-4.1_0.25-20080419-4.1.2-22.dsc
gdc-4.1_0.25-20080419-4.1.2.orig.tar.gz
gdc-4.1_0.25-20080419-4.1.2-22.diff.gz
gdc-4.1_0.25-4.1.2-22_i386.deb
libphobos-4.1-dev_0.25-4.1.2-22_i386.deb
G
--- Comment #1 from jakub at gcc dot gnu dot org 2008-04-28 11:56 ---
Can you reproduce it with a newer snapshot? Can you find out which change
between 0219 and 0227 caused it? There were very few changes that might affect
it at all, I'd say just PR35071, PR35265, PR34971 and PR35390,
22 matches
Mail list logo