On Sun, 5 Jun 2016, Karoly Balogh (Charlie/SGR) wrote:

Hi,

On Sun, 5 Jun 2016, Sandro Cumerlato wrote:

fpc svn trunk version 33910 building fails with error:
*..snip..*
       Compiling .\fcl-db\src\export\fpxmlxsdexport.pp
       Compiling .\fcl-db\src\sqldb\interbase\fbadmin.pp
The installer encountered the following error:
Compilation of "BuildUnit_fcl_db.pp" failed
make[2]: Leaving directory `C:/freepascal/fpc/trunk/packages'
make[1]: Leaving directory `C:/freepascal/fpc/trunk'

Actually, another issue is, since when does fpmake hide the compiler
output on failures? Because fbadmin.pp is obviously broken, so there
should be compiler errors. For a starter, it has the wrong unit name
(fbadmin2), but even with that fixed, it doesn't compile.

But there isn't a single line of error message in the fpmake output,
while there used to be (IIRC)...

I fixed the error; I implemented additional features in a copy named
fbadmin2.pp, and after verifying the implementation simply copied over the file, but forgot to change the unit name.

Rev 33913 contains a fix.

See also http://bugs.freepascal.org/view.php?id=30238

Michael.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to