Created attachment 104005 [details] configure output and invocation When running "make build" on libreoffice-4.3.0.4 release, I get the following error: Makefile:197: *** fetch__Download_item: libreoffice-dictionaries-4.3.0.4.tar.xz is empty. Stop. Issue has also been reported downstream [1]. configure.log, which contains output of ./configure command and the arguments it has been run with is attached. make.log and the actual build error is also attached. [1] http://wiki.linuxfromscratch.org/blfs/ticket/5311
Created attachment 104006 [details] make output
Soo, could you show me the patch you apply to Makefile.fetch ?
I don't apply any patches. Only 2 seds: sed -e "/gzip -f/d" \ -e "s/.1.gz/.1/g" \ -i bin/distro-install-desktop-integration sed -e "/distro-install-file-lists/d" -i Makefile.in chmod +x bin/unpack-sources
Yes you do... Because the error tells me that line 197 of your Makefile.fetch contains libreoffice-dictionaries-4.3.0.4.tar.xz \ , which most certainly does not come from us.
Error says "Makefile", not "Makefile.fetch" and "Makefile" is generated by configure. Makefile.fetch line 197 contains the following: $(call fetch_Optional,REVENGE,REVENGE_TARBALL) \ While Makefile line 197 contains the following: $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),\ $(call fetch_Download_item,http://download.documentfoundation.org/libreoffice/src/$(shell echo $(gb_LO_VER) | sed -e "s/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/"),libreoffice-$(i)-$(gb_LO_VER).tar.xz,no-check))
That is embarrassing... Anyway, I see what the problem is. It has not been discovered sooner as no distro uses the automatic fetching of tarballs.
David Tardon committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=922b03f0818baa65e4c036f58fe7f8c29776b81e fdo#82136 fix download of submodule tarballs The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
It's downloading fine now. Any chance that this gets included in 4.3.1 release?
I submitted the fix for review: https://gerrit.libreoffice.org/#/c/10738/
David Tardon committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6cbe7ec6a027aab829e1a800542ec3796ec719ae&h=libreoffice-4-3 fdo#82136 fix download of submodule tarballs It will be available in LibreOffice 4.3.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.