public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [scallywag] libksba-1.6.5-1 install anomaly
@ 2023-12-19  5:29 Marco Atzeri
  2023-12-19 11:24 ` Jon Turney
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marco Atzeri @ 2023-12-19  5:29 UTC (permalink / raw)
  To: cygwin-apps

Hi Jon

on jobs 7426 and (rerun) 7428 I see that a file is built
but not installed

------------------------------------------
config.status: creating src/ksba-config
...
 >>> libksba-devel-1.6.5-1.tar.xz
tar: usr/bin/ksba-config: Cannot stat: No such file or directory
------------------------------------------

but if I run exacly the same jobs locally, the file is installed and
packed as expected

$ find libksba-1.6.5-1.x86_64 -name ksba-config
libksba-1.6.5-1.x86_64/build/src/ksba-config
libksba-1.6.5-1.x86_64/inst/usr/bin/ksba-config

$ grep -H ksba-config libksba-1.6.5-1.x86_64/log/*
libksba-1.6.5-1.x86_64/log/libksba-1.6.5-1-compile.log:config.status: 
creating src/ksba-config
libksba-1.6.5-1.x86_64/log/libksba-1.6.5-1-install.log: /usr/bin/install 
-c ksba-config '/pub/devel/libksba/libksba-1.6.5-1.x86_64/inst/usr/bin'
libksba-1.6.5-1.x86_64/log/libksba-1.6.5-1-pkg.log:usr/bin/ksba-config


Any clue if I should add something to the

BUILD_REQUIRES="libgpg-error-devel pkg-config"

the only difference between system I can think about is
case Sensitive file system.
But I can not test it as my system loses some functionality
like network if I turn all the file system to be case sensitive

$ uname -svr
CYGWIN_NT-10.0-19045 3.4.10-1.x86_64 2023-11-29 12:12 UTC

Regards
Marco

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

* Re: [scallywag] libksba-1.6.5-1 install anomaly
  2023-12-19  5:29 [scallywag] libksba-1.6.5-1 install anomaly Marco Atzeri
@ 2023-12-19 11:24 ` Jon Turney
  2023-12-19 18:15   ` Marco Atzeri
  2023-12-19 16:01 ` [Attn. MAINTAINER] gpg2 ASSI
  2023-12-19 21:38 ` [scallywag] libksba-1.6.5-1 install anomaly Brian Inglis
  2 siblings, 1 reply; 6+ messages in thread
From: Jon Turney @ 2023-12-19 11:24 UTC (permalink / raw)
  To: Marco Atzeri; +Cc: cygwin-apps

On 19/12/2023 05:29, Marco Atzeri via Cygwin-apps wrote:
> Hi Jon
> 
> on jobs 7426 and (rerun) 7428 I see that a file is built
> but not installed
> 
> ------------------------------------------
> config.status: creating src/ksba-config
> ...
>  >>> libksba-devel-1.6.5-1.tar.xz
> tar: usr/bin/ksba-config: Cannot stat: No such file or directory
> ------------------------------------------
> 
> but if I run exacly the same jobs locally, the file is installed and
> packed as expected

This is weird.  But this seems to be by upstream design:

Changelog

> 2022-03-31  NIIBE Yutaka  <gniibe@fsij.org>
> 
>         build: When no gpg-error-config, not install ksba-config.
>         + commit 41000330cdba87afdf9ea0b481e0260dab262a54
>         * configure.ac (USE_GPGRT_CONFIG): New.
>         * src/Makefile.am [USE_GPGRT_CONFIG]: Conditionalize the install
>         of ksba-config.
> 
[...]
> 
> Any clue if I should add something to the
> 
> BUILD_REQUIRES="libgpg-error-devel pkg-config"

It seems the latest libgpg-error-devel doesn't provide gpg-error-config.

And indeed, upgrading to your recent update to libgpg-error-devel allows 
reproducing the problem locally.


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

* [Attn. MAINTAINER] gpg2
  2023-12-19  5:29 [scallywag] libksba-1.6.5-1 install anomaly Marco Atzeri
  2023-12-19 11:24 ` Jon Turney
@ 2023-12-19 16:01 ` ASSI
  2023-12-19 18:12   ` Marco Atzeri
  2023-12-19 21:38 ` [scallywag] libksba-1.6.5-1 install anomaly Brian Inglis
  2 siblings, 1 reply; 6+ messages in thread
From: ASSI @ 2023-12-19 16:01 UTC (permalink / raw)
  To: cygwin-apps


Hi Marco,

Since the last update gpg2 segfaults, rolling back step by step points
at libgpg-error as the culprit.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables

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

* Re: [Attn. MAINTAINER] gpg2
  2023-12-19 16:01 ` [Attn. MAINTAINER] gpg2 ASSI
@ 2023-12-19 18:12   ` Marco Atzeri
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Atzeri @ 2023-12-19 18:12 UTC (permalink / raw)
  To: cygwin-apps

On 19/12/2023 17:01, ASSI via Cygwin-apps wrote:
> 
> Hi Marco,
> 
> Since the last update gpg2 segfaults, rolling back step by step points
> at libgpg-error as the culprit.
> 
> 
> Regards,
> Achim.

Noted

I think I should remove the libgpg-error latest and dig on the
root cause

Regards
Marco


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

* Re: [scallywag] libksba-1.6.5-1 install anomaly
  2023-12-19 11:24 ` Jon Turney
@ 2023-12-19 18:15   ` Marco Atzeri
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Atzeri @ 2023-12-19 18:15 UTC (permalink / raw)
  To: Jon Turney; +Cc: cygwin-apps

On 19/12/2023 12:24, Jon Turney wrote:
> On 19/12/2023 05:29, Marco Atzeri via Cygwin-apps wrote:
>> Hi Jon
>>
>> on jobs 7426 and (rerun) 7428 I see that a file is built
>> but not installed
>>
>> ------------------------------------------
>> config.status: creating src/ksba-config
>> ...
>>  >>> libksba-devel-1.6.5-1.tar.xz
>> tar: usr/bin/ksba-config: Cannot stat: No such file or directory
>> ------------------------------------------
>>
>> but if I run exacly the same jobs locally, the file is installed and
>> packed as expected
> 
> This is weird.  But this seems to be by upstream design:
> 
> Changelog
> 
>> 2022-03-31  NIIBE Yutaka  <gniibe@fsij.org>
>>
>>         build: When no gpg-error-config, not install ksba-config.
>>         + commit 41000330cdba87afdf9ea0b481e0260dab262a54
>>         * configure.ac (USE_GPGRT_CONFIG): New.
>>         * src/Makefile.am [USE_GPGRT_CONFIG]: Conditionalize the install
>>         of ksba-config.
>>
> [...]
>>
>> Any clue if I should add something to the
>>
>> BUILD_REQUIRES="libgpg-error-devel pkg-config"
> 
> It seems the latest libgpg-error-devel doesn't provide gpg-error-config.
> 
> And indeed, upgrading to your recent update to libgpg-error-devel allows 
> reproducing the problem locally.
> 

thanks Jon,

a second pair of eyes is always useful.
I noticed the absence of libgpg-error in the new upstream
but not the conditional installation of ksba-config


Upstream is playing weird scheme

Regards
Marco


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

* Re: [scallywag] libksba-1.6.5-1 install anomaly
  2023-12-19  5:29 [scallywag] libksba-1.6.5-1 install anomaly Marco Atzeri
  2023-12-19 11:24 ` Jon Turney
  2023-12-19 16:01 ` [Attn. MAINTAINER] gpg2 ASSI
@ 2023-12-19 21:38 ` Brian Inglis
  2 siblings, 0 replies; 6+ messages in thread
From: Brian Inglis @ 2023-12-19 21:38 UTC (permalink / raw)
  To: cygwin-apps

On 2023-12-18 22:29, Marco Atzeri via Cygwin-apps wrote:
> on jobs 7426 and (rerun) 7428 I see that a file is built
> but not installed
> ------------------------------------------
> config.status: creating src/ksba-config
> ...
>  >>> libksba-devel-1.6.5-1.tar.xz
> tar: usr/bin/ksba-config: Cannot stat: No such file or directory
> ------------------------------------------
> but if I run exacly the same jobs locally, the file is installed and
> packed as expected
> $ find libksba-1.6.5-1.x86_64 -name ksba-config
> libksba-1.6.5-1.x86_64/build/src/ksba-config
> libksba-1.6.5-1.x86_64/inst/usr/bin/ksba-config
> $ grep -H ksba-config libksba-1.6.5-1.x86_64/log/*
> libksba-1.6.5-1.x86_64/log/libksba-1.6.5-1-compile.log:config.status: creating 
> src/ksba-config
> libksba-1.6.5-1.x86_64/log/libksba-1.6.5-1-install.log: /usr/bin/install -c 
> ksba-config '/pub/devel/libksba/libksba-1.6.5-1.x86_64/inst/usr/bin'
> libksba-1.6.5-1.x86_64/log/libksba-1.6.5-1-pkg.log:usr/bin/ksba-config
> Any clue if I should add something to the
> BUILD_REQUIRES="libgpg-error-devel pkg-config"
> the only difference between system I can think about is
> case Sensitive file system.
> But I can not test it as my system loses some functionality
> like network if I turn all the file system to be case sensitive

I use standard /usr/src/ for packages, sources, and builds, and chattr -R +S ... 
which makes it easier dealing with Linux man-pages and like packages.

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

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

end of thread, other threads:[~2023-12-19 21:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19  5:29 [scallywag] libksba-1.6.5-1 install anomaly Marco Atzeri
2023-12-19 11:24 ` Jon Turney
2023-12-19 18:15   ` Marco Atzeri
2023-12-19 16:01 ` [Attn. MAINTAINER] gpg2 ASSI
2023-12-19 18:12   ` Marco Atzeri
2023-12-19 21:38 ` [scallywag] libksba-1.6.5-1 install anomaly Brian Inglis

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