Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831521 - dev-util/anjuta-3.34.0 fails to compile: anjuta-launcher.c:25:10: fatal error: unistd.h: No such file or directory
Summary: dev-util/anjuta-3.34.0 fails to compile: anjuta-launcher.c:25:10: fatal error...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-20 07:13 UTC by Agostino Sarubbo
Modified: 2022-06-06 20:51 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,88.29 KB, application/x-xz)
2022-01-20 07:13 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 2022-01-20 07:13:25 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/anjuta-3.34.0 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-20 07:13:28 UTC
Created attachment 762725 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-20 07:13:29 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


anjuta-launcher.c:25:10: fatal error: sys/unistd.h: No such file or directory
anjuta-launcher.c:25:10: fatal error: sys/unistd.h: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-05-15 09:19:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3bfbf51f26652ed81a88717be7e5035350bda6

commit 0f3bfbf51f26652ed81a88717be7e5035350bda6
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2022-05-15 09:17:48 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2022-05-15 09:18:21 +0000

    dev-util/anjuta: Strip package down to base library for running apps
    
    The project is now largely defunct upstream, so we only want to keep the base
    library for running applications such as app-pda/gtkpod.
    
    Fixes: https://bugs.gentoo.org/831521
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 dev-util/anjuta/anjuta-3.34.0-r2.ebuild    | 53 ++++++++++++++++++++++
 dev-util/anjuta/files/3.34.0-minimal.patch | 72 ++++++++++++++++++++++++++++++
 dev-util/anjuta/metadata.xml               | 24 ++++++----
 3 files changed, 140 insertions(+), 9 deletions(-)