Hi, just in case someone stumbles across this thread.. I finally figured out the cause of the compile problem: My upload included the generated .qmake.stash file. The file got regenerated on "make clean" and therefore was bundled by debuild. Deleting .qmake.stash as the final step in the "clean" target of my Makefile fixed the issue.
Regards Ben On Wed, 2017-11-15 at 20:40 +0100, Benjamin Mesing wrote: > Hi, > > I tried adding the export QT_SELECT statement to the rules file with no > difference. Also, I tried compiling on another porterbox > (partch.debian.org) and everything did compile fine. > > I am out of ideas. What do you mean by "ask for a give back". > > Any other ideas? > > Regards > > Ben > > > On Thu, 2017-11-02 at 18:32 -0300, Lisandro Damián Nicanor Pérez Meyer > wrote: > > If you add it in debian/rules then you know it will be set for the whole > > package build instead of just what the Makefile covers. > > > > It might also be a qtchooser issue, specially if you can't reproduce > > it on a porter box. If you want try another porter box and if > > everything goes ok ask for a give back or upload a new version.