Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671356 - sys-devel/sparse-9999: No rule to make target 'all-installable'
Summary: sys-devel/sparse-9999: No rule to make target 'all-installable'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason A. Donenfeld
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-17 16:11 UTC by Daniel M. Weeks
Modified: 2019-01-26 22:08 UTC (History)
1 user (show)

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 Daniel M. Weeks 2018-11-17 16:11:58 UTC
>>> Compiling source in /tmp/portage/sys-devel/sparse-9999/work/sparse-9999 ...
make -j4 V=1 AR=x86_64-pc-linux-gnu-ar CC=x86_64-pc-linux-gnu-gcc HAVE_GTK2=no HAVE_LLVM=yes HAVE_LIBXML=no all-installable
Makefile:124: Your system does not have libxml, disabling c2xml
make: *** No rule to make target 'all-installable'.  Stop.

Upstream dropped the "all-installable target: https://git.kernel.org/pub/scm/devel/sparse/sparse.git/commit/Makefile?id=3b7d5e200ac64de2914b930933491b548b3d0bc0

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2019-01-26 22:08:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5175a633115848cad72eeabfc995f2fcc449090d

commit 5175a633115848cad72eeabfc995f2fcc449090d
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2019-01-26 22:07:34 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2019-01-26 22:07:54 +0000

    sys-devel/sparse: drop 'install-all' reference, bug #671356
    
    Daniel reports that install-all disappeared in
    https://git.kernel.org/pub/scm/devel/sparse/sparse.git/commit/Makefile?id=3b7d5e200ac64de2914b930933491b548b3d0bc0
    and now breaks the build.
    
    Use default 'make all' unconditionally.
    
    Reported-by: Daniel M. Weeks
    Closes: https://bugs.gentoo.org/671356
    Package-Manager: Portage-2.3.58, Repoman-2.3.12
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 sys-devel/sparse/sparse-9999.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2019-01-26 22:08:29 UTC
Hopefully fixed. Thanks for the report!