Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 603554 - app-crypt/heimdal-7.1.0 can not be merged
Summary: app-crypt/heimdal-7.1.0 can not be merged
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-23 09:22 UTC by Sven Eden
Modified: 2016-12-23 12:03 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Eden 2016-12-23 09:22:22 UTC
I have tried to upgrade to app-crypt/heimdal-7.1.0, which was not possible.

The build fails with:

--------
make -j17 -l8 -C base -j1 
make: *** base: No such file or directory.  Stop.
--------

The reason is, that there is no longer a "base" directory in the root folder, but one in the "lib" folder.

Removing the lines:
                emake -C base -j1
in multilib_src_compile() and
                emake -C base DESTDIR="${D}" install
in multilib_src_install()
fixed the issue for me and heimdal was successfully merged.
Comment 1 Eray Aslan gentoo-dev 2016-12-23 12:03:36 UTC
Fixed in the tree without a revbump.  Thanks for the report.