D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/caml2html-1.4.4-11.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.F23Se4
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ test -d /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FETRmx
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ rm -rf caml2html-1.4.4
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/caml2html-1.4.4.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd caml2html-1.4.4
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/caml2html-1.4.3-enable-debugging-information.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.vl1WgZ
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ cd caml2html-1.4.4
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j16 V=1 VERBOSE=1 caml2html
ocamlc -g -w A -c hashtbl2.mli
ocamlc -g -w A -c annot.mli
ocamlc -g -w A -c plugin.mli
ocamlopt -g -dtypes -c tag.ml
ocamlc -g -w A -c input.mli
ocamllex input.mll
98 states, 2531 transitions, table size 10712 bytes
2799 additional bytes used for bindings
camlmix -clean version.ml.mlx -o version.ml
ocamlc -g -w A -c output.mli
ocamlc -g -w A -c output_latex.mli
ocamlopt -g -dtypes -c plugin.ml
ocamlopt -g -dtypes -c hashtbl2.ml
ocamlopt -g -dtypes -c annot.ml
ocamlopt -g -dtypes -c version.ml
ocamlopt -g -dtypes -c input.ml
ocamlopt -g -dtypes -c output.ml
ocamlopt -g -dtypes -c output_latex.ml
ocamlopt -g -dtypes -c main.ml
ocamlopt -g -o caml2html str.cmxa unix.cmxa  hashtbl2.cmx  version.cmx  annot.cmx  tag.cmx  plugin.cmx  input.cmx  output.cmx  output_latex.cmx  main.cmx
+ /usr/bin/make -O -j16 V=1 VERBOSE=1 bytelib optlib
ocamlc -g -w A -dtypes -c hashtbl2.ml
File "hashtbl2.ml", line 32, characters 2-6:
32 | 	[data] -> Hashtbl.remove tbl key
     	 ^^^^
Warning 27 [unused-var-strict]: unused variable data.
File "hashtbl2.ml", line 33, characters 8-10:
33 |       | hd :: tl -> r := tl
             ^^
Warning 27 [unused-var-strict]: unused variable hd.
ocamlc -g -w A -dtypes -c version.ml
File "version.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
ocamlc -g -w A -dtypes -c tag.ml
File "tag.ml", lines 12-14, characters 6-26:
12 | ......(match remove_matches l with
13 | 	   (Stop, _) :: rest -> rest
14 | 	 | rest -> start :: rest)
Warning 4 [fragile-match]: this pattern-matching is fragile.
It will remain exhaustive when constructors are added to type kind.
File "tag.ml", lines 20-31, characters 31-12:
20 | ...............................function
21 |     (Start, a) :: l ->
22 |       let other, next_stop = find_stop f [] l in
23 |       (match next_stop with
24 | 	   (Stop, b) :: rest ->
...
28 | 	 | (Other, _) :: _ -> assert false
29 | 	 | [] -> other)
30 |   | (tag, x) :: l -> (tag, f false x) :: annotate_innermost f l
31 |   | [] -> []
Warning 4 [fragile-match]: this pattern-matching is fragile.
It will remain exhaustive when constructors are added to type kind.
File "tag.ml", lines 33-35, characters 23-27:
33 | .......................function
34 |     (Other, x) :: l -> find_stop f ((Other, f false x) :: accu) l
35 |   | l -> (List.rev accu), l
Warning 4 [fragile-match]: this pattern-matching is fragile.
It will remain exhaustive when constructors are added to type kind.
File "tag.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
ocamlc -g -w A -dtypes -c plugin.ml
File "plugin.ml", lines 47-49, characters 3-16:
47 | ...match Unix.close_process p with
48 | 	      Unix.WEXITED 0 -> Some (Buffer.contents buf)
49 | 	    | _ -> None
Warning 4 [fragile-match]: this pattern-matching is fragile.
It will remain exhaustive when constructors are added to type Unix.process_status.
ocamlc -g -w A -dtypes -c annot.ml
File "annot.ml", line 64, characters 4-13:
64 | let print_pos pos =
         ^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value print_pos.
File "annot.ml", line 192, characters 4-19:
192 | let string_of_line2 = function
          ^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value string_of_line2.
File "annot.ml", line 244, characters 7-11:
244 | 	  let data, rem = field_loop [] l in
      	      ^^^^
Warning 27 [unused-var-strict]: unused variable data.
ocamlc -g -w A -dtypes -c output.ml
File "output.ml", line 460, characters 42-43:
 | \"http://www.w3.org/TR/html4/strict.dtd\">
                                             
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output.ml", line 461, characters 6-7:
 | <html>
         
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output.ml", line 462, characters 6-7:
 | <head>
         
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output.ml", line 463, characters 70-71:
 |   <meta http-equiv=\"content-type\" content=\"text/html; charset=%s\">
                                                                         
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output.ml", line 464, characters 9-10:
 |   <title>
            
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output.ml", line 483, characters 27-28:
 |     Buffer.add_string buf "
                              
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output.ml", line 484, characters 4-5:
 | <hr>
       
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output.ml", line 485, characters 3-4:
 | <p>
      
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output.ml", line 486, characters 37-38:
 | <em>This document was generated using
                                        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output.ml", line 487, characters 74-75:
 | <a href=\"http://martin.jambon.free.fr/caml2html.html\">caml2html</a></em>
                                                                             
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
ocamlc -g -w A -dtypes -c output_latex.ml
File "output_latex.ml", line 153, characters 23-24:
 | \\newcommand\\%s[1]{#1}
                          
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output_latex.ml", line 158, characters 31-32:
 | \\definecolor{%sColor}{rgb}{%s}
                                  
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output_latex.ml", line 159, characters 45-46:
 | \\newcommand\\%s[1]{\\textcolor{%sColor}{#1}}
                                                
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output_latex.ml", line 317, characters 41-42:
 | %% Auto-generated by caml2html %s from %s
                                            
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output_latex.ml", line 318, characters 24-25:
 | \\documentclass{article}
                           
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output_latex.ml", line 319, characters 19-20:
 | \\usepackage{alltt}
                      
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output_latex.ml", line 320, characters 19-20:
 | \\usepackage{color}
                      
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "output_latex.ml", line 29, characters 4-10:
29 | let rgb255 (r, g, b) =
         ^^^^^^
Warning 32 [unused-value-declaration]: unused value rgb255.
File "output_latex.ml", line 283, characters 20-24:
283 | 	   | `Start_annot (info, annot) -> line
      	                   ^^^^
Warning 27 [unused-var-strict]: unused variable info.
File "output_latex.ml", line 283, characters 26-31:
283 | 	   | `Start_annot (info, annot) -> line
      	                         ^^^^^
Warning 27 [unused-var-strict]: unused variable annot.
File "output_latex.ml", line 284, characters 18-22:
284 | 	   | `Stop_annot info -> line)
      	                 ^^^^
Warning 27 [unused-var-strict]: unused variable info.
File "output_latex.ml", line 327, characters 19-24:
327 | let end_document ?(param = default_param) buf =
                         ^^^^^
Warning 27 [unused-var-strict]: unused variable param.
ocamlc -g -w A -dtypes -c main.ml
File "main.ml", line 63, characters 3-4:
 |   "
      
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 64, characters 77-78:
 | Caml2html colorizes a set of OCaml source files (.ml, .mli, .mll, .mly, ...).
                                                                                
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 65, characters 65-66:
 | Type annotations will be shown when the mouse pointer passes over
                                                                    
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 66, characters 60-61:
 | an expression if the corresponding .annot file is available.
                                                               
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 67, characters 73-74:
 | To obtain a .annot file, compile with ocamlc -dtypes or ocamlopt -dtypes.
                                                                            
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 68, characters 0-1:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 69, characters 73-74:
 | Usage: " ^ (Filename.basename Sys.argv.(0)) ^ " [options] file1 ... fileN
                                                                            
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 81, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 82, characters 64-65:
 |           choose whether innermost or outermost type annotations
                                                                   
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 87, characters 14-15:
 |      <charset>
                 
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 92, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 96, characters 10-11:
 |     "<URL>
             
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 100, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 101, characters 64-65:
 |           use default styling and place it in the <head> section
                                                                   
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 105, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 106, characters 57-58:
 |           use inline styling (HTML only, default fallback
                                                            
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 110, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 111, characters 60-61:
 |           output only document's body, for inclusion into an
                                                               
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 115, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 119, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 120, characters 56-57:
 |           comments are treated as raw HTML or LaTeX code
                                                           
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 124, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 128, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 132, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 136, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 137, characters 66-67:
 |           do not insert type annotations as read from .annot files
                                                                     
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 141, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 145, characters 14-15:
 |     "<integer>
                 
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 149, characters 16-17:
 |     "<directory>
                   
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 153, characters 15-16:
 |     "<filename>
                  
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 157, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 161, characters 15-16:
 |     "<filename>
                  
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 165, characters 15-16:
 |     "<NAME:CMD>
                  
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 166, characters 74-75:
 |           use the given external command CMD to handle comments that start
                                                                             
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 171, characters 5-6:
 |     "
        
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 176, characters 15-16:
 |     "<filename>
                  
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 177, characters 70-71:
 |           create a file containing the default LaTeX color definitions
                                                                         
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 178, characters 55-56:
 |           and matching highlighting commands, and exit.
                                                          
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
camlmix -clean caml2html.mli.mlx -o caml2html.mli
ocamlc -g -w A -dtypes -c input.ml
File "input.mll", line 57, characters 4-16:
Warning 32 [unused-value-declaration]: unused value print_tokens.
File "input.mll", line 248, characters 6-44:
Warning 35 [unused-for-index]: unused for-loop index i.
ocamlc -g -w A -c caml2html.mli
camlmix -clean caml2html.ml.mlx -o caml2html.ml
ocamlc -g -w A -dtypes -c caml2html.ml
File "input.ml", line 1983, characters 42-43:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 1984, characters 6-7:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 1985, characters 6-7:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 1986, characters 70-71:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 1987, characters 9-10:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2006, characters 27-28:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2007, characters 4-5:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2008, characters 3-4:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2009, characters 37-38:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2010, characters 74-75:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2305, characters 23-24:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2310, characters 31-32:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2311, characters 45-46:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2469, characters 41-42:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2470, characters 24-25:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2471, characters 19-20:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "input.ml", line 2472, characters 19-20:
Warning 29 [eol-in-string]: unescaped end-of-line in a string constant (non-portable code)
File "caml2html.ml", lines 571-573, characters 6-26:
571 | ......(match remove_matches l with
572 | 	   (Stop, _) :: rest -> rest
573 | 	 | rest -> start :: rest)
Warning 4 [fragile-match]: this pattern-matching is fragile.
It will remain exhaustive when constructors are added to type kind.
File "caml2html.ml", lines 579-590, characters 31-12:
579 | ...............................function
580 |     (Start, a) :: l ->
581 |       let other, next_stop = find_stop f [] l in
582 |       (match next_stop with
583 | 	   (Stop, b) :: rest ->
...
587 | 	 | (Other, _) :: _ -> assert false
588 | 	 | [] -> other)
589 |   | (tag, x) :: l -> (tag, f false x) :: annotate_innermost f l
590 |   | [] -> []
Warning 4 [fragile-match]: this pattern-matching is fragile.
It will remain exhaustive when constructors are added to type kind.
File "caml2html.ml", lines 592-594, characters 23-27:
592 | .......................function
593 |     (Other, x) :: l -> find_stop f ((Other, f false x) :: accu) l
594 |   | l -> (List.rev accu), l
Warning 4 [fragile-match]: this pattern-matching is fragile.
It will remain exhaustive when constructors are added to type kind.
File "caml2html.ml", lines 695-697, characters 3-16:
695 | ...match Unix.close_process p with
696 | 	      Unix.WEXITED 0 -> Some (Buffer.contents buf)
697 | 	    | _ -> None
Warning 4 [fragile-match]: this pattern-matching is fragile.
It will remain exhaustive when constructors are added to type Unix.process_status.
File "caml2html.ml", line 190, characters 2-6:
190 | 	[data] -> Hashtbl.remove tbl key
      	 ^^^^
Warning 27 [unused-var-strict]: unused variable data.
File "caml2html.ml", line 191, characters 8-10:
191 |       | hd :: tl -> r := tl
              ^^
Warning 27 [unused-var-strict]: unused variable hd.
File "caml2html.ml", line 41, characters 0-30:
41 | val create : int -> ('a, 'b) t
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value create.
File "caml2html.ml", line 48, characters 0-30:
48 | val clear : ('a, 'b) t -> unit
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value clear.
File "caml2html.ml", line 51, characters 0-40:
51 | val add : ('a, 'b) t -> 'a -> 'b -> unit
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value add.
File "caml2html.ml", line 58, characters 0-35:
58 | val copy : ('a, 'b) t -> ('a, 'b) t
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value copy.
File "caml2html.ml", line 61, characters 0-33:
61 | val find : ('a, 'b) t -> 'a -> 'b
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value find.
File "caml2html.ml", line 65, characters 0-42:
65 | val find_all : ('a, 'b) t -> 'a -> 'b list
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value find_all.
File "caml2html.ml", line 71, characters 0-34:
71 | val mem : ('a, 'b) t -> 'a -> bool
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value mem.
File "caml2html.ml", line 74, characters 0-37:
74 | val remove : ('a, 'b) t -> 'a -> unit
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value remove.
File "caml2html.ml", line 79, characters 0-41:
79 | val remove_all : ('a, 'b) t -> 'a -> unit
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value remove_all.
File "caml2html.ml", line 83, characters 0-44:
83 | val replace : ('a, 'b) t -> 'a -> 'b -> unit
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value replace.
File "caml2html.ml", line 90, characters 0-53:
90 | val replace_all : ('a, 'b) t -> 'a -> 'b list -> unit
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value replace_all.
File "caml2html.ml", line 96, characters 0-51:
96 | val iter : ('a -> 'b -> unit) -> ('a, 'b) t -> unit
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value iter.
File "caml2html.ml", line 103, characters 0-60:
103 | val iter_all : ('a -> 'b list -> unit) -> ('a, 'b) t -> unit
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value iter_all.
File "caml2html.ml", line 109, characters 0-59:
109 | val fold : ('a -> 'b -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'c
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value fold.
File "caml2html.ml", line 117, characters 0-68:
117 | val fold_all : ('a -> 'b list -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'c
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value fold_all.
File "caml2html.ml", line 125, characters 0-37:
125 | val list_keys : ('a, 'b) t -> 'a list
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value list_keys.
File "caml2html.ml", line 130, characters 0-39:
130 | val list_values : ('a, 'b) t -> 'b list
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value list_values.
File "caml2html.ml", line 135, characters 0-48:
135 | val list_all_values : ('a, 'b) t -> 'b list list
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value list_all_values.
File "caml2html.ml", line 139, characters 0-39:
139 | val list : ('a, 'b) t -> ('a * 'b) list
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value list.
File "caml2html.ml", line 152, characters 0-44:
152 | val of_keys : int -> 'a list -> ('a, unit) t
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value of_keys.
File "caml2html.ml", line 334, characters 4-13:
334 | let print_pos pos =
          ^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value print_pos.
File "caml2html.ml", line 462, characters 4-19:
462 | let string_of_line2 = function
          ^^^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value string_of_line2.
File "caml2html.ml", line 514, characters 7-11:
514 | 	  let data, rem = field_loop [] l in
      	      ^^^^
Warning 27 [unused-var-strict]: unused variable data.
File "input.mll", line 57, characters 4-16:
Warning 32 [unused-value-declaration]: unused value print_tokens.
File "input.mll", line 248, characters 6-44:
Warning 35 [unused-for-index]: unused for-loop index i.
File "input.ml", line 2181, characters 4-10:
Warning 32 [unused-value-declaration]: unused value rgb255.
File "input.ml", line 2435, characters 20-24:
Warning 27 [unused-var-strict]: unused variable info.
File "input.ml", line 2435, characters 26-31:
Warning 27 [unused-var-strict]: unused variable annot.
File "input.ml", line 2436, characters 18-22:
Warning 27 [unused-var-strict]: unused variable info.
File "input.ml", line 2479, characters 19-24:
Warning 27 [unused-var-strict]: unused variable param.
ocamlc -g -w A -a -o caml2html.cma caml2html.cmo
ocamlopt -g -dtypes -c caml2html.ml
ocamlopt -g -a -o caml2html.cmxa caml2html.cmx
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.sDvy0M
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ mkdir /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT
+ cd caml2html-1.4.4
+ '[' 1 -eq 1 ']'
+ export DESTDIR=/home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT
+ DESTDIR=/home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT
+ export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT//usr/lib64/ocaml
+ OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT//usr/lib64/ocaml
+ mkdir -p /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT//usr/lib64/ocaml/Icaml2html
+ mkdir -p /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/bin
+ /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT 'INSTALL=/usr/bin/install -p' BINDIR=/home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/bin
install -m 0755 caml2html /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/bin || \
	install -m 0755 caml2html.byte /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/bin/caml2html
test -f caml2html.cma -o -f caml2html.cmxa && /usr/bin/make libinstall
make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4'
ocamlfind install caml2html META caml2html.mli caml2html.cmi \
	caml2html.*a
Installed /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT//usr/lib64/ocaml/caml2html/caml2html.cmxa
Installed /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT//usr/lib64/ocaml/caml2html/caml2html.cma
Installed /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT//usr/lib64/ocaml/caml2html/caml2html.a
Installed /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT//usr/lib64/ocaml/caml2html/caml2html.cmi
Installed /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT//usr/lib64/ocaml/caml2html/caml2html.mli
Installed /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT//usr/lib64/ocaml/caml2html/META
make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4'
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.4.4-11.mga10 --unique-debug-suffix -1.4.4-11.mga10.x86_64 --unique-debug-src-base caml2html-1.4.4-11.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4
find-debuginfo: starting

Extracting debug info from 1 files
DWARF-compressing 1 files
sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/caml2html-1.4.4-11.mga10.x86_64
cpio: buffer.ml: Cannot stat: No such file or directory
cpio: bytes.ml: Cannot stat: No such file or directory
cpio: hashtbl.ml: Cannot stat: No such file or directory
cpio: lexing.ml: Cannot stat: No such file or directory
cpio: list.ml: Cannot stat: No such file or directory
cpio: printf.ml: Cannot stat: No such file or directory
cpio: scanf.ml: Cannot stat: No such file or directory
cpio: stdlib.ml: Cannot stat: No such file or directory
cpio: str.ml: Cannot stat: No such file or directory
cpio: string.ml: Cannot stat: No such file or directory
cpio: unix.ml: Cannot stat: No such file or directory
find-debuginfo: done
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
+ /usr/lib/rpm/redhat/brp-python-hardlink
Reading /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: caml2html-1.4.4-11.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9fgKA0
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ cd caml2html-1.4.4
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/caml2html
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/caml2html
+ cp -pr /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4/LICENSE /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/caml2html
+ cp -pr /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4/README.md /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/caml2html
+ cp -pr /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4/history.txt /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/caml2html
+ cp -pr /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4/TODO /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/caml2html
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: caml2html = 1.4.4-11.mga10 caml2html(x86-64) = 1.4.4-11.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.10)(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.16)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libm.so.6(GLIBC_2.29)(64bit) libm.so.6(GLIBC_2.35)(64bit) libm.so.6(GLIBC_2.38)(64bit)
Processing files: ocaml-caml2html-1.4.4-11.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.AILqVq
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ cd caml2html-1.4.4
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/ocaml-caml2html
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/ocaml-caml2html
+ cp -pr /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4/LICENSE /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/ocaml-caml2html
+ cp -pr /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4/README.md /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/ocaml-caml2html
+ cp -pr /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4/history.txt /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/ocaml-caml2html
+ cp -pr /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4/TODO /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/ocaml-caml2html
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ocaml(Caml2html) = 8cf777500f751eb1b8c8f005e83ce921 ocaml-caml2html = 1.4.4-11.mga10 ocaml-caml2html(x86-64) = 1.4.4-11.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Bigarray) = 994a14f10d5ae081663b52b790ee11d3 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Complex) = 4555217c759e89d65daa8f682eb09b35 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Filename) = 3bcff250dd30a0e620fa7546882aaadf ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Lexing) = c9318c276ac7e383fd682c2dd06be434 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Scanf) = 5bfc827c9980349e00f2aa1f5eade58f ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Str) = 514c63e7d96516ff4c601fe47900a52d ocaml(Unix) = 84bb8ec8ae50f70acba86f5b72088b1c
Processing files: ocaml-caml2html-devel-1.4.4-11.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yxIVDQ
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ cd caml2html-1.4.4
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/ocaml-caml2html-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/ocaml-caml2html-devel
+ cp -pr /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4/test.ml /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/ocaml-caml2html-devel
+ cp -pr /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/caml2html-1.4.4/caml2html_test.ml /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT/usr/share/doc/ocaml-caml2html-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ocaml(Caml2html) = 8cf777500f751eb1b8c8f005e83ce921 ocaml-caml2html-devel = 1.4.4-11.mga10 ocaml-caml2html-devel(x86-64) = 1.4.4-11.mga10 ocamlx(Caml2html) = 2bd55981ea8c87b24a6f27a2c0c8d413
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Bigarray) = 994a14f10d5ae081663b52b790ee11d3 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Complex) = 4555217c759e89d65daa8f682eb09b35 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Filename) = 3bcff250dd30a0e620fa7546882aaadf ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Lexing) = c9318c276ac7e383fd682c2dd06be434 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Scanf) = 5bfc827c9980349e00f2aa1f5eade58f ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Str) = 514c63e7d96516ff4c601fe47900a52d ocaml(Unix) = 84bb8ec8ae50f70acba86f5b72088b1c ocamlx(Stdlib) = 38e227ea48015bcdfb5d9a4f1cb2689a ocamlx(Stdlib__Array) = c17b2f7cf4a4cce9bfec4b26eec495f7 ocamlx(Stdlib__Buffer) = ec734da0dbd1f4871a6e468dd99f1edb ocamlx(Stdlib__Filename) = bb85b1b67a0eed0835203615c014e867 ocamlx(Stdlib__Hashtbl) = ffa6c0b4e31fbd58c5b0b7fda03f991f ocamlx(Stdlib__Lexing) = b92bcde89c2e887e267fc7f0ad189ee9 ocamlx(Stdlib__List) = 55527cfeed14dbd1464fa9bc64111883 ocamlx(Stdlib__Printf) = b5325f43d38afc618da7b0fb873c7faa ocamlx(Stdlib__Scanf) = 4e834bd2603425af3ac3eaddd89f0f4f ocamlx(Stdlib__String) = 650b799d3032d2e3c133eae0b21c0f95 ocamlx(Stdlib__Sys) = 5c3bb467dddca8a9684f29a499f12938 ocamlx(Str) = 88040aadd5ce239c39603ad24fe18862 ocamlx(Unix) = 7ab988a5f1bc8761aa80f04fc8c5580e
Processing files: caml2html-debugsource-1.4.4-11.mga10.x86_64
Provides: caml2html-debugsource = 1.4.4-11.mga10 caml2html-debugsource(x86-64) = 1.4.4-11.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: caml2html-debuginfo-1.4.4-11.mga10.x86_64
Provides: caml2html-debuginfo = 1.4.4-11.mga10 caml2html-debuginfo(x86-64) = 1.4.4-11.mga10 debuginfo(build-id) = 740118e79d98dc33615e73c1eb863d33e7decce4
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: caml2html-debugsource(x86-64) = 1.4.4-11.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-caml2html-devel-1.4.4-11.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/caml2html-debugsource-1.4.4-11.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-caml2html-1.4.4-11.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/caml2html-debuginfo-1.4.4-11.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/caml2html-1.4.4-11.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.X15l7y
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ test -d /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/caml2html-1.4.4-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!