Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 891535 - dev-ml/ocamlnet-4.1.9-r1 fails to compile: Error: Unbound module Rpc_portmapper_clnt.MakePMAP
Summary: dev-ml/ocamlnet-4.1.9-r1 fails to compile: Error: Unbound module Rpc_portmapp...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 877673
  Show dependency tree
 
Reported: 2023-01-21 06:50 UTC by Agostino Sarubbo
Modified: 2023-01-21 19:53 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,304.68 KB, text/plain)
2023-01-21 06:50 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-01-21 06:50:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ml/ocamlnet-4.1.9-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-21 06:50:28 UTC
Created attachment 848899 [details]
build.log

build log and emerge --info
Comment 2 Tupone Alfredo gentoo-dev 2023-01-21 18:28:35 UTC
This:

CPP="x86_64-pc-linux-gnu-gcc -E"

is causing the problem
Comment 3 Tupone Alfredo gentoo-dev 2023-01-21 19:53:09 UTC
CPP="gcc -E" ignore file having a non standard suffix

maybe:
CPP="gcc -E -x c" to say that whatever suffix is, consider it a C file and preprocess