Changes between Version 1 and Version 2 of Ticket #47496, comment 29


Ignore:
Timestamp:
Apr 29, 2015, 5:52:02 AM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47496, comment 29

    v1 v2  
    1212:info:build cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kmymoney4-devel/kmymoney4-devel/work/build/doc && /opt/local/bin/meinproc4 --stylesheet /opt/local/share/apps/ksgmltools2/customization/kde-include-man.xsl --check /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kmymoney4-devel/kmymoney4-devel/work/kmymoney/doc/man-kmymoney.1.docbook
    1313}}}
    14 Well, and the 1st one indeed uses a cache file {{{index.cache.bz2}}} which is also used in line 7300! Here we are!!!
     14Well, and the 1st one creates the cache file {{{index.cache.bz2}}} indicating that in line 7276
     15{{{
     16:info:build [  8%] Generating index.cache.bz2
     17}}}
     18while in line 7300 it already gets accessed in parallel for building the docu as notified in line 7293
     19{{{
     20:info:build [  9%] Generating kmymoney.1
     21}}}
     22Here we are!!!
    1523
    1624This is clearly a concurrency problem. Ian, thanks very much!!!
    1725
    18 It is strange, that this has never surfaced on Linux up to now... Does KDE's CI system build only non-concurrently? I guess I have to figure that out next.
     26'''It is strange, that this has never surfaced on Linux up to now... Does KDE's CI system build only non-concurrently? I guess I have to figure that out next.'''