public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Scallyweg and python3
@ 2022-07-03 15:58 Marco Atzeri
  2022-07-03 16:37 ` Jon Turney
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Atzeri @ 2022-07-03 15:58 UTC (permalink / raw)
  To: cygwin-apps

Hi Jon,
can you look on the build failure for hexchat ?

https://github.com/cygwin/scallywag/runs/7169187681?check_suite_focus=true

scallywag: build dependencies (from BUILD_REQUIRES): 
cmake,iso-codes-devel,libcanberra-devel,libdbus-glib_1-devel,libglib2.0-devel,libgtk2.0-devel,libnotify-devel,libproxy-devel,libssl-devel,luajit-devel,meson,perl_base,pkg-config,python39-devel,xorg-server-devel

that should pull alternatives:

$ cygcheck-dep -qr python39-devel
  python39-devel: requires ( alternatives bash libcrypt-devel 
libintl-devel pkg-config python39 python39-setuptools )

and create python3

$ cygcheck -l python39 | grep "etc/po"
/etc/postinstall/python39.sh


but I see:

Run-time dependency python3 found: NO (tried pkgconfig and sysconfig)
plugins/python/meson.build:3:2: ERROR: Dependency "python3" not found, 
tried pkgconfig and sysconfig

Regards
Marco



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Scallyweg and python3
  2022-07-03 15:58 Scallyweg and python3 Marco Atzeri
@ 2022-07-03 16:37 ` Jon Turney
  2022-07-05  0:34   ` Marco Atzeri
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Turney @ 2022-07-03 16:37 UTC (permalink / raw)
  To: Marco Atzeri, cygwin-apps

On 03/07/2022 16:58, Marco Atzeri wrote:
> Hi Jon,
> can you look on the build failure for hexchat ?
> 
> https://github.com/cygwin/scallywag/runs/7169187681?check_suite_focus=true
> 
> scallywag: build dependencies (from BUILD_REQUIRES): 
> cmake,iso-codes-devel,libcanberra-devel,libdbus-glib_1-devel,libglib2.0-devel,libgtk2.0-devel,libnotify-devel,libproxy-devel,libssl-devel,luajit-devel,meson,perl_base,pkg-config,python39-devel,xorg-server-devel 
> 
> 
> that should pull alternatives:
> 
> $ cygcheck-dep -qr python39-devel
>   python39-devel: requires ( alternatives bash libcrypt-devel 
> libintl-devel pkg-config python39 python39-setuptools )
> 
> and create python3
> 
> $ cygcheck -l python39 | grep "etc/po"
> /etc/postinstall/python39.sh
> 
> 
> but I see:
> 
> Run-time dependency python3 found: NO (tried pkgconfig and sysconfig)
> plugins/python/meson.build:3:2: ERROR: Dependency "python3" not found, 
> tried pkgconfig and sysconfig

I think with pkgconfig, this is looking for 'python3.pc', not 'python3'.

That is provided by python3-devel (as a link to python39.pc), which 
isn't installed here?





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Scallyweg and python3
  2022-07-03 16:37 ` Jon Turney
@ 2022-07-05  0:34   ` Marco Atzeri
  0 siblings, 0 replies; 3+ messages in thread
From: Marco Atzeri @ 2022-07-05  0:34 UTC (permalink / raw)
  To: Jon Turney, cygwin-apps

On 03.07.2022 18:37, Jon Turney wrote:
> On 03/07/2022 16:58, Marco Atzeri wrote:
>> Hi Jon,
>> can you look on the build failure for hexchat ?
>>

>>
>> but I see:
>>
>> Run-time dependency python3 found: NO (tried pkgconfig and sysconfig)
>> plugins/python/meson.build:3:2: ERROR: Dependency "python3" not found, 
>> tried pkgconfig and sysconfig
> 
> I think with pkgconfig, this is looking for 'python3.pc', not 'python3'.
> 
> That is provided by python3-devel (as a link to python39.pc), which 
> isn't installed here?
> 

adding python3-devel solved the issue.

Thanks
Marco


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-05  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-03 15:58 Scallyweg and python3 Marco Atzeri
2022-07-03 16:37 ` Jon Turney
2022-07-05  0:34   ` Marco Atzeri

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).