Can't build on FreeBSD

No replies
noname11
noname11's picture
Joined: 06/20/2010
User offline. Last seen 8 weeks 5 days ago.

Hello, I have a FreeBSD VPS:

vps1544# uname -a
FreeBSD xxxxxx.xxxxx.xx 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 07:18:07 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

I downloaded the source code of GreenSQL-FW 1.2.2 but I couldn't build it. I got first this error:


vps1544# tar xfz greensql-fw-1.2.2.tar.gz
vps1544# cd greensql-fw-1.2.2
vps1544# sh ./build.sh
flex ok
bison ok
Building FreeBSD package
"Makefile", line 21: Missing dependency operator
"Makefile", line 28: Need an operator
"Makefile", line 33: Need an operator
make: fatal errors encountered -- cannot continue
cp: ../greensql-fw: No such file or directory
pkg_create: sanity_check: required package comment string is missing (-c comment)
mv: rename greensql-fw.tbz to ../../greensql-fw.tbz: No such file or directory

Package created in ../ directory !!!
Package file name is ../greensql-fw.tbz

This error:
pkg_create: sanity_check: required package comment string is missing (-c comment)
I fixed by creating file "desc" with the text "greensql-fw" and adding "-c desc"
But the others I couldn't fix.

What I have to do?

Thanks!

Back to top