My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Nov 25, 2009
    issue 6 (Simplify installation instructions) Status changed by sjungels   -   Changes accepted
    Status: Fixed
    Changes accepted
    Status: Fixed
  • Nov 25, 2009
    GettingStarted (Getting started with apt-cyg) Wiki page edited by sjungels   -   Revision r16 Edited wiki page through web user interface.
    Revision r16 Edited wiki page through web user interface.
  • Nov 25, 2009
    GettingStarted (Getting started with apt-cyg) Wiki page edited by sjungels   -   Revision r15 Edited wiki page through web user interface.
    Revision r15 Edited wiki page through web user interface.
  • Nov 25, 2009
    GettingStarted (Getting started with apt-cyg) Wiki page edited by sjungels   -   Revision r14 Edited wiki page through web user interface.
    Revision r14 Edited wiki page through web user interface.
  • Nov 25, 2009
    issue 6 (Simplify installation instructions) reported by kbjorgensen2000   -   First it would be nice to either have the instructions on the "project home" page or at least a featured link to the wiki GettingStarted page. Next i think the instructions for the installation could be simplified. How about something like this: First install subversion and wget through the standard cygwin setup program. Then run the following commands: {{{ svn export http://apt-cyg.googlecode.com/svn/trunk/apt-cyg /bin/apt-cyg chmod +x /bin/apt-cyg }}}
    First it would be nice to either have the instructions on the "project home" page or at least a featured link to the wiki GettingStarted page. Next i think the instructions for the installation could be simplified. How about something like this: First install subversion and wget through the standard cygwin setup program. Then run the following commands: {{{ svn export http://apt-cyg.googlecode.com/svn/trunk/apt-cyg /bin/apt-cyg chmod +x /bin/apt-cyg }}}
  • Sep 15, 2009
    JoinProject Wiki page edited by sjungels   -   Revision r13 Edited wiki page through web user interface.
    Revision r13 Edited wiki page through web user interface.
  • Sep 15, 2009
    issue 3 (apt-cyg should list currently installed version and highest ...) commented on by sjungels   -   The emails are sent out by Google to anyone who subscribes to an issue; they don't necessarily mean that any new code has been committed. This issue has been accepted and marked as an enhancement but it isn't ready to commit to the trunk because the submitted patch does not implement all the requested features.
    The emails are sent out by Google to anyone who subscribes to an issue; they don't necessarily mean that any new code has been committed. This issue has been accepted and marked as an enhancement but it isn't ready to commit to the trunk because the submitted patch does not implement all the requested features.
  • Sep 15, 2009
    issue 3 (apt-cyg should list currently installed version and highest ...) commented on by kevhilton   -   I received an email about apt-cyg listing currently installed version and highest available version, however it does not. The svn tree seems not to have been updated since receiving this notification, and I only get currently installed version if applying the patch referenced above.
    I received an email about apt-cyg listing currently installed version and highest available version, however it does not. The svn tree seems not to have been updated since receiving this notification, and I only get currently installed version if applying the patch referenced above.
  • Sep 15, 2009
    issue 3 (apt-cyg should list currently installed version and highest ...) Labels changed by sjungels   -  
    Labels: Type-Enhancement Type-Defect
    Labels: Type-Enhancement Type-Defect
  • Sep 15, 2009
    issue 5 (apt-cyg downloading the html file and not the package) changed by sjungels   -   kdelibs is a source package; I suggest installing the corresponding binary package, kdelibs4. apt-cyg could be enhanced to install source packages with assistance from the cygwinports developers.
    Status: WontFix
    Labels: Type-Enhancement Priority-Low Type-Defect Priority-Medium
    kdelibs is a source package; I suggest installing the corresponding binary package, kdelibs4. apt-cyg could be enhanced to install source packages with assistance from the cygwinports developers.
    Status: WontFix
    Labels: Type-Enhancement Priority-Low Type-Defect Priority-Medium
  • Sep 12, 2009
    issue 5 (apt-cyg downloading the html file and not the package) reported by kevhilton   -   I've found this error several times, but I'm going to give you an example of just one package this is occurring with: The example I am giving is attempting to install the kdelibs package Please note that apt-cygports is an alias for the following alias apt-cygports='apt-cyg -m ftp://sourceware.org/pub/cygwinports/' When I search for the kdelibs I get this: $ apt-cygports -u find kdelibs Working directory is /cygdrive/c/temp/cygwin Mirror is ftp://sourceware.org/pub/cygwinports/ Searching for installed packages matching kdelibs: kdelibs-data kdelibs-devel kdelibs4 Searching for installable packages matching kdelibs: kdelibs kdelibs-bin kdelibs-data kdelibs-devel kdelibs4 However when I go to install kdelibs it always fails: $ apt-cygports -u install kdelibs Working directory is /cygdrive/c/temp/cygwin Mirror is ftp://sourceware.org/pub/cygwinports/ Installing kdelibs Found package kdelibs basename: missing operand Try `basename --help' for more information. --2009-09-07 17:27:50-- ftp://sourceware.org/pub/cygwinports// => `.listing' Resolving sourceware.org... 209.132.176.174 Connecting to sourceware.org|209.132.176.174|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/cygwinports/ ... done. ==> PASV ... done. ==> LIST ... done. [ <=> ] 729 --.-K/s in 0s 2009-09-07 17:27:52 (2.37 MB/s) - `.listing' saved [729] Removed `.listing'. Wrote HTML-ized index to `index.html' [1349]. Why does it come back as a HTML listing rather than just install the package?? Using apt-cyg version 0.57 on windows xp sp3 with cygwin
    I've found this error several times, but I'm going to give you an example of just one package this is occurring with: The example I am giving is attempting to install the kdelibs package Please note that apt-cygports is an alias for the following alias apt-cygports='apt-cyg -m ftp://sourceware.org/pub/cygwinports/' When I search for the kdelibs I get this: $ apt-cygports -u find kdelibs Working directory is /cygdrive/c/temp/cygwin Mirror is ftp://sourceware.org/pub/cygwinports/ Searching for installed packages matching kdelibs: kdelibs-data kdelibs-devel kdelibs4 Searching for installable packages matching kdelibs: kdelibs kdelibs-bin kdelibs-data kdelibs-devel kdelibs4 However when I go to install kdelibs it always fails: $ apt-cygports -u install kdelibs Working directory is /cygdrive/c/temp/cygwin Mirror is ftp://sourceware.org/pub/cygwinports/ Installing kdelibs Found package kdelibs basename: missing operand Try `basename --help' for more information. --2009-09-07 17:27:50-- ftp://sourceware.org/pub/cygwinports// => `.listing' Resolving sourceware.org... 209.132.176.174 Connecting to sourceware.org|209.132.176.174|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/cygwinports/ ... done. ==> PASV ... done. ==> LIST ... done. [ <=> ] 729 --.-K/s in 0s 2009-09-07 17:27:52 (2.37 MB/s) - `.listing' saved [729] Removed `.listing'. Wrote HTML-ized index to `index.html' [1349]. Why does it come back as a HTML listing rather than just install the package?? Using apt-cyg version 0.57 on windows xp sp3 with cygwin
  • Sep 09, 2009
    issue 4 (Error if apt-cyg is renamed) changed by sjungels   -   I am accepting this because the suggested change is good practice, but running apt-cyg as apt is not recommended because (1) the command syntax is not not apt-compatible, just apt-inspired, and (2) I believe there is or was another cygwin project named apt which uses a debian-style repository. Thanks for the report :)
    Status: Accepted
    Labels: Priority-Low Priority-Medium
    I am accepting this because the suggested change is good practice, but running apt-cyg as apt is not recommended because (1) the command syntax is not not apt-compatible, just apt-inspired, and (2) I believe there is or was another cygwin project named apt which uses a debian-style repository. Thanks for the report :)
    Status: Accepted
    Labels: Priority-Low Priority-Medium
  • Sep 07, 2009
    issue 4 (Error if apt-cyg is renamed) reported by andy.koppe   -   After renaming 'apt-cyg' to 'apt', I got the following error during install of a package: /usr/bin/apt: line 378: apt-cyg: command not found Guess it should invoke $0 instead? (Works very well otherwise. Much more convenient than setup. Thanks!)
    After renaming 'apt-cyg' to 'apt', I got the following error during install of a package: /usr/bin/apt: line 378: apt-cyg: command not found Guess it should invoke $0 instead? (Works very well otherwise. Much more convenient than setup. Thanks!)
  • Sep 03, 2009
    issue 3 (apt-cyg should list currently installed version and highest ...) Status changed by sjungels   -  
    Status: Accepted
    Status: Accepted
  • Aug 27, 2009
    issue 3 (apt-cyg should list currently installed version and highest ...) commented on by niederst...@gmail.com   -   Forgot to add: the patch linked to from the wiki <http://fnord.to/cyg-apt-r12.diff> works nicely to list the installed version, if any. Adding to it to list the available version would be great.
    Forgot to add: the patch linked to from the wiki <http://fnord.to/cyg-apt-r12.diff> works nicely to list the installed version, if any. Adding to it to list the available version would be great.
  • Aug 27, 2009
    issue 3 (apt-cyg should list currently installed version and highest ...) reported by niederst...@gmail.com   -   When running apt-cyg find <foo>, the output currently only lists the package names. Having 2 more columns to indicate 1) the currently installed version and 2) the version available according to setup.bz would make it easy to know what's up to date, etc.
    When running apt-cyg find <foo>, the output currently only lists the package names. Having 2 more columns to indicate 1) the currently installed version and 2) the version available according to setup.bz would make it easy to know what's up to date, etc.
  • Aug 12, 2009
    JoinProject Wiki page commented on by atomicdryad   -   Hiya, I've been altering an old version of this. Here's a diff for the latest (r12) that shows the versions of installed packages in both 'show' and 'find', using a pseudo named hash. I'll probably look into adding descriptions / latest versions / etc in further edits. http://fnord.to/cyg-apt-r12.diff
    Hiya, I've been altering an old version of this. Here's a diff for the latest (r12) that shows the versions of installed packages in both 'show' and 'find', using a pseudo named hash. I'll probably look into adding descriptions / latest versions / etc in further edits. http://fnord.to/cyg-apt-r12.diff
  • Aug 10, 2009
    issue 2 (Need an option to avoid fetching setup.ini at every invocati...) Status changed by sjungels   -   Patch merged. To avoid confusion with the --cache option, the flag has been renamed to --noupdate. apt-cyg users please file bug reports if there is an issue with this patch as the maintainer is currently away from Cygwin.
    Status: Fixed
    Patch merged. To avoid confusion with the --cache option, the flag has been renamed to --noupdate. apt-cyg users please file bug reports if there is an issue with this patch as the maintainer is currently away from Cygwin.
    Status: Fixed
  • Aug 10, 2009
    r12 (Merged patch that adds --noupdate flag) committed by sjungels   -   Merged patch that adds --noupdate flag
    Merged patch that adds --noupdate flag
  • Aug 09, 2009
    issue 2 (Need an option to avoid fetching setup.ini at every invocati...) reported by bugb...@live.com   -   I attached a patch that resolves the problem (useful when you're doing several "apt-cyg find" in a row) Thanks for this nifty script, I've always found the Cygwin graphical installer to be very annoying!
    I attached a patch that resolves the problem (useful when you're doing several "apt-cyg find" in a row) Thanks for this nifty script, I've always found the Cygwin graphical installer to be very annoying!
  • Jun 14, 2009
    issue 1 (apt-cyg version 0.56 redownloads setup.bz2 every time) Status changed by sjungels   -   Verified and committed patch. Enabled email notify on issues so future patches will be noticed sooner by maintainers.
    Status: Fixed
    Verified and committed patch. Enabled email notify on issues so future patches will be noticed sooner by maintainers.
    Status: Fixed
  • Jun 14, 2009
    r11 (Accepted patch that prevents extra downloads of setup.bz2) committed by sjungels   -   Accepted patch that prevents extra downloads of setup.bz2
    Accepted patch that prevents extra downloads of setup.bz2
  • Mar 03, 2009
    issue 1 (apt-cyg version 0.56 redownloads setup.bz2 every time) reported by evgmik   -   apt-cyg install any_package will redownload setup.bz2 for every package in dependences, apparently it does not care about --noscripts switch please see suggested patch in attachment
    apt-cyg install any_package will redownload setup.bz2 for every package in dependences, apparently it does not care about --noscripts switch please see suggested patch in attachment
  • Mar 01, 2009
    JoinProject Wiki page edited by sjungels
  • Mar 01, 2009
    JoinProject Wiki page added by sjungels
  • Feb 27, 2009
    GettingStarted (Getting started with apt-cyg) Wiki page edited by sjungels
  • Feb 27, 2009
    GettingStarted (Getting started with apt-cyg) Wiki page edited by sjungels
  • Feb 27, 2009
    GettingStarted (Getting started with apt-cyg) Wiki page edited by sjungels
  • Feb 27, 2009
    GettingStarted (Getting started with apt-cyg) Wiki page edited by sjungels
  • Feb 27, 2009
    GettingStarted (Getting started with apt-cyg) Wiki page added by sjungels
  • Feb 27, 2009
    r3 (Removed cruft) committed by sjungels   -   Removed cruft
    Removed cruft
  • Feb 27, 2009
    r2 (Initial import) committed by sjungels   -   Initial import
    Initial import
  • Feb 27, 2009
    Project apt-cyg created by sjungels   -   A command-line software installer for Cygwin
    A command-line software installer for Cygwin
 
Hosted by Google Code