Mailing List Archive

Varnish 1.1.1 FreeBSD 6.2
During a ./configure I see this.

checking sys/mount.h presence... yes
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h: check for missing prerequisite headers?
configure: WARNING: sys/mount.h: see the Autoconf documentation
configure: WARNING: sys/mount.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/mount.h: proceeding with the preprocessor's result
configure: WARNING: sys/mount.h: in the future, the compiler will take precedence
configure: WARNING: ## --------------------------------------------- ##
configure: WARNING: ## Report this to varnish-dev at projects.linpro.no ##
configure: WARNING: ## --------------------------------------------- ##
checking for sys/mount.h... yes


---

Jonathan Douglas
Director Of Network Operations
BKS Networks, Inc.
1266 East Main Street
Stamford, CT 06902
http://www.bksnetworks.com
email: jdouglas at bksnetworks.com
phone: 203-406-0723
mobile: 203-912-9245
fax: 860-740-6835
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.linpro.no/pipermail/varnish-misc/attachments/20070821/725a9fa1/attachment.htm
Varnish 1.1.1 FreeBSD 6.2 [ In reply to ]
executing a make get's

Making all in varnishtop
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2 -MT varnishtop-varnishtop.o -MD -MP -MF .deps/varnishtop-varnishtop.Tpo -c -o varnishtop-varnishtop.o `test -f 'varnishtop.c' || echo './'`varnishtop.c
mv -f .deps/varnishtop-varnishtop.Tpo .deps/varnishtop-varnishtop.Po
/usr/local/bin/bash ../../libtool --tag=CC --mode=link gcc -include config.h -g -O2 -o varnishtop varnishtop-varnishtop.o ../../lib/libvarnish/libvarnish.la ../../lib/libvarnishcompat/libvarnishcompat.la ../../lib/libvarnishapi/libvarnishapi.la -lcurses -lthr
gcc -include config.h -g -O2 -o .libs/varnishtop varnishtop-varnishtop.o ../../lib/libvarnish/.libs/libvarnish.so ../../lib/libvarnishcompat/.libs/libvarnishcompat.so ../../lib/libvarnishapi/.libs/libvarnishapi.so -lcurses -lthr -Wl,--rpath -Wl,/usr/local/lib
creating varnishtop
Making all in man
Making all in etc
Making all in doc
--xinclude -o changes-1.0.4.html changes-1.0.4.xml
--xinclude:No such file or directory
*** Error code 1

Stop in /usr/local/src/varnish-1.1.1/doc.
*** Error code 1

Stop in /usr/local/src/varnish-1.1.1.
*** Error code 1

Stop in /usr/local/src/varnish-1.1.1.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.linpro.no/pipermail/varnish-misc/attachments/20070821/a4c93590/attachment.htm
Varnish 1.1.1 FreeBSD 6.2 [ In reply to ]
jdouglas <jdouglas at bksnetworks.com> writes:
> During a ./configure I see this.

What's wrong with

# cd /usr/ports/www/varnish
# make install clean

?

DES
--
Dag-Erling Sm?rgrav
Senior Software Developer
Linpro AS - www.linpro.no
Varnish 1.1.1 FreeBSD 6.2 [ In reply to ]
jdouglas <jdouglas at bksnetworks.com> writes:
> Making all in doc
> --xinclude -o changes-1.0.4.html changes-1.0.4.xml
> --xinclude:No such file or directory
> *** Error code 1

You're obviously not building from the release tarball...

You need xsltproc (from textproc/libxslt) to generate the change logs.

DES
--
Dag-Erling Sm?rgrav
Senior Software Developer
Linpro AS - www.linpro.no
Varnish 1.1.1 FreeBSD 6.2 [ In reply to ]
On Wed, Aug 22, 2007 at 09:32:22AM +0200, Dag-Erling Sm?grav wrote:
> jdouglas <jdouglas at bksnetworks.com> writes:
> > Making all in doc
> > --xinclude -o changes-1.0.4.html changes-1.0.4.xml
> > --xinclude:No such file or directory
> > *** Error code 1
>
> You're obviously not building from the release tarball...
>
> You need xsltproc (from textproc/libxslt) to generate the change logs.

Can you update http://varnish.projects.linpro.no/wiki/Installation this
page about this ?

--
* Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them. -- Harry S Truman
Varnish 1.1.1 FreeBSD 6.2 [ In reply to ]
Gea-Suan Lin <gslin at gslin.org> writes:
> On Wed, Aug 22, 2007 at 09:32:22AM +0200, Dag-Erling Sm?rgrav wrote:
> > You need xsltproc (from textproc/libxslt) to generate the change logs.
> Can you update http://varnish.projects.linpro.no/wiki/Installation this
> page about this ?

Done.

DES
--
Dag-Erling Sm?rgrav
Senior Software Developer
Linpro AS - www.linpro.no