Control: reopen -1 Control: found -1 src:flex/2.6.0-8 On Wed, Feb 17, 2016 at 06:21:05AM +0000, Debian Bug Tracking System wrote: > * Bug fix: "runs host arch binaries during build via help2man", thanks > to Helmut Grohne. The change from the previous patch is that the flex > binary now is created in ./src/ (Closes: #762180).
The cross build now fails for a different reason: The build tries to run flex, but no flex was requested via Build-Depends. Apparently you missed the part of my bug report saying that you need to add: Build-Depends: flex <cross> Note that if you end up not dropping the flex -> libfl-dev dependency and end up using my package renaming dance, this dependency will have to become: Build-Depends: flex:native <cross> Helmut

