unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Ekaitz Zarraga <ekaitz@elenq.tech>
Cc: guix-devel@gnu.org
Subject: Re: Help with package AppImage support
Date: Sun, 28 Nov 2021 20:49:02 +0100	[thread overview]
Message-ID: <877dcsnjkh.fsf@elephly.net> (raw)
In-Reply-To: <fa3CZ_zqiqeLuxikOQMWTmMmapYT6B97NezXgtj4WNKa1oWfasSa3b-rra5A1o59LAuKhL3-b4aicb4mvDBod9FC0smPeBagUvowpNVRwFw=@elenq.tech>


Ekaitz Zarraga <ekaitz@elenq.tech> writes:

>> Maybe “TARGET NOT found” is CMake’s original way of saying that 
>> you’re
>> missing a dependency (libsquashfuse), no?
>
> I mean, I already reached that conclusion but if you check the 
> packages in the
> original message, the dependency is included. I can't find why 
> isn't it finding
> the library.
>
> I need there some help making CMake find the dependency I 
> already included and
> packaged.

Does the CMakeLists.txt or the files under cmake/ mention 
libsquashfuse?  There should either be a Find* macro that 
describes the tests CMake will perform to determine certain 
variables for using libsquashfuse, or it will use a conventional 
way to do that: via pkg-config or using .cmake files in 
libsquashfuse.

So there coulde be different problems here: libsquashfuse doesn’t 
install the expected cmake files or installs them in the wrong 
place; or this package tells CMake to search using pkg-config but 
you don’t have pkg-config among the inputs; or this is all the 
case and pkg-config fails because a library isn’t propagated when 
it should be, etc.

The first step should be to figure out if CMake uses one of these 
Find* macros or some other way.  If it’s a Find* macro, determine 
if it is provided by libsquashfuse or appimagekit.

-- 
Ricardo


  reply	other threads:[~2021-11-28 19:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-22 14:29 Help with package AppImage support Ekaitz Zarraga
2021-11-23 17:19 ` Ludovic Courtès
2021-11-23 19:12   ` Ekaitz Zarraga
2021-11-28 17:29     ` Ludovic Courtès
2021-11-28 17:38       ` Ekaitz Zarraga
2021-11-28 19:49         ` Ricardo Wurmus [this message]
2021-11-29 12:48           ` Ekaitz Zarraga
2021-11-29 13:20             ` Ricardo Wurmus
2021-11-29 14:27               ` Ekaitz Zarraga
2021-11-29 15:06                 ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877dcsnjkh.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=ekaitz@elenq.tech \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).