public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols
@ 2005-03-01 23:52 danglin at gcc dot gnu dot org
  2005-03-02  0:27 ` [Bug ada/20270] [4.1 " pinskia at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-03-01 23:52 UTC (permalink / raw)
  To: gcc-bugs

../../xgcc -B../../ -DIN_GCC   `echo -g -O2 -W -Wall -Wwrite-strings -Wstrict-pr
ototypes -Wmissing-prototypes -fno-common |sed -e 's/-pedantic//g' -e 's/-Wtradi
tional//g'`   -o ../../gnatmake b_gnatm.o a-except.o ctrl_c.o ali.o ali-util.o s
-casuti.o alloc.o atree.o binderr.o butil.o casing.o csets.o debug.o elists.o ei
nfo.o erroutc.o errutil.o err_vars.o fmap.o fname.o fname-uf.o fname-sf.o gnatma
ke.o gnatvsn.o hostparm.o interfac.o i-c.o i-cstrin.o krunch.o lib.o make.o make
usg.o makeutl.o mlib.o mlib-fil.o mlib-prj.o mlib-tgt.o mlib-utl.o namet.o nlist
s.o opt.o osint.o osint-m.o output.o prj.o prj-attr.o prj-attr-pm.o prj-com.o pr
j-dect.o prj-env.o prj-err.o prj-ext.o prj-nmsc.o prj-pars.o prj-part.o prj-proc
.o prj-strt.o prj-tree.o prj-util.o rident.o s-exctab.o s-secsta.o s-stalib.o s-
stoele.o scans.o scng.o sdefault.o sfn_scan.o s-purexc.o s-htable.o sinfo.o sinp
ut.o sinput-c.o sinput-p.o snames.o stand.o stringt.o styleg.o stylesw.o system.
o validsw.o switch.o switch-m.o table.o targparm.o tempdir.o tree_io.o types.o u
intp.o  uname.o urealp.o usage.o widechar.o  \
      ../rts/libgnat.a  ../../prefix.o ../../version.o link.o ../../../libiberty
/libiberty.a
/usr/ccs/bin/ld: Unsatisfied symbols:
   U_get_unwind_entry (first referenced in ../rts/libgnat.a(s-traceb.o)) (code)
   U_IS_STUB_OR_CALLX (first referenced in ../rts/libgnat.a(s-traceb.o)) (code)
   U_get_shLib_text_addr (first referenced in ../rts/libgnat.a(s-traceb.o)) (cod
e)
   U_is_shared_pc (first referenced in ../rts/libgnat.a(s-traceb.o)) (code)
   U_init_frame_record (first referenced in ../rts/libgnat.a(s-traceb.o)) (code)
   U_prep_frame_rec_for_unwind (first referenced in ../rts/libgnat.a(s-traceb.o)
) (code)
   U_get_shLib_unw_tbl (first referenced in ../rts/libgnat.a(s-traceb.o)) (code)
   U_get_previous_frame_x (first referenced in ../rts/libgnat.a(s-traceb.o)) (co
de)
   U_get_unwind_table (first referenced in ../rts/libgnat.a(s-traceb.o)) (code)
collect2: ld returned 1 exit status

These symbols are in libcl.

-- 
           Summary: [4.1.0 Regression] Link error: unsatisfied symbols
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
@ 2005-03-02  0:27 ` pinskia at gcc dot gnu dot org
  2005-03-02  0:44 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-02  0:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Keywords|                            |build
            Summary|[4.1.0 Regression] Link     |[4.1 Regression] Link error:
                   |error: unsatisfied symbols  |unsatisfied symbols


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
  2005-03-02  0:27 ` [Bug ada/20270] [4.1 " pinskia at gcc dot gnu dot org
@ 2005-03-02  0:44 ` pinskia at gcc dot gnu dot org
  2005-03-02  0:50 ` danglin at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-02  0:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-02 00:44 -------
*** Bug 20271 has been marked as a duplicate of this bug. ***

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
  2005-03-02  0:27 ` [Bug ada/20270] [4.1 " pinskia at gcc dot gnu dot org
  2005-03-02  0:44 ` pinskia at gcc dot gnu dot org
@ 2005-03-02  0:50 ` danglin at gcc dot gnu dot org
  2005-03-03  0:57 ` danglin at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-03-02  0:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From danglin at gcc dot gnu dot org  2005-03-02 00:50 -------
I believe that this was introduced bt the following:

-TOOLS_FLAGS_TO_PASS=           \
-        "CC=$(CC)"             \
-        "CFLAGS=$(CFLAGS)"     \
-       "LDFLAGS=$(LDFLAGS)"    \
-        "ADAFLAGS=$(ADAFLAGS)" \
-        "INCLUDES=$(INCLUDES_FOR_SUBDIR)"\
-       "ADA_INCLUDES=$(ADA_INCLUDES) $(ADA_INCLUDES_FOR_SUBDIR)"\
-       "libsubdir=$(libsubdir)"        \
-       "exeext=$(exeext)"      \
-       "fsrcdir=$(fsrcdir)"    \
-       "srcdir=$(fsrcdir)"     \
-        "TOOLS_LIBS=$(TOOLS_LIBS) $(TGT_LIB)"  \
-       "GNATMAKE=$(GNATMAKE)"  \
-       "GNATLINK=$(GNATLINK)"  \
-       "GNATBIND=$(GNATBIND)"

The define for TGT_LIB contains libcl.a on this target.  This change
was part of

2005-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
        Partial merge from libada-gnattools-branch:

        2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
        * Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags
        into code in gnattools/Makefile.in.  Remove direct dependencies on
        stamp-tools by tools clauses.
        2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
        * config-lang.in: Add gnattools to $lang_dirs.

  


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-03-02  0:50 ` danglin at gcc dot gnu dot org
@ 2005-03-03  0:57 ` danglin at gcc dot gnu dot org
  2005-03-05 19:46 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-03-03  0:57 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neroden at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-03-03  0:57 ` danglin at gcc dot gnu dot org
@ 2005-03-05 19:46 ` pinskia at gcc dot gnu dot org
  2005-03-30 10:00 ` charlet at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-05 19:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-03-05 19:46 ` pinskia at gcc dot gnu dot org
@ 2005-03-30 10:00 ` charlet at gcc dot gnu dot org
  2005-04-26  3:59 ` neroden at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: charlet at gcc dot gnu dot org @ 2005-03-30 10:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2005-03-30 10:00 -------
I confirm the analysis in comment #2
Nathanael, could you please have a look and fix this regression ?

Also, having the TOOLS_TARGET_PAIRS being now set in configure.ac is
more painful to maintain than having the list in Makefile.in, what about
reverting this change ? It would make life simpler when adding support
for a new target (no need to worry about rerunning configure, configure
version, configure syntax errors, etc...)

Thanks in advance,

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-30 10:00:18
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-03-30 10:00 ` charlet at gcc dot gnu dot org
@ 2005-04-26  3:59 ` neroden at gcc dot gnu dot org
  2005-05-03  1:33 ` neroden at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: neroden at gcc dot gnu dot org @ 2005-04-26  3:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From neroden at gcc dot gnu dot org  2005-04-26 03:59 -------
Try this patch for ada/Makefile.in: it's the "dumb solution" which might work. 
 
--- Makefile.in 7 Apr 2005 19:07:41 -0000       1.116 
+++ Makefile.in 26 Apr 2005 03:58:11 -0000 
@@ -245,7 +245,9 @@ 
 # and the system's installed libraries. 
 LIBS = $(LIBINTL) $(LIBIBERTY) $(SYSLIBS) 
 LIBDEPS = $(LIBINTL_DEP) $(LIBIBERTY) 
-TOOLS_LIBS = $(LIBGNAT) $(EXTRA_GNATTOOLS_OBJS) 
link.o ../../../libiberty/libiberty.a $(SYSLIBS) 
+# Default is no TGT_LIB; one might be passed down or something 
+TGT_LIB = 
+TOOLS_LIBS = $(LIBGNAT) $(EXTRA_GNATTOOLS_OBJS) 
link.o ../../../libiberty/libiberty.a $(SYSLIBS) $(TGT_LIB) 
 
 # Specify the directories to be searched for header files. 
 # Both . and srcdir are used, in that order, 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |neroden at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-04-26  3:59 ` neroden at gcc dot gnu dot org
@ 2005-05-03  1:33 ` neroden at gcc dot gnu dot org
  2005-05-03  2:11 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: neroden at gcc dot gnu dot org @ 2005-05-03  1:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From neroden at gcc dot gnu dot org  2005-05-03 01:33 -------
I'm waiting for feedback here; because this is a port-specific proble I can't
test fixes on my own.  Patch in bug trail.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-05-03  1:33 ` neroden at gcc dot gnu dot org
@ 2005-05-03  2:11 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-05-03 22:39 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-05-03  2:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-05-03 02:11 -------
Subject: Re:  [4.1 Regression] Link error: unsatisfied symbols

> I'm waiting for feedback here; because this is a port-specific proble I can't
> test fixes on my own.  Patch in bug trail.

Sorry for the delay.  I was away on vacation and I'm now having some
network problems.  Anyway, the change is now under test.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-05-03  2:11 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-05-03 22:39 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-05-04  1:05 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-05-03 22:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-05-03 22:39 -------
Subject: Re:  [4.1 Regression] Link error: unsatisfied symbols

> ------- Additional Comments From neroden at gcc dot gnu dot org  2005-05-03 01:33 -------
> I'm waiting for feedback here; because this is a port-specific proble I can't
> test fixes on my own.  Patch in bug trail.

The patch resolves the link error.

Thanks,
Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-05-03 22:39 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-05-04  1:05 ` pinskia at gcc dot gnu dot org
  2005-05-16 11:59 ` cvs-commit at gcc dot gnu dot org
  2005-05-16 11:59 ` neroden at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-04  1:05 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2005-03-30 10:00:18         |2005-05-04 01:05:07
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2005-05-04  1:05 ` pinskia at gcc dot gnu dot org
@ 2005-05-16 11:59 ` cvs-commit at gcc dot gnu dot org
  2005-05-16 11:59 ` neroden at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-16 11:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-16 11:59 -------
Subject: Bug 20270

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	neroden@gcc.gnu.org	2005-05-16 11:58:49

Modified files:
	gcc/ada        : Makefile.in ChangeLog 

Log message:
	PR ada/20270
	* Makefile.in: Make TGT_LIB behave correctly.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/Makefile.in.diff?cvsroot=gcc&r1=1.116&r2=1.117
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.662&r2=1.663



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

* [Bug ada/20270] [4.1 Regression] Link error: unsatisfied symbols
  2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2005-05-16 11:59 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-16 11:59 ` neroden at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: neroden at gcc dot gnu dot org @ 2005-05-16 11:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-16 11:59 -------
Subject: Bug 20270

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	neroden@gcc.gnu.org	2005-05-16 11:58:49

Modified files:
	gcc/ada        : Makefile.in ChangeLog 

Log message:
	PR ada/20270
	* Makefile.in: Make TGT_LIB behave correctly.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/Makefile.in.diff?cvsroot=gcc&r1=1.116&r2=1.117
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.662&r2=1.663


------- Additional Comments From neroden at gcc dot gnu dot org  2005-05-16 11:59 -------
Committed fix to mainline. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270


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

end of thread, other threads:[~2005-05-16 11:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-01 23:52 [Bug ada/20270] New: [4.1.0 Regression] Link error: unsatisfied symbols danglin at gcc dot gnu dot org
2005-03-02  0:27 ` [Bug ada/20270] [4.1 " pinskia at gcc dot gnu dot org
2005-03-02  0:44 ` pinskia at gcc dot gnu dot org
2005-03-02  0:50 ` danglin at gcc dot gnu dot org
2005-03-03  0:57 ` danglin at gcc dot gnu dot org
2005-03-05 19:46 ` pinskia at gcc dot gnu dot org
2005-03-30 10:00 ` charlet at gcc dot gnu dot org
2005-04-26  3:59 ` neroden at gcc dot gnu dot org
2005-05-03  1:33 ` neroden at gcc dot gnu dot org
2005-05-03  2:11 ` dave at hiauly1 dot hia dot nrc dot ca
2005-05-03 22:39 ` dave at hiauly1 dot hia dot nrc dot ca
2005-05-04  1:05 ` pinskia at gcc dot gnu dot org
2005-05-16 11:59 ` cvs-commit at gcc dot gnu dot org
2005-05-16 11:59 ` neroden at gcc dot gnu dot org

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