When I use "make -j1 V=s download" have a error (lcd4linux)

mkdir -p /home/de/openwrt/dl
SHELL= flock /home/de/openwrt/tmp/.lcd4linux-r1204.tar.bz2.flock -c '    echo "Checking out files from the svn repository..."; mkdir -p /home/de/openwrt/tmp/dl && cd /home/de/openwrt/tmp/dl && rm -rf lcd4linux-r1204 && [ \! -d lcd4linux-r1204 ] && ( svn help export | grep -q trust-server-cert && svn export --non-interactive --trust-server-cert -r1204 https://ssl.bulix.org/svn/lcd4linux/trunk/ lcd4linux-r1204 || svn export --non-interactive -r1204 https://ssl.bulix.org/svn/lcd4linux/trunk/ lcd4linux-r1204 ) && echo "Packing checkout..." && export TAR_TIMESTAMP="" &&   tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c lcd4linux-r1204 |    bzip2 -c > /home/de/openwrt/tmp/dl/lcd4linux-r1204.tar.bz2 && mv /home/de/openwrt/tmp/dl/lcd4linux-r1204.tar.bz2 /home/de/openwrt/dl/ && rm -rf lcd4linux-r1204;     '
Checking out files from the svn repository...
svn: E170013: Unable to connect to a repository at URL 'https://ssl.bulix.org/svn/lcd4linux/trunk'
svn: E175009: The XML response contains invalid XML
svn: E130003: Malformed XML: no element found
svn: E170013: Unable to connect to a repository at URL 'https://ssl.bulix.org/svn/lcd4linux/trunk'
svn: E175009: The XML response contains invalid XML
svn: E130003: Malformed XML: no element found
Makefile:303: recipe for target '/home/de/openwrt/dl/lcd4linux-r1204.tar.bz2' failed
make[2]: *** [/home/de/openwrt/dl/lcd4linux-r1204.tar.bz2] Error 1
make[2]: Leaving directory '/home/de/openwrt/feeds/packages/utils/lcd4linux'
time: package/feeds/packages/lcd4linux/custom/download#0.12#0.02#2.15
package/Makefile:111: recipe for target 'package/feeds/packages/lcd4linux/download' failed
make[1]: *** [package/feeds/packages/lcd4linux/download] Error 2

The original site for lcd4linux is dead.
The site has been changed to a fork in master.
https://git.openwrt.org/?p=feed/packages.git;a=commitdiff;h=d1b6c0c7976a9841acceda8c5f65c151134c1782;hp=620ba386b4ffd38911e7ddf0c864979c0f834a11

If you build from 19.07, you might backport that change locally.
Or @neheb might backport his commit 19.07 officially

I canceled that function,thank you so much

Weird. I would think https://sources.openwrt.org would have a tarball.

It does...

https://sources.openwrt.org/lcd4linux-r1204.tar.bz2

Place that in the dl directory.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.