Your message dated Tue, 15 Apr 2008 12:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#475974: fixed in cairodevice 2.6.1-1
has caused the Debian Bug report #475974,
regarding cairodevice: FTBFS: cairoDevice.c:1049: error: 'NewDevDesc' has no
member named 'newDevStruct'
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 [EMAIL PROTECTED]
immediately.)
--
475974: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475974
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: cairodevice
Version: 2.6-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080413 qa-ftbfs
Justification: FTBFS on i386
Hi,
During a rebuild of all packages in sid, your package failed to build on i386.
This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).
Relevant part:
> gcc -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
> -g -fpic -g -O2 -c cairoDevice.c -o cairoDevice.o
> In file included from cairoDevice.c:1:
> cairoDevice.h:92:1: warning: "BEGIN_SUSPEND_INTERRUPTS" redefined
> In file included from /usr/share/R/include/R_ext/GraphicsEngine.h:183,
> from /usr/share/R/include/Rdevices.h:37,
> from cairoDevice.h:18,
> from cairoDevice.c:1:
> /usr/share/R/include/R_ext/GraphicsDevice.h:723:1: warning: this is the
> location of the previous definition
> In file included from cairoDevice.c:1:
> cairoDevice.h:93:1: warning: "END_SUSPEND_INTERRUPTS" redefined
> In file included from /usr/share/R/include/R_ext/GraphicsEngine.h:183,
> from /usr/share/R/include/Rdevices.h:37,
> from cairoDevice.h:18,
> from cairoDevice.c:1:
> /usr/share/R/include/R_ext/GraphicsDevice.h:726:1: warning: this is the
> location of the previous definition
> cairoDevice.c: In function 'configureCairoDevice':
> cairoDevice.c:1049: error: 'NewDevDesc' has no member named 'newDevStruct'
> cairoDevice.c:1051: error: 'NewDevDesc' has no member named 'open'
> cairoDevice.c:1058: warning: assignment from incompatible pointer type
> cairoDevice.c:1059: warning: assignment from incompatible pointer type
> cairoDevice.c:1067: error: 'NewDevDesc' has no member named 'hold'
> cairoDevice.c:1069: warning: assignment from incompatible pointer type
> cairoDevice.c:1112: error: 'NewDevDesc' has no member named 'canResizePlot'
> cairoDevice.c:1113: error: 'NewDevDesc' has no member named 'canChangeFont'
> cairoDevice.c:1114: error: 'NewDevDesc' has no member named 'canRotateText'
> cairoDevice.c:1115: error: 'NewDevDesc' has no member named 'canResizeText'
> cairoDevice.c: In function 'initCairoDevice':
> cairoDevice.c:1190: error: 'NewDevDesc' has no member named 'displayList'
> make[1]: *** [cairoDevice.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2008/04/13
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment. Internet was not accessible from the build systems.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: cairodevice
Source-Version: 2.6.1-1
We believe that the bug you reported is fixed in the latest version of
cairodevice, which is due to be installed in the Debian FTP archive:
cairodevice_2.6.1-1.diff.gz
to pool/main/c/cairodevice/cairodevice_2.6.1-1.diff.gz
cairodevice_2.6.1-1.dsc
to pool/main/c/cairodevice/cairodevice_2.6.1-1.dsc
cairodevice_2.6.1.orig.tar.gz
to pool/main/c/cairodevice/cairodevice_2.6.1.orig.tar.gz
r-cran-cairodevice_2.6.1-1_i386.deb
to pool/main/c/cairodevice/r-cran-cairodevice_2.6.1-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.
Dirk Eddelbuettel <[EMAIL PROTECTED]> (supplier of updated cairodevice 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.8
Date: Tue, 15 Apr 2008 05:48:01 -0500
Source: cairodevice
Binary: r-cran-cairodevice
Architecture: source i386
Version: 2.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Changed-By: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Description:
r-cran-cairodevice - GNU R Cairo/Gtk2 device driver package
Closes: 475974
Changes:
cairodevice (2.6.1-1) unstable; urgency=low
.
* New upstream release (Closes: #475974)
.
* Rebuilding under the current R version
* debian/control: Updated (Build-)Depends accordingly
Checksums-Sha1:
ee1ce8a3d51efcd29341ff2fe5d806fedcb69133 1042 cairodevice_2.6.1-1.dsc
fe63bc4f0781cf4500aa2442eb0e55b61335ef50 35064 cairodevice_2.6.1.orig.tar.gz
a8d4d43ff020d0629ea147705a70ba045628a01a 1920 cairodevice_2.6.1-1.diff.gz
42f3ae8db29aea63d75ca72951f87b832e188ebf 29740
r-cran-cairodevice_2.6.1-1_i386.deb
Checksums-Sha256:
1401844774bb2123f48a7b6a705b900e7d0b0b1a316779d33d7a9183bd43c517 1042
cairodevice_2.6.1-1.dsc
8aeec06e03c8af8faf9fc433606ee69160e10486fa676cb3eaf436a325654e3f 35064
cairodevice_2.6.1.orig.tar.gz
f586b46c87211a4d18f1ec14bc14b3c4afa061cb56fbd1d4ecf82ec1b4adfb65 1920
cairodevice_2.6.1-1.diff.gz
c65e44f9032847bd92ac388f7ac09156ede186ff492981afdb5e8f282946107f 29740
r-cran-cairodevice_2.6.1-1_i386.deb
Files:
32d2bfe573ac0f3554787e660b3c8c84 1042 math optional cairodevice_2.6.1-1.dsc
fbef050351c2899bbc519eb7a01e7c73 35064 math optional
cairodevice_2.6.1.orig.tar.gz
b7b145bcba9b2f59523d2e02bdfb8e9f 1920 math optional cairodevice_2.6.1-1.diff.gz
2953e79aecc394f0451d3e6eafc13c85 29740 math optional
r-cran-cairodevice_2.6.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIBIlpCZSR95Gw07cRAtTCAJ0W+Ufp+wHrz7SZhJm7/wCjN3pjhgCdHqqZ
ooykpmQNPQy/8fni025AJ+8=
=UrMK
-----END PGP SIGNATURE-----
--- End Message ---