Your message dated Sat, 26 Apr 2008 13:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#476019: fixed in libmatthew-java 0.7.1-1
has caused the Debian Bug report #476019,
regarding libmatthew-java: FTBFS: cgi-java.c:32: undefined reference to 
`environ'
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.)


-- 
476019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476019
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libmatthew-java
Version: 0.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:
> make[2]: Entering directory `/build/user/libmatthew-java-0.6'
> mkdir -p classes
> cpp -C -P -DDEBUGSETTING=false < cx/ath/matthew/debug/Debug.jpp > 
> cx/ath/matthew/debug/Debug.java
> /usr/lib/jvm/java-gcj/bin/javac -source 5.0 -cp classes -d classes 
> cx/ath/matthew/debug/Debug.java cx/ath/matthew/utils/Hexdump.java
> ----------
> 1. WARNING in cx/ath/matthew/debug/Debug.java (at line 102)
>       private static Class saveclass = null;
>                      ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 2. WARNING in cx/ath/matthew/debug/Debug.java (at line 104)
>       private static Map filterMap = new HashMap();
>                      ^^^
> Map is a raw type. References to generic type Map<K,V> should be parameterized
> ----------
> 3. WARNING in cx/ath/matthew/debug/Debug.java (at line 104)
>       private static Map filterMap = new HashMap();
>                                          ^^^^^^^
> HashMap is a raw type. References to generic type HashMap<K,V> should be 
> parameterized
> ----------
> 4. WARNING in cx/ath/matthew/debug/Debug.java (at line 150)
>       public static boolean debugging(Class c, int loglevel)
>                                       ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 5. WARNING in cx/ath/matthew/debug/Debug.java (at line 215)
>       printMap(DEBUG, (Map) d);
>                        ^^^
> Map is a raw type. References to generic type Map<K,V> should be parameterized
> ----------
> 6. WARNING in cx/ath/matthew/debug/Debug.java (at line 230)
>       saveclass = (Class) o;
>                    ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 7. WARNING in cx/ath/matthew/debug/Debug.java (at line 249)
>       saveclass = (Class) o;
>                    ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 8. WARNING in cx/ath/matthew/debug/Debug.java (at line 267)
>       saveclass = (Class) o;
>                    ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 9. WARNING in cx/ath/matthew/debug/Debug.java (at line 285)
>       saveclass = (Class) o;
>                    ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 10. WARNING in cx/ath/matthew/debug/Debug.java (at line 300)
>       public static void print(Class c, int loglevel, Throwable t)
>                                ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 11. WARNING in cx/ath/matthew/debug/Debug.java (at line 386)
>       public static void print(Class c, int loglevel, Object d)
>                                ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 12. WARNING in cx/ath/matthew/debug/Debug.java (at line 401)
>       public static void print(Class c, int loglevel, String s)
>                                ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 13. WARNING in cx/ath/matthew/debug/Debug.java (at line 462)
>       public static void printMap(Object o, int loglevel, Map m)
>                                                           ^^^
> Map is a raw type. References to generic type Map<K,V> should be parameterized
> ----------
> 14. WARNING in cx/ath/matthew/debug/Debug.java (at line 466)
>       saveclass = (Class) o;
>                    ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 15. WARNING in cx/ath/matthew/debug/Debug.java (at line 480)
>       public static void printMap(Class c, int loglevel, Map m)
>                                   ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 16. WARNING in cx/ath/matthew/debug/Debug.java (at line 480)
>       public static void printMap(Class c, int loglevel, Map m)
>                                                          ^^^
> Map is a raw type. References to generic type Map<K,V> should be parameterized
> ----------
> 17. WARNING in cx/ath/matthew/debug/Debug.java (at line 491)
>       public static void printMap(Map m)
>                                   ^^^
> Map is a raw type. References to generic type Map<K,V> should be parameterized
> ----------
> 18. WARNING in cx/ath/matthew/debug/Debug.java (at line 500)
>       public static void printMap(int loglevel, Map m)
>                                                 ^^^
> Map is a raw type. References to generic type Map<K,V> should be parameterized
> ----------
> 19. WARNING in cx/ath/matthew/debug/Debug.java (at line 511)
>       Iterator i = m.keySet().iterator();
>       ^^^^^^^^
> Iterator is a raw type. References to generic type Iterator<E> should be 
> parameterized
> ----------
> 20. WARNING in cx/ath/matthew/debug/Debug.java (at line 573)
>       public static void addFilterCommand(Class c, FilterCommand f)
>                                           ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 21. WARNING in cx/ath/matthew/debug/Debug.java (at line 576)
>       filterMap.put(c, f);
>       ^^^^^^^^^^^^^^^^^^^
> Type safety: The method put(Object, Object) belongs to the raw type Map. 
> References to generic type Map<K,V> should be parameterized
> ----------
> 22. WARNING in cx/ath/matthew/debug/Debug.java (at line 578)
>       private static void _print(Class c, int level, String loc, String 
> extra, String message, String[] lines)
>                                  ^^^^^
> Class is a raw type. References to generic type Class<T> should be 
> parameterized
> ----------
> 22 problems (22 warnings)rm -f .enabledebug
> touch .disabledebug
> make[2]: Leaving directory `/build/user/libmatthew-java-0.6'
> echo "Class-Path: /usr/share/java/hexdump.jar" > Manifest
> (cd classes;jar cfm ../debug-disable-1.1.jar ../Manifest 
> cx/ath/matthew/debug/*.class)
> (cd classes; /usr/bin/fastjar cf ../io-0.1.jar cx/ath/matthew/io/*class)
> (cd classes; /usr/bin/fastjar cf ../hexdump-0.2.jar 
> cx/ath/matthew/utils/Hexdump.class)
> /usr/lib/jvm/java-gcj/bin/javah -classpath classes -o cgi-java.h 
> cx.ath.matthew.cgi.CGI
> cc -g -O2 -I/usr/lib/jvm/java-gcj/include 
> -I/usr/lib/jvm/java-gcj/include/linux -c -o cgi-java.o cgi-java.c
> ld  -o libcgi-java.so cgi-java.o
> ld: warning: cannot find entry symbol _start; defaulting to 0000000008048080
> cgi-java.o: In function `Java_cx_ath_matthew_cgi_CGI_getfullenv':
> /build/user/libmatthew-java-0.6/cgi-java.c:32: undefined reference to 
> `environ'
> /build/user/libmatthew-java-0.6/cgi-java.c:34: undefined reference to 
> `environ'
> /build/user/libmatthew-java-0.6/cgi-java.c:34: undefined reference to 
> `environ'
> cgi-java.o: In function `Java_cx_ath_matthew_cgi_CGI_getenv':
> /build/user/libmatthew-java-0.6/cgi-java.c:42: undefined reference to `getenv'
> cgi-java.o: In function `Java_cx_ath_matthew_cgi_CGI_setenv':
> /build/user/libmatthew-java-0.6/cgi-java.c:54: undefined reference to `setenv'
> make[1]: *** [libcgi-java.so] 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: libmatthew-java
Source-Version: 0.7.1-1

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

libcgi-java_0.7.1-1_amd64.deb
  to pool/main/libm/libmatthew-java/libcgi-java_0.7.1-1_amd64.deb
libmatthew-debug-java_0.7.1-1_all.deb
  to pool/main/libm/libmatthew-java/libmatthew-debug-java_0.7.1-1_all.deb
libmatthew-io-java_0.7.1-1_all.deb
  to pool/main/libm/libmatthew-java/libmatthew-io-java_0.7.1-1_all.deb
libmatthew-java-doc_0.7.1-1_all.deb
  to pool/main/libm/libmatthew-java/libmatthew-java-doc_0.7.1-1_all.deb
libmatthew-java_0.7.1-1.diff.gz
  to pool/main/libm/libmatthew-java/libmatthew-java_0.7.1-1.diff.gz
libmatthew-java_0.7.1-1.dsc
  to pool/main/libm/libmatthew-java/libmatthew-java_0.7.1-1.dsc
libmatthew-java_0.7.1.orig.tar.gz
  to pool/main/libm/libmatthew-java/libmatthew-java_0.7.1.orig.tar.gz
libunixsocket-java_0.7.1-1_amd64.deb
  to pool/main/libm/libmatthew-java/libunixsocket-java_0.7.1-1_amd64.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.
Matthew Johnson <[EMAIL PROTECTED]> (supplier of updated libmatthew-java 
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: Sat, 26 Apr 2008 13:27:43 +0100
Source: libmatthew-java
Binary: libunixsocket-java libmatthew-io-java libmatthew-debug-java libcgi-java 
libmatthew-java-doc
Architecture: source amd64 all
Version: 0.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Matthew Johnson <[EMAIL PROTECTED]>
Changed-By: Matthew Johnson <[EMAIL PROTECTED]>
Description: 
 libcgi-java - CGI library for Java
 libmatthew-debug-java - Debugging library for Java
 libmatthew-io-java - Extra IO library for Java
 libmatthew-java-doc - API documentation for the libmatthew-java libraries
 libunixsocket-java - Unix socket API and bindings for Java
Closes: 476019 477878
Changes: 
 libmatthew-java (0.7.1-1) unstable; urgency=low
 .
   * New Upstream Release (Closes: #476019)
   * Change to use default-jdk-builddep (Closes: #477878)
Checksums-Sha1: 
 90d77ccc6d2dc9197628db813e20381973de135f 1153 libmatthew-java_0.7.1-1.dsc
 718ddd9fdf56a01af5dac66309db8ed5825e1a6f 38375 
libmatthew-java_0.7.1.orig.tar.gz
 b3d843fc3e3eab2b2bbc6d5fdecddba1355bacbe 2989 libmatthew-java_0.7.1-1.diff.gz
 d4c40255c35930e3ca024f3f9ab1069846864e43 13424 
libunixsocket-java_0.7.1-1_amd64.deb
 4755043af706c82b6b0c0acdaaa263f21a7441ed 19056 libcgi-java_0.7.1-1_amd64.deb
 3e7ed584767f60f520dd000a6def3487a0d112b3 10814 
libmatthew-io-java_0.7.1-1_all.deb
 3a1390591d064c1df9edf112fdf0fb665c2fe8d0 11544 
libmatthew-debug-java_0.7.1-1_all.deb
 7ebd1a58808e995059ba3b1ad44b49f273a2bb7c 32590 
libmatthew-java-doc_0.7.1-1_all.deb
Checksums-Sha256: 
 0dd3967a26a10e25701c8046a0396ca31cba03cfb2a9d22a46e708e3aecb6f8b 1153 
libmatthew-java_0.7.1-1.dsc
 e8cdf35b54683a893f739130972f55aded2ed13fc14db0da516fe7a3cbb6318c 38375 
libmatthew-java_0.7.1.orig.tar.gz
 285761276096ebac57c9889fe1e916ce46f60757a8b2c7d6d16840ad180d547a 2989 
libmatthew-java_0.7.1-1.diff.gz
 1c8747ae7823fa12564e36cbc4c4e8bfeb6086d463f0b09932c666950da2a705 13424 
libunixsocket-java_0.7.1-1_amd64.deb
 1dc6cfd43241127b6428313dbbd6cce47ac800941bc5064beb79ce1fc74dfabb 19056 
libcgi-java_0.7.1-1_amd64.deb
 b2c47f8efba3b7082cb94ce04858e06c1b1b0495a774328efa2130576a429bac 10814 
libmatthew-io-java_0.7.1-1_all.deb
 1d037f95302f839df08f7fca2181b1c4985d869ac9724673c425e1948446a308 11544 
libmatthew-debug-java_0.7.1-1_all.deb
 73e90c631ff82ffd85988157188e0b56d8c1ad963c382f862f51eb782c38c426 32590 
libmatthew-java-doc_0.7.1-1_all.deb
Files: 
 20142f33944f90541e63a87e8e7fc237 1153 libs optional libmatthew-java_0.7.1-1.dsc
 d6145d37c6d289713d68c5745eab23af 38375 libs optional 
libmatthew-java_0.7.1.orig.tar.gz
 06eb6daa63dc7766213f87f65bcdbfcc 2989 libs optional 
libmatthew-java_0.7.1-1.diff.gz
 f03a698d4779243026b95f2bbc1e6c8c 13424 libs optional 
libunixsocket-java_0.7.1-1_amd64.deb
 ec2934c81a4991a5fbd23ec91abdfc30 19056 libs optional 
libcgi-java_0.7.1-1_amd64.deb
 2a9606ed1b1042dd6d7f959cf1c5d00d 10814 libs optional 
libmatthew-io-java_0.7.1-1_all.deb
 7770a99c45aa1cc782bfe04ac0897175 11544 libs optional 
libmatthew-debug-java_0.7.1-1_all.deb
 f208f13faa0b3ac657260b1bfb718fd0 32590 doc optional 
libmatthew-java-doc_0.7.1-1_all.deb

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

iD8DBQFIEyX6pldmHVvob7kRAiOjAJ98s6NODkiqYc5GKne+4uFXiWjUBQCgp/jE
WLgVf88hZqVHgTHT4CEmGtI=
=IIyY
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to