public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* setup.exe with packages specified downloads multiple versions [?]
@ 2015-10-30  0:40 Roger Pack
  2015-10-30  0:45 ` Marco Atzeri
  0 siblings, 1 reply; 3+ messages in thread
From: Roger Pack @ 2015-10-30  0:40 UTC (permalink / raw)
  To: cygwin

As a note, running this:


setup-x86.exe ^
--quiet-mode ^
--no-admin ^
--no-startmenu ^
--no-shortcuts ^
--no-desktop ^
--site http://mirrors.xmission.com/cygwin/ ^
--root %cd% ^
--packages ^
ed,curl,wget,subversion,texinfo,gcc-g++,bison,flex,cvs,yasm,automake,libtool,autoconf,gcc-core,cmake,git,make,pkg-config,zlib1g-dev,mercurial,unzip,pax,ncurses,patch

downloads seemingly lots of versions of particular packages [?] (note
the duplicates of autoconf and automake, various versions:

Extracting from file://C:\dev\ruby\ffmpeg-windows-build-helpers\native_build\ffm
peg_local_builds\cygwin_local_install/http%3a%2f%2fmirrors.xmission.com%2fcygwin
%2f/x86/release/autoconf/autoconf-13-1.tar.bz2
Extracting from file://C:\dev\ruby\ffmpeg-windows-build-helpers\native_build\ffm
peg_local_builds\cygwin_local_install/http%3a%2f%2fmirrors.xmission.com%2fcygwin
%2f/x86/release/autoconf2.1/autoconf2.1-2.13-12.tar.bz2
Extracting from file://C:\dev\ruby\ffmpeg-windows-build-helpers\native_build\ffm
peg_local_builds\cygwin_local_install/http%3a%2f%2fmirrors.xmission.com%2fcygwin
%2f/x86/release/autoconf2.5/autoconf2.5-2.69-3.tar.xz
Extracting from file://C:\dev\ruby\ffmpeg-windows-build-helpers\native_build\ffm
peg_local_builds\cygwin_local_install/http%3a%2f%2fmirrors.xmission.com%2fcygwin
%2f/x86/release/automake/automake-9-1.tar.bz2
Extracting from file://C:\dev\ruby\ffmpeg-windows-build-helpers\native_build\ffm
peg_local_builds\cygwin_local_install/http%3a%2f%2fmirrors.xmission.com%2fcygwin
%2f/x86/release/automake1.10/automake1.10-1.10.3-2.tar.bz2
Extracting from file://C:\dev\ruby\ffmpeg-windows-build-helpers\native_build\ffm
peg_local_builds\cygwin_local_install/http%3a%2f%2fmirrors.xmission.com%2fcygwin
%2f/x86/release/automake1.11/automake1.11-1.11.6-2.tar.bz2
Extracting from file://C:\dev\ruby\ffmpeg-windows-build-helpers\native_build\ffm
peg_local_builds\cygwin_local_install/http%3a%2f%2fmirrors.xmission.com%2fcygwin
%2f/x86/release/automake1.12/automake1.12-1.12.6-2.tar.bz2
Extracting from file://C:\dev\ruby\ffmpeg-windows-build-helpers\native_build\ffm

Not sure if that's expected or not.
Cheers!
-roger-

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: setup.exe with packages specified downloads multiple versions [?]
  2015-10-30  0:40 setup.exe with packages specified downloads multiple versions [?] Roger Pack
@ 2015-10-30  0:45 ` Marco Atzeri
  2015-10-30  8:05   ` Roger Pack
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Atzeri @ 2015-10-30  0:45 UTC (permalink / raw)
  To: cygwin



On 29/10/2015 20:53, Roger Pack wrote:
> As a note, running this:
>
>
> setup-x86.exe ^
> --quiet-mode ^
> --no-admin ^
> --no-startmenu ^
> --no-shortcuts ^
> --no-desktop ^
> --site http://mirrors.xmission.com/cygwin/ ^
> --root %cd% ^
> --packages ^
> ed,curl,wget,subversion,texinfo,gcc-g++,bison,flex,cvs,yasm,automake,libtool,autoconf,gcc-core,cmake,git,make,pkg-config,zlib1g-dev,mercurial,unzip,pax,ncurses,patch
>
> downloads seemingly lots of versions of particular packages [?] (note
> the duplicates of autoconf and automake, various versions:
>
[cut]
>
> Not sure if that's expected or not.
> Cheers!
> -roger-

Setup is correct.
Autoconf and automake are wrapper managing
  alternative version of the same package.
If you looks on setup.ini content:

@ autoconf
sdesc: "Wrapper scripts for autoconf commands"
ldesc: "Wrapper scripts for autoconf commands"
category: Devel
requires: bash sed autoconf2.1 autoconf2.5 cygwin
....
@ automake
sdesc: "Wrapper scripts for automake and aclocal"
ldesc: "Wrapper scripts for automake and aclocal"
category: Devel
requires: bash gawk automake1.4 automake1.5 automake1.6 automake1.7 
automake1.8 automake1.9 automake1.10 automake1.11 automake1.12 
automake1.13 automake1.14 automake1.15 cygwin


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: setup.exe with packages specified downloads multiple versions [?]
  2015-10-30  0:45 ` Marco Atzeri
@ 2015-10-30  8:05   ` Roger Pack
  0 siblings, 0 replies; 3+ messages in thread
From: Roger Pack @ 2015-10-30  8:05 UTC (permalink / raw)
  To: cygwin

On 10/29/15, Marco Atzeri <marco.atzeri@gmail.com> wrote:
>
>
> On 29/10/2015 20:53, Roger Pack wrote:
>> As a note, running this:
>>
>>
>> setup-x86.exe ^
>> --quiet-mode ^
>> --no-admin ^
>> --no-startmenu ^
>> --no-shortcuts ^
>> --no-desktop ^
>> --site http://mirrors.xmission.com/cygwin/ ^
>> --root %cd% ^
>> --packages ^
>> ed,curl,wget,subversion,texinfo,gcc-g++,bison,flex,cvs,yasm,automake,libtool,autoconf,gcc-core,cmake,git,make,pkg-config,zlib1g-dev,mercurial,unzip,pax,ncurses,patch
>>
>> downloads seemingly lots of versions of particular packages [?] (note
>> the duplicates of autoconf and automake, various versions:
>>
> [cut]
>>
>> Not sure if that's expected or not.
>> Cheers!
>> -roger-
>
> Setup is correct.
> Autoconf and automake are wrapper managing
>   alternative version of the same package.
> If you looks on setup.ini content:
>
> @ autoconf
> sdesc: "Wrapper scripts for autoconf commands"
> ldesc: "Wrapper scripts for autoconf commands"
> category: Devel
> requires: bash sed autoconf2.1 autoconf2.5 cygwin
> ....
> @ automake
> sdesc: "Wrapper scripts for automake and aclocal"
> ldesc: "Wrapper scripts for automake and aclocal"
> category: Devel
> requires: bash gawk automake1.4 automake1.5 automake1.6 automake1.7
> automake1.8 automake1.9 automake1.10 automake1.11 automake1.12
> automake1.13 automake1.14 automake1.15 cygwin

OK thanks for the clarification.
-roger-

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-29 21:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-30  0:40 setup.exe with packages specified downloads multiple versions [?] Roger Pack
2015-10-30  0:45 ` Marco Atzeri
2015-10-30  8:05   ` Roger Pack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).