On Thu, Apr 21, 2016 at 4:39 PM, Tobias Frost <[email protected]> wrote: > Source: gdcm > Followup-For: Bug #821959 > > Thanks Mathieu, that was it! > > Now builds fine on hurd, I used this patch: > > (note, as the package builds quite long, I did not check if the first part is > required)
Yes the first part is required. Those are the args to `$ javac -source [bla] -target [bla] ...`, I suspect that a java 1.5 implementation would reject a command line like $ javac -source 1.7 ....

