#16294 closed defect (fixed)
libogg-1.1.3_2 destroot fails when doing parallel build
Reported by: | guidolorenz@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | libogg parallel destroot | Cc: | nox@… |
Port: |
Description
With parallel build enabled, the destroot phase fails for libogg:
Making install in include Making install in ogg make[3]: Nothing to be done for `install-exec-am'. test -z "/opt/local/include/ogg" || /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libogg/work/libogg-1.1.3/install-sh -d "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libogg/work/destroot/opt/local/include/ogg" test -z "/opt/local/include/ogg" || /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libogg/work/libogg-1.1.3/install-sh -d "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libogg/work/destroot/opt/local/include/ogg" mkdir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libogg/work/destroot/opt/local/include/ogg: File exists make[3]: *** [install-nodist_oggincludeHEADERS] Error 1 make[3]: *** Waiting for unfinished jobs.... /usr/bin/install -m 644 'ogg.h' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libogg/work/destroot/opt/local/include/ogg/ogg.h' /usr/bin/install -m 644 'os_types.h' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libogg/work/destroot/opt/local/include/ogg/os_types.h' make[2]: *** [install-am] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1
The problem does not occur when running the command with build.jobs=1.
Change History (4)
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r39226. Thanks for reporting.
Note: See
TracTickets for help on using
tickets.
Thanks. This doesn't happen with MacPorts trunk because it no longer adds the -j option during destroot. Until MacPorts 1.7.0 is released we can probably find a workaround. I'll look into it later.