Pacific Coast Builders Conference 2019 Attendee Contacts List

2019-05-07 Thread Melissa Keller
Hi,

 

I hope you are the right person to discuss about Pacific Coast Builders
Conference - PCBC Attendee Contacts List?

 

Pacific Coast Builders Conference - PCBC 2019 attendee list of 18,000
contacts with the complete contact details including verified email
addresses and Mailing Address. The list will be provided for unlimited usage

 

Interested? Please let me know. I would love to provide pricing options and
other details in my next email.

 

Best Regards,

Melissa Keller

Demand Generation Executive| B2B Prospect

 

 

If you don't wish to receive our
newsletters, reply back with " TAKE OFF " in subject line



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

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



Keychain 2.7.1-1 reports error caching private keys

2019-05-07 Thread Chuck Hamilton
While trying to cache my private ssh key with keychain I get the
following warning: "Can't determine fingerprint from the following
line, falling back to filename". I've left the actual line out for
privacy. It appears to be the same bug documented at
https://bbs.archlinux.org/viewtopic.php?id=194978#p1512346 several
years ago as when I added the missing lines to the
extract_fingerprints function, the warning disappeared. Below is the
full function that eliminates the warning with the new lines
highlighted between comments

cygcheck.out is attached.

extract_fingerprints() {

while read ef_line; do

case "$ef_line" in
*\ *\ [0-9a-fA-F][0-9a-fA-F]:[0-9a-fA-F][0-9a-fA-F]:*)
# Sun SSH spits out different things
depending on the type of
# key.  For example:
#   md5 1024
00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
/home/barney/.ssh/id_dsa(DSA)
#   2048
00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
/home/barney/.ssh/id_rsa.pub
echo "$ef_line" | cut -f3 -d' '
;;
*\ [0-9a-fA-F][0-9a-fA-F]:[0-9a-fA-F][0-9a-fA-F]:*)
# The more consistent OpenSSH format, we hope
#   1024
00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
/home/barney/.ssh/id_dsa (DSA)
echo "$ef_line" | cut -f2 -d' '
;;
# Start of new lines
*\ SHA256:[0-9a-zA-Z\+\/=]*|*\ MD5:[0-9a-zA-Z\+\/=]*)
# The new OpenSSH 6.8+ format,
#   1024
SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE
/home/barney/.ssh/id_dsa (DSA)
echo "$ef_line" | cut -f2 -d' '
;;
# End of new lines
*)
# Fall back to filename.  Note that
commercial ssh is handled
# explicitly in ssh_l and ssh_f, so
hopefully this rule will
# never fire.
warn "Can't determine fingerprint from
the following line, falling back to filename"
mesg "$ef_line"
basename "$ef_line" | sed 's/[ (].*//'
;;
esac
done | xargs
}


cygcheck.out
Description: Binary data

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

Re: Testing your altera uni program

2019-05-07 Thread Eric Blake
On 5/7/19 7:54 AM, Jimmy Ljungman wrote:
> Hej Cygwin!
> Jag vaknade upp denna morgon med doggerel på kinden. Glatt smetade jag av det 
> på min Sambo, Sabina. Hon tog emot det med glädje och gav mig en puss på 
> ögonlocket.
> 
> Jag bryggde mitt kaffe när det slog mig att jag skulle ha labb på SU om ert 
> magnifika Altera kort. Sittandes på tåget satt jag och programmerade inför 
> lab2.
> 
> Nu sitter jag här istället förstörd av hjärtesorg när jag läser 
> felmeddelandet på cmd. "Could'nt compute FAST _CWD pointer" står det och jag 
> står nu här, med armarna öppna, och ber om nåd. Hjälp mig med detta 
> felmeddelande.

Looks like our autoresponder got confused by your use of a different
language than English.

https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.   +1-919-301-3226
Virtualization:  qemu.org | libvirt.org



signature.asc
Description: OpenPGP digital signature


Re: [ANNOUNCEMENT] python38 3.8.0-0.2.a3

2019-05-07 Thread Yaakov Selkowitz
On Tue, 2019-05-07 at 14:33 +0300, Oleksandr Gavenko wrote:
> On 2019-03-29, Yaakov Selkowitz wrote:
> > Eventually we will probably stop building most(*) modules for 3.6 too,
> > but not before the 3.7 transition is 100% complete, and more likely
> > just before or as part of the eventual 3.8 transition (in 2020 at the
> > earliest).
> 
> After upgrade I haven't found rst2html utility from python3-docutils. Can't
> tell you apt-cyg or what caused a problem.
> 
> I found it in python37-docutils-0.14-1:
> 
>   https://cygwin.com/cgi-bin2/package-grep.cgi?grep=rst2html&arch=x86_64
> 
> Assuming that Python versions live in parallel now how should I upgrade on
> next major rebuild from 3.7 to 3.8, etc?
> 
> My concern is that obsolete python37-docutils-0.14 should depends on new
> python38-docutils-0.xx for some period of time and after python37-docutils has
> been removed there won't be easy way path to migrate.

The command-line utilities will either be moved to the python38-*
packages by then, or perhaps moved into separate unversioned packages.

> Does that mean I need to keep syncing my Cygwin installation periodically?

Of course, you should always keep your system updated.

> What is recommended period for upgrades?

Cygwin is a rolling release distribution, updates occur all the time.

--
Yaakov



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



Re: [ANNOUNCEMENT] python38 3.8.0-0.2.a3

2019-05-07 Thread Brian Inglis
On 2019-05-07 05:33, Oleksandr Gavenko wrote:
> On 2019-03-29, Yaakov Selkowitz wrote:
> 
>> Eventually we will probably stop building most(*) modules for 3.6 too,
>> but not before the 3.7 transition is 100% complete, and more likely
>> just before or as part of the eventual 3.8 transition (in 2020 at the
>> earliest).
> 
> After upgrade I haven't found rst2html utility from python3-docutils. Can't
> tell you apt-cyg or what caused a problem.
> 
> I found it in python37-docutils-0.14-1:
> 
>   https://cygwin.com/cgi-bin2/package-grep.cgi?grep=rst2html&arch=x86_64

It is in the following packages, where python => python2 => python27, and
python3 => python36.

$ apt-cyg listall python*-docutils
python-docutils 0.14-1 noarch
python2-docutils 0.14-1 noarch
python27-docutils 0.14-1 noarch
python3-docutils 0.14-1 noarch
python36-docutils 0.14-1 noarch
python37-docutils 0.14-1 noarch

> Assuming that Python versions live in parallel now how should I upgrade on
> next major rebuild from 3.7 to 3.8, etc?
> 
> My concern is that obsolete python37-docutils-0.14 should depends on new
> python38-docutils-0.xx for some period of time and after python37-docutils has
> been removed there won't be easy way path to migrate.
> 
> Does that mean I need to keep syncing my Cygwin installation periodically?
> What is recommended period for upgrades?

Subscribe to cygwin-announce list, and any time security patches are made to any
package you have installed, or valuable updates to python or other packages you
depend on, download setup and upgrade everything.

If you explicitly install releases like python36, python37, and/or python38
rather than python3-..., you will also have to install corresponding packages
python3?-... as they become available, rather than waiting and getting all the
updated modules, when the the python3 default gets updated from python36 to
python37, and later to python38.

For python and other collections of modules, maintainers will not update the
default release for e.g. python3, from python36 to python37, until all Cygwin
supported modules will build and pass test runs cleanly, or modules need to be
dropped from Cygwin, because features used in new releases of the modules,
require support of libraries which won't work under Cygwin.

As Cygwin is a rolling release, package maintainers stay behind the bleeding
edge to avoid breakage, as they often use those packages for work, and they may
also support groups of users who do. If they are unsure of the reliability or
stability of a new release, they will make it available as a test release for
some time, before making that release current and upgradable by setup.

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

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



Testing your altera uni program

2019-05-07 Thread Jimmy Ljungman
Hej Cygwin!
Jag vaknade upp denna morgon med doggerel på kinden. Glatt smetade jag av det 
på min Sambo, Sabina. Hon tog emot det med glädje och gav mig en puss på 
ögonlocket.

Jag bryggde mitt kaffe när det slog mig att jag skulle ha labb på SU om ert 
magnifika Altera kort. Sittandes på tåget satt jag och programmerade inför lab2.

Nu sitter jag här istället förstörd av hjärtesorg när jag läser felmeddelandet 
på cmd. "Could'nt compute FAST _CWD pointer" står det och jag står nu här, med 
armarna öppna, och ber om nåd. Hjälp mig med detta felmeddelande.

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



Re: [ANNOUNCEMENT] python38 3.8.0-0.2.a3

2019-05-07 Thread Oleksandr Gavenko
On 2019-03-29, Yaakov Selkowitz wrote:

> Eventually we will probably stop building most(*) modules for 3.6 too,
> but not before the 3.7 transition is 100% complete, and more likely
> just before or as part of the eventual 3.8 transition (in 2020 at the
> earliest).

After upgrade I haven't found rst2html utility from python3-docutils. Can't
tell you apt-cyg or what caused a problem.

I found it in python37-docutils-0.14-1:

  https://cygwin.com/cgi-bin2/package-grep.cgi?grep=rst2html&arch=x86_64

Assuming that Python versions live in parallel now how should I upgrade on
next major rebuild from 3.7 to 3.8, etc?

My concern is that obsolete python37-docutils-0.14 should depends on new
python38-docutils-0.xx for some period of time and after python37-docutils has
been removed there won't be easy way path to migrate.

Does that mean I need to keep syncing my Cygwin installation periodically?
What is recommended period for upgrades?

-- 
http://defun.work/


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