<div dir="ltr">Hello,<div><br></div><div>I'm trying to build my application using pyqtdeploy 2.1, ndk r10e with android platform 21.</div><div>Building sysroot succeeds but building the application fails, the error I get is</div><div><br></div><div><div>grpmodule.o:grpmodule.c:function grp_getgrall: error: undefined reference to 'setgrent'</div><div>grpmodule.o:grpmodule.c:function grp_getgrall: error: undefined reference to 'getgrent'</div><div>grpmodule.o:grpmodule.c:function grp_getgrall: error: undefined reference to 'endgrent'</div><div>grpmodule.o:grpmodule.c:function grp_getgrall: error: undefined reference to 'endgrent'</div></div><div><br></div><div>If I manually "empty" the function (so it just creates a PyObject and returns it) things seem to work but it might bite me back later in a form of some weird errors.</div><div><br></div><div><br></div><div>My json file I used to build my sysroot</div><div><br></div><div><div>{</div><div>    "Description": "A skeleton sysroot specification.",</div><div><br></div><div>    "qt5": {</div><div>        "android#qt_dir":           "/home/name/Qt/*/android_armv7"</div><div>    },</div><div>    "python": {</div><div>        "build_host_from_source":true,</div><div>        "build_target_from_source": true,</div><div>        "source": "Python-3.6.4.tar.xz"</div><div>    },</div><div><br></div><div>    "sip": {</div><div>        "source": "sip-4.19.8.tar.gz"</div><div>    },</div><div><br></div><div>    "pyqt5": {</div><div>        "android#disabled_features":    [</div><div>                "PyQt_Desktop_OpenGL", "PyQt_Printer", "PyQt_PrintDialog",</div><div>                "PyQt_PrintPreviewDialog", "PyQt_PrintPreviewWidget"</div><div>        ],</div><div>        "source": "PyQt5_gpl-5.10.1.tar.gz",</div><div>        "android#modules":              [</div><div>                "QtCore", "QtGui", "QtNetwork", "QtQml", "QtQuick", "QtSvg", "QtWidgets",</div><div>                "QtAndroidExtras"</div><div>        ]</div><div>    }</div><div>}</div></div><div><br></div><div><br></div><div>Also somewhat not relevant question but when is the next PyPi release expected? The current one does not support Python 3.6.5 but as I saw the pyqtdeploy source it already does.</div><div><br></div></div>