Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 750269

Summary: dev-ml/ocamlnet-4.1.2 - File "cppo_lexer.mll", line 24, characters 7-8: Error: This expression has type bytes but an expression was expected of type string
Product: Gentoo Linux Reporter: ernsteiswuerfel <erhard_f>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED OBSOLETE    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 750281    
Bug Blocks:    
Attachments: build.log
emerge --info

Description ernsteiswuerfel archtester 2020-10-19 23:24:20 UTC
Created attachment 667232 [details]
build.log

[...]
make[1]: Entering directory '/var/tmp/portage/dev-ml/ocamlnet-4.1.2/work/ocamlnet-4.1.2/tools/cppo-0.9.4'
echo 'let cppo_version = "0.9.4"' > cppo_version.ml
ocamlyacc cppo_parser.mly
ocamllex cppo_lexer.mll
352 states, 13139 transitions, table size 54668 bytes
3450 additional bytes used for bindings
ocamlc -o cppo -dtypes unix.cma cppo_version.ml cppo_types.ml cppo_parser.mli cppo_parser.ml cppo_lexer.ml cppo_command.ml cppo_eval.ml cppo_main.ml
File "cppo_lexer.mll", line 24, characters 7-8:
Error: This expression has type bytes but an expression was expected of type
         string
make[1]: *** [Makefile:60: all] Error 2
make[1]: Leaving directory '/var/tmp/portage/dev-ml/ocamlnet-4.1.2/work/ocamlnet-4.1.2/tools/cppo-0.9.4'
make: *** [Makefile:51: tools] Error 2
 * ERROR: dev-ml/ocamlnet-4.1.2::gentoo failed (compile phase):
 *   emake failed
Comment 1 ernsteiswuerfel archtester 2020-10-19 23:24:42 UTC
Created attachment 667235 [details]
emerge --info