https://bugs.winehq.org/show_bug.cgi?id=45559
Bug ID: 45559 Summary: Compile with missing dependency package "libxml-libxml-perl" Product: Wine Version: 3.0.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: wzhy90@gmail.com Distribution: ---
Using Linux Mint 19, download the code with apt-get source and compile it using dpkg-buildpackage. Have already run apt-get build-dep wine-stable but still missing this package: libxml-libxml-perl
When it configure, error shows these ``` cd dlls/opengl32 && ./make_opengl Can't locate XML/LibXML.pm in @INC (you may need to install the XML::LibXML module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ./make_opengl line 3. BEGIN failed--compilation aborted at ./make_opengl line 3. debian/rules:111: recipe for target 'override_dh_auto_configure' failed make[1]: *** [override_dh_auto_configure] Error 2 make[1]: Leaving directory '/home/wzhy90/wine-3.0' debian/rules:108: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 ```