firebird25-client 2.5.3 fails to build

2014-10-23 Thread Torfinn Ingolfsen
databases/firebird25-client 2.5.3 fails to build on FreeBSD 8.4-stable: ../gen/Makefile.embed.isql:62: recipe for target '../gen/firebird/bin/isql-fb' failed gmake[2]: *** [../gen/firebird/bin/isql-fb] Error 1 rm ../temp/std/isql/extract.cpp ../temp/std/isql/show.cpp ../temp/std/isql/isql.cpp

Re: firebird25-client 2.5.3 fails to build

2014-10-23 Thread Henry Hu
On Thu, Oct 23, 2014 at 2:44 PM, Torfinn Ingolfsen tin...@gmail.com wrote: databases/firebird25-client 2.5.3 fails to build on FreeBSD 8.4-stable: ../gen/Makefile.embed.isql:62: recipe for target '../gen/firebird/bin/isql-fb' failed gmake[2]: *** [../gen/firebird/bin/isql-fb] Error 1 rm

Re: firebird25-client 2.5.3 fails to build

2014-10-23 Thread Torfinn Ingolfsen
On Thu, Oct 23, 2014 at 8:59 PM, Henry Hu henry.hu...@gmail.com wrote: According to http://portsmon.freebsd.org/portoverview.py?category=databasesportname=firebird25-client it should build. You can post more detailed information, including the actual error message, for others to analyze

Re: firebird25-client 2.5.3 fails to build

2014-10-23 Thread Henry Hu
On Thu, Oct 23, 2014 at 3:05 PM, Torfinn Ingolfsen tin...@gmail.com wrote: On Thu, Oct 23, 2014 at 8:59 PM, Henry Hu henry.hu...@gmail.com wrote: According to http://portsmon.freebsd.org/portoverview.py?category=databasesportname=firebird25-client it should build. You can post

Re: firebird25-client 2.5.3 fails to build

2014-10-23 Thread Kurt Jaeger
Hi! Please try removing firebird25-client before building it. For some reason, it is linking with the old version. There's a PR that discusses this issue (ports that require their old version to be deinstalled before building the new version):

Re: firebird25-client 2.5.3 fails to build

2014-10-23 Thread Torfinn Ingolfsen
On Thu, Oct 23, 2014 at 9:11 PM, Henry Hu henry.hu...@gmail.com wrote: Please try removing firebird25-client before building it. Doable, but akward: root@kg-core1# pkg remove firebird25-client-2.5.2_2 Checking integrity... done (0 conflicting) Deinstallation has been requested for the

Re: firebird25-client 2.5.3 fails to build

2014-10-23 Thread Torfinn Ingolfsen
On Thu, Oct 23, 2014 at 9:24 PM, Kurt Jaeger li...@opsec.eu wrote: There's a PR that discusses this issue (ports that require their old version to be deinstalled before building the new version): https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193371 Perhaps a note in /usr/ports/UPDATING

Re: firebird25-client 2.5.3 fails to build

2014-10-23 Thread Royce Williams
On Thu, Oct 23, 2014 at 12:07 PM, Torfinn Ingolfsen tin...@gmail.com wrote: On Thu, Oct 23, 2014 at 9:24 PM, Kurt Jaeger li...@opsec.eu wrote: There's a PR that discusses this issue (ports that require their old version to be deinstalled before building the new version):