RE: unable to compile chromium: stable

<[email protected]> Sun, 29 Mar 2026 08:14:24 -0400
Newsgroups gmane.linux.gentoo.user
Message-ID <[email protected]>

-----Original Message-----
From: Philipp Ludwig <[email protected]> 
Sent: Sunday, March 29, 2026 7:59 AM
To: [email protected]
Subject: Re: [gentoo-user] unable to compile chromium: stable

Your log shows:

/usr/include/minizip/ioapi.h:74:10: fatal error: 
'ints.h' file not found
    74 | #include "ints.h"
       |          ^~~~~~~~
1 error generated.

ints.h usually belongs to sys-libs/zlib.
Is the file /usr/include/minizip/ints.h present on your system?
If not, try re-emerging zlib.

On 3/26/26 08:04, [email protected] wrote:
> Hi there.  I am not sure what is happening here, but I am unable to compile
> chromium:stable  -- I used to do it fine, but the devs have changed the way
> this is working now.
> 
> There seems to be a missing include file  amoung other problems, so I am
> sending the whole compile output.
> 
> Thanks in advance for any suggestions.
> 
> 
Thanks a lot, the file was not there, but when I upgraded zlib to1.33.2-r1 then the file appeared, looks like emerge had something in the wrong order or something.  Thanks again.