Your message dated Fri, 16 Dec 2005 14:17:16 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#341766: fixed in firefox 1.5.dfsg-1
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Dec 2005 21:08:14 +0000
>From [EMAIL PROTECTED] Fri Dec 02 13:08:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from europa.telenet-ops.be ([195.130.137.75])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EiI8a-0000JD-2C
        for [EMAIL PROTECTED]; Fri, 02 Dec 2005 13:08:13 -0800
Received: from localhost (localhost.localdomain [127.0.0.1])
        by europa.telenet-ops.be (Postfix) with SMTP id 96ED93850D
        for <[EMAIL PROTECTED]>; Fri,  2 Dec 2005 22:08:10 +0100 (CET)
Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74])
        by europa.telenet-ops.be (Postfix) with ESMTP id 578AC3843C
        for <[EMAIL PROTECTED]>; Fri,  2 Dec 2005 22:08:10 +0100 (CET)
Received: by Q.roeckx.be (Postfix, from userid 501)
        id CA29A26136; Fri, 02 Dec 2005 22:08:09 +0100 (CET)
Date: Fri, 2 Dec 2005 22:08:09 +0100
From: Kurt Roeckx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: firefox: FTBFS: Not using -fPIC to make shared lib.
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-7.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        RCVD_IN_SORBS,RCVD_IN_SORBS_MISC autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

Package: firefox
Version: 1.4.99+1.5rc3.dfsg-2
Severity: serious

Hi,

Your package is failing to build on a few arches because it's not
using -fPIC to make a shared library.

On amd64:
gcc  -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pthread 
-pipe  -DNDEBUG -DTRIMMED -pipe -w -O2 -fPIC -shared -Wl,-h -Wl,libmozjs.so -o 
libmozjs.so  jsapi.o jsarena.o jsarray.o jsatom.o jsbool.o jscntxt.o jsdate.o 
jsdbgapi.o jsdhash.o jsdtoa.o jsemit.o jsexn.o jsfun.o jsgc.o jshash.o 
jsinterp.o jslock.o jslog2.o jslong.o jsmath.o jsnum.o jsobj.o jsopcode.o 
jsparse.o jsprf.o jsregexp.o jsscan.o jsscope.o jsscript.o jsstr.o jsutil.o 
jsxdrapi.o jsxml.o prmjtime.o        -lm -ldl -L../../dist/lib -lplds4 -lplc4 
-lnspr4 -lpthread -ldl -ldl -lm
/usr/bin/ld: jsapi.o: relocation R_X86_64_PC32 against `memset@@GLIBC_2.2.5' ca
n not be used when making a shared object; recompile with -fPIC

Or hppa:
c++  -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align 
-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor 
-Wno-long-long -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -pipe -w -O2 
-fPIC -shared -Wl,-h -Wl,libunixprintplugin.so -o libunixprintplugin.so  
npshell.o printplugin.o npunix.o       -L../../../../dist/bin -lxpcom 
-lxpcom_core  -L../../../../dist/bin -L../../../../dist/lib -lplds4 -lplc4 
-lnspr4 -lpthread -ldl -lXt -lSM -lICE   -L/usr/X11R6/lib -lX11  -ldl -lm
/usr/bin/ld: /usr/X11R6/lib/libXt.a(Event.o): relocation R_PARISC_DPREL21L can
not be used when making a shared object; recompile with -fPIC
/usr/X11R6/lib/libXt.a: could not read symbols: Bad value

But in this case I have to wonder why it's picking the
static libXt instead of the shared version.

Note that the 3 objects (npshell.o printplugin.o npunix.o)
all seem to come from .c files, but for some reason it's
linking it with c++?


An other interesting error (on powerpc) is:
gcc   -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pthread 
-pipe  -DNDEBUG -DTRIMMED -pipe -w -O2 -o xpt_dump xpt_dump.o     
-L../../../../dist/bin -L../../../../dist/lib ../../../../dist/lib/libxpt.a 
-ldl -lm
../../../../dist/lib/libxpt.a(xpt_arena.o): In function 
`XPT_ArenaStrDup':xpt_arena.c:(.text+0x1f4): undefined reference to 
`memcpy@@GLIBC_2.0'
../../../../dist/lib/libxpt.a(xpt_struct.o): In function 
`XPT_InterfaceDescriptorAddTypes':xpt_struct.c:(.text+0x840): undefined 
reference to `memcpy@@GLIBC_2.0'
../../../../dist/lib/libxpt.a(xpt_struct.o): In function 
`XPT_InterfaceDescriptorAddMethods':xpt_struct.c:(.text+0x900): undefined 
reference to `memcpy@@GLIBC_2.0'
../../../../dist/lib/libxpt.a(xpt_struct.o): In function `XPT_InterfaceDescript 
orAddConsts':xpt_struct.c:(.text+0x9c0): undefined reference to 
`memcpy@@GLIBC_2.0'
../../../../dist/lib/libxpt.a(xpt_xdr.o): In function 
`GrowPool':xpt_xdr.c:(.text+0x560): undefined reference to `memcpy@@GLIBC_2.0'
../../../../dist/lib/libxpt.a(xpt_xdr.o):xpt_xdr.c:(.text+0x86c): more undefine
d references to `memcpy@@GLIBC_2.0' follow
collect2: ld returned 1 exit status


Kurt


---------------------------------------
Received: (at 341766-close) by bugs.debian.org; 16 Dec 2005 22:20:57 +0000
>From [EMAIL PROTECTED] Fri Dec 16 14:20:57 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EnNt6-0007pH-0g; Fri, 16 Dec 2005 14:17:16 -0800
From: Eric Dorland <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#341766: fixed in firefox 1.5.dfsg-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 16 Dec 2005 14:17:16 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: firefox
Source-Version: 1.5.dfsg-1

We believe that the bug you reported is fixed in the latest version of
firefox, which is due to be installed in the Debian FTP archive:

firefox-dom-inspector_1.5.dfsg-1_i386.deb
  to pool/main/f/firefox/firefox-dom-inspector_1.5.dfsg-1_i386.deb
firefox-gnome-support_1.5.dfsg-1_i386.deb
  to pool/main/f/firefox/firefox-gnome-support_1.5.dfsg-1_i386.deb
firefox_1.5.dfsg-1.diff.gz
  to pool/main/f/firefox/firefox_1.5.dfsg-1.diff.gz
firefox_1.5.dfsg-1.dsc
  to pool/main/f/firefox/firefox_1.5.dfsg-1.dsc
firefox_1.5.dfsg-1_i386.deb
  to pool/main/f/firefox/firefox_1.5.dfsg-1_i386.deb
firefox_1.5.dfsg.orig.tar.gz
  to pool/main/f/firefox/firefox_1.5.dfsg.orig.tar.gz
mozilla-firefox_1.5.dfsg-1_i386.deb
  to pool/main/f/firefox/mozilla-firefox_1.5.dfsg-1_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Eric Dorland <[EMAIL PROTECTED]> (supplier of updated firefox 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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 16 Dec 2005 11:37:23 -0500
Source: firefox
Binary: firefox-gnome-support firefox-dom-inspector mozilla-firefox firefox
Architecture: source i386
Version: 1.5.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland <[EMAIL PROTECTED]>
Changed-By: Eric Dorland <[EMAIL PROTECTED]>
Description: 
 firefox    - lightweight web browser based on Mozilla
 firefox-dom-inspector - tool for inspecting the DOM of pages in Mozilla Firefox
 firefox-gnome-support - Support for Gnome in Mozilla Firefox
 mozilla-firefox - Transition package for firefox rename
Closes: 341113 341682 341766
Changes: 
 firefox (1.5.dfsg-1) unstable; urgency=low
 .
   * New upstream release. No actual code changes from RC3. Took the
     opportunity to completely empty the /other-licenses directory of the
     upstream tarball.
   * configure, configure.in: Change MOZ_APP_DISPLAYNAME to Firefox, so we
     can be called Firefox without using
     --enable-official-branding. *grumble*
   * config/autoconf.mk.in, gfx/src/gtk/mozilla-decoder.cpp, configure.in:
     Apply patch from bz#305185 to fix problems building against gtk+ 2.8.
   * debian/control:
     - Build-Depend on libfreetype6-dev since we do link
       against it directly.
     - Add mozilla-firefox package for easy transition.
     - Conflict against older mozilla-firefox packages.
   * debian/firefox-runner:
     - Fix typo. (Closes: #341113)
     - Check /usr/lib/mozilla-firefox/plugins for plugins too for the
       time being. (Closes: #341682)
   * debian/firefox-dom-inspector.preinst: Remove, not needed since the
     name change.
   * debian/firefox.preinst:
     - Remove old upgrade code.
     - Move old mozilla-firefox configs into place on install.
   * debian/mozilla-firefox.preinst: Move upgrade code in here. Remove
     mozilla-firefox alternative.
   * debian/mozilla-firefox.postrm: Remove /etc/mozilla-firefox on purge.
 .
   * Some patches missed when merging from Mike Hommey:
   * browser/locales/en-US/searchplugins/answers.src: Change updateDays to
     0.
   * config/mkdepend/imakemdep.h: Define for amd64.
   * configure, configure.in: Visibility patch for recent gcc's. (Closes:
     #341766)
   * modules/libpref/src/nsPrefService.cpp: Patch to load preferences from
     defaults/syspref.
   * content/events/src/nsEventStateManager.cpp: Extended mouse events
     patch.
   * gfx/idl/nsIFreeType2.idl, gfx/src/freetype/nsFreeType.cpp,
     gfx/src/freetype/nsFreeType.h, gfx/src/ps/nsFontMetricsPS.h,
     gfx/src/x11shared/nsFontFreeType.cpp,
     gfx/src/x11shared/nsFontFreeType.h,
     layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp: Patch to
     use new freetype API.
Files: 
 8192286908fd8c147cd77b349be03d4c 987 web optional firefox_1.5.dfsg-1.dsc
 675d318de6cc8193067d00ca152aa11d 41961783 web optional 
firefox_1.5.dfsg.orig.tar.gz
 b9e30f4b6b99c728cda5ad828fad9f29 210306 web optional firefox_1.5.dfsg-1.diff.gz
 9123563742801e44b74a1f739f69823e 7769758 web optional 
firefox_1.5.dfsg-1_i386.deb
 3fc6aff4c2f29d450647eb4318a70072 204518 web optional 
firefox-dom-inspector_1.5.dfsg-1_i386.deb
 e03b8eccd52a5bd7ef1a02cf98779878 65722 web optional 
firefox-gnome-support_1.5.dfsg-1_i386.deb
 aedce287e4cf83041e2205ba3f4fe56e 41274 web optional 
mozilla-firefox_1.5.dfsg-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDov6NYemOzxbZcMYRAl1LAJ9HsxZEL9ZNIs9mT2b+mybXQQMcOACgsjgl
Xp3jCXqN3mcQ3sVkwvn+3xI=
=Ht2i
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to