Re: The correct manner to obsolete subpackage.

2023-08-30 Thread Takashi Yano via Cygwin-apps
Hi Jon, Thanks the answer. On Wed, 30 Aug 2023 13:43:15 +0100 Jon Turney wrote: > On 29/08/2023 23:40, Takashi Yano via Cygwin-apps wrote: > > If the main package no longer provides a sub package, > > what is the correct manner to osolete it? > > > >

The correct maner to obsolete subpackage.

2023-08-29 Thread Takashi Yano via Cygwin-apps
If the main package no longer provides a sub package, what is the correct maner to bosolete it? Creating empty sub package with sub_package_CATEGORY="_obsolete" is correct? Or just deleting the sub pcakege? -- Takashi Yano

Re: [EXTERNAL] Re: scp stalls on uploading in cygwin 3.5 current master.

2023-08-28 Thread Takashi Yano via Cygwin
On Mon, 28 Aug 2023 14:07:44 + "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" wrote: > > For message-oriented sockets, a zero-length transport datagram is sent. > > And how is that acceptable? This will interject a message into some > application protocol, > which may not be expected at the

Re: [EXTERNAL] Re: scp stalls on uploading in cygwin 3.5 current master.

2023-08-28 Thread Takashi Yano via Cygwin
On Mon, 28 Aug 2023 13:37:11 + "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" wrote: > > You seems to reffer Linux man, however, this patch calls > > I was referring to a known behavior. Your patch gets to call send(s,"",0), > which is technically a write call, and which in this case, falls into an

Re: Fwd: gawk core dumped on too many input values

2023-08-28 Thread Takashi Yano via Cygwin
On Sun, 27 Aug 2023 13:24:55 -0500 Ed Morton wrote: > This (original email below) turned out to be a general cygwin issue, not > a gawk issue: > > $ LC_ALL=C sed 's/x/y/' $(seq 100) > Segmentation fault (core dumped) > > $ LC_ALL=C grep 'foo' $(seq 100) > Segmentation fault (core

Re: [EXTERNAL] Re: scp stalls on uploading in cygwin 3.5 current master.

2023-08-26 Thread Takashi Yano via Cygwin
On Sat, 26 Aug 2023 14:08:34 + "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" wrote: > IMO you're triggering an undefined (or not well-defined) behavior, because of > the murky status > of the byte count of 0. It may work now, but it may not work in the future... > > RETURN VALUE >On

Re: scp stalls on uploading in cygwin 3.5 current master.

2023-08-25 Thread Takashi Yano via Cygwin
Hi Corinna, On Fri, 25 Aug 2023 12:50:56 +0200 Corinna Vinschen wrote: > On Aug 25 17:48, Takashi Yano via Cygwin wrote: > > This did not help. I looked into this deeper and noticed that: > > 1) _win32_select() sometimes returns 0. > > 2) If _win32_select() returns 0, W

Re: scp stalls on uploading in cygwin 3.5 current master.

2023-08-25 Thread Takashi Yano via Cygwin
On Thu, 24 Aug 2023 10:59:33 +0200 Corinna Vinschen wrote: > > I'm not sure why at all, however, the following patch seems to > > solve the issue. > > > > diff --git a/winsup/cygwin/select.cc b/winsup/cygwin/select.cc > > index 7b9473849..de5794c9f 100644 > > --- a/winsup/cygwin/select.cc > > +++

Re: scp stalls on uploading in cygwin 3.5 current master.

2023-08-23 Thread Takashi Yano via Cygwin
On Thu, 24 Aug 2023 06:05:02 +0900 Takashi Yano wrote: > Hi Corinna, > > After the commit dedbbd74d0a8, "scp file server:." stalls. > I confirmed this when the "server" is a Linux machine. > The problem does not occur if it is reverted. > > Could you please have a look? > > commit

scp stalls on uploading in cygwin 3.5 current master.

2023-08-23 Thread Takashi Yano via Cygwin
Hi Corinna, After the commit dedbbd74d0a8, "scp file server:." stalls. I confirmed this when the "server" is a Linux machine. The problem does not occur if it is reverted. Could you please have a look? commit dedbbd74d0a8f3b7dfae6188321703a47bb8a2b3 Author: Corinna Vinschen Date: Tue Aug 1

Re: [ANNOUNCEMENT] cygwin 3.4.8-1

2023-08-20 Thread Takashi Yano via Cygwin
On Sun, 20 Aug 2023 19:37:06 +0200 Thomas Wolff wrote: > Am 17.08.2023 um 19:59 schrieb Corinna Vinschen via Cygwin-announce via > Cygwin: > > The following packages have been uploaded to the Cygwin distribution: > > > > * cygwin-3.4.8-1 > > * cygwin-devel-3.4.8-1 > > * cygwin-doc-3.4.8-1 > > > >

Re: Use only ssh server.

2023-08-15 Thread Takashi Yano via Cygwin
On Wed, 16 Aug 2023 11:53:11 +0900 Takashi Yano wrote: > de_shell /cygdrive/c/Windows/system32/cmd.exe ^ Sorry, db_shell of cource. -- Takashi Yano -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: Use only ssh server.

2023-08-15 Thread Takashi Yano via Cygwin
On Wed, 16 Aug 2023 10:13:13 +0900 Takashi Yano wrote: > On Mon, 14 Aug 2023 11:06:46 +0500 > Paolo Sezart wrote: > > I have windows 7 and for this I would not want to install windows 10. > > OK, I see. > > Easiest way is install OpenSSH for windows using *.msi > installer. >

Re: Use only ssh server.

2023-08-15 Thread Takashi Yano via Cygwin
On Mon, 14 Aug 2023 11:06:46 +0500 Paolo Sezart wrote: > I have windows 7 and for this I would not want to install windows 10. OK, I see. Easiest way is install OpenSSH for windows using *.msi installer. https://github.com/PowerShell/Win32-OpenSSH/releases I guess the installation size will be

Re: Pipes truncating data in cygwin from main and cygwin-3_4-branch

2023-08-15 Thread Takashi Yano via Cygwin
On Tue, 15 Aug 2023 18:09:50 +0900 キャロウ マーク wrote: > > On Aug 15, 2023, at 15:42, Takashi Yano wrote: > > > >> > >>> > >>> New pipe implementation since cygwin 3.4.x provides the pipes > >>> more similar to pipe in command prompt for non-cygwin apps. > >> > >> What are the differences between

Re: Pipes truncating data in cygwin from main and cygwin-3_4-branch

2023-08-15 Thread Takashi Yano via Cygwin
On Tue, 15 Aug 2023 09:53:16 +0900 キャロウ マーク wrote: > > On Aug 15, 2023, at 9:30, Takashi Yano wrote: > > > > Your test case does not work in command prompt as well. > > > > Try > > type testfile | test-pipe sizeoftestfile > > in command prompt. It will fail. > > Interesting. > > > > > New

Re: Pipes truncating data in cygwin from main and cygwin-3_4-branch

2023-08-14 Thread Takashi Yano via Cygwin
On Mon, 14 Aug 2023 20:51:39 +0900 キャロウ マーク wrote: > I have a problem that looks like pipes are truncating data when I cat a file > to my program’s stdin. A simple `cat foo | cat > bar` works fine. bar ends up > identical to foo. It is more complicated than that. My application is doing > this

Re: Use only ssh server.

2023-08-14 Thread Takashi Yano via Cygwin
On Mon, 14 Aug 2023 10:56:45 +0500 Paolo Sezart wrote: > I would like to use only ssh server from Cygwin. To access only the Windows > command prompt via ssh with a Windows password login. I need a minimum size > and ssh operation as a windows service. What files and folders from the ssh >

Re: Probable bug

2023-08-01 Thread Takashi Yano via Cygwin
On Mon, 31 Jul 2023 18:41:06 +0900 Takashi Yano wrote: > On Sun, 30 Jul 2023 20:37:35 +0900 > Takashi Yano wrote: > > On Sun, 30 Jul 2023 07:29:10 -0400 > > Eliot Moss wrote: > > > On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote: > > > > Hi Guys > > > > > > > > very short. > > > > > > > >

Re: Probable bug

2023-07-31 Thread Takashi Yano via Cygwin
On Sun, 30 Jul 2023 20:37:35 +0900 Takashi Yano wrote: > On Sun, 30 Jul 2023 07:29:10 -0400 > Eliot Moss wrote: > > On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote: > > > Hi Guys > > > > > > very short. > > > > > > prog.c > > > > > > #include > > > > > > int main() > > > { > > > float

Re: Probable bug

2023-07-30 Thread Takashi Yano via Cygwin
On Sun, 30 Jul 2023 07:29:10 -0400 Eliot Moss wrote: > On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote: > > Hi Guys > > > > very short. > > > > prog.c > > > > #include > > > > int main() > > { > > float a=1.283; > > while(1) > > printf( "%f", a ); > > } > > > > run with > > $

Re: Cygwin64 does not show my desktop directories

2023-07-19 Thread Takashi Yano via Cygwin
On Wed, 19 Jul 2023 11:52:31 +0300 Orit Heimer wrote: > Hello to all, > I am new to Cygwin64 and encountered a problem. > I am using a Windows 10. > I try to get cygwin64 to show my desktop directories. > I use the following command to change to this directory: > *cd

Re: linking multiple function from .lib to CYGWIN

2023-07-18 Thread Takashi Yano via Cygwin
On Tue, 18 Jul 2023 11:32:53 +0300 Mümin A. wrote: > Hi, > > Thank you for prompt reply, > > I couldn't find gcc 12 in the cygwin installer. How can I find it? > > And, We are already linking the library dynamically. We have fooCls.dll and > fooCls.lib files in the project. > Is there another

Re: linking multiple function from .lib to CYGWIN

2023-07-17 Thread Takashi Yano via Cygwin
On Fri, 14 Jul 2023 11:51:59 +0300 Mümin A. wrote: > Hi, > > I can only link one function at a time in a *msvc *built library but when I > use multiple functions in the CYGWIN > compiler, I got that error message. > > int main() > { > helloWorld2(); > return 0; > } > > That is compiled and

Re: Previously-functional Octave software routine now mysteriously failing - Please help!

2023-07-17 Thread Takashi Yano via Cygwin
On Mon, 17 Jul 2023 17:27:37 -0400 Bryan VanSchouwen wrote: > Hello. > > I just tried performing a correlation matrix calculation with > Cygwin's Octave software (having successfully performed this calculation > previously on other similar data sets) using the following commands within > Cygwin:

Re: cygwin 3.5.0 (test): find: ‘/dev/tty’: Bad address

2023-06-26 Thread Takashi Yano via Cygwin
On Sun, 25 Jun 2023 04:44:39 -0700 Bruce Jerrick wrote: > Since installing cygwin-3.5.0-0.307 (test), I get this error message > from 'find': > >   find: ‘/dev/tty’: Bad address > > That can be reproduced by running 'find /dev/tty'. > 'findutils' version is 4.9.0-1 (the latest; no test versions

Re: Memory Barriers at pthread using CYGWIN

2023-06-22 Thread Takashi Yano via Cygwin
On Thu, 22 Jun 2023 13:48:53 +0200 Corinna Vinschen wrote: > On Jun 22 19:19, Takashi Yano via Cygwin wrote: > > Any suggestions? > > > > On Tue, 20 Jun 2023 21:53:00 +0900 > > Takashi Yano wrote: > > > I looked into this problem, and I think this

Re: Memory Barriers at pthread using CYGWIN

2023-06-22 Thread Takashi Yano via Cygwin
Any suggestions? On Tue, 20 Jun 2023 21:53:00 +0900 Takashi Yano wrote: > On Sat, 10 Jun 2023 13:08:04 +0900 (JST) > Takashi Yano wrote: > > "M?min A." wrote: > > > //windows cmd line > > > C:\cygwin64\home\maydin\test>cygcheck ./main.exe > > > C:\cygwin64\home\maydin\test\main.exe > > >

Re: Memory Barriers at pthread using CYGWIN

2023-06-20 Thread Takashi Yano via Cygwin
On Sat, 10 Jun 2023 13:08:04 +0900 (JST) Takashi Yano wrote: > "M?min A." wrote: > > //windows cmd line > > C:\cygwin64\home\maydin\test>cygcheck ./main.exe > > C:\cygwin64\home\maydin\test\main.exe > > C:\cygwin64\bin\cygwin1.dll > > C:\WINDOWS\system32\KERNEL32.dll > >

Re: [ANNOUNCEMENT] cygwin 3.4.7-1

2023-06-17 Thread Takashi Yano via Cygwin
On Sat, 17 Jun 2023 19:51:02 +0900 Takashi Yano wrote: > On Sat, 17 Jun 2023 10:33:54 +0200 > Thomas Wolff wrote: > > > - Fix reading CONIN$ in non cygwin apps when stdin is not a pty. > > >Addresses https://cygwin.com/pipermail/cygwin/2023-April/253424.html > > This does not fix the test case

Re: [ANNOUNCEMENT] cygwin 3.4.7-1

2023-06-17 Thread Takashi Yano via Cygwin
On Sat, 17 Jun 2023 10:33:54 +0200 Thomas Wolff wrote: > > - Fix reading CONIN$ in non cygwin apps when stdin is not a pty. > >Addresses https://cygwin.com/pipermail/cygwin/2023-April/253424.html > This does not fix the test case yes | more.com . Perhaps, this is another problem. Because, yes

Re: Memory Barriers at pthread using CYGWIN

2023-06-09 Thread Takashi Yano via Cygwin
"M?min A." wrote: > //windows cmd line > C:\cygwin64\home\maydin\test>cygcheck ./main.exe > C:\cygwin64\home\maydin\test\main.exe > C:\cygwin64\bin\cygwin1.dll > C:\WINDOWS\system32\KERNEL32.dll > C:\WINDOWS\system32\ntdll.dll > C:\WINDOWS\system32\KERNELBASE.dll > >

Re: Memory Barriers at pthread using CYGWIN

2023-06-09 Thread Takashi Yano via Cygwin
> I found a clue. > I'm using cygwin as in windows environment path, C:\cygwin64\bin > > when I open the cygwin terminal , the test is passed but when I close > cygwin terminal and run again the same test exe file then it fails. > > is there any connection about that ? > > The test is valid for

Re: Memory Barriers at pthread using CYGWIN

2023-06-08 Thread Takashi Yano via Cygwin
On Thu, 8 Jun 2023 22:58:59 + Mümin A. wrote: > r1=0 and r2=0 > That is my result with Cygwin on windows. It’s false. > > When I compiled with gcc. The result is correct but when I use lasted Cygwin > gcc in windows 10. The result is false. I cannot reproduce your problem. If I compile

Re: Mounted Network Drives generate "Too many levels of symbolic links"

2023-05-24 Thread Takashi Yano via Cygwin
On Tue, 23 May 2023 13:11:42 + Beth Kirschner wrote: > Cygwin DLL version info: > DLL version: 3.3.4 > DLL epoch: 19 > DLL old termios: 5 > DLL malloc env: 28 > Cygwin conv: 181 > API major: 0 > API minor: 341 > Shared data: 5

Re: Mounted Network Drives generate "Too many levels of symbolic links"

2023-05-24 Thread Takashi Yano via Cygwin
On Wed, 24 May 2023 17:41:24 + Beth Kirschner wrote: > I've attached the Get-SmbConnection & 'net use' output - does this provide > any clues? net-use.txt: > New connections will not be remembered. > > > Status Local RemoteNetwork > >

Re: Mounted Network Drives generate "Too many levels of symbolic links"

2023-05-23 Thread Takashi Yano via Cygwin
On Wed, 24 May 2023 07:23:27 +0900 Takashi Yano wrote: > On Tue, 23 May 2023 13:11:42 + > Beth Kirschner wrote: > > I can no longer access mounted network drives and receive the following > > error: "Too many levels of symbolic links". Local drives (C:) work fine. > > > > I believe the

Re: Mounted Network Drives generate "Too many levels of symbolic links"

2023-05-23 Thread Takashi Yano via Cygwin
On Tue, 23 May 2023 13:11:42 + Beth Kirschner wrote: > I can no longer access mounted network drives and receive the following > error: "Too many levels of symbolic links". Local drives (C:) work fine. > > I believe the problem started after upgrading to Windows 11. I've updated my > cygwin

Re: [Bug] No Keyboard input when using interactive commands with stdin via pipes

2023-04-13 Thread Takashi Yano via Cygwin
On Tue, 11 Apr 2023 08:22:25 + Wladislav Artsimovich wrote: > Dear Cygwin users, >   > there appears to be a bug or a missing implementation detail in either unix > pipes or ConPTY, which prevents interactive console programs from receiving > keyboard input, when they get stdin via a pipe. >

Re: issue when piping from a windows program

2023-04-12 Thread Takashi Yano via Cygwin
On Tue, 11 Apr 2023 09:15:03 +0200 Leonid Mironov wrote: > I am trying to feed the output of wmic.exe - a windows console program, to > cygwin bash script. > wmic.exe produces UTF16LE output with BOM and CR/LFs, so I am using dos2unix > to convert it. > The problem is that when I write

Re: [ITP] openh264 (2.3.1)

2023-02-24 Thread Takashi Yano via Cygwin-apps
On Thu, 23 Feb 2023 12:54:04 + Jon Turney wrote: > On 22/02/2023 03:33, Takashi Yano via Cygwin-apps wrote: > > On Tue, 21 Feb 2023 14:11:46 + > > Jon Turney wrote: > >> On 20/02/2023 08:55, Takashi Yano via Cygwin-apps wrote: > >>> On Sun, 19 Feb 2023 1

Re: [ITP] openh264 (2.3.1)

2023-02-21 Thread Takashi Yano via Cygwin-apps
On Tue, 21 Feb 2023 14:11:46 + Jon Turney wrote: > On 20/02/2023 08:55, Takashi Yano via Cygwin-apps wrote: > > On Sun, 19 Feb 2023 15:37:47 + > > Jon Turney wrote: > [...]>> * I don't think you should need: > >> > >>> # Install postinstal

Re: Bug in CYGWIN's UUID library: GUID_NULL not found.

2023-02-20 Thread Takashi Yano via Cygwin
On Mon, 20 Feb 2023 16:48:50 +0100 "Carlo B. wrote: > Hello, > I think that there is a bug into the uuid library, the one to be used > with the W32API for the POSIX core. > Please have a look to the following tiny test code: > > // > #include > #include > #include >

Re: [ITP] openh264 (2.3.1)

2023-02-20 Thread Takashi Yano via Cygwin-apps
On Sun, 19 Feb 2023 15:37:47 + Jon Turney wrote: > On 17/02/2023 08:49, Takashi Yano via Cygwin-apps wrote: > > So, how about this one? > > > > package contains: > > - the headers > > - the data files with the version and hash > > - postinstall and pre

Re: [QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-17 Thread Takashi Yano via Cygwin
On Fri, 17 Feb 2023 12:56:06 +0800 Yeo Kai Wei wrote: > Hi All, > > Thanks for the help. > > It works now. > > So, the 2 things that were required > > 1. Adding the '/' in front of the semaphore name so that Cygwin can > recognise it > > #define SemaphoreName "/mysemaphore" > > 2. Changing

Re: [ITP] openh264 (2.3.1)

2023-02-17 Thread Takashi Yano via Cygwin-apps
On Thu, 16 Feb 2023 19:24:24 + Jon Turney wrote: > On 14/02/2023 21:21, Takashi Yano via Cygwin-apps wrote: > > On Tue, 14 Feb 2023 17:41:16 +0100 > > ASSI wrote: > >> Takashi Yano via Cygwin-apps writes: > >>> Thanks for the advice. I have revised the cyg

Re: [QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-16 Thread Takashi Yano via Cygwin
On Thu, 16 Feb 2023 12:04:01 +0800 Yeo Kai Wei wrote: > Hi All, > > Could I request for some help on some code? > > I ran into an error with semaphores with some book code using Cygwin on > Windows. > > The code will throw an error with sem_post(). > > I compiled it with gcc -o memwriter

Re: [ITP] openh264 (2.3.1)

2023-02-14 Thread Takashi Yano via Cygwin-apps
On Tue, 14 Feb 2023 17:41:16 +0100 ASSI wrote: > Takashi Yano via Cygwin-apps writes: > > Thanks for the advice. I have revised the cygport file. > > You are getting the file and the hash from the same unprotected source. > I was thinking you should put the hash into the cygp

Re: List [ITP],[ITA] by me

2023-02-14 Thread Takashi Yano via Cygwin-apps
On Mon, 13 Feb 2023 18:02:27 + Jon Turney wrote: > On 06/02/2023 12:21, Takashi Yano via Cygwin-apps wrote: > > On Sun, 5 Feb 2023 16:33:45 + > > Jon Turney wrote: > >> On 05/02/2023 08:40, Takashi Yano via Cygwin-apps wrote: > >>> [ITP] [...] > &

Re: [ITP] openh264 (2.3.1)

2023-02-14 Thread Takashi Yano via Cygwin-apps
On Tue, 14 Feb 2023 12:02:37 +0100 ASSI wrote: > Takashi Yano via Cygwin-apps writes: > > - The libopenh264 package includes only /etc/postinstall > > and /etc/preremove, which downloads/removes Cisco's dll > > (binary) as well as license file. > > This

Re: [ITP] ffmpeg (5.1.2)

2023-02-14 Thread Takashi Yano via Cygwin-apps
On Mon, 13 Feb 2023 18:28:37 + Jon Turney wrote: > On 06/02/2023 13:53, Takashi Yano via Cygwin-apps wrote: > > if [ ${all_codecs} = "yes" ] > > then > > cat <<_EOF_ > ffmpeg-wchar.patch > > --- origsrc/ffmpeg-5.1.2/libavcodec/mf_utils.h

Re: [ITA] (was [ITP] fdk-aac-free (2.0.0))

2023-02-14 Thread Takashi Yano via Cygwin-apps
On Mon, 13 Feb 2023 18:02:11 + Jon Turney wrote: > On 13/02/2023 10:43, Takashi Yano via Cygwin-apps wrote: > > CYGCONF_ARGS="--disable-silent-rules --disable-static" > > Is '--disable-silent-rules' necessary to build successfully? Otherwise, > I do

Re: [ITP] openh264 (2.3.1)

2023-02-14 Thread Takashi Yano via Cygwin-apps
On Mon, 13 Feb 2023 12:03:02 -0700 Brian Inglis wrote: > On 2023-02-13 11:30, Jon Turney via Cygwin-apps wrote: > > On 10/02/2023 05:25, Takashi Yano via Cygwin-apps wrote: > >>> > >>> Ah, I see. Fedora's ffmpeg source package includes > >>> https://

Re: Status update (Re: List [ITP],[ITA] by me)

2023-02-14 Thread Takashi Yano via Cygwin-apps
On Mon, 13 Feb 2023 18:29:57 + Jon Turney wrote: > On 13/02/2023 10:47, Takashi Yano via Cygwin-apps wrote: > > >> > >> I've posted some specific comments on some of these. > >> > >> Please double-check that packages which contain a soversioned lib

Re: List [ITP],[ITA] by me

2023-02-14 Thread Takashi Yano via Cygwin-apps
On Mon, 13 Feb 2023 18:02:27 + Jon Turney wrote: > On 06/02/2023 12:21, Takashi Yano via Cygwin-apps wrote: > > On Sun, 5 Feb 2023 16:33:45 + > > Jon Turney wrote: > >> On 05/02/2023 08:40, Takashi Yano via Cygwin-apps wrote: > >>> The list

Re: [ITP] AMF (1.4.29)

2023-02-14 Thread Takashi Yano via Cygwin-apps
On Mon, 13 Feb 2023 18:05:44 + Jon Turney wrote: > On 06/02/2023 12:22, Takashi Yano via Cygwin-apps wrote: > > On Sun, 5 Feb 2023 16:34:19 + > > Jon Turney wrote: > >> On 05/02/2023 08:38, Takashi Yano via Cygwin-apps wrote: > >>> I would li

Re: [ITP] moc (2.6.r3005)

2023-02-14 Thread Takashi Yano via Cygwin-apps
On Mon, 13 Feb 2023 18:25:43 + Jon Turney wrote: > On 09/02/2023 12:54, Takashi Yano via Cygwin-apps wrote: > > NAME="moc" > > VERSION=2.6.r3005 > > RELEASE=1 > [...] > > SVN_URI="svn://svn.daper.net/moc/trunk" > > SVN_REV="300

Status update (Re: List [ITP],[ITA] by me)

2023-02-13 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 16:33:45 + Jon Turney wrote: > On 05/02/2023 08:40, Takashi Yano via Cygwin-apps wrote: > > The list of ITPs and ITAs I recently proposed, is as follows. > > Sorry, there are so many, but thank you in advance. > > No problem. I'll try to give t

[ITA] (was [ITP] fdk-aac-free (2.0.0))

2023-02-13 Thread Takashi Yano via Cygwin-apps
On Mon, 6 Feb 2023 21:21:49 +0900 Takashi Yano wrote: > On Sun, 5 Feb 2023 16:34:41 + > Jon Turney wrote: > > On 05/02/2023 08:38, Takashi Yano via Cygwin-apps wrote: > > > I would like to propose new package fdk-aac-free, which is > > > a AAC audio codec library.

Re: [ITA] libsndfile (1.2.0)

2023-02-13 Thread Takashi Yano via Cygwin-apps
On Sun, 22 Jan 2023 21:15:15 +0900 Takashi Yano wrote: > On Sat, 21 Jan 2023 14:59:17 + > Jon Turney wrote: > > > On 21/01/2023 00:20, Takashi Yano via Cygwin-apps wrote: > > > On Fri, 20 Jan 2023 16:40:18 -0700 > > > Brian Inglis wrote: > > >>

Re: [ITP] aom (3.5.0)

2023-02-13 Thread Takashi Yano via Cygwin-apps
On Mon, 6 Feb 2023 21:21:43 +0900 Takashi Yano via Cygwin-apps wrote: > On Sun, 5 Feb 2023 16:34:29 + > Jon Turney wrote: > > On 05/02/2023 08:39, Takashi Yano via Cygwin-apps wrote: > > > I would like to propose new package aom, which is > > > a AV1 video

Re: [ITP] openh264 (2.3.1)

2023-02-09 Thread Takashi Yano via Cygwin-apps
On Fri, 10 Feb 2023 14:18:50 +0900 Takashi Yano wrote: > On Fri, 10 Feb 2023 14:05:31 +0900 > Takashi Yano via Cygwin-apps wrote: > > > On Thu, 09 Feb 2023 23:35:53 -0500 > > Yaakov Selkowitz wrote: > > > The Fedora package includes openh264 headers and a

Re: [ITP] openh264 (2.3.1)

2023-02-09 Thread Takashi Yano via Cygwin-apps
On Fri, 10 Feb 2023 14:05:31 +0900 Takashi Yano via Cygwin-apps wrote: > On Thu, 09 Feb 2023 23:35:53 -0500 > Yaakov Selkowitz wrote: > > The Fedora package includes openh264 headers and a patch which will dlopen() > > libopenh264 if present. These could be used (wit

Re: [ITP] openh264 (2.3.1)

2023-02-09 Thread Takashi Yano via Cygwin-apps
On Thu, 09 Feb 2023 23:35:53 -0500 Yaakov Selkowitz wrote: > The Fedora package includes openh264 headers and a patch which will dlopen() > libopenh264 if present. These could be used (with the modification > libopenh264.so.N -> cygopenh264-N.dll of course) in the Cygwin package. Thanks for the

Re: [ITA] SDL2 (2.26.2)

2023-02-09 Thread Takashi Yano via Cygwin-apps
On Sat, 28 Jan 2023 16:24:35 + Jon Turney wrote: > On 22/01/2023 12:05, Takashi Yano via Cygwin-apps wrote: > > On Sat, 21 Jan 2023 14:58:55 + > > Jon Turney wrote: > >> You've made some changes in the configuration here (switching from > >> enabling pul

Re: [ITP] moc (2.6.r3005)

2023-02-09 Thread Takashi Yano via Cygwin-apps
On Mon, 6 Feb 2023 22:58:21 +0900 Takashi Yano wrote: > On Sun, 5 Feb 2023 16:35:40 + > Jon Turney wrote: > > On 20/01/2023 10:36, Takashi Yano via Cygwin-apps wrote: > > > I would like to propose a new package named MOC > > > (Music On Console), which is a nc

Re: [ITP] openh264 (2.3.1)

2023-02-09 Thread Takashi Yano via Cygwin-apps
Hi Yaakov, On Mon, 6 Feb 2023 14:25:23 +0900 Takashi Yano wrote: > On Mon, 06 Feb 2023 00:16:45 -0500 > Yaakov Selkowitz via Cygwin-apps wrote: > > On Sun, 2023-02-05 at 22:11 -0700, Brian Inglis wrote: > > > On 2023-02-05 19:44, Yaakov Selkowitz via Cygwin-apps wrote: > > > > Unfortunately,

Re: [ITP] nv-codec-headers (11.1.5.2)

2023-02-09 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 17:38:11 +0900 Takashi Yano wrote: > I would like to propose new package nv-codec-haeders, which is > codec-headers for nvidia GPUs. This is needed by ffmpeg > package I had proposed, and also provided for ffmpeg-free > package in fedora. > > I already prepared the package at

Re: [ITA] pulseaudio (16.1)

2023-02-07 Thread Takashi Yano via Cygwin-apps
On Mon, 6 Feb 2023 23:23:05 +0900 Takashi Yano wrote: > On Sun, 5 Feb 2023 16:34:07 + > Jon Turney wrote: > > On 05/02/2023 08:37, Takashi Yano via Cygwin-apps wrote: > > > I would like to take over the maintenance of pulseaudio > > > package which is curre

Re: [ITA] pulseaudio (16.1)

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 16:34:07 + Jon Turney wrote: > On 05/02/2023 08:37, Takashi Yano via Cygwin-apps wrote: > > I would like to take over the maintenance of pulseaudio > > package which is currently orphanded. I have already > > prepared the updated package at: > >

Re: [ITP] moc (2.6.r3005)

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 16:35:40 + Jon Turney wrote: > On 20/01/2023 10:36, Takashi Yano via Cygwin-apps wrote: > > I would like to propose a new package named MOC > > (Music On Console), which is a ncurses based music > > player. MOC is ported to many Linux distributions >

Re: [ITP] ffmpeg (5.1.2)

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 17:40:18 +0900 Takashi Yano wrote: > On Sat, 4 Feb 2023 16:45:13 + > Jon Turney wrote: > > On 24/01/2023 03:28, Takashi Yano via Cygwin-apps wrote: > > >>> Thanks! > > >>> > > >>> For a long time, ffmpeg was not includ

Re: [WITHDRAW] Re: [ITP] x264 (0.164.3095)

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 10:19:20 -0700 Brian Inglis wrote: > On 2023-02-05 01:39, Takashi Yano via Cygwin-apps wrote: > > On Fri, 20 Jan 2023 19:35:44 +0900, Takashi Yano wrote: > >> I would like to propose new package x264, which is > >> a H264 video codec librar

Re: [ITP] libopusenc (0.2.1)

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 16:34:54 + Jon Turney wrote: > On 20/01/2023 10:35, Takashi Yano via Cygwin-apps wrote: > > I would like to propose new package libopusenc which > > provides encoder library for OPUS because this new > > package is needed to build the new version of o

Re: [ITP] openh264 (2.3.1)

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 16:36:21 + Jon Turney wrote: > On 05/02/2023 08:37, Takashi Yano via Cygwin-apps wrote: > > I would like to propose new package openh264, which is > > a H264 video codec library. This is needed by ffmpeg > > package I had proposed, and also pro

Re: [ITP] mfx_dispatch (1.35.1)

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 16:35:23 + Jon Turney wrote: > On 05/02/2023 08:39, Takashi Yano via Cygwin-apps wrote: > > I would like to propose new package mfx_dispatch, which is > > dev package for codecs using Intel GPUs. This is needed by > > ffmpeg package I had proposed,

Re: [ITP] faad2 (2.8.8)

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 05 Feb 2023 21:46:14 -0500 Yaakov Selkowitz wrote: > On Fri, 2023-01-20 at 19:36 +0900, Takashi Yano via Cygwin-apps wrote: > > I would like to propose a new package FAAD2 which is > > a decoder library for AAC audio codec. This package > > is needed by the new packag

Re: [ITP] aom (3.5.0)

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 16:34:29 + Jon Turney wrote: > On 05/02/2023 08:39, Takashi Yano via Cygwin-apps wrote: > > I would like to propose new package aom, which is > > a AV1 video codec library. This is needed by ffmpeg > > package I had proposed, and also provided for ff

Re: [ITP] fdk-aac-free (2.0.0)

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 16:34:41 + Jon Turney wrote: > On 05/02/2023 08:38, Takashi Yano via Cygwin-apps wrote: > > I would like to propose new package fdk-aac-free, which is > > a AAC audio codec library. This is a free version of FDK-AAD, > > and is needed by ffmpeg p

Re: [ITP] AMF (1.4.29)

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 16:34:19 + Jon Turney wrote: > On 05/02/2023 08:38, Takashi Yano via Cygwin-apps wrote: > > I would like to propose new package AMF, which is > > codec-headers for AMD GPUs. This is needed by ffmpeg > > package I had proposed, and also provided for ff

Re: List [ITP],[ITA] by me

2023-02-06 Thread Takashi Yano via Cygwin-apps
On Sun, 5 Feb 2023 16:33:45 + Jon Turney wrote: > On 05/02/2023 08:40, Takashi Yano via Cygwin-apps wrote: > > The list of ITPs and ITAs I recently proposed, is as follows. > > Sorry, there are so many, but thank you in advance. > > No problem. I'll try to give t

Re: [ITP] openh264 (2.3.1)

2023-02-05 Thread Takashi Yano via Cygwin-apps
On Mon, 06 Feb 2023 00:16:45 -0500 Yaakov Selkowitz via Cygwin-apps wrote: > On Sun, 2023-02-05 at 22:11 -0700, Brian Inglis wrote: > > On 2023-02-05 19:44, Yaakov Selkowitz via Cygwin-apps wrote: > > > On Sun, 2023-02-05 at 17:37 +0900, Takashi Yano via Cygwin-apps wrote: &g

List [ITP],[ITA] by me

2023-02-05 Thread Takashi Yano via Cygwin-apps
The list of ITPs and ITAs I recently proposed, is as follows. Sorry, there are so many, but thank you in advance. [ITP] AMF: for ffmpeg (new) aom: for ffmpeg (new) faad2 : for moc fdk-aac-free : for ffmpeg (new) ffmpeg : for moc (under discussion) libopusenc : for opus-tools mfx_dispatch : for

Re: [ITP] ffmpeg (5.1.2)

2023-02-05 Thread Takashi Yano via Cygwin-apps
On Sat, 4 Feb 2023 16:45:13 + Jon Turney wrote: > On 24/01/2023 03:28, Takashi Yano via Cygwin-apps wrote: > >>> Thanks! > >>> > >>> For a long time, ffmpeg was not included in Fedora, due to concerns > >>> about codec patents, but those iss

[WITHDRAW] Re: [ITP] x265 (3.5)

2023-02-05 Thread Takashi Yano via Cygwin-apps
On Fri, 20 Jan 2023 19:35:47 +0900 Takashi Yano wrote: > I would like to propose new package x265, which is > a H265 video codec library. This is needed by ffmpeg > package I have proposed at the same time. I guess > this package will not used by other packages than > ffmpeg, so only the static

[WITHDRAW] Re: [ITP] x264 (0.164.3095)

2023-02-05 Thread Takashi Yano via Cygwin-apps
On Fri, 20 Jan 2023 19:35:44 +0900 Takashi Yano wrote: > I would like to propose new package x264, which is > a H264 video codec library. This is needed by ffmpeg > package I have proposed at the same time. I guess > this package will not used by other packages than > ffmpeg, so only the static

[ITP] mfx_dispatch (1.35.1)

2023-02-05 Thread Takashi Yano via Cygwin-apps
I would like to propose new package mfx_dispatch, which is dev package for codecs using Intel GPUs. This is needed by ffmpeg package I had proposed, and is an alternative to libmfx package provided for ffmpeg-free package in fedora. I already prepared the package at the following location.

[ITP] aom (3.5.0)

2023-02-05 Thread Takashi Yano via Cygwin-apps
I would like to propose new package aom, which is a AV1 video codec library. This is needed by ffmpeg package I had proposed, and also provided for ffmpeg-free package in fedora. I already prepared the package at the following location. https://tyan0.yr32.net/cygwin/x86_64/release/aom/ --

[ITP] AMF (1.4.29)

2023-02-05 Thread Takashi Yano via Cygwin-apps
I would like to propose new package AMF, which is codec-headers for AMD GPUs. This is needed by ffmpeg package I had proposed, and also provided for ffmpeg-free package in fedora. I already prepared the package at the following location. https://tyan0.yr32.net/cygwin/noarch/release/AMF/ --

[ITP] fdk-aac-free (2.0.0)

2023-02-05 Thread Takashi Yano via Cygwin-apps
I would like to propose new package fdk-aac-free, which is a AAC audio codec library. This is a free version of FDK-AAD, and is needed by ffmpeg package I had proposed. This is also provided for ffmpeg-free package in fedora. I already prepared the package at the following location.

[ITP] nv-codec-headers (11.1.5.2)

2023-02-05 Thread Takashi Yano via Cygwin-apps
I would like to propose new package nv-codec-haeders, which is codec-headers for nvidia GPUs. This is needed by ffmpeg package I had proposed, and also provided for ffmpeg-free package in fedora. I already prepared the package at the following location.

[ITP] openh264 (2.3.1)

2023-02-05 Thread Takashi Yano via Cygwin-apps
I would like to propose new package openh264, which is a H264 video codec library. This is needed by ffmpeg package I had proposed, and also provided for ffmpeg-free package in fedora. I already prepared the package at the following location.

[ITA] pulseaudio (16.1)

2023-02-05 Thread Takashi Yano via Cygwin-apps
I would like to take over the maintenance of pulseaudio package which is currently orphanded. I have already prepared the updated package at: https://tyan0.yr32.net/cygwin/x86_64/release/pulseaudio/ -- Takashi Yano

Re: [ITP] ffmpeg (5.1.2)

2023-01-23 Thread Takashi Yano via Cygwin-apps
On Sun, 22 Jan 2023 21:25:59 +0900 Takashi Yano wrote: > On Fri, 20 Jan 2023 18:40:44 + > Jon Turney wrote: > > On 20/01/2023 10:35, Takashi Yano via Cygwin-apps wrote: > > > I would like to propose new package ffmpeg which is > > > well known audio/video tool.

Re: [ITP] ffmpeg (5.1.2)

2023-01-22 Thread Takashi Yano via Cygwin-apps
On Fri, 20 Jan 2023 18:40:44 + Jon Turney wrote: > On 20/01/2023 10:35, Takashi Yano via Cygwin-apps wrote: > > I would like to propose new package ffmpeg which is > > well known audio/video tool. ffmpeg is ported to > > many linux distributions and other unix lik

Re: [ITA] mpg123 (1.31.1)

2023-01-22 Thread Takashi Yano via Cygwin-apps
On Sat, 21 Jan 2023 14:58:46 + Jon Turney wrote: > On 20/01/2023 10:34, Takashi Yano via Cygwin-apps wrote: > > I would like to take over the maintenance of mpg123 > > package which is currently orphanded. I have already > > prepared the updated package at: > >

Re: [ITP] ffmpeg (5.1.2)

2023-01-22 Thread Takashi Yano via Cygwin-apps
On Fri, 20 Jan 2023 21:05:51 +0100 Thomas Wolff wrote: > Am 20.01.2023 um 16:58 schrieb Takashi Yano via Cygwin-apps: > > On Fri, 20 Jan 2023 16:47:01 +0100 > > Thomas Wolff wrote: > >> Am 20.01.2023 um 16:28 schrieb Takashi Yano via Cygwin-apps: > >>>

Re: [ITA] libsndfile (1.2.0)

2023-01-22 Thread Takashi Yano via Cygwin-apps
On Sat, 21 Jan 2023 14:59:17 + Jon Turney wrote: > On 21/01/2023 00:20, Takashi Yano via Cygwin-apps wrote: > > On Fri, 20 Jan 2023 16:40:18 -0700 > > Brian Inglis wrote: > >> On 2023-01-20 16:22, Takashi Yano via Cygwin-apps wrote: > >>> Do you mean, ke

Re: [ITA] SDL2 (2.26.2)

2023-01-22 Thread Takashi Yano via Cygwin-apps
On Sat, 21 Jan 2023 14:58:55 + Jon Turney wrote: > You've made some changes in the configuration here (switching from > enabling pulseaudio to oss) > > I think you've also dropped the winmm patch. > > I don't understand enough to evaluate the correctness those changes, so > it would be

Re: fsync() cause "Invalid Argument" for block device.

2023-01-21 Thread Takashi Yano via Cygwin
On Sat, 21 Jan 2023 05:57:35 + Yano Ray wrote: > Hi, > I tried to format a partition using mkfs.ext4 (e2fsprogs) but it failed with > an error. > > $ /usr/sbin/mkfs.ext4 /dev/sde1 > mke2fs 1.44.5 (15-Dec-2018) > Creating filesystem with 16384 1k blocks and 4096 inodes > Filesystem UUID:

<    1   2   3   4   5   6   7   8   9   10   >