Bug 33148 - building mdds fails because of mdds 0.5.1 ist not bundled but mdds 0.3.0
Summary: building mdds fails because of mdds 0.5.1 ist not bundled but mdds 0.3.0
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
3.3.0 RC3
Hardware: All Linux (All)
: low trivial
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-15 05:44 UTC by Gerold Jens Wucherpfennig
Modified: 2011-01-15 10:07 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerold Jens Wucherpfennig 2011-01-15 05:44:33 UTC
When compiling mdds at libreoffice 3.3.0 RC3 it will fail,
because the download script only downloads mdds 0.3.0 and
not mdds 0.5.1.

mdds 0.5.1 has to be downloaded and put to
src/5d991377b0ee1ae396c82963bc0084c1-mdds_0.5.1.tar.bz2
Comment 1 Rene Engelhard 2011-01-15 08:18:02 UTC
3.3 wants 0.3.0 and that is correct. (and it actually will fail to build with 0.5.x)

What needs 0.5.x is *master* (aka to-be-3.4), and guess what?:

rene@frodo:~/LibreOffice/master/build/bootstrap$ grep mdds ooo.lst 
5d991377b0ee1ae396c82963bc0084c1-mdds_0.5.1.tar.bz2

-> INVALID
Comment 2 Gerold Jens Wucherpfennig 2011-01-15 08:56:45 UTC
I downloaded:

http://download.documentfoundation.org/libreoffice/src/libreoffice-build-3.3.0.3.tar.gz

then unpacked it, then used "autogen.sh", then used the script "download".
The script "download" downloads
cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2

But in In clone/bootstrap/ooo.lst there is
5d991377b0ee1ae396c82963bc0084c1-mdds_0.5.1.tar.bz2

When building LibreOffice I get the error in the module mdds
that mdds 0.5.1 is not available...

Is there something wrong with my setup?
Comment 3 Rene Engelhard 2011-01-15 09:14:44 UTC
most probably:

rene@frodo:~/LibreOffice/libreoffice-3-3/build/clone/bootstrap$ git status ooo.lst
# On branch libreoffice-3-3
nothing to commit (working directory clean)

rene@frodo:~/LibreOffice/libreoffice-3-3/build/clone/bootstrap$ grep mdds ooo.lst 
cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2

Are you sure ./download got the correct branch (libreoffice-3-3) instead of master? I wouldn't think so. Switch your clones to libreoffice-3-3 then
(bin/g checkout -b libreoffice-3-3 origina/libreoffice-3-3).

Might be a bug in download, but it surely is not a bug in the mdds version required.
Comment 4 Gerold Jens Wucherpfennig 2011-01-15 10:07:19 UTC
Thanks, I had master instead of the 3.3 branch...