Re: 64-bit gcc-4.8.1 package installs source instead

2013-07-23 Thread Yaakov (Cygwin/X)
On 2013-07-23 02:22, Corinna Vinschen wrote: On Jul 23 17:47, Ryan Johnson wrote: On 07/22/2013 05:38 PM, Yaakov (Cygwin/X) wrote: gcc is only a source-only meta-package; you want to install gcc-core, gcc-g++, etc. Oh, that's a little different than (a) the name suggests and (b) historical

Re: 64-bit gcc-4.8.1 package installs source instead

2013-07-23 Thread Corinna Vinschen
On Jul 23 03:20, Yaakov (Cygwin/X) wrote: On 2013-07-23 02:22, Corinna Vinschen wrote: On Jul 23 17:47, Ryan Johnson wrote: On 07/22/2013 05:38 PM, Yaakov (Cygwin/X) wrote: gcc is only a source-only meta-package; you want to install gcc-core, gcc-g++, etc. Oh, that's a little different than

Re: 64-bit gcc-4.8.1 package installs source instead

2013-07-23 Thread Christopher Faylor
On Tue, Jul 23, 2013 at 03:20:11AM -0500, Yaakov (Cygwin/X) wrote: On 2013-07-23 02:22, Corinna Vinschen wrote: On Jul 23 17:47, Ryan Johnson wrote: On 07/22/2013 05:38 PM, Yaakov (Cygwin/X) wrote: gcc is only a source-only meta-package; you want to install gcc-core, gcc-g++, etc. Oh, that's

Re: 64-bit gcc-4.8.1 package installs source instead

2013-07-23 Thread Yaakov (Cygwin/X)
On 2013-07-23 11:16, Christopher Faylor wrote: On Tue, Jul 23, 2013 at 03:20:11AM -0500, Yaakov (Cygwin/X) wrote: This is one case where IMO genini is better than upset: genini-generated setup.ini's don't list source-only packages in setup's package selector, while still being available through

Re: 64-bit gcc-4.8.1 package installs source instead

2013-07-23 Thread Corinna Vinschen
On Jul 23 17:47, Ryan Johnson wrote: On 07/22/2013 05:38 PM, Yaakov (Cygwin/X) wrote: On 2013-07-23 16:26, Ryan Johnson wrote: If I select the gcc-4.8.1-1 package from setup-64, it downloads and installs the gcc-4.8.1-src package gcc is only a source-only meta-package; you want to install

Re: 64-bit gcc-4.8.1 package installs source instead

2013-07-23 Thread Christopher Faylor
On Tue, Jul 23, 2013 at 02:54:29PM -0500, Yaakov (Cygwin/X) wrote: On 2013-07-23 11:16, Christopher Faylor wrote: On Tue, Jul 23, 2013 at 03:20:11AM -0500, Yaakov (Cygwin/X) wrote: This is one case where IMO genini is better than upset: genini-generated setup.ini's don't list source-only

64-bit gcc-4.8.1 package installs source instead

2013-07-22 Thread Ryan Johnson
Hi all, If I select the gcc-4.8.1-1 package from setup-64, it downloads and installs the gcc-4.8.1-src package, which AFAICT includes a tarball of the gcc sources, a patch, and a cygport file: $ for f in $(find /usr -name '*gcc*'); do echo $f: $(cygcheck -f $f); done

Re: 64-bit gcc-4.8.1 package installs source instead

2013-07-22 Thread Yaakov (Cygwin/X)
On 2013-07-23 16:26, Ryan Johnson wrote: If I select the gcc-4.8.1-1 package from setup-64, it downloads and installs the gcc-4.8.1-src package gcc is only a source-only meta-package; you want to install gcc-core, gcc-g++, etc. Yaakov -- Problem reports:

Re: 64-bit gcc-4.8.1 package installs source instead

2013-07-22 Thread Ryan Johnson
On 07/22/2013 05:38 PM, Yaakov (Cygwin/X) wrote: On 2013-07-23 16:26, Ryan Johnson wrote: If I select the gcc-4.8.1-1 package from setup-64, it downloads and installs the gcc-4.8.1-src package gcc is only a source-only meta-package; you want to install gcc-core, gcc-g++, etc. Oh, that's a