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

Bug 891535

Summary: dev-ml/ocamlnet-4.1.9-r1 fails to compile: Error: Unbound module Rpc_portmapper_clnt.MakePMAP
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Team for the ML programming language family <ml>
Status: RESOLVED INVALID    
Severity: normal CC: tupone
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 877673    
Attachments: build.log

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