Re: [fpc-devel] libtinfo issue

2010-11-19 Thread Felipe Monteiro de Carvalho
On Thu, Nov 18, 2010 at 10:39 AM, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: cd fpcbuild/fpcsrc svn merge -r 15670:15671 http://svn.freepascal.org/svn/fpc/trunk/ Is this correct? No, that doesn't work because fpcsrc is not a working copy =( So I just applied the fix

Re: [fpc-devel] libtinfo issue

2010-11-19 Thread Joost van der Sluis
On Fri, 2010-11-19 at 12:37 +0100, Felipe Monteiro de Carvalho wrote: On Thu, Nov 18, 2010 at 10:39 AM, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: cd fpcbuild/fpcsrc svn merge -r 15670:15671 http://svn.freepascal.org/svn/fpc/trunk/ Is this correct? No, that

Re: [fpc-devel] libtinfo issue

2010-11-19 Thread Felipe Monteiro de Carvalho
Now it builds the docs, but then it fails to build the RPM =( Processing files: fpc-2.4.2-1 Finding Provides: /usr/lib/rpm/mandriva/filter.sh ' ' ' ' '/home/felipe/Programas/fpcbuild/build/rpm/BUILDROOT/fpc-2.4.2-1.i386' /usr/lib/rpm/mandriva/find-provides Finding Requires:

Re: [fpc-devel] libtinfo issue

2010-11-19 Thread Marco van de Voort
In our previous episode, Felipe Monteiro de Carvalho said: cd fpcbuild/fpcsrc svn merge -r 15670:15671 http://svn.freepascal.org/svn/fpc/trunk/ Is this correct? No, that doesn't work because fpcsrc is not a working copy =( So I just applied the fix manually since it is very simple:

Re: [fpc-devel] libtinfo issue

2010-11-19 Thread Felipe Monteiro de Carvalho
Ok, You can download Free Pascal 2.4.2 for Mandriva Linux here: http://magnifier.sourceforge.net/tmp/fpc-2.4.2-1mandriva.i386.rpm It build Lazarus, LNet, EpikTimer and OpenPoker fine. Generics are working too. thanks, -- Felipe Monteiro de Carvalho

Re: [fpc-devel] libtinfo issue

2010-11-19 Thread Felipe Monteiro de Carvalho
Ah, I forgot to add the requires list: Requires: bash libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2.3) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libm.so.6 libm.so.6(GLIBC_2.0) libncurses.so.5

Re: [fpc-devel] libtinfo issue

2010-11-19 Thread Joost van der Sluis
On Fri, 2010-11-19 at 12:49 +0100, Felipe Monteiro de Carvalho wrote: Now it builds the docs, but then it fails to build the RPM =( Processing files: fpc-2.4.2-1 Finding Provides: /usr/lib/rpm/mandriva/filter.sh ' ' ' ' '/home/felipe/Programas/fpcbuild/build/rpm/BUILDROOT/fpc-2.4.2-1.i386'

Re: [fpc-devel] libtinfo issue

2010-11-18 Thread Felipe Monteiro de Carvalho
On Mon, Nov 8, 2010 at 10:32 PM, Joost van der Sluis jo...@cnoc.nl wrote: Hmm... r15671 which fixes this issue, is not merged to the release. So to fix this, you have to apply r15671 from trunk to fpcsrc, before you build the rpm. (I did so for the Fedora rpm's) Just to be sure, the command

Re: [fpc-devel] libtinfo issue

2010-11-08 Thread Joost van der Sluis
On Fri, 2010-11-05 at 07:18 +0100, Felipe Monteiro de Carvalho wrote: Some issues with the instructions. So the commands should be: ? svn export http://svn.freepascal.org/svn/fpcbuild/tags/release_2_4_2 fpc242 No? It should be (as in the document): svn export

Re: [fpc-devel] libtinfo issue

2010-11-08 Thread Felipe Monteiro de Carvalho
On Mon, Nov 8, 2010 at 11:26 AM, Joost van der Sluis jo...@cnoc.nl wrote: mkdir fpc242/fpcsrc ?!?HUH?!?! No, just follow the instructions. It will make a directory fpcbuild/fpcsrc ??? Why such a big deal? The directory name should be irrelevant. Anyway, I changed to fpcbuild now. No, just

Re: [fpc-devel] libtinfo issue

2010-11-08 Thread Joost van der Sluis
On Mon, 2010-11-08 at 12:53 +0100, Felipe Monteiro de Carvalho wrote: On Mon, Nov 8, 2010 at 11:26 AM, Joost van der Sluis jo...@cnoc.nl wrote: mkdir fpc242/fpcsrc ?!?HUH?!?! No, just follow the instructions. It will make a directory fpcbuild/fpcsrc ??? Why such a big deal? The

Re: [fpc-devel] libtinfo issue

2010-11-08 Thread Felipe Monteiro de Carvalho
On Mon, Nov 8, 2010 at 1:27 PM, Joost van der Sluis jo...@cnoc.nl wrote: That wasn't the only thing. You created some directory yourself. And stated that the directions were incorrect. I didn't say they were wrong. I didn't understand the instructions and asked for clarification. As already

Re: [fpc-devel] libtinfo issue

2010-11-08 Thread Michael Van Canneyt
On Mon, 8 Nov 2010, Felipe Monteiro de Carvalho wrote: LaTeX Warning: Reference `rtl:oldlinux:symlink' on page 948 undefined on input line 65407. (./olinuxex/ex62.pp [948]) ! LaTeX Error: Too deeply nested. This probably means that you must increase latex's memory. If so, that must be

Re: [fpc-devel] libtinfo issue

2010-11-08 Thread Joost van der Sluis
On Mon, 2010-11-08 at 13:35 +0100, Felipe Monteiro de Carvalho wrote: On Mon, Nov 8, 2010 at 1:27 PM, Joost van der Sluis jo...@cnoc.nl wrote: That wasn't the only thing. You created some directory yourself. And stated that the directions were incorrect. I didn't say they were wrong. I

Re: [fpc-devel] libtinfo issue

2010-11-08 Thread Joost van der Sluis
On Mon, 2010-11-08 at 12:53 +0100, Felipe Monteiro de Carvalho wrote: On Mon, Nov 8, 2010 at 11:26 AM, Joost van der Sluis jo...@cnoc.nl wrote: LaTeX Warning: Reference `rtl:oldlinux:symlink' on page 948 undefined on input line 65407. (./olinuxex/ex62.pp [948]) ! LaTeX Error: Too deeply

Re: [fpc-devel] libtinfo issue

2010-11-05 Thread Felipe Monteiro de Carvalho
Hello, Some issues with the instructions. So the commands should be: svn export http://svn.freepascal.org/svn/fpcbuild/tags/release_2_4_2 fpc242 mkdir fpc242/fpcsrc cd fpc242/fpcsrc unzip gdbzip Change into fpcbuild/. Now become root, or use fakeroot, then execute install/makepack ???

Re: [fpc-devel] libtinfo issue

2010-10-28 Thread Joost van der Sluis
On Tue, 2010-10-26 at 14:43 +0200, Felipe Monteiro de Carvalho wrote: Is there a no-brainer guide for building the rpms? Here: http://wiki.freepascal.org/Release_engineering#Linux Basically: export the svn-source, add the libgdb archive and do 'make rpm'. You need to have the rpm-buildtools

[fpc-devel] libtinfo issue

2010-10-26 Thread Felipe Monteiro de Carvalho
Hello, About this bug tracker item: http://bugs.freepascal.org/view.php?id=9734 It seams impossible to install the Free Pascal RPM and use the PCLinuxOS package manager (apt-get + Synaptic). FPC can only be installed with --nodeps because it depends on a libtinfo file which doesn't exist in

Re: [fpc-devel] libtinfo issue

2010-10-26 Thread Marco van de Voort
In our previous episode, Felipe Monteiro de Carvalho said: It seams impossible to install the Free Pascal RPM and use the PCLinuxOS package manager (apt-get + Synaptic). FPC can only be installed with --nodeps because it depends on a libtinfo file which doesn't exist in this distro and

Re: [fpc-devel] libtinfo issue

2010-10-26 Thread Felipe Monteiro de Carvalho
Is there a no-brainer guide for building the rpms? -- Felipe Monteiro de Carvalho ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] libtinfo issue

2010-10-26 Thread Marco van de Voort
In our previous episode, Felipe Monteiro de Carvalho said: Is there a no-brainer guide for building the rpms? Yes, release engineering in wiki iirc has some. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org