[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#101711: marked as done (Packaging fixes for hurd-i386)



Your message dated Sun, 24 Jun 2001 22:04:09 +0200
with message-id <15158.18361.696449.661814@gargle.gargle.HOWL>
and subject line fixed in gcc-3.0-2
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Jun 2001 00:04:25 +0000
>From jbailey@olympus.nisa.net Wed Jun 20 19:04:25 2001
Return-path: <jbailey@olympus.nisa.net>
Received: from olympus.nisa.net [::ffff:207.194.212.100] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15CrxQ-0007Ax-00; Wed, 20 Jun 2001 19:04:24 -0500
Received: (from jbailey@localhost)
	by olympus.nisa.net (8.10.2/8.10.2) id f5L04Dv04717
	for submit@bugs.debian.org; Wed, 20 Jun 2001 17:04:13 -0700
Date: Wed, 20 Jun 2001 17:04:13 -0700
From: Jeff Bailey <jbailey@nisa.net>
To: submit@bugs.debian.org
Subject: Packaging fixes for hurd-i386
Message-ID: <[🔎] 20010620170413.D4554@nisa.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Delivered-To: submit@bugs.debian.org

Package: gcc-3.0
Version: 3.0-1

Please accept the following two patches:

These patches:
 o Correct all instances of i386-hurd to be hurd-i386
 o Disables Java for hurd-i386
 o Disables pthreads for hurd-i386
 o Remove an old hack for _G_config.h on hurd-i386

(Patch 1 in the debian directory):

diff -c debian/rules.conf ../../gcc-3.0/gcc-3.0-3.0.ds8/debian/rules.conf
*** debian/rules.conf	Wed Jun 20 09:51:23 2001
--- ../../gcc-3.0/gcc-3.0-3.0.ds8/debian/rules.conf	Mon Jun 18 23:50:18 2001
***************
*** 57,63 ****
  ifeq ($(DEB_HOST_GNU_CPU),alpha)
    ctrl_flags += -DLIBC_DEV="libc6.1-dev (>= 2.2.2-2)
  else
!   ifeq ($(DEB_HOST_GNU_TYPE),i386-hurd)
      ctrl_flags += -DLIBC_DEV=libc0.2-dev
    else
      ctrl_flags += -DLIBC_DEV="libc6-dev (>= 2.2.3-1)"
--- 57,63 ----
  ifeq ($(DEB_HOST_GNU_CPU),alpha)
    ctrl_flags += -DLIBC_DEV="libc6.1-dev (>= 2.2.2-2)
  else
!   ifeq ($(DEB_HOST_GNU_TYPE),hurd-i386)
      ctrl_flags += -DLIBC_DEV=libc0.2-dev
    else
      ctrl_flags += -DLIBC_DEV="libc6-dev (>= 2.2.3-1)"
diff -c debian/rules.defs ../../gcc-3.0/gcc-3.0-3.0.ds8/debian/rules.defs
*** debian/rules.defs	Wed Jun 20 09:51:23 2001
--- ../../gcc-3.0/gcc-3.0-3.0.ds8/debian/rules.defs	Tue Jun 19 13:19:23 2001
***************
*** 93,99 ****
  # Java --------------------
  # java converted for V3 C++ ABI for some archs
  with_java := yes
! ifeq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH),hppa m68k powerpc))
    with_java := diabled for architecure $(DEB_HOST_ARCH)
  endif
  ifneq ($(GCC_TARGET),)
--- 93,99 ----
  # Java --------------------
  # java converted for V3 C++ ABI for some archs
  with_java := yes
! ifeq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH),hppa m68k powerpc hurd-i386))
    with_java := diabled for architecure $(DEB_HOST_ARCH)
  endif
  ifneq ($(GCC_TARGET),)
***************
*** 159,165 ****
  with_objc_gc := yes
  # disable ObjC garbage collection library (needs libgc5)
  ifneq ($(DEB_HOST_ARCH),i386)
!   ifeq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH),avr i386-hurd m68k))
      with_objc_gc := disabled for architecture $(DEB_HOST_ARCH)
    endif
  endif
--- 159,165 ----
  with_objc_gc := yes
  # disable ObjC garbage collection library (needs libgc5)
  ifneq ($(DEB_HOST_ARCH),i386)
!   ifeq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH),avr hurd-i386 m68k))
      with_objc_gc := disabled for architecture $(DEB_HOST_ARCH)
    endif
  endif
diff -c debian/rules2 ../../gcc-3.0/gcc-3.0-3.0.ds8/debian/rules2
*** debian/rules2	Wed Jun 20 09:51:24 2001
--- ../../gcc-3.0/gcc-3.0-3.0.ds8/debian/rules2	Tue Jun 19 13:27:20 2001
***************
*** 60,66 ****
  #	--enable-c-mbchar \
  #
  
! ifneq ($(GCC_TARGET),avr)
    CONFARGS += --enable-threads=posix 
  endif
  
--- 60,66 ----
  #	--enable-c-mbchar \
  #
  
! ifneq ($(DEB_HOST_ARCH), $(findstring $(DEB_HOST_ARCH), avr hurd-i386))
    CONFARGS += --enable-threads=posix 
  endif
  
***************
*** 422,432 ****
  		install
  
  	: # Adjust installation such that we can begin moving things around:
- ifeq ($(DEB_HOST_GNU_SYSTEM),gnu)
- 	: # the Hurd GLibC still uses the antique stdio, and NOT libio
- 	mv $(d)/$(PF)/$(DEB_HOST_GNU_TYPE)/include/_G_config.h \
- 		$(d)/$(PF)/include
- endif
  
  ifeq ($(versioned_packages),yes)
  	: # rename files (versioned binaries)
--- 422,427 ----

(Patch 2 in the debian/rules.d directory):

diff -c debian/rules.d/binary-libstdcxx.old debian/rules.d/binary-libstdcxx.mk
*** debian/rules.d/binary-libstdcxx.old	Wed Jun 20 15:33:25 2001
--- debian/rules.d/binary-libstdcxx.mk	Wed Jun 20 15:33:39 2001
***************
*** 33,42 ****
  # Not yet...
  #	$(PF)/lib/lib{supc,stdc}++.la
  
- ifeq ($(DEB_HOST_GNU_SYSTEM),gnu)
-     files_dev += $(PF)/include/_G_config.h
- endif
- 
  dirs_dbg = \
  	$(docdir) \
  	$(PF)/lib/libstdc++_debug
--- 33,38 ----







---------------------------------------
Received: (at 101711-done) by bugs.debian.org; 24 Jun 2001 20:08:27 +0000
>From doko@cs.tu-berlin.de Sun Jun 24 15:08:27 2001
Return-path: <doko@cs.tu-berlin.de>
Received: from mail.cs.tu-berlin.de [::ffff:130.149.17.13] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15EGBD-0002jv-00; Sun, 24 Jun 2001 15:08:23 -0500
Received: from bolero.cs.tu-berlin.de (doko@bolero.cs.tu-berlin.de [130.149.19.1])
	by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id WAA06912;
	Sun, 24 Jun 2001 22:04:10 +0200 (MET DST)
Received: (from doko@localhost)
	by bolero.cs.tu-berlin.de (8.10.2+Sun/8.9.3) id f5OK49q22629;
	Sun, 24 Jun 2001 22:04:09 +0200 (MEST)
From: Matthias Klose <doko@cs.tu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <15158.18361.696449.661814@gargle.gargle.HOWL>
Date: Sun, 24 Jun 2001 22:04:09 +0200
To: 102041-done@bugs.debian.org, 101534-done@bugs.debian.org,
        101570-done@bugs.debian.org, 101708-done@bugs.debian.org,
        101711-done@bugs.debian.org, 101557-done@bugs.debian.org,
        101901-done@bugs.debian.org, 101743-done@bugs.debian.org,
        101637-done@bugs.debian.org
Subject: fixed in gcc-3.0-2
X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid
Delivered-To: 101711-done@bugs.debian.org

  * Add libgcc0 and libgcc300 to the build conflicts (#102041).
  * debian/README.FIRST: Removed (#101534).
  * Updated subreg-byte patch (doc files).
  * Disable java for the Hurd, mips and mipsel (#101570).
  * Patch for building on the Hurd (#101708) (Jeff Bailey <jbailey@nisa.net>).
  * Packaging fixes for the Hurd (#101711) (Jeff Bailey <jbailey@nisa.net>).
  * Include pregenerated doxygen (1.2.6) docs for libstdc++-v3 (#101557).
    The current doxygen-1.2.8.1 segaults.
  * C++: Enable -fuse-cxa-atexit by default (#101901).
  * Correct mail address in gccbug (#101743).
  * Make rules resumable after failure in binary-xxx targets (#101637).



Reply to: