Mail delivery failed: returning message to sender

2024-07-07 Thread Mail Delivery System via Cygwin
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: cygwin@cygwin.com host sourceware.org [8.43.85.97] SMTP error from remote mail

Re: crontab: no changes made to crontab

2024-07-07 Thread Andrey Repin via Cygwin
Greetings, Brian Inglis via Cygwin! > On 2024-07-06 04:50, Andrey Repin via Cygwin wrote: >> I'm trying to install a new cron job, and the thing fails claiming that it >> didn't see the edits I made to the file. # echo "USER=$USER" | crontab - # crontab -l # DO NOT EDIT THIS F

Re: crontab: no changes made to crontab

2024-07-07 Thread Brian Inglis via Cygwin
On 2024-07-06 04:50, Andrey Repin via Cygwin wrote: I'm trying to install a new cron job, and the thing fails claiming that it didn't see the edits I made to the file. # echo "USER=$USER" | crontab - # crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (- installed on Sat J

Re: crontab: no changes made to crontab

2024-07-07 Thread Adam Dinwoodie via Cygwin
On Sat, 6 Jul 2024 at 12:06, Andrey Repin via Cygwin wrote: > I'm trying to install a new cron job, and the thing fails claiming that it > didn't see the edits I made to the file. > > > > Is there a way around it that does not involve replacing crontab tool with my > own script that has no such i

Re: cygport - get package dependencies

2024-07-07 Thread ASSI via Cygwin
Federico Kircheis via Cygwin writes: > I could move the REQUIRES from the cygport file to somewhere else and > use it only myself, but at that point, why not use the REQUIRES? What you want might actually be BUILD_REQUIRES? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromed

cygport - get package dependencies

2024-07-07 Thread Federico Kircheis via Cygwin
Takashi Yano wrote: Furthermore, you do not need to add ffmpeg to "REQUIRES" because the cmus package itself does not really depend on ffmpeg package even though it depends libavcodec, libavformat, libavutil and libswresample. I was already told once that I probably can leave REQUIRES out. Cu