Re: Portable CygWin version for Windows?

2021-11-14 Thread Shaddy Baddah

On 15/11/21 3:36 am, Achim Gratz wrote:


Andrey Repin via Cygwin writes:

You will have to format the stick to NTFS, and run rebaseall for each time you
insert your stick into a new system, which defeats the very idea of having a
"portable Cygwin" - it will always be tied to a specific system.

It all depends on what you want to do with it and wahtr limitations you
are able and willing to accept, but those dependencies are what makes it
hard to have that "portable Cygwin".

And no, you don't need to run rebaseall each time you use the stick on a
new system, but it may well not work at all for entirely different
reasons if you chose NTFS (and a host of other problems if you don't and
go with FAT32).


Further, you will have to be realistic as to which Windows installs
you expect to be able run Cygwin off of the USB stick, on.

Unfortunately, I've observed quite a few corporate Windows installs
disable running executables off of removable media.

I recall being able to defeat that by avoiding running directly from
the Windows shell (explorer.exe), but... your mileage may vary, so to
speak.

--
Regards,
Shaddy Baddah
Ph: 0406 753 978


--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: cygport build injecting /usr/lib/gcc/x86_64-pc-cygwin/7.4.0/ paths

2021-11-14 Thread Brian Inglis

On 2021-11-14 06:49, Brian Inglis wrote:

On 2021-11-14 05:48, Achim Gratz wrote:

Brian Inglis writes:

Got these errors trying to build latest ncurses on my system, so
retried on scallywag and got same result, with no clue where that is
coming from!



Unless there is absolutely no other way and you know exactly what you're
doing, never skip the cygautoreconf in src_compile.


I always try to use the default src_compile autotools.cygclass function 
where possible to ensure that is the case.
Various GNU tool builds have that commented out by their previous 
experienced maintainers, so I tread carefully.
I do try to re-add the cygautoreconf function and comment out the 
src_compile function override where possible even in those cases.
I leave the commented out version in place to document the possibility 
that re-trying a build without cygautoreconf may fix issues.


In this case, all such alternatives (cygautoreconf, libtoolize, lndirs) 
tried either had no effect or broke the builds, which as I said, seem to 
have all the autoconf and automake files pre-generated, so that cygconf 
and cygmake should work, given a functional libtool.


I have also tried to rebuild libtool from sources to pick up updates, 
but that cygport build no longer even generates a Makefile!
However I notice that the tar contains a slew of .file temporaries that 
may be messing up that build.


Only approach that worked was to write a script to update 
/usr/bin/libtool to latest /usr/lib/gcc/$HOSTTYPE-*-$OSTYPE/[0-9]* path, 
add to SRC_URI, and run at the start of src_compile:


https://cygwin.com/git/?p=git/cygwin-packages/ncurses.git;a=tree;hb=playground

https://cygwin.com/cgi-bin2/jobs.cgi?id=3533=ncurses=succeeded=Brian+Inglis

https://github.com/cygwin/scallywag/actions/runs/1459727318

https://github.com/cygwin/scallywag/suites/4351117248/logs?attempt=1

I will make this an ITA to update ncurses if there are no better 
alternatives suggested to the unconventional approach.
I will then look at how to build the mingw64-*86*-ncurses versions and 
ITA those.


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

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Editing with vim clears Windows 10 file system archive bit.

2021-11-14 Thread Steve Ward via Cygwin
Description of problem:
While using vim 8.2 on cygwin 3.3 (x86_64) on Windows 10,
when editing an existing file with vim and saving it, the Window’s
file system archive bit is always left cleared (not modified state).
This happens, whether the archive bit was set (is modified) or
clear (not modified) initially.  Window’s backup tools rely on this
archive bit for making incremental backups.

The following scenarios DO work:
1. Using vim to create a new file,
   leaves the new file’s archive bit set (is modified).
2. “cp” and redirect with append (“>>”),
   leave the target file’s archive bit set (is modified).
3. “emacs” (emacs-w32) (ver. 27.2) worked for both editing and creating!
4. Editing with vim sets the “last modified date” correctly
   for Linux and Windows.

Tools used to confirm the problem:
The cygwin tool, “cygcheck –c” listed “OK” as the status of every package.
The archive bit settings were confirmed with Window’s “File Explorer” and
cygwin’s “attrib”.
The cygwin tool, “chattr,” could be used as a crude workaround,
but I rather have vim do it.

My search for solutions:
I have perused 8 years of “The Cygwin Archives” for this issue,
but could find nothing relevant.
Google Web searches, and stackoverflow.com, vim.org and
vi.stackexchange.com searches turned up nothing relevant.
On my local machine, a search of /usr/share/vim/vim82/doc/*.txt
turned up nothing relevant.

My update history:
10/2013 Cygwin-1.7.25 Windows  8 vim-7.3.1314 No problem with archive bit.
09/2021 Cygwin-3.2.0  Windows 10 vim-8.2.0486 Problem with archive bit.
11/2021 Cygwin-3.3.2  Windows 10 vim-8.2.0486 Problem with archive bit.

Can anyone shed some light on this issue?

Thanks,
Steve

Sent from Mail for Windows


-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: How to convert heic to jpg

2021-11-14 Thread Brian Inglis

On 2021-11-14 05:30, Marco Atzeri via Cygwin wrote:

On 14.11.2021 12:01, Fergus Daly via Cygwin wrote:

Ages ago there was a thread about what package(s) to install in
order to be able to
$ convert img001.heic img002.jpg
but I cannot now find it. Can anybody help?
Note 1 Under Package Search "heic" I found ImageMagick; but I have 
that already, to no effect.
Note 2 One used to be able to enter "site:cygwin.com heic" (or 
similar) in the Google search bar to search Mail Archives but now

that seems to provide incomplete responses. Is there a variation on
this that provides an exhaustive search of the archives?

https://www.mail-archive.com/cygwin@cygwin.com/msg168216.html
$ man heif-convert | cat |head
HEIF-THUMBNAILER(1)   General Commands Manual
HEIF-THUMBNAILER(1)

NAME
    heif-convert - convert HEIC/HEIF image
SYNOPSIS
    heif-convert [-q QUALITY] filename output[.jpg|.png|.y4m]
DESCRIPTION
    heif-convert Convert HEIC/HEIF image to a different image format.


$ cygcheck -p heif-convert
Found 6 matches for heif-convert
libheif-debuginfo-1.10.0-1 - libheif-debuginfo: Debug info for libheif
libheif-debuginfo-1.12.0-1 - libheif-debuginfo: Debug info for libheif
libheif-debuginfo-1.7.0-1 - libheif-debuginfo: Debug info for libheif
libheif-tool-1.10.0-1 - libheif-tool: libheif tools
libheif-tool-1.12.0-1 - libheif-tool: libheif tools
libheif-tool-1.7.0-1 - libheif-tool: libheif tools

Install libheif-tool!

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

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-8 (Test)

2021-11-14 Thread Mark Geisert

Nov 14, 2021 7:24:43 PM Denis Excoffier :

> Hello,
> 
>> On 2021-11-03 10:59, Mark Geisert wrote:
>> 
>> The following packages have been uploaded to the Cygwin distribution:
>> 
>> * cygutils-1.4.16-8
>> * cygutils-extra-1.4.16-8
>> * cygutils-x11-1.4.16-8
> 
> 
> The '-u' or '-d' option of getclip does not seem to work properly under xterm.
> How to reproduce:
> 1) Open an xterm
> 2) Select a simple piece of text (with no line ending)
> 3) getclip -u
> 4) Observe 'Segmentation fault(core dumped)'
> 
> If step 2 is replaced by ‘printf  | putclip', no error.
> If step 3 is replaced by ‘getclip’, no error.
> 
> I can’t tell whether this is new or not.
> 
> Remarks:
> 1) If (under xterm) i select a piece of text with a line end, then i can 
> observe ‘\r\n’ at the end (using getclip | od -c)
> 2) If i select a piece of text with a line end with putclip, i can only 
> observe ‘\n’ at the end (echo "" | putclip | getclip | od -c)
> 3) I launch ‘xwin’ with ‘option -clipboard’ (the default), i suppose this 
> does not matter
> 4) It might be related to xorg-server-21.1.0-1 (TEST) that i installed 
> recently (2021-11-04), however xwinclip-21-1.0-1 didn’t come with the rest
> 
> Regards,
> 
> Denis Excoffier.
Hi Denis,
Thank you for the report. I am out of town for another week. I will investigate 
upon my return.

..mark

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-8 (Test)

2021-11-14 Thread Brian Inglis

On 2021-11-14 10:23, Denis Excoffier wrote:

On 2021-11-03 10:59, Mark Geisert wrote:
The following packages have been uploaded to the Cygwin distribution:
* cygutils-1.4.16-8
* cygutils-extra-1.4.16-8
* cygutils-x11-1.4.16-8



The '-u' or '-d' option of getclip does not seem to work properly under xterm.
How to reproduce:
1) Open an xterm
2) Select a simple piece of text (with no line ending)
3) getclip -u
4) Observe 'Segmentation fault(core dumped)'


Should not SEGV even if there is nothing to paste!

Those utilities do not have access to the X Window select buffer, only 
the X window copy buffer is copied to the Windows clipboard 
/dev/clipboard, so you may have to *COPY* the selected text to the 
clipboard, however that is done from xterm, perhaps C-S-v or using 
command xclip -sel c, before you can paste it.


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

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-8 (Test)

2021-11-14 Thread Denis Excoffier
Hello,

> On 2021-11-03 10:59, Mark Geisert wrote:
> 
> The following packages have been uploaded to the Cygwin distribution:
> 
> * cygutils-1.4.16-8
> * cygutils-extra-1.4.16-8
> * cygutils-x11-1.4.16-8


The '-u' or '-d' option of getclip does not seem to work properly under xterm.
How to reproduce:
1) Open an xterm
2) Select a simple piece of text (with no line ending)
3) getclip -u
4) Observe 'Segmentation fault(core dumped)'

If step 2 is replaced by ‘printf  | putclip', no error.
If step 3 is replaced by ‘getclip’, no error.

I can’t tell whether this is new or not.

Remarks:
1) If (under xterm) i select a piece of text with a line end, then i can 
observe ‘\r\n’ at the end (using getclip | od -c)
2) If i select a piece of text with a line end with putclip, i can only observe 
‘\n’ at the end (echo "" | putclip | getclip | od -c)
3) I launch ‘xwin’ with ‘option -clipboard’ (the default), i suppose this does 
not matter
4) It might be related to xorg-server-21.1.0-1 (TEST) that i installed recently 
(2021-11-04), however xwinclip-21-1.0-1 didn’t come with the rest

Regards,

Denis Excoffier.


-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: FIDO/U2F middleware libraries

2021-11-14 Thread Achim Gratz
Achim Gratz writes:
> There is a newer version of libfido (which OpenSSH uses) that should be
> able to use the WindowsHello.  Corinna has patched it up to the point
> were it actually builds and OpenSSH tries to use it, but fails.  I have
> no idea yet if the fail is triggered by something OpenSSH does or
> seomthing in libfido not lining up with WindowsHello.  I have to get up
> to speed on how to use the fido-tools provided with libfido in order to
> see where things go sideways.

Now also available on playground (build artifacts on AppVeyor):

https://cygwin.com/git-cygwin-packages?p=git/cygwin-packages/playground.git;a=shortlog;h=refs/heads/libfido2


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


Re: [ITP] aide 0.17.3

2021-11-14 Thread Achim Gratz
Jason Pyeron writes:
> Given this is the first release for aide on Cygwin, should this be
> posted as a test, package? Note: we (work) have been testing it for
> the past few months.

Nothing depends on it, so what purpose would it have to make this a test
version?


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


Re: Portable CygWin version for Windows?

2021-11-14 Thread Christian Franke

Peter Steiner via Cygwin wrote:

On webpage

https://cygwin.com/

I found only a CgyWin Installer to download.


I occasionally use Cygwin installed to NTFS partitions of USB flash 
drives for many years now. No problems so far, but the use cases were 
typically limited to "rescue" purposes (mintty, dd, ddrescue, fdisk, 
hexedit, smartctl, testdisk, ...). BTW: Also works great from the 
limited WinPE environment booted from a FAT32 boot partition on same 
flash drive.



I prefer to put CygWin on an USB flash drive and run it on various 
computers without leaving installation traces.


Please be aware that there will be traces on all computers because a 
registry value is set during startup of the root cygwin1.dll. The values 
appear below one of the following registry keys:


HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
HKEY_CURRENT_USER\SOFTWARE\Cygwin\Installations

A list is included in 'cygcheck -s' output. Alternatively try the 
following commands from Cygwin shell:


ls -la /proc/registry??/HKEY_LOCAL_MACHINE/SOFTWARE/Cygwin/Installations
ls -la /proc/registry/HKEY_USERS/*/SOFTWARE/Cygwin/Installations

Regards,
Christian


--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Portable CygWin version for Windows?

2021-11-14 Thread Achim Gratz
Andrey Repin via Cygwin writes:
> You will have to format the stick to NTFS, and run rebaseall for each time you
> insert your stick into a new system, which defeats the very idea of having a
> "portable Cygwin" - it will always be tied to a specific system.

It all depends on what you want to do with it and wahtr limitations you
are able and willing to accept, but those dependencies are what makes it
hard to have that "portable Cygwin".

And no, you don't need to run rebaseall each time you use the stick on a
new system, but it may well not work at all for entirely different
reasons if you chose NTFS (and a host of other problems if you don't and
go with FAT32).


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

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


RE: [ITP] aide 0.17.3

2021-11-14 Thread Jason Pyeron
> -Original Message-
> From: Jon Turney
> Sent: Sunday, November 14, 2021 7:49 AM
> 
> On 31/10/2021 14:37, Jason Pyeron wrote:
> >
> > Interested, very interested. I am on the aide developers list to track 
> > updates, bugs,
> and patches.
> >
> 
> Thanks.
> 
> I've added 'aide' to your list of packages.

Given this is the first release for aide on Cygwin, should this be posted as a 
test, package? Note: we (work) have been testing it for the past few months.

-Jason




Re: Portable CygWin version for Windows?

2021-11-14 Thread Andrey Repin via Cygwin
Greetings, Peter Steiner!

> On webpage

> https://cygwin.com/

> I found only a CgyWin Installer to download.

> I prefer to put CygWin on an USB flash drive and run it on various
> computers without leaving installation traces.

You will have to format the stick to NTFS, and run rebaseall for each time you
insert your stick into a new system, which defeats the very idea of having a
"portable Cygwin" - it will always be tied to a specific system.

> Is there really no portable version to download?

> What if I install it once one computer and copy all the files to my USB flash 
> drive?
> Are there any disadvantages?

It may just break at the least predictable moment.
Some tools may freak about permissions being wrong (for those per-user
entries in the /home directory).
Some may simply crash due to changed address layout.
This is simply not feasible, IMO.


-- 
With best regards,
Andrey Repin
Sunday, November 14, 2021 18:47:12

Sorry for my terrible english...


-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


FIDO/U2F middleware libraries

2021-11-14 Thread Achim Gratz


So I've got myself some FIDO2 tokens to eventually use with OpenSSH and
that works.  However, you need to be administrator to access the HID
interface on Win10 past 1909 or so or else go through their
"WindowsHello" API.  I've found two middleware libraries that almost
build out of the box on Cygwin:

https://github.com/tavrez/openssh-sk-winhello
https://github.com/mgbowen/windows-fido-bridge

They both work on 64bit only (the first one builds on 32bit, but
crashes, the second one doesn'tr even build).  If anybody wants to have
a look, here are the package sources on playground:

https://cygwin.com/git-cygwin-packages?p=git/cygwin-packages/playground.git;a=shortlog;h=refs/heads/libwinhello
https://cygwin.com/git-cygwin-packages?p=git/cygwin-packages/playground.git;a=shortlog;h=refs/heads/libwindowsfidobridge

The build artefacts are on AppVeyor.


There is a newer version of libfido (which OpenSSH uses) that should be
able to use the WindowsHello.  Corinna has patched it up to the point
were it actually builds and OpenSSH tries to use it, but fails.  I have
no idea yet if the fail is triggered by something OpenSSH does or
seomthing in libfido not lining up with WindowsHello.  I have to get up
to speed on how to use the fido-tools provided with libfido in order to
see where things go sideways.


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

SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


[PATCH} cygport src_fetch.cygpart PATCH_URI doc addition

2021-11-14 Thread Brian Inglis

On 2021-11-14 01:10, ASSI wrote:

Jason Pyeron writes:

Not sure I understand this, that file is explicitly patched to
build. See: aide-0.17.3-1.cygwin.patch



Give that patch file a different name (just changing the . before cygwin
to a - would suffice) and add it to PATCH_URI in the cygport file
instead.  ${PVR}.{cygwin,src}.patch files are special to cygport.


Wondered how that was being picked up and applied without being named in 
the .cygport. Suggested cygport doc patch attached.


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

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]From Achim Gratz: 
https://cygwin.com/pipermail/cygwin-apps/2021-November/041670.html

--- origsrc/cygport/lib/src_fetch.cygpart   2021-06-20 09:44:05.617763800 
-0600
+++ src/cygport/lib/src_fetch.cygpart   2021-11-14 07:14:23.018207400 -0700
@@ -59,6 +59,8 @@
 #  their basenames to PATCH_URI.  This provides an easy way to carry
 #  Cygwin-specific patches forward between releases.
 #  NOTE
+#  ${PVR}.{cygwin,src}.patch files are special to cygport:
+#  they are automatically applied if present.
 #  See SRC_URI for details about URI handling in cygport.
 #
 


[ANNOUNCEMENT] Updated: cmus-2.9.1-1

2021-11-14 Thread Federico Kircheis via Cygwin-announce via Cygwin

Version 2.9.1-1 of cmus has been uploaded.

The music player cmus reached version 2.9.1.

On GitHub it is possible to find the changelog for the new release:
https://github.com/cmus/cmus/releases

Federico

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Updated: cmus-2.9.1-1

2021-11-14 Thread Federico Kircheis via Cygwin-announce

Version 2.9.1-1 of cmus has been uploaded.

The music player cmus reached version 2.9.1.

On GitHub it is possible to find the changelog for the new release:
https://github.com/cmus/cmus/releases

Federico


Re: cmus

2021-11-14 Thread Federico Kircheis via Cygwin-apps

On 14/11/2021 13.56, Jon Turney wrote:

On 31/10/2021 19:00, Federico Kircheis via Cygwin-apps wrote:


I've reattached the cygport file, everything seems to work as before. 
Before uploading, I would like to see the error you have, if possible.


I'm not able to reproduce the problem anymore, so I guess I must have 
messed up something locally when I was trying before.


Please go ahead with the upload.



Great,

thank for letting me know


Re: cygport build injecting /usr/lib/gcc/x86_64-pc-cygwin/7.4.0/ paths

2021-11-14 Thread Brian Inglis

On 2021-11-12 16:42, Duncan Roe wrote:

On Fri, Nov 12, 2021 at 01:25:48PM -0700, Brian Inglis wrote:
Now should I patch /usr/bin/libtool, libtoolize the sources, 
cygautoreconf, or upgrade libtool? >> Anyone have any ideas for the best approach?

Or just go for it and try each in turn in case something works?



autoreconf -fi


Tried cygport autotools.cygclass function cygautoreconf which does that 
but breaks the build.



rm -Rf autom4te.cache
(taken from autogen.sh in various netfilter prokects)


No such file in use.
Thanks for the suggestion!

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

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: cygport build injecting /usr/lib/gcc/x86_64-pc-cygwin/7.4.0/ paths

2021-11-14 Thread Brian Inglis

On 2021-11-14 05:48, Achim Gratz wrote:

Brian Inglis writes:

Got these errors trying to build latest ncurses on my system, so
retried on scallywag and got same result, with no clue where that is
coming from!



Unless there is absolutely no other way and you know exactly what you're
doing, never skip the cygautoreconf in src_compile.


I always try to use the default src_compile autotools.cygclass function 
where possible to ensure that is the case.
Various GNU tool builds have that commented out by their previous 
experienced maintainers, so I tread carefully.
I do try to re-add the cygautoreconf function and comment out the 
src_compile function override where possible even in those cases.
I leave the commented out version in place to document the possibility 
that re-trying a build without cygautoreconf may fix issues.


In this case, all such alternatives (cygautoreconf, libtoolize, lndirs) 
tried either had no effect or broke the builds, which as I said, seem to 
have all the autoconf and automake files pre-generated, so that cygconf 
and cygmake should work, given a functional libtool.


I have also tried to rebuild libtool from sources to pick up updates, 
but that cygport build no longer even generates a Makefile!
However I notice that the tar contains a slew of .file temporaries that 
may be messing up that build.


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

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: cmus

2021-11-14 Thread Jon Turney

On 31/10/2021 19:00, Federico Kircheis via Cygwin-apps wrote:


I've reattached the cygport file, everything seems to work as before. 
Before uploading, I would like to see the error you have, if possible.


I'm not able to reproduce the problem anymore, so I guess I must have 
messed up something locally when I was trying before.


Please go ahead with the upload.



Re: [ITP] aide 0.17.3

2021-11-14 Thread Jon Turney

On 31/10/2021 14:37, Jason Pyeron wrote:


Interested, very interested. I am on the aide developers list to track updates, 
bugs, and patches.



Thanks.

I've added 'aide' to your list of packages.



Re: cygport build injecting /usr/lib/gcc/x86_64-pc-cygwin/7.4.0/ paths

2021-11-14 Thread Achim Gratz
Brian Inglis writes:
> Got these errors trying to build latest ncurses on my system, so
> retried on scallywag and got same result, with no clue where that is
> coming from!

Unless there is absolutely no other way and you know exactly what you're
doing, never skip the cygautoreconf in src_compile.


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

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Portable CygWin version for Windows?

2021-11-14 Thread Marco Atzeri via Cygwin



On 14.11.2021 12:38, Fergus Daly via Cygwin wrote:

Am 14.11.2021 um 11:32 schrieb Marco Atzeri via Cygwin:

On 14.11.2021 08:37, Peter Steiner via Cygwin wrote:

On webpage

https://cygwin.com/

I found only a CgyWin Installer to download.

I prefer to put CygWin on an USB flash drive and run it on various
computers without leaving installation traces.

Is there really no portable version to download?


correct. No one should install all the files



What if I install it once one computer and copy all the files to my
USB flash drive?
Are there any disadvantages?


The file permissions will be not correct.

Actually, if you format your USB stick to NTFS, this should work. I
remember to have had a mobile cygwin stick around a while ago.



Not if you use the same USB installation in different computers with 
different users.


Also if the User has the same windows name, the IDE on
different computers are different

https://cygwin.com/cygwin-ug-net/ntsec.html





What you can do is use the USB stick as location for the cache download
and install from the USB on the other computers.




I've had a FAT32 portable USB stick supporting both Cygwin32 and Cygwin64
for, dunno, 20 years or something. I made a new one from scratch last night, 
actually,
absolutely coincidentally to this post. Whilst not "Full" the installation is 
way in advance
of "Base". I just run
setup -P 
at the Windows command prompt, installing to a formatted FAT32 stick, and away 
I go.
Time after time after time.
Fergus



Installation for USB is a different thing as no special permissions
are needed by setup to use the cache files.
PS: it is what I was recommending


--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: How to convert heic to jpg

2021-11-14 Thread Marco Atzeri via Cygwin

On 14.11.2021 12:01, Fergus Daly via Cygwin wrote:

Ages ago there was a thread about what package(s) to install in order to be 
able to
$ convert img001.heic img002.jpg
but I cannot now find it. Can anybody help?
Note 1 Under Package Search "heic" I found ImageMagick; but I have that 
already, to no effect.
Note 2 One used to be able to enter "site:cygwin.com heic" (or similar) in the 
Google search bar
to search Mail Archives but now that seems to provide incomplete responses. Is 
there a variation
on this that provides an exhaustive search of the archives?




https://www.mail-archive.com/cygwin@cygwin.com/msg168216.html

$ man heif-convert | cat |head
HEIF-THUMBNAILER(1)   General Commands Manual 
   HEIF-THUMBNAILER(1)


NAME
   heif-convert - convert HEIC/HEIF image

SYNOPSIS
   heif-convert [-q QUALITY] filename output[.jpg|.png|.y4m]

DESCRIPTION
   heif-convert Convert HEIC/HEIF image to a different image format.

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Portable CygWin version for Windows?

2021-11-14 Thread Larry W. Virden via Cygwin
https://sites.google.com/site/devinsezer/Home/software/portable-cygwin
Is an older article but discusses it.

On Sun, Nov 14, 2021, 6:16 AM Thomas Wolff  wrote:

>
>
> Am 14.11.2021 um 11:32 schrieb Marco Atzeri via Cygwin:
> > On 14.11.2021 08:37, Peter Steiner via Cygwin wrote:
> >> On webpage
> >>
> >> https://cygwin.com/
> >>
> >> I found only a CgyWin Installer to download.
> >>
> >> I prefer to put CygWin on an USB flash drive and run it on various
> >> computers without leaving installation traces.
> >>
> >> Is there really no portable version to download?
> >
> > correct. No one should install all the files
> >
> >>
> >> What if I install it once one computer and copy all the files to my
> >> USB flash drive?
> >> Are there any disadvantages?
> >
> > The file permissions will be not correct.
> Actually, if you format your USB stick to NTFS, this should work. I
> remember to have had a mobile cygwin stick around a while ago.
>
> >
> > What you can do is use the USB stick as location for the cache download
> > and install from the USB on the other computers.
> >
> >>
> >> Peter
> >>
> >
> > Regards
> > Marco
> >
>
>
> --
> Problem reports:  https://cygwin.com/problems.html
> FAQ:  https://cygwin.com/faq/
> Documentation:https://cygwin.com/docs.html
> Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Portable CygWin version for Windows?

2021-11-14 Thread Fergus Daly via Cygwin
Am 14.11.2021 um 11:32 schrieb Marco Atzeri via Cygwin:
> On 14.11.2021 08:37, Peter Steiner via Cygwin wrote:
>> On webpage
>>
>> https://cygwin.com/
>>
>> I found only a CgyWin Installer to download.
>>
>> I prefer to put CygWin on an USB flash drive and run it on various 
>> computers without leaving installation traces.
>>
>> Is there really no portable version to download?
>
> correct. No one should install all the files
>
>>
>> What if I install it once one computer and copy all the files to my 
>> USB flash drive?
>> Are there any disadvantages?
>
> The file permissions will be not correct.
Actually, if you format your USB stick to NTFS, this should work. I 
remember to have had a mobile cygwin stick around a while ago.

>
> What you can do is use the USB stick as location for the cache download
> and install from the USB on the other computers.
>
>>
>> Peter
>>
>
> Regards
> Marco

>> The file permissions will be not correct.
>> Actually, if you format your USB stick to NTFS, this should work. I 
>> remember to have had a mobile cygwin stick around a while ago.

Having trouble following the assertions here.
I've had a FAT32 portable USB stick supporting both Cygwin32 and Cygwin64
for, dunno, 20 years or something. I made a new one from scratch last night, 
actually,
absolutely coincidentally to this post. Whilst not "Full" the installation is 
way in advance
of "Base". I just run
setup -P 
at the Windows command prompt, installing to a formatted FAT32 stick, and away 
I go.
Time after time after time.
Fergus

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Portable CygWin version for Windows?

2021-11-14 Thread Thomas Wolff




Am 14.11.2021 um 11:32 schrieb Marco Atzeri via Cygwin:

On 14.11.2021 08:37, Peter Steiner via Cygwin wrote:

On webpage

https://cygwin.com/

I found only a CgyWin Installer to download.

I prefer to put CygWin on an USB flash drive and run it on various 
computers without leaving installation traces.


Is there really no portable version to download?


correct. No one should install all the files



What if I install it once one computer and copy all the files to my 
USB flash drive?

Are there any disadvantages?


The file permissions will be not correct.
Actually, if you format your USB stick to NTFS, this should work. I 
remember to have had a mobile cygwin stick around a while ago.




What you can do is use the USB stick as location for the cache download
and install from the USB on the other computers.



Peter



Regards
Marco




--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Portable CygWin version for Windows?

2021-11-14 Thread Marco Atzeri via Cygwin

On 14.11.2021 08:37, Peter Steiner via Cygwin wrote:

On webpage

https://cygwin.com/

I found only a CgyWin Installer to download.

I prefer to put CygWin on an USB flash drive and run it on various 
computers without leaving installation traces.


Is there really no portable version to download?


correct. No one should install all the files



What if I install it once one computer and copy all the files to my USB 
flash drive?

Are there any disadvantages?


The file permissions will be not correct.

What you can do is use the USB stick as location for the cache download
and install from the USB on the other computers.



Peter



Regards
Marco

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: [ITP] aide 0.17.3

2021-11-14 Thread ASSI
Jason Pyeron writes:
> Not sure I understand this, that file is explicitly patched to build. See:
>
> A   aide-0.17.3-1.cygwin.patch

Give that patch file a different name (just changing the . before cygwin
to a - would suffice) and add it to PATCH_URI in the cygport file
instead.  ${PVR}.{cygwin,src}.patch files are special to cygport.


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

SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada