[fpc-devel] make deb fails

Stefan Kisdaroczi kisda at hispeed.ch
Tue Jul 24 17:10:41 CEST 2007


Hi,

Florian Klaempfl schrieb:
> Stefan Kisdaroczi schrieb:
>> Hi all,
>>
>> the libgdb detection fails with "make deb" (fixes_2_2 and trunk). The attached patch worked for me.
> 
> I think it is on purpose that you get a failure when do you don't have
> libgdb, so broken releases are avoided and you've to disable it explicitly.

I don't think so. This was already fixed in r199 by hayny and then was reverted by daniel's merge in r351.

thx
kisda

>> greetings
>> kisda
>>
>>
>> ------------------------------------------------------------------------
>>
>> Index: Makefile.fpc
>> ===================================================================
>> --- Makefile.fpc	(revision 369)
>> +++ Makefile.fpc	(working copy)
>> @@ -431,7 +431,7 @@
>>          $(LINKTREE) fpcsrc/utils $(DEBSRCDIR)
>>          $(LINKTREE) demo $(DEBSRCDIR)
>>          $(LINKTREE) logs $(DEBSRCDIR)
>> -ifndef NOGDB
>> +ifdef GDB
>>          $(LINKTREE) $(GDBLIBDIR) $(DEBSRCDIR)
>>  endif
>>  ifndef NODOCS
>> @@ -516,7 +516,7 @@
>>          $(LINKTREE) fpcsrc/ide $(RPMSRCDIR)
>>          $(LINKTREE) fpcsrc/packages $(RPMSRCDIR)
>>          $(LINKTREE) fpcsrc/utils $(RPMSRCDIR)
>> -ifndef NOGDB
>> +ifdef GDB
>>          $(LINKTREE) $(GDBLIBDIR) $(DEBSRCDIR)
>>  endif
>>          $(LINKTREE) demo $(RPMSRCDIR)
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> fpc-devel maillist  -  fpc-devel at lists.freepascal.org
>> http://lists.freepascal.org/mailman/listinfo/fpc-devel
> 
> _______________________________________________
> 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: 250 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20070724/c3f41c1b/attachment.sig>


More information about the fpc-devel mailing list