public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: man-db-2.9.4-2
@ 2021-11-27 17:42 Achim Gratz
  2021-11-28 14:15 ` Henry S. Thompson
  0 siblings, 1 reply; 3+ messages in thread
From: Achim Gratz @ 2021-11-27 17:42 UTC (permalink / raw)
  To: cygwin


The man-db package is re-released as 2.9.4-2, the latest upstream
version.  This release works around a Windows bug that causes creation
of a spurious directory %SystemDrive% in the Cygwin installation root.

Man-db is an implementation of the standard Unix documentation system
accessed using the man command. It uses a Berkeley DB database in place
of the traditional flat-text whatis databases.


Cygwin Notes
============

The man-db package includes a conditional perpetual postinstall script
that keeps the database updated each time setup is run if (and only if)
the database exists.  This update now runs in the background by default,
so setup is no longer waiting for the update to complete.  This can be
changed if needed, see below.  The diagnostic output from the update is
stored at /var/log/mandb-index.log, so you can check if there were
problems on the last update.

In order to create the database directly via setup, please install the
man-db-create-index package.  The removal of this package will not
remove an existing database, this still needs to be done manually if
required.

If your installation procedure requires that setup waits for the index
update to complete, install the man-db-index-synchronously package
instead.  The creation of a new database can take several minutes to
over an hour depending on how many manual pages are installed and how
fast your filesystem is.  Removal of this package will leave an existing
database in place, but switches the system back to do background
updates.

If you install "everything" that means both the above mentioned helper
packages get installed and the first installation will take a long time
as setup will wait for the newly created index to be complete.

-- 
              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

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

* Re: [ANNOUNCEMENT] Updated: man-db-2.9.4-2
  2021-11-27 17:42 [ANNOUNCEMENT] Updated: man-db-2.9.4-2 Achim Gratz
@ 2021-11-28 14:15 ` Henry S. Thompson
  2021-11-28 15:28   ` Achim Gratz
  0 siblings, 1 reply; 3+ messages in thread
From: Henry S. Thompson @ 2021-11-28 14:15 UTC (permalink / raw)
  To: cygwin

Achim Gratz writes:

> The man-db package is re-released as 2.9.4-2, the latest upstream
> version.  This release works around a Windows bug that causes creation
> of a spurious directory %SystemDrive% in the Cygwin installation root.

Fails for me:

  >: man -k sasl
  man: /usr/bin/apropos: Segmentation fault (core dumped)

  >: gdb /usr/bin/man
  (gdb) ...
  (gdb) run -k sasl
  Starting program: /usr/bin/man -k sasl
  [New Thread 12608.0x3eac]
  [New Thread 12608.0x48f8]
  [New Thread 12608.0x279c]
  [New Thread 12608.0x1bd0]
  [New Thread 12608.0x4bd4]
  /usr/bin/man: /usr/bin/apropos: Segmentation fault (core dumped)

  >: gdb /usr/bin/apropos
  (gdb) run
  Starting program: /usr/bin/apropos
  [New Thread 17960.0x26ac]
  [New Thread 17960.0x26f0]
  [New Thread 17960.0x2600]
  [New Thread 17960.0x4d24]
  /usr/bin/whatis what?
  [Thread 17960.0x2600 exited with code 1]
  [Thread 17960.0x26f0 exited with code 1]
  [Thread 17960.0x43b4 exited with code 1]
  [Thread 17960.0x26ac exited with code 1]

  Program terminated with signal SIGHUP, Hangup.

  >: cygcheck -s /usr/bin/apropos
  H:\C64\bin\whatis.exe
    H:\C64\bin\cygmandb-2-9-4.dll
      H:\C64\bin\cygman-2-9-4.dll
        H:\C64\bin\cygwin1.dll
          C:\Windows\system32\KERNEL32.dll
            C:\Windows\system32\ntdll.dll
            C:\Windows\system32\KERNELBASE.dll
        H:\C64\bin\cygintl-8.dll
          H:\C64\bin\cygiconv-2.dll
        H:\C64\bin\cygpipeline-1.dll
      H:\C64\bin\cyggdbm-6.dll
        H:\C64\bin\cyggcc_s-seh-1.dll
  ...
  Windows 10 Professional Ver 10.0 Build 19044
  ...
    Cygwin DLL version info:
        DLL version: 3.2.0
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 340
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix:
        Build date:
        Shared id: cygwin1S5
  ...
  man-db                                 2.9.4-2                         OK
  
ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


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

* Re: [ANNOUNCEMENT] Updated: man-db-2.9.4-2
  2021-11-28 14:15 ` Henry S. Thompson
@ 2021-11-28 15:28   ` Achim Gratz
  0 siblings, 0 replies; 3+ messages in thread
From: Achim Gratz @ 2021-11-28 15:28 UTC (permalink / raw)
  To: cygwin

Henry S. Thompson via Cygwin writes:
>> The man-db package is re-released as 2.9.4-2, the latest upstream
>> version.  This release works around a Windows bug that causes creation
>> of a spurious directory %SystemDrive% in the Cygwin installation root.
>
> Fails for me:

Oh great, that's the gnulib bug with weak symbols…  I need to check how
it got in there and fix that.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

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

end of thread, other threads:[~2021-11-28 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27 17:42 [ANNOUNCEMENT] Updated: man-db-2.9.4-2 Achim Gratz
2021-11-28 14:15 ` Henry S. Thompson
2021-11-28 15:28   ` Achim Gratz

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