Re: Gold star request - Re: rsync failing to see drive path
> On Thu, Sep 05, 2013 at 07:02:03AM +, Mark Geisert wrote: > >> >> $ rsync --dry-run --delete -uvxhir "/cydrive/m/Music Converted" > >> >> /cygdrive/G/ > >> >> sending incremental file list > >> >> rsync: change_dir "/cydrive/m" failed: No such file or directory (2) > >[...] > >> $ rsync --dry-run --delete -uvxhir /cydrive/m/Music\ Converted /cygdrive/G/ > >> sending incremental file list > >> rsync: change_dir "/cydrive/m" failed: No such file or directory (2) > > > >I see "cygdrive" misspelled as "cydrive" in a couple places. What happens > >when that's corrected? > > Sheesh. I should have caught that! > > Thanks Mark. > > Can we get a gold star for Mark for being observant? > > cgf Awarded! http://cygwin.com/goldstars/#MG -- 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: iodbc always in error (solved)
Hello, I've sent a mail here yesterday requesting for help in order to make iodbc work in cygwin. I've investigated in the library code and found something interesting : In the log I've sent yesterday[1], each function name start with an « _ » wich does not appear in the sql driver library : objdump.exe -x /usr/lib/cygsqlite3odbc.dll | less … [ 0] SQLAllocConnect [ 1] SQLAllocEnv [ 2] SQLAllocHandle [ 3] SQLAllocStmt [ 4] SQLBindCol [ 5] SQLBindParameter … The iodbc package contains the file « iodbc/henv.ci »[2] wich is actualy an index of the declared function to call. There is a strange preprocess instuctions at l79 wich needs to be completed in order to works in cygwin : #define CLI"SQL" now you can rebuild the package and the odbc will work. You can consider this mail as a bugreport (and I hope it will be reported in the cygwin package). [1] http://pastebin.com/mzDLUC3x [2] https://github.com/openlink/iODBC/blob/develop/iodbc/henv.ci -- Sébastien Dailly -- 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
cygwin@cygwin.com
Hello Team, I recently installed cygwin on Windows 8 64 bit. Packages installation worked fine but it seems Mintty is missing. I reinstalled cygwin setup-x86_64 [version 2.819-64 bit] by adding mintty (both bin and src) under shell tab (1.2-beta-1.1 version), but it seems that error still persists. Target path is - C:\cygwin64\bin\mintty -i /Cygwin-Terminal.ico - I checked C:\cygwin64\bin directory. mintty is missing there. I also tried to download the package separately. But it's not working. Is there any way I would get it to work? I have tried every possible option. Nothing much on internet about cygwin on windows 8. Please help! P.S. Since this is my first time, I am not sure where should I post this. If this mailing list does not address the concerned issue, kindly redirect. Thanks, Mani -- 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
No bin for mingw64-i686-gcc
Hi, I am trying to get the mingw64 build chain using cygwin, but when I run setup and locate the correct packages, there is no bin available for mingw64-i686-gcc. It only allows me to get src. Can anyone point me in the right direction for getting a mingw64-i686-gcc bin file via cygwin? Is this a problem with my installation of cygwin, a conflict with something else on my system, or is there just no bin for this package available? I am very new to this, first time using cygwin, so please excuse the simplicity of the question. I have searched both the mailing list and the wider internet, but don't really know what to look for. I am trying to get the needed dependencies and compile for software that was written by a colleague, who is not a Windows user and thus hasn't worked with cygwin enough to help me out. Thanks, Nate -- 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
Problems with cairo and pango
Hello, I am trying to build and test the PLplot libraries and examples (http://plplot.sf.net) on Cygwin with the cairo and pango libraries. While the build succeeds if I exclude the ordinary Windows features (the routine "cairo_win32_surface_create" is missing from the cairo libraries), I get warnings from the pango library that it can not chose the right fonts: (process:5988): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common' (process:5988): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='latin' I tried to install fonts via the set-up, but there does not seem to be anything relevant. Can anybody advise on what to do? Regards, Arjen -- 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: Something breaks unattended setup
Sam Nelson wrote > Sam Nelson > > siliconfuture.net> writes: > > These last three sections are repeated until the retries are exhausted (4 > total). For the life of me, I can't see any error indicating exactly what > failed. Is there any way to turn on extra verbosity when running > setup.exe? Did this issue ever get resolved? I'm trying to do automated unattended install of cygwin and I'm pretty sure I'm running into this exact same scenario. Here's my automated install .bat file: The installer starts and appears to be working fine at first, downloading all sorts of packages, but then it quits with an error after a while. Here's the last few lines of /var/log/setup.log: I'm baffled as to why it's unable to reach mirros.kernel.org site because it reaches it just fine for all the files before the one it's trying to download last. Any ideas as to what might be going on or how to fix this would be greatly appreciated. Thanks. -Jac -- View this message in context: http://cygwin.1069669.n5.nabble.com/Something-breaks-unattended-setup-think-it-s-just-version-no-filename-of-latest-gt5-release-tp94058p102551.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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: No bin for mingw64-i686-gcc
On 9/7/2013 00:36, na...@notthisway.com wrote: > Hi, > > I am trying to get the mingw64 build chain using cygwin, but when I run > setup and locate the correct packages, there is no bin available for > mingw64-i686-gcc. It only allows me to get src. Can anyone point me in > the right direction for getting a mingw64-i686-gcc bin file via cygwin? > Is this a problem with my installation of cygwin, a conflict with > something else on my system, or is there just no bin for this package > available? Try mingw64-i686-gcc-*, or at least mingw64-i686-gcc-core. signature.asc Description: OpenPGP digital signature