public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* RE: binutils-050120 build error
@ 2005-01-25  9:10 Jitendra Pawar
  0 siblings, 0 replies; 7+ messages in thread
From: Jitendra Pawar @ 2005-01-25  9:10 UTC (permalink / raw)
  To: NitinS2; +Cc: binutils

Khem Raj <kraj <at> mvista.com> writes:

> 
> I hope you are not doing configure inside the src directory
> here is how I would do it.
> 
> make a obj-binutils folder parallel to binutils src
> cd obj-binutils
> ../src/configure <your options>
> make 
> 
> you should call configure which is in src folder and not one in
> src/binutils 
> 
> -Khem

Hi,

It should work as suggested by Khem.
If not then let me know from which place did you downloaded the 
binutils build? 

- Jitendra


> On Fri, 2005-01-21 at 18:44 +0530, Nitin Shah wrote:
> > Hi,
> > I have taken following source code snapshots to build SH(ELF)
toolchain,
> > 1. GCC(gcc-4.0-20050116).
> > 2. binutils(binutils-050120).
> > 3. newlib-1.12.0 (Dated 15/07/2004 from CVS).
> > Host:i686-pc-linux-gnu
> > 
> > While building binutils, I am getting error as mentioned below.
Kindly
suggest how to remove this error.
> > 
> > ************************************ Error
Text******************************************************************
> > checking for xgettext... /usr/bin/xgettext
> > updating cache ./config.cache
> > creating ./config.status
> > creating Makefile
> > creating config.h
> > make[1]: Entering directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> > make[1]: Entering directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> > make[1]: *** No rule to make target `all'.  Stop.
> > make[1]: Leaving directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> > make: *** [all-bfd] Error 2
> >
*************************************************************************
***************************
> > 
> > Thanks in advance.
> > 
> > Regards,
> > Nitin Shah.
> > KPIT Cummins InfoSystems Ltd.
> > Pune, India
> > 
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Free download of GNU based tool-chains for Renesas' SH and H8
Series.
> > The following site also offers free technical support to its users. 
> > Visit http://www.kpitgnutools.com for details. 
> > Latest versions of KPIT GNU tools are released on October 1, 2004.
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 


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

* RE: binutils-050120 build error
  2005-01-25 10:11 Nitin Shah
@ 2005-01-25 13:45 ` Jitendra Pawar
  0 siblings, 0 replies; 7+ messages in thread
From: Jitendra Pawar @ 2005-01-25 13:45 UTC (permalink / raw)
  To: Nitin Shah; +Cc: binutils

Hi,

The error may be because of you are using a snapshot, The code in the
snapshots has generally been in the tree for approximately one month,
but that doesn't guarantee that anyone other than the implementor tested
it. I believe that community will fix it in the release.

Jitendra.
 
On Tue, 2005-01-25 at 15:41, Nitin Shah wrote:
> Hi,
> 
> I have downloaded the binutils source from the following link,
> 
> ftp://sources.redhat.com/pub/binutils/snapshots/
> 
> I have created different folders for build, prefix and source, name as build, prefix and source.
> Then I configured and make the binutils from the build folder as given below,
> cd build
> ./../source/binutils-050120/configure --target=sh-elf --prefix=/home/prefix
> make
> make install 
> 
> In this way I am able to build binutils-2.15 successfully, but geting mentioned error for binutils-050120.
> 
> Thanks in advance.
>  
> Regards,
> Nitin Shah.
> KPIT Cummins InfoSystems Ltd.
> Pune, India
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Free download of GNU based tool-chains for Renesas' SH and H8 Series.
> The following site also offers free technical support to its users. 
> Visit http://www.kpitgnutools.com for details. 
> Latest versions of KPIT GNU tools are released on October 1, 2004.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 
> -----Original Message-----
> From: Jitendra Pawar [mailto:jitendra@linsyssoft.com]
> Sent: Tuesday, January 25, 2005 2:30 PM
> To: Nitin Shah
> Cc: binutils@sources.redhat.com
> Subject: RE: binutils-050120 build error
> 
> 
> Khem Raj <kraj <at> mvista.com> writes:
> 
> > 
> > I hope you are not doing configure inside the src directory
> > here is how I would do it.
> > 
> > make a obj-binutils folder parallel to binutils src
> > cd obj-binutils
> > ../src/configure <your options>
> > make 
> > 
> > you should call configure which is in src folder and not one in
> > src/binutils 
> > 
> > -Khem
> 
> Hi,
> 
> It should work as suggested by Khem.
> If not then let me know from which place did you downloaded the 
> binutils build? 
> 
> - Jitendra
> 
> 
> > On Fri, 2005-01-21 at 18:44 +0530, Nitin Shah wrote:
> > > Hi,
> > > I have taken following source code snapshots to build SH(ELF)
> toolchain,
> > > 1. GCC(gcc-4.0-20050116).
> > > 2. binutils(binutils-050120).
> > > 3. newlib-1.12.0 (Dated 15/07/2004 from CVS).
> > > Host:i686-pc-linux-gnu
> > > 
> > > While building binutils, I am getting error as mentioned below.
> Kindly
> suggest how to remove this error.
> > > 
> > > ************************************ Error
> Text******************************************************************
> > > checking for xgettext... /usr/bin/xgettext
> > > updating cache ./config.cache
> > > creating ./config.status
> > > creating Makefile
> > > creating config.h
> > > make[1]: Entering directory
> `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> > > make[1]: Nothing to be done for `all'.
> > > make[1]: Leaving directory
> `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> > > make[1]: Entering directory
> `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> > > make[1]: *** No rule to make target `all'.  Stop.
> > > make[1]: Leaving directory
> `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> > > make: *** [all-bfd] Error 2
> > >
> *************************************************************************
> ***************************
> > > 
> > > Thanks in advance.
> > > 
> > > Regards,
> > > Nitin Shah.
> > > KPIT Cummins InfoSystems Ltd.
> > > Pune, India
> > > 
> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > Free download of GNU based tool-chains for Renesas' SH and H8
> Series.
> > > The following site also offers free technical support to its users. 
> > > Visit http://www.kpitgnutools.com for details. 
> > > Latest versions of KPIT GNU tools are released on October 1, 2004.
> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > 
> > 
> 
> 
> 
> 

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

* RE: binutils-050120 build error
@ 2005-01-25 10:11 Nitin Shah
  2005-01-25 13:45 ` Jitendra Pawar
  0 siblings, 1 reply; 7+ messages in thread
From: Nitin Shah @ 2005-01-25 10:11 UTC (permalink / raw)
  To: jitendra; +Cc: binutils

Hi,

I have downloaded the binutils source from the following link,

ftp://sources.redhat.com/pub/binutils/snapshots/

I have created different folders for build, prefix and source, name as build, prefix and source.
Then I configured and make the binutils from the build folder as given below,
cd build
./../source/binutils-050120/configure --target=sh-elf --prefix=/home/prefix
make
make install 

In this way I am able to build binutils-2.15 successfully, but geting mentioned error for binutils-050120.

Thanks in advance.
 
Regards,
Nitin Shah.
KPIT Cummins InfoSystems Ltd.
Pune, India

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Free download of GNU based tool-chains for Renesas' SH and H8 Series.
The following site also offers free technical support to its users. 
Visit http://www.kpitgnutools.com for details. 
Latest versions of KPIT GNU tools are released on October 1, 2004.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


-----Original Message-----
From: Jitendra Pawar [mailto:jitendra@linsyssoft.com]
Sent: Tuesday, January 25, 2005 2:30 PM
To: Nitin Shah
Cc: binutils@sources.redhat.com
Subject: RE: binutils-050120 build error


Khem Raj <kraj <at> mvista.com> writes:

> 
> I hope you are not doing configure inside the src directory
> here is how I would do it.
> 
> make a obj-binutils folder parallel to binutils src
> cd obj-binutils
> ../src/configure <your options>
> make 
> 
> you should call configure which is in src folder and not one in
> src/binutils 
> 
> -Khem

Hi,

It should work as suggested by Khem.
If not then let me know from which place did you downloaded the 
binutils build? 

- Jitendra


> On Fri, 2005-01-21 at 18:44 +0530, Nitin Shah wrote:
> > Hi,
> > I have taken following source code snapshots to build SH(ELF)
toolchain,
> > 1. GCC(gcc-4.0-20050116).
> > 2. binutils(binutils-050120).
> > 3. newlib-1.12.0 (Dated 15/07/2004 from CVS).
> > Host:i686-pc-linux-gnu
> > 
> > While building binutils, I am getting error as mentioned below.
Kindly
suggest how to remove this error.
> > 
> > ************************************ Error
Text******************************************************************
> > checking for xgettext... /usr/bin/xgettext
> > updating cache ./config.cache
> > creating ./config.status
> > creating Makefile
> > creating config.h
> > make[1]: Entering directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> > make[1]: Entering directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> > make[1]: *** No rule to make target `all'.  Stop.
> > make[1]: Leaving directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> > make: *** [all-bfd] Error 2
> >
*************************************************************************
***************************
> > 
> > Thanks in advance.
> > 
> > Regards,
> > Nitin Shah.
> > KPIT Cummins InfoSystems Ltd.
> > Pune, India
> > 
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Free download of GNU based tool-chains for Renesas' SH and H8
Series.
> > The following site also offers free technical support to its users. 
> > Visit http://www.kpitgnutools.com for details. 
> > Latest versions of KPIT GNU tools are released on October 1, 2004.
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 


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

* Re: binutils-050120  build error
  2005-01-22  8:41 ` Khem Raj
@ 2005-01-25  9:31   ` Jitendra
  0 siblings, 0 replies; 7+ messages in thread
From: Jitendra @ 2005-01-25  9:31 UTC (permalink / raw)
  To: binutils

Khem Raj <kraj <at> mvista.com> writes:

> 
> I hope you are not doing configure inside the src directory
> here is how I would do it.
> 
> make a obj-binutils folder parallel to binutils src
> cd obj-binutils
> ../src/configure <your options>
> make 
> 
> you should call configure which is in src folder and not one in
> src/binutils 
> 
> -Khem

Hi,

It should work as suggested by Khem.
If not then let me know from which place did you down loaded the 
binutils build? 

- Jitendra


> On Fri, 2005-01-21 at 18:44 +0530, Nitin Shah wrote:
> > Hi,
> > I have taken following source code snapshots to build SH(ELF) toolchain,
> > 1. GCC(gcc-4.0-20050116).
> > 2. binutils(binutils-050120).
> > 3. newlib-1.12.0 (Dated 15/07/2004 from CVS).
> > Host:i686-pc-linux-gnu
> > 
> > While building binutils, I am getting error as mentioned below. Kindly
suggest how to remove this error.
> > 
> > ************************************ Error
Text******************************************************************
> > checking for xgettext... /usr/bin/xgettext
> > updating cache ./config.cache
> > creating ./config.status
> > creating Makefile
> > creating config.h
> > make[1]: Entering directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> > make[1]: Entering directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> > make[1]: *** No rule to make target `all'.  Stop.
> > make[1]: Leaving directory
`/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> > make: *** [all-bfd] Error 2
> >
*************************************************************************
***************************
> > 
> > Thanks in advance.
> > 
> > Regards,
> > Nitin Shah.
> > KPIT Cummins InfoSystems Ltd.
> > Pune, India
> > 
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Free download of GNU based tool-chains for Renesas' SH and H8 Series.
> > The following site also offers free technical support to its users. 
> > Visit http://www.kpitgnutools.com for details. 
> > Latest versions of KPIT GNU tools are released on October 1, 2004.
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
> 
> 




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

* RE: binutils-050120  build error
@ 2005-01-24  5:37 Nitin Shah
  0 siblings, 0 replies; 7+ messages in thread
From: Nitin Shah @ 2005-01-24  5:37 UTC (permalink / raw)
  To: kraj; +Cc: binutils

Hi,
Yes, I have created a different folder for build and building the binutils from this build folder, I am able to build binutils-2.15 but in case of binutils-050120 I am getting the error mentioned below.


Thanks in advance.
 
Regards,
Nitin Shah.
KPIT Cummins InfoSystems Ltd.
Pune, India
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Free download of GNU based tool-chains for Renesas' SH and H8 Series.
The following site also offers free technical support to its users. 
Visit http://www.kpitgnutools.com for details. 
Latest versions of KPIT GNU tools are released on October 1, 2004.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 




-----Original Message-----
From: Khem Raj [mailto:kraj@mvista.com]
Sent: Saturday, January 22, 2005 2:11 PM
To: Nitin Shah
Cc: binutils@sources.redhat.com
Subject: Re: binutils-050120 build error


I hope you are not doing configure inside the src directory
here is how I would do it.

make a obj-binutils folder parallel to binutils src
cd obj-binutils
../src/configure <your options>
make 

you should call configure which is in src folder and not one in
src/binutils 

-Khem



On Fri, 2005-01-21 at 18:44 +0530, Nitin Shah wrote:
> Hi,
> I have taken following source code snapshots to build SH(ELF) toolchain,
> 1. GCC(gcc-4.0-20050116).
> 2. binutils(binutils-050120).
> 3. newlib-1.12.0 (Dated 15/07/2004 from CVS).
> Host:i686-pc-linux-gnu
> 
> While building binutils, I am getting error as mentioned below. Kindly suggest how to remove this error.
> 
> ************************************ Error Text******************************************************************
> checking for xgettext... /usr/bin/xgettext
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating config.h
> make[1]: Entering directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> make[1]: Entering directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> make[1]: *** No rule to make target `all'.  Stop.
> make[1]: Leaving directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> make: *** [all-bfd] Error 2
> ****************************************************************************************************
> 
> Thanks in advance.
> 
> Regards,
> Nitin Shah.
> KPIT Cummins InfoSystems Ltd.
> Pune, India
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Free download of GNU based tool-chains for Renesas' SH and H8 Series.
> The following site also offers free technical support to its users. 
> Visit http://www.kpitgnutools.com for details. 
> Latest versions of KPIT GNU tools are released on October 1, 2004.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

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

* Re: binutils-050120  build error
  2005-01-21 13:14 Nitin Shah
@ 2005-01-22  8:41 ` Khem Raj
  2005-01-25  9:31   ` Jitendra
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2005-01-22  8:41 UTC (permalink / raw)
  To: Nitin Shah; +Cc: binutils

I hope you are not doing configure inside the src directory
here is how I would do it.

make a obj-binutils folder parallel to binutils src
cd obj-binutils
../src/configure <your options>
make 

you should call configure which is in src folder and not one in
src/binutils 

-Khem



On Fri, 2005-01-21 at 18:44 +0530, Nitin Shah wrote:
> Hi,
> I have taken following source code snapshots to build SH(ELF) toolchain,
> 1. GCC(gcc-4.0-20050116).
> 2. binutils(binutils-050120).
> 3. newlib-1.12.0 (Dated 15/07/2004 from CVS).
> Host:i686-pc-linux-gnu
> 
> While building binutils, I am getting error as mentioned below. Kindly suggest how to remove this error.
> 
> ************************************ Error Text******************************************************************
> checking for xgettext... /usr/bin/xgettext
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating config.h
> make[1]: Entering directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
> make[1]: Entering directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> make[1]: *** No rule to make target `all'.  Stop.
> make[1]: Leaving directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
> make: *** [all-bfd] Error 2
> ****************************************************************************************************
> 
> Thanks in advance.
> 
> Regards,
> Nitin Shah.
> KPIT Cummins InfoSystems Ltd.
> Pune, India
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Free download of GNU based tool-chains for Renesas' SH and H8 Series.
> The following site also offers free technical support to its users. 
> Visit http://www.kpitgnutools.com for details. 
> Latest versions of KPIT GNU tools are released on October 1, 2004.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

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

* binutils-050120  build error
@ 2005-01-21 13:14 Nitin Shah
  2005-01-22  8:41 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Nitin Shah @ 2005-01-21 13:14 UTC (permalink / raw)
  To: binutils

Hi,
I have taken following source code snapshots to build SH(ELF) toolchain,
1. GCC(gcc-4.0-20050116).
2. binutils(binutils-050120).
3. newlib-1.12.0 (Dated 15/07/2004 from CVS).
Host:i686-pc-linux-gnu

While building binutils, I am getting error as mentioned below. Kindly suggest how to remove this error.

************************************ Error Text******************************************************************
checking for xgettext... /usr/bin/xgettext
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
make[1]: Entering directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl'
make[1]: Entering directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd'
make: *** [all-bfd] Error 2
****************************************************************************************************

Thanks in advance.

Regards,
Nitin Shah.
KPIT Cummins InfoSystems Ltd.
Pune, India

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Free download of GNU based tool-chains for Renesas' SH and H8 Series.
The following site also offers free technical support to its users. 
Visit http://www.kpitgnutools.com for details. 
Latest versions of KPIT GNU tools are released on October 1, 2004.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

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

end of thread, other threads:[~2005-01-25 13:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-25  9:10 binutils-050120 build error Jitendra Pawar
  -- strict thread matches above, loose matches on Subject: below --
2005-01-25 10:11 Nitin Shah
2005-01-25 13:45 ` Jitendra Pawar
2005-01-24  5:37 Nitin Shah
2005-01-21 13:14 Nitin Shah
2005-01-22  8:41 ` Khem Raj
2005-01-25  9:31   ` Jitendra

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