[fpc-devel] doc build fails

Stefan Kisdaroczi kisda at hispeed.ch
Sat Jul 22 23:39:20 CEST 2006


Michael Van Canneyt wrote:
> 
> On Sat, 22 Jul 2006, Stefan Kisdaroczi wrote:
> 
>> Michael Van Canneyt wrote:
>>> On Sat, 22 Jul 2006, Stefan Kisdaroczi wrote:
>>>
>>>> Michael Van Canneyt wrote:
>>>>> On Sat, 22 Jul 2006, Stefan Kisdaroczi wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> doc build fails with make deb in the fixes_2_0 branch.
>>>>>> RTL Documentation: fpdoc error "/rtl/unix/graph.pp not found".
>>>>>> It seems it was moved to packages/base/graph/unix/graph.pp
>>>>> This has been fixed since some time, you pobably don't have the latest sources.
>>>> strange, normally 'svn up' should do the job. i updated yesterday
>>>> evening. working copy infos pasted below... I cant see the problem
>>>>
>>>>> I had to fix this for the 2.0.4 release candidates, so I'm pretty sure it works :-)
>>>> I didnt had this problem with release_2_0_4_rc2. I can confirm that make
>>>> deb worked.
>>>>
>>>> my working copy:
>>>>
>>>> kisda at amd:~/src/fpcbuild/fixes_2_0$ svn info
>>>> Path: .
>>>> URL: http://svn.freepascal.org/svn/fpcbuild/branches/fixes_2_0
>>>> Repository Root: http://svn.freepascal.org/svn/fpcbuild
>>>> Repository UUID: b4dd5b90-57f8-0310-8fd5-d8d89816a767
>>>> Revision: 150
>>>> Node Kind: directory
>>>> Schedule: normal
>>>> Last Changed Author: hajny
>>>> Last Changed Rev: 150
>>>> Last Changed Date: 2006-07-21 22:53:52 +0200 (Fri, 21 Jul 2006)
>>>> Properties Last Updated: 2006-07-21 23:46:25 +0200 (Fri, 21 Jul 2006)
>>>>
>>>> kisda at amd:~/src/fpcbuild/fixes_2_0$ svn propget svn:externals
>>>> fpcsrc http://svn.freepascal.org/svn/fpc/branches/fixes_2_0
>>>> fpcdocs http://svn.freepascal.org/svn/fpcdocs/branches/fixes_2_0
>>> This external is wrong; the docs don't use branches 
>>> (in each case, I don't update them.)
>> ok, but the link looks not so bad and obviously wrong for an non-pro ;-)
>>
>> I have changed the svn:externals-property now in my fixes_2_0 fpcbuild wc :
>> - fpcdocs http://svn.freepascal.org/svn/fpcdocs/branches/fixes_2_0
>> + fpcdocs http://svn.freepascal.org/svn/fpcdocs/trunk
>> ...and its works.
>>
>> So, wouldn't it make sense to change this link in the fpcbuild repository ?
> 
> It sure would, but someone else in the FPC team needs to do that, 
> I have no experience with this :)

Its easy, as usual :-) Only 5 steps :-)

kisda at amd:~/src$ svn co http://svn.freepascal.org/svn/fpcbuild/branches/fixes_2_0 -N
A    fixes_2_0/Makefile.fpc
A    fixes_2_0/createbranch.sh
A    fixes_2_0/Makefile
 U   fixes_2_0
Checked out revision 150.
kisda at amd:~/src$ svn propget svn:externals fixes_2_0 > svn-externals.txt
kisda at amd:~/src$ vi svn-externals.txt
kisda at amd:~/src$ svn propset svn:externals fixes_2_0 -F svn-externals.txt
property 'svn:externals' set on 'fixes_2_0'

And now you can commit...

kisda

> 
> Michael.
> _______________________________________________
> fpc-devel maillist  -  fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20060722/03d9a150/attachment.sig>


More information about the fpc-devel mailing list