atrigent 2017-02-03 09:52:32
is this not possible?
tw 2017-02-03 09:55:59
atrigent: you can rebuild the openjdk-8 package from backports against jessie locally and it will have the proper library links, probably.
atrigent 2017-02-03 09:56:31
library links aren't the issue...
tw 2017-02-03 09:56:35
Are you sure?
atrigent 2017-02-03 09:56:38
yes...
atrigent 2017-02-03 09:58:25
the only additional thing needed from jessie-backports is ca-certificates-java
atrigent 2017-02-03 09:59:03
do I really have to hold apt-get's hand here?
tw 2017-02-03 09:59:20
manually pull that file and gdebi file.deb ?
atrigent 2017-02-03 09:59:51
I'd also like to point out that this apparent lack of functionalit is distinctly against the ideal that you guys were stating earlier about restricting what you take from backports
atrigent 2017-02-03 10:00:10
if the finest tool you have for specifying that is the -t option
atrigent 2017-02-03 10:00:58
(the finest tool that doesn't involve doing apt-get's work for it, that is)
tw 2017-02-03 10:02:39
jdd: if you haven't already edited your makefile, you might try symlinking like: ln -s genisoimage /usr/bin/mkisofs
jdd 2017-02-03 10:05:21
tw: i will do just that, brb
tw 2017-02-03 10:05:31
jdd: this is your defect btw. https://github.com/genodelabs/genode/issues/2234
tw 2017-02-03 10:05:53
there is a patch in there for genode if the symlink does not work (it will)
jdd 2017-02-03 10:06:10
tw: your kung fu is strong and i thank you
benlue 2017-02-03 10:39:40
./shelltest: 19: ./shelltest: Syntax error: Unterminated quoted string. Any ideas? shelltest: http://paste.debian.net/912707/ mysqlfile.sql: http://paste.debian.net/912708/
greycat 2017-02-03 10:40:10
Find the unterminated string, or the unterminated syntax element, and fix it.
greycat 2017-02-03 10:40:35
At least you're pretty sure it's somewhere in the first 19 lines.
benlue 2017-02-03 10:43:36
greycat, can you see anywere 19 lines in both files?
greycat 2017-02-03 10:43:55
I am not going to open your code.
greycat 2017-02-03 10:44:23
If 19 was a command name instead of a line number then you're DEFINITELY on your own.