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
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
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
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
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
-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
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 .
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
** 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 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
(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
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
12 matches
Mail list logo