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

Bug 680060

Summary: dev-games/aseprite-1.1.7: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. LOADPNG_INCLUDE_DIR
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Azamat H. Hackimov <azamat.hackimov>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint, sam, scott
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/20917
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 770664    
Attachments: emerge-info.txt
CMakeError.log
CMakeOutput.log
dev-games:aseprite-1.1.7:20190311-042241.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2019-03-11 19:42:27 UTC
    linked by target "she" in directory /var/tmp/portage/dev-games/aseprite-1.1.7/work/src/she

-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/dev-games/aseprite-1.1.7/work/aseprite-1.1.7_build/CMakeFiles/CMakeOutput.log".
See also "/var/tmp/portage/dev-games/aseprite-1.1.7/work/aseprite-1.1.7_build/CMakeFiles/CMakeError.log".
 * ERROR: dev-games/aseprite-1.1.7::gentoo failed (configure phase):

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-systemd_abi32+64_20190306-071626

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems)
Available Rust versions:
  [1]   rust-1.32.0 *
  [2]   rust-bin-1.32.0



emerge -qpvO dev-games/aseprite
[ebuild  N    ] dev-games/aseprite-1.1.7  USE="bundled-libs -debug -gtk3 -kde -test -webp"
Comment 1 Toralf Förster gentoo-dev 2019-03-11 19:42:30 UTC
Created attachment 568602 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-03-11 19:42:33 UTC
Created attachment 568604 [details]
CMakeError.log
Comment 3 Toralf Förster gentoo-dev 2019-03-11 19:42:36 UTC
Created attachment 568606 [details]
CMakeOutput.log
Comment 4 Toralf Förster gentoo-dev 2019-03-11 19:42:39 UTC
Created attachment 568608 [details]
dev-games:aseprite-1.1.7:20190311-042241.log
Comment 5 Toralf Förster gentoo-dev 2019-03-11 19:42:42 UTC
Created attachment 568610 [details]
emerge-history.txt
Comment 6 Toralf Förster gentoo-dev 2019-03-11 19:42:44 UTC
Created attachment 568612 [details]
environment
Comment 7 Toralf Förster gentoo-dev 2019-03-11 19:42:47 UTC
Created attachment 568614 [details]
etc.portage.tbz2
Comment 8 Toralf Förster gentoo-dev 2019-03-11 19:42:50 UTC
Created attachment 568616 [details]
logs.tbz2
Comment 9 Toralf Förster gentoo-dev 2019-03-11 19:42:53 UTC
Created attachment 568618 [details]
temp.tbz2
Comment 10 Andreas Sturmlechner gentoo-dev 2021-02-14 19:46:50 UTC
*** Bug 766498 has been marked as a duplicate of this bug. ***
Comment 11 Andreas Sturmlechner gentoo-dev 2021-02-14 19:46:58 UTC
*** Bug 765226 has been marked as a duplicate of this bug. ***
Comment 12 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-06 00:56:48 UTC
Ping
Comment 13 Andreas Sturmlechner gentoo-dev 2021-05-09 22:04:29 UTC
ping
Comment 14 Larry the Git Cow gentoo-dev 2021-05-23 16:53:29 UTC
The bug has been closed via the following commit(s):

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

commit e4eda48d2518cb0dcd80e0593801dad5fd0b0b0c
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2021-05-21 22:30:56 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-05-23 16:53:06 +0000

    dev-games/aseprite: fix building with USE=bundled-libs
    
    Shared libloadpng comes with shared allegro[png]. USE=bundled-libs will
    disable allegro dependency, which leads to building error.
    
    Closes: https://bugs.gentoo.org/680060
    Package-Manager: Portage-3.0.18, Repoman-3.0.2
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/20917
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-games/aseprite/aseprite-1.1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)