[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-09-15 Thread Daniel Holbach
Could you please forward the additional changes to upstream? -- libmatthew-java 0.7.1-1 refuse to build https://bugs.launchpad.net/bugs/239765 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-09-15 Thread Launchpad Bug Tracker
This bug was fixed in the package libmatthew-java - 0.7.1-1ubuntu1 --- libmatthew-java (0.7.1-1ubuntu1) intrepid; urgency=low * Fix for FTBFS. (LP: #239765) * debian/control - Remove unneeded build dependency classpath-doc. - Modify 'Maintainer' field. * debian/rules

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-09-13 Thread Onkar Shinde
Marking as confirmed since debdiff is attached. ** Changed in: libmatthew-java (Ubuntu) Status: New => Confirmed -- libmatthew-java 0.7.1-1 refuse to build https://bugs.launchpad.net/bugs/239765 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-09-13 Thread Onkar Shinde
Please find attached a debdiff incorporating all the suggestions with additional few of my own. ** Attachment added: "libmatthew-java_0.7.1-1ubuntu1.debdiff" http://launchpadlibrarian.net/17598110/libmatthew-java_0.7.1-1ubuntu1.debdiff -- libmatthew-java 0.7.1-1 refuse to build https://bugs.l

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-07-22 Thread Michael Bienia
I've managed to fix some of the errors in unix-java.c: lines 384-386: a creds is a pointer to a struct (see line 383), it should be creds->pid instead of creds.pid (the same for gid and uid) lines 425 and 427: replace msgh with msg But I didn't figure out yet how to fix the other errors: line 4

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-07-03 Thread Sveinung
-D_GNU_SOURCE introduces the same problem on Debian so I guess that is not the solution -- libmatthew-java 0.7.1-1 refuse to build https://bugs.launchpad.net/bugs/239765 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-07-03 Thread Sveinung
Adding -D_GNU_SOURCE (to get acess to ucred that is cr's type) to the cflags fixes this, but brings on a new problem. 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 .

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-06-29 Thread Sveinung
When LDFLAGS="-Bsymbolic-functions -fpic -shared -lc" \ is added it don't have problem with ld any longer, but gives the error. cc -g -O2 -fpic -Wall -Os -pedantic -std=c99 -Werror -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -c -o unix-java.o unix-java.c unix-ja

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-06-16 Thread Bug Watch Updater
** Changed in: libmatthew-java (Debian) Status: Unknown => Fix Released -- libmatthew-java 0.7.1-1 refuse to build https://bugs.launchpad.net/bugs/239765 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-06-15 Thread Sveinung
** Bug watch added: Debian Bug tracker #476019 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476019 ** Also affects: libmatthew-java (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476019 Importance: Unknown Status: Unknown -- libmatthew-java 0.7.1-1 refuse to bu

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-06-13 Thread Sveinung
(it also get the same error if only -Wl is removed) -- libmatthew-java 0.7.1-1 refuse to build https://bugs.launchpad.net/bugs/239765 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-06-13 Thread Sveinung
Seems like I was wrong. It will fail even if the default flags are blocked: >From the build log after blanking out the flags from dpkg-buildpackage ld -o libcgi-java.so cgi-java.o ld: warning: cannot find entry symbol _start; defaulting to 004000e8 cgi-java.o: In function `Java_cx_ath_mat