Hallo,

when trying to build LFS 8.2 and include BLFS tools support I noticed
that the BLFS download tries the URL

svn://svn.linuxfromscratch.org/BLFS/tags/8.2/BOOK

which does not exist.

The jhalfs script contains some hardcoded BLFS versions to construct svn
URLs. Change the following line to make it work with 8.x:

diff -u a/jhalfs b/jhalfs
--- a/jhalfs    2017-04-08 11:33:44.000000000 +0200
+++ b/jhalfs    2018-03-08 12:23:23.342851857 +0100
@@ -294,7 +294,7 @@
                      exit 2 ;;
    branch-systemd )  BLFS_TREE=branches/systemd ;;
          branch-* )  BLFS_TREE=branches/${BLFS_BRANCH_ID#branch-}/BOOK ;;
-       6.2* | 7.* )  BLFS_TREE=tags/${BLFS_BRANCH_ID} ;;
+       7.* | 8.*  )  BLFS_TREE=tags/${BLFS_BRANCH_ID} ;;
                 * )  BLFS_TREE=tags/${BLFS_BRANCH_ID}/BOOK ;;
     esac
   fi


Tschau...Thomas
-- 
"Do you wanna be a legend or a passing footprint on the sands of time?"

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
http://lists.linuxfromscratch.org/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to