Celebrating 9 years of business - spare parts for reachstackers, forklifts , cranes and other port equipments

2014-09-08 Thread HIT Srl - Reachstacker Spare parts
Dear Customer
We are happy to share with you our celebration of  9 years of business. 
We like to remember you that we could assist you with spare parts suitable for 
port equipments like CVS Ferrari, Belotti, Fantuzzi Reggiane, axles, 
differential and transmission parts suitable for Kalmar, Konecranes, SMV, 
Svetruck, Sisu like Kessler, Axletech, Clark, Allison.

We are specialists in OEM spare parts for forklifts, reachstackers, cranes and 
other port equipments, then if you have an Italian equipment, we are the best 
company to enquire for spare parts.

We aren’t dealer, agent or official distributor of none of above mentioned 
brand, we are technicians!

Daily we manage transmission parts, cooling parts, hydraulic parts, axle parts, 
engine parts, gooseneck, steering parts, brake parts, electronic and electrical 
parts, cylinders, spreaders, twist lock, high pressure hose, pin, load cell, 
wiper motor, reconditioned diesel engines, rims and tyres, etc etc.
Send us an email with full and detailed list of the parts that you need and we 
will reply you shortly!
Distinti Saluti / Best Regards
HIT TEAM   Email / SKYPE: i...@hitsrl.com 
HIT Spare parts for Port Equipments and Material Handling Equipments
HIT S.r.l. Via Domenico Tosi 6   - 42124 - Reggio Emilia -  ITALY -  Piva/Vat 
IT 02984080362
Tel  +39 0522 1756017 (2 lines)  
Tel  +39 0522 506100   (2 lines)
Fax +39 0522 271015 
HIT Email: i...@hitsrl.com   HIT WebSite: www.hitsrl.com

If you don't like receive our info just reply us with NOEMAIL in subject. Sorry 
to have bothered you.
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 193460] New: Suggestion: add a section resume in man manpage

2014-09-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193460

Bug ID: 193460
   Summary: Suggestion: add a section resume in man manpage
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Only Me
  Priority: ---
 Component: Documentation
  Assignee: freebsd-doc@FreeBSD.org
  Reporter: ma...@alkumuna.eu

Maybe it is a bit silly, but I recently needed some kind of "official
reference" on manpage sections in FreeBSD and realized that no manpage provided
it. The best I could come up with was to do `for i in {1..9}; do man $i
intro|head -n1; done`.

Would it be considered useful to add such a list in the DESCRIPTION part of
man(1)? Maybe reformat the beginning to something like:

--
DESCRIPTION
 The man utility finds and displays online manual documentation pages.  If
 mansect is provided, man restricts the search to the specific section of
 the manual.

 The currently available sections are:
  1   general commands (tools and utilities)
  2   system calls and error numbers
  3   C libraries
  4   devices and device drivers
  5   file formats
  6   games
  7   miscellaneous
  8   system maintenance procedures and commands
  9   system kernel interfaces

 Options that man understands:
 [...]
--

(of course, feel free to reword as needed)

thanks for your time

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 193460] Suggestion: add a section resume in man manpage

2014-09-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193460

Allan Jude  changed:

   What|Removed |Added

 Status|Needs Triage|Open
 CC||allanj...@freebsd.org
   Assignee|freebsd-doc@FreeBSD.org |allanj...@freebsd.org

--- Comment #1 from Allan Jude  ---
I agree, I was looking for the same thing, and ended up using the dropdown list
from man.cgi as a "source of truth"

I'll mark this up and propose a patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: /etc/motd update

2014-09-08 Thread Benjamin Kaduk
On Fri, 5 Sep 2014, Warren Block wrote:

> Agreed.  Updated, shorter version:
>
> http://www.wonkity.com/~wblock/motd/motd
> http://www.wonkity.com/~wblock/motd/motd.diff


% o  Documents installed with the system are in /usr/local/share/doc/freebsd.

That line is only 75 characters, so I would strongly recommend to use a
trailing slash on the 'freebsd' directory, which would eliminate potential
problems from copying the full stop at the end of the sentence.

-Ben
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Syscall x86 convention in Devlopers' Handbook

2014-09-08 Thread John Baldwin
On Saturday, September 06, 2014 02:40:33 PM Seo Townsend wrote:
> Hey guys, this is my first time in this mailing list so I’m not fully aware
> of all the procedures…
> 
> I was looking through the developer handbook and noticed that the
> Developer’s Handbook section on Assembly for x86 doesn’t make any mention
> of the change in the syscall calling convention from i386 to x86-64 and I
> can’t seem to find this documented anywhere.  The documentation does
> mention “FreeBSD kernel uses the C calling convention” (11.3.1) but doesn’t
> point out that the C calling convention changed from i386 to x86-64; and
> the architecture listed for 11 is generically (x86 Assembly Language
> Programming).

Arguably, the "C calling convention" on x86-64 is to pass by register since 
that is what C uses on x86-64, so I'm not sure the statement is wrong.

> Thoughts?  Some ideas I had are:
> (1). Change “x86 Assembly Language Programming” to “i386 Assembly” - This
> would clear up the disambiguity of the 32bit architecture and 64bit
> architecture.

I think this is probably a fine thing to do.

> (2). Add a footnote to (11.3.1) with “If you are using
> x86-64, please note that the calling convention for both C and syscall
> changed from pushing arguments on the stack to using a list of ordered
> registered as outlined in the System V AMD64 ABI specification”

I don't really think this is the proper place to document the well-known 
x86-64 calling conventions. :)  If you are programming 64-bit assembly you 
should already know those.

> (3). I would not mind eventually adding a section for “x86-64 assembly” for
> (11.3.2) if I could get someone to help mentor me.

I suspect it would be more useful to just replace the current 32-bit example
with only a 64-bit example and not try to keep both.

-- 
John Baldwin
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: /etc/motd update

2014-09-08 Thread Warren Block

On Mon, 8 Sep 2014, Benjamin Kaduk wrote:


On Fri, 5 Sep 2014, Warren Block wrote:


Agreed.  Updated, shorter version:

http://www.wonkity.com/~wblock/motd/motd
http://www.wonkity.com/~wblock/motd/motd.diff



% o  Documents installed with the system are in /usr/local/share/doc/freebsd.

That line is only 75 characters, so I would strongly recommend to use a
trailing slash on the 'freebsd' directory, which would eliminate potential
problems from copying the full stop at the end of the sentence.


Added the trailing slash, and reworded to avoid the sentence ending 
right there.  The current version is

http://www.wonkity.com/~wblock/motd/motd.whitespace-url

Summary and suggestions posted in -arch:
https://lists.freebsd.org/pipermail/freebsd-arch/2014-September/015906.html
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 193288] change motd to pkgng

2014-09-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193288

Warren Block  changed:

   What|Removed |Added

 CC||wbl...@freebsd.org
   Assignee|freebsd-doc@FreeBSD.org |wbl...@freebsd.org

--- Comment #1 from Warren Block  ---
I'm working on a bigger update to motd.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 193473] New: crypto.{4,9} lack some method IDs.

2014-09-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193473

Bug ID: 193473
   Summary: crypto.{4,9} lack some method IDs.
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Many People
  Priority: ---
 Component: Documentation
  Assignee: freebsd-doc@FreeBSD.org
  Reporter: hiroo.ono+free...@gmail.com

Created attachment 147089
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147089&action=edit
diff to crypto.4 and crypto.9

Compared to src/sys/opencrypto/cryptodev.h, share/man/man4/crypto.4 and
share/man/man9/crypto.9 lack some encryption method.
For crypto.4, the method strings are added in the order described in
cryptodev.h (except for CRYPTO_CAMELLIA_CBC which was already there).
For crypto.9, the order is alphabetical because it seems to be so.
Maybe, the order in crypto.4 should be the same as in crypto.9.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


FreeBSD web build failed on build-web.stream.freebsd.org

2014-09-08 Thread User Www-data
install -C  -o www-data -g www-data -m 444 imagelib/callouts/5.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/6.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/7.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/8.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/9.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/10.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/11.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/12.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/13.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/14.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/15.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/16.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/17.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/18.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/19.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/20.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/21.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 book.html 
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C  -o www-data -g www-data -m 444 docbook.css 
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C  -o www-data -g www-data -m 444 imagelib/callouts/1.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/2.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/3.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/4.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/5.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/6.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/7.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/8.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/9.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/10.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
inst

FreeBSD web build failed on build-web.stream.freebsd.org

2014-09-08 Thread User Www-data
install -C  -o www-data -g www-data -m 444 imagelib/callouts/5.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/6.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/7.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/8.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/9.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/10.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/11.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/12.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/13.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/14.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/15.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/16.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/17.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/18.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/19.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/20.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/21.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 book.html 
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C  -o www-data -g www-data -m 444 docbook.css 
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C  -o www-data -g www-data -m 444 imagelib/callouts/1.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/2.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/3.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/4.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/5.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/6.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/7.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/8.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/9.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/10.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
inst

Re: FreeBSD web build failed on build-web.stream.freebsd.org

2014-09-08 Thread Glen Barber
On Tue, Sep 09, 2014 at 04:20:18AM +, User Www-data wrote:
> ===> ports
> make: don't know how to make /usr/ports/INDEX-9. Stop
> *** [all] Error code 2
> 
> Stop in /home/www/build/head/en_US.ISO8859-1/htdocs.
>11.99 real 6.63 user 5.56 sys

This is related to cluster work, and should be resolved soon-ish, if not
already.

Glen



pgpAXdLl8v4mk.pgp
Description: PGP signature


FreeBSD web build failed on build-web.stream.freebsd.org

2014-09-08 Thread User Www-data
install -C  -o www-data -g www-data -m 444 imagelib/callouts/5.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/6.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/7.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/8.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/9.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/10.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/11.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/12.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/13.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/14.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/15.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/16.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/17.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/18.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/19.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/20.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/21.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 book.html 
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C  -o www-data -g www-data -m 444 docbook.css 
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C  -o www-data -g www-data -m 444 imagelib/callouts/1.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/2.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/3.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/4.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/5.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/6.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/7.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/8.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/9.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/10.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
inst

FreeBSD web build failed on build-web.stream.freebsd.org

2014-09-08 Thread User Www-data
install -C  -o www-data -g www-data -m 444 imagelib/callouts/5.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/6.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/7.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/8.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/9.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/10.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/11.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/12.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/13.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/14.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/15.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/16.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/17.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/18.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/19.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/20.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/21.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 book.html 
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C  -o www-data -g www-data -m 444 docbook.css 
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook
install -C  -o www-data -g www-data -m 444 imagelib/callouts/1.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/2.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/3.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/4.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/5.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/6.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/7.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/8.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/9.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
install -C  -o www-data -g www-data -m 444 imagelib/callouts/10.png  
/home/www/build/head/en_US.ISO8859-1/htdocs/doc/en_US.ISO8859-1/books/porters-handbook/imagelib/callouts
inst