On 08/03/2018 14:39, Pierre Labastie wrote:
> On 08/03/2018 12:26, Thomas Seeling wrote:
>> 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
>>
>
> This seems to be fixed in trunk and in the 2.4 branch. I suggest you use
> svn://svn.linuxfromscratch.org.ALFS/jhalfs/trunk (with several new features),
I mean org/ALFS (change dot to slash)
> or svn://svn.linuxfromscratch.org/ALFS/jhalfs/branches/2.4 (a few bugs fixed
> compared to 2.4-stable).
> I do not have time to make a stable release now, sorry.
>
> Pierre
>
--
http://lists.linuxfromscratch.org/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page