Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 750269 - 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
Summary: dev-ml/ocamlnet-4.1.2 - File "cppo_lexer.mll", line 24, characters 7-8: Error...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 750281
Blocks:
  Show dependency tree
 
Reported: 2020-10-19 23:24 UTC by ernsteiswuerfel
Modified: 2020-11-01 13:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (ocamlnet-4.1.2:20201019-232050.log,14.39 KB, text/plain)
2020-10-19 23:24 UTC, ernsteiswuerfel
Details
emerge --info (file_750269.txt,5.96 KB, text/plain)
2020-10-19 23:24 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
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