[MacPorts] #58850: VLC @3.0.7 fails due to "write error" -- fixed by disabling parallel building

MacPorts noreply at macports.org
Sun Aug 18 19:39:44 UTC 2019


#58850: VLC @3.0.7 fails due to "write error" -- fixed by disabling parallel
building
--------------------+----------------------
 Reporter:  kencu   |      Owner:  RJVB
     Type:  defect  |     Status:  assigned
 Priority:  Normal  |  Milestone:
Component:  ports   |    Version:
 Keywords:          |       Port:  vlc
--------------------+----------------------
 During the build of VLC on my 10.14 MacPro many-core machine, I repeatedly
 was getting this error:

 {{{
 libtool: link: /usr/bin/grep -E -e "^vlc_entry"
 ".libs/libmotion_plugin.exp" > ".libs/libmotion_plugin.expT"
 libtool: link: ( cd ".libs" && rm -f "libi420_nv12_plugin.la" && ln -s
 "../libi420_nv12_plugin.la" "libi420_nv12_plugin.la" )
 libtool: link: mv -f ".libs/libmotion_plugin.expT"
 ".libs/libmotion_plugin.exp"
 libtool: link: ( cd ".libs" && rm -f "libhttps_plugin.la" && ln -s
 "../libhttps_plugin.la" "libhttps_plugin.la" )
 libtool: link: sed -e 's|^|_|' < .libs/libmotion_plugin.exp > .libs
 /libmotion_plugin-symbols.expsym
 libtool: link: /usr/bin/clang  -o .libs/libmotion_plugin.dylib -bundle
 control/.libs/motion.o   -Wl,-force_load,./.libs/libvlc_motion.a
 ../compat/.libs/libcompat.a -L/opt/local/lib
 -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_VLC/VLC/work/vlc-3.0.7.1/contrib/lib
 ../src/.libs/libvlccore.dylib -lintl -lidn -liconv -lm  -Os -arch x86_64
 -O3 -fstack-protector-strong -Wl,-framework -Wl,IOKit -Wl,-framework
 -Wl,CoreFoundation -Wl,-headerpad_max_install_names -Wl,-syslibroot
 -Wl,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
 -arch x86_64 -Wl,-headerpad_max_install_names
 -Wl,-exported_symbols_list,.libs/libmotion_plugin-symbols.expsym
 libtool: link: ( cd ".libs" && rm -f "librtp_plugin.la" && ln -s
 "../librtp_plugin.la" "librtp_plugin.la" )
 libtool: link: ( cd ".libs" && rm -f "libi420_10_p010_plugin.la" && ln -s
 "../libi420_10_p010_plugin.la" "libi420_10_p010_plugin.la" )
 libtool: link: ( cd ".libs" && rm -f "libmotion_plugin.la" && ln -s
 "../libmotion_plugin.la" "libmotion_plugin.la" )
 make[4]: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_VLC/VLC/work/vlc-3.0.7.1/modules'
 make[4]: write error
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_VLC/VLC/work/vlc-3.0.7.1/modules'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_VLC/VLC/work/vlc-3.0.7.1/modules'
 Making all in lib
 }}}

 It disappeared when I added
 {{{
 use_parallel_build no
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/58850>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list