On Sun, 2016-07-17 at 21:28 +0100, Dominic Walden wrote: > Hi all, > > I've finally got around to using LibreCMC, and I'm impressed with how > nice it is. > > I've been trying to build my own. I followed the instructions in > https://librecmc.org/librecmc/wiki?name=Build+HOWTO, getting the > v1.3.x > branch. > > After doing "make menuconfig" and then "make V=s" I get the below > output: > <output> > converted ' > http://downloads.librecmc.org/sources/v1.3/mklibs_0.1.35.tar.gz' (ANS > I_X3.4-1968) -> ' > http://downloads.librecmc.org/sources/v1.3/mklibs_0.1.35.tar.gz' (UTF > -8) > --2016-07-17 11:05:55-- > http://downloads.librecmc.org/sources/v1.3/mklibs_0.1.35.tar.gz > Resolving downloads.librecmc.org (downloads.librecmc.org)... > 97.107.138.4 > Connecting to downloads.librecmc.org > (downloads.librecmc.org)|97.107.138.4|:80... connected. > HTTP request sent, awaiting response... 302 Moved Temporarily > Location: https://librecmc.org/sources/v1.3/mklibs_0.1.35.tar.gz [fol > lowing] > converted 'https://librecmc.org/sources/v1.3/mklibs_0.1.35.tar.gz' (A > NSI_X3.4-1968) -> ' > https://librecmc.org/sources/v1.3/mklibs_0.1.35.tar.gz' (UTF-8) > --2016-07-17 11:05:55-- > https://librecmc.org/sources/v1.3/mklibs_0.1.35.tar.gz > Resolving librecmc.org (librecmc.org)... 64.20.171.170 > Connecting to librecmc.org (librecmc.org)|64.20.171.170|:443... > connected. > HTTP request sent, awaiting response... 302 Moved Temporarily > Location: https://librecmc.org/librecmc/home [following] > converted 'https://librecmc.org/librecmc/home' (ANSI_X3.4-1968) -> ' > https://librecmc.org/librecmc/home' (UTF-8) > --2016-07-17 11:05:56-- https://librecmc.org/librecmc/home > Reusing existing connection to librecmc.org:443. > HTTP request sent, awaiting response... 200 OK > Length: 4925 (4.8K) [text/html] > Saving to: 'STDOUT' > > - 100%[=====================>] 4.81K --.-KB/s > in 0s > > 2016-07-17 11:05:56 (86.3 MB/s) - written to stdout [4925/4925] > > MD5 sum of the downloaded file does not match (file: > e501834e43ce5ab22077418094000efa, requested: > 3d2a4bd0bbf5ba964b0a1ecdafd1ea9a) - deleting download. > </output> > > I'm guessing because downloads.librecmc.org/ no longer appears to > exist > (just points to librecmc.org) then it is not able to download the > correct file. >
Yes, things broke when we moved our infrastructure (sorry about that). > I made a small change to make it work: > in trunk/scripts/download.pl replace the mirrors on line 197 with: > " > push @mirrors, ' > https://librecmc.org/librecmc/downloads/sources/archive/v1.3.2'; > push @mirrors, ' > https://librecmc.org/librecmc/downloads/sources/archive/v1.3.1'; > push @mirrors, ' > https://librecmc.org/librecmc/downloads/sources/archive/v1.3'; > " > > And it appears to build fine. > > The only issue is that I don't know which of the images is > appropriate > for my router. It's a TP-Link WR841n v8, but in the bin/ directory > the > only ones near to that model are: > librecmc-ar71xx-generic-tl-wr842n-v1-squashfs-factory.bin > librecmc-ar71xx-generic-tl-wr842n-v2-squashfs-factory.bin > librecmc-ar71xx-generic-tl-wr842n-v1-squashfs-sysupgrade.bin > librecmc-ar71xx-generic-tl-wr842n-v2-squashfs-sysupgrade.bin > > Nothing which calls itself "wr841n". > > I've built it with both "generic" and "luci" set as subtargets. > It means that the resulting image is too large for that target. That target only has 4M of flash and OpenWRT (upstream) is getting kind of large. What additional packages did you select? -- Robert Call (Bob) b...@librecmc.org https://librecmc.org _______________________________________________ Librecmc-dev mailing list Librecmc-dev@lists.librecmc.org https://librecmc.org/mailman/listinfo/librecmc-dev