Bug 126218

Summary: Build fails: No target for Drivers-mysqlc.xcu
Product: LibreOffice Reporter: antifagmbh+lo
Component: BaseAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED INVALID    
Severity: normal CC: serval2412
Priority: medium    
Version: 6.4.0.0.alpha1+   
Hardware: All   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:

Description antifagmbh+lo 2019-07-03 18:04:26 UTC
Description:
I would like to become a LibO developer. My first build from master failed because of:

[UIA] modules/swxform
./core/solenv/gbuild/Configuration.mk:171: *** There is no target ./core/workdir/XcuModuleTarget/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers-mysqlc.xcu.  Stop.
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:282: build] Error 2

Steps to Reproduce:
1. clone master
2. compile

Actual Results:
./core/solenv/gbuild/Configuration.mk:171: *** There is no target ./core/workdir/XcuModuleTarget/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers-mysqlc.xcu.  Stop.

Expected Results:
compilation going through


Reproducible: Always


User Profile Reset: No



Additional Info:

I'm on ArchLinux and building with the following options: https://pastebin.com/g4GjqR3A
But even building without any config options gives me the above error.
Comment 1 Julien Nabet 2019-07-04 07:12:49 UTC
Did you follow this link:
https://wiki.documentfoundation.org/Development/BuildingOnLinux ?

So for a first build, you shouldn't put as much as elements in autogen.input
Also when looking at your autogen.input, I noticed you used:
--disable-database-connectivity twice

configure.ac indicates this:
989 AC_ARG_ENABLE(database-connectivity,
990     AS_HELP_STRING([--disable-database-connectivity],
991         [Disable various database connectivity. Work in progress, use only if you are hacking on it.])
(see https://opengrok.libreoffice.org/xref/core/configure.ac?r=b4141cad#990)

Finally, a build problem shouldn't put in a bugtracker but discussed on LO dev forum or on IRC so putting RESOLVED/INVALID.
Comment 2 antifagmbh+lo 2019-07-05 17:13:14 UTC
Please forgive my this issue, I didn't knew the rules.

I've deliberately added --disable-database-connectivity because I hoped it would me around the Drivers-mysqlc.xcu error.

Where is this LO dev forum located? Do you mean https://ask.libreoffice.org/de/questions/ ?