jimmckenzie | 12 May 19:53
Picon
Favicon

Re: Pan-users Digest, Vol 112, Issue 13

Unfortunately it's not there in .136, would have done what I want to do though. Thanks for trying.

-----Original Message-----
>From: pan-users-request@...
>Sent: May 12, 2012 12:00 PM
>To: pan-users@...
>Subject: Pan-users Digest, Vol 112, Issue 13
>
>Send Pan-users mailing list submissions to
>	pan-users@...
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	https://lists.nongnu.org/mailman/listinfo/pan-users
>or, via email, send a message with subject or body 'help' to
>	pan-users-request@...
>
>You can reach the person managing the list at
>	pan-users-owner@...
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Pan-users digest..."
>
>
>Today's Topics:
>
>   1. In Pan 0.136 is there a way to default to yes when deleting
>      headers and it ask for a confirmation? (jimmckenzie@...)
>   2. Re: In Pan 0.136 is there a way to default to yes when
>      deleting headers and it ask for a confirmation? (Bob)
>
(Continue reading)

jimmckenzie | 12 May 06:16
Picon
Favicon

In Pan 0.136 is there a way to default to yes when deleting headers and it ask for a confirmation?

It seems like older versions had the ability to change this and 0.136 doesn't seem to. Is there a way to
fix/change/alter this? Confirming the deletes is getting a bit tedious to say the least.

Any/All help will be appreciated.

Thank You
Rhialto | 9 May 13:48
Picon

Small portability issue

I'm updating the pkgsrc entry for Pan, and while doing that, it points
me to a portability issue in the configure script:

=> Checking for portability problems in extracted files
WARNING: [check-portability.awk] => Found $RANDOM:
WARNING: [check-portability.awk] configure:       INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in      
$(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir
$$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@
&& rmdir $$_it_tmp_dir'

Explanation:
===========================================================================
The variable $RANDOM is not required for a POSIX-conforming shell, and
many implementations of /bin/sh do not support it. It should therefore
not be used in shell programs that are meant to be portable across a
large number of POSIX-like systems.
===========================================================================

git: not found

Also, "git: not found" seems to indicate that "git" is used in
configure?

-Olaf.
--

-- 
___ Olaf 'Rhialto' Seibert  -- There's no point being grown-up if you 
\X/ rhialto/at/xs4all.nl    -- can't be childish sometimes. -The 4th Doctor
Ed Fletcher | 8 May 03:19
Picon

SSL on Pan 137

Hi:

I'm running Pan 0.137 on Linux Mint 201204.  I've got everything working except for SSL.  The online manual
seems to indicate that I should be able to "choose secured connections" but I don't see where I can do that.  I
tried setting the port to 563 or 443 but Pan just fails to connect.  Works fine on port 119.

Am I missing a library or something?  Synaptic didn't give me any errors or say anything about unresolved dependencies.

SSL didn't work for me in 136 either, btw.

Great newsreader.  I've been running it with stunnel on Ubuntu for a few years and never had a problem.

Ed
Sent wirelessly from my BlackBerry device.
Picon

complaint

I had a devil of a time upgrading to Pan 0.137. Depending on what I  tried I 
would get 381 errors (no password) or 502 (authentication failure). Directly 
editing the servers.xml file to insert the password didn't work. Turns out Pan 
needs gnome-keyring installed. It is not listed as a dependency. It should be.

Can this be changed for future versions of Pan?
--

-- 

Any one day of being a parent is easy, but it's every effin' day.
walt | 1 May 22:18
Picon

gnutls error: hostname does not match server name

Hi Heinrich,

I finally figured out why pan is rejecting the cert from my news servers
even though I click on "always trust cert" an infinite number of times.

At least I think I know :)

Both of my for-pay servers are smaller resellers who use certs with names
that don't match the URL of the server, unlike the top-tier news providers.

So my question is whether gnutls provides fine-grained methods for ignoring
specific errors and allowing others?

Or, should pan just not verify the cert at all if I've checked "always trust"?
I'm inclined to vote for that option as long as I have at least one chance
to refuse the certificate before connecting to the server.

Other opinions are invited, of course.
fredbezies | 30 Apr 16:28
Picon
Gravatar

Git version segfaulting on start, some more infos.

Made a debug build, and here are crash infos :

[fred <at> fredo-arch gui]$ gdb ./pan
GNU gdb (GDB) 7.4.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/fred/pan/pan2/pan/gui/pan...done.
(gdb) run
Starting program: /home/fred/pan/pan2/pan/gui/pan
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
[New Thread 0x7fffec2b1700 (LWP 3362)]
[New Thread 0x7fffebab0700 (LWP 3363)]
[New Thread 0x7fffeb2af700 (LWP 3364)]
[New Thread 0x7fffeaaae700 (LWP 3365)]
[New Thread 0x7fffea099700 (LWP 3367)]
[New Thread 0x7fffe9898700 (LWP 3368)]
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
news.pan.NZB was not provided by any .service files

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff3fbc3a1 in __strlen_sse2 () from /lib/libc.so.6
(gdb) bt
#0  0x00007ffff3fbc3a1 in __strlen_sse2 () from /lib/libc.so.6
(Continue reading)

fredbezies | 30 Apr 16:00
Picon
Gravatar

Git version : segfaults on start.

Hello.

I grabbed git version (using git clone command line), and build pan
with these flags : --with-gtk3 --with-gnutls

And when  I start pan within a terminal, got this :

[fred <at> fredo-arch gui]$ ./pan &
[1] 5484
[fred <at> fredo-arch gui]$
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
news.pan.NZB was not provided by any .service files
[1]+  Erreur de segmentation  ./pan
[fred <at> fredo-arch gui]$ ./pan --version
Pan 0.137

Will try with a debug build, trying to get a trace in order to get it work.

Running archlinux testing, gnome 3.4.1. Last working version with
these flags was built on 20 april.

--

-- 
Frederic Bezies
fredbezies@...
Bob | 26 Apr 11:55
Picon

Got It running Pan 0.136-1

Was checking through the Pan ppa earlier and noticed that a full optioned version of Pan 0.136
had been set up on debian unstable.  Since the os that this is running on just happens to be
LMDE 201204, I added the unstable repository to my sources.lst and updated.
Synaptic showed both 0.136 which I had installed anyway, and 0.136-1 which was the full version.
I set synaptic to upgrade and downloaded and installed it.  

All dependencies were fulfilled  with the exception of emacs and that errored out.  So no external editor.

More to follow as I test it out.

robby
Chrome307 | 24 Apr 15:08
Picon
Favicon

Tried again using source code via GIT

Hi there

I have attempted to compile Pan again using the source code available via GIT. In order for me to do this I needed to install Automake 1.11.5.
I still am unable to do these and here is my compilation log in it's entirety:

sh-4.1# ./configure -h
`configure' configures Pan 0.136 to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/pan]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --disable-maintainer-mode  disable make rules and dependencies not useful
 (and sometimes confusing) to the casual installer
  --enable-silent-rules          less verbose build output (undo: `make V=1')
  --disable-silent-rules         verbose build output (undo: `make V=0')
  --disable-dependency-tracking  speeds up one-time build
  --enable-dependency-tracking   do not reject slow dependency extractors
  --disable-nls           do not use Native Language Support
  --disable-glibtest      do not try to compile and run a test GLIB program
  --disable-gtktest       do not try to compile and run a test GTK+ program
  --enable-libnotify      enable libnotify support (normally: yes)
  --enable-gkr            enable gnome-keyring support (normally: yes)

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-gmime-crypto     enable GMime cryptography support (overrides auto-on
                          if GMime 2.6 is found) (normally: yes)
  --with-dbus             enable D-Bus support (normally: yes)
  --with-gtkspell         enable GtkSpell support (normally: yes)
  --with-gtk3             enable GTK+ 3 support (normally: no)
  --with-gnutls           enable GnuTLS support (normally: no)

Some influential environment variables:
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CC          C compiler command
  CFLAGS      C compiler flags
  CPP         C preprocessor
  PKG_CONFIG  path to pkg-config utility
  GMIME_CFLAGS
              C compiler flags for GMIME, overriding pkg-config
  GMIME_LIBS  linker flags for GMIME, overriding pkg-config
  GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
  GTK_LIBS    linker flags for GTK, overriding pkg-config
  GTKSPELL_CFLAGS
              C compiler flags for GTKSPELL, overriding pkg-config
  GTKSPELL_LIBS
              linker flags for GTKSPELL, overriding pkg-config
  GNUTLS_CFLAGS
              C compiler flags for GNUTLS, overriding pkg-config
  GNUTLS_LIBS linker flags for GNUTLS, overriding pkg-config
  LIBNOTIFY_CFLAGS
              C compiler flags for LIBNOTIFY, overriding pkg-config
  LIBNOTIFY_LIBS
              linker flags for LIBNOTIFY, overriding pkg-config
  LIBGNOME_KEYRING_1_CFLAGS
              C compiler flags for LIBGNOME_KEYRING_1, overriding pkg-config
  LIBGNOME_KEYRING_1_LIBS
              linker flags for LIBGNOME_KEYRING_1, overriding pkg-config

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=Pan>.
Pan home page: <http://pan.rebelbase.com/>.
sh-4.1# ./configure --prefix=/usr --with-gnutls
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for localtime_r... yes
checking for close... yes
checking for tr1/unordered_set... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler has ext/hash_set... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking whether NLS is requested... yes
checking for intltool >= 0.40.6... 0.41.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.1
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.17.6... yes (version 2.24.0)
checking for GMIME... yes
checking for GTKSPELL... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.16.0... yes (version 2.20.0)
checking for GNUTLS... yes
checking for LIBNOTIFY... yes
checking for LIBGNOME_KEYRING_1... no
checking for %l and %k support in strftime... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pan.spec
config.status: creating pan.iss
config.status: creating README.windows
config.status: creating po/Makefile.in
config.status: creating uulib/Makefile
config.status: creating pan/Makefile
config.status: creating pan/general/Makefile
config.status: creating pan/usenet-utils/Makefile
config.status: creating pan/data/Makefile
config.status: creating pan/tasks/Makefile
config.status: creating pan/icons/Makefile
config.status: creating pan/data-impl/Makefile
config.status: creating pan/gui/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands


Configuration:

        Source code location:   .
        Compiler:               g++
        With GtkSpell:          yes
        With GTK3:              no
        With GnuTLS:            yes >= 2.12.10


sh-4.1# make --jobs=2
make  all-recursive
make[1]: Entering directory `/mnt/sda1/Temp/pan2'
Making all in po
make[2]: Entering directory `/mnt/sda1/Temp/pan2/po'
file=`echo am | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file am.po
file=`echo ar | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file ar.po
file=`echo az | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file az.po
file=`echo bg | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file bg.po
file=`echo ca | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo dz | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file dz.po
file=`echo el | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo en_CA | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file en_CA.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo eo | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file eo.po
file=`echo es | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo et | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file et.po
file=`echo eu | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file eu.po
file=`echo fi | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo ga | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file ga.po
file=`echo gl | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file gl.po
file=`echo hr | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file hr.po
file=`echo hu | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo it | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo ko | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo lt | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file lt.po
file=`echo lv | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file lv.po
file=`echo ms | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file ms.po
file=`echo nb | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo nl | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo oc | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file oc.po
file=`echo pl | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file pt.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo ro | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file ro.po
file=`echo ru | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo sk | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file sk.po
file=`echo sl | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file sl.po
file=`echo sq | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file sq.po
file=`echo sr | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file sr.po
file=`echo sr <at> Latn | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file sr-9DChYZvWGqw@public.gmane.org
file=`echo sv | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo tr | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file tr.po
file=`echo uk | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo vi | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file vi.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
 && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[2]: Leaving directory `/mnt/sda1/Temp/pan2/po'
Making all in uulib
make[2]: Entering directory `/mnt/sda1/Temp/pan2/uulib'
  CC     uulib.o
  CC     uucheck.o
  CC     uunconc.o
uunconc.c: In function 'UUDecode':
uunconc.c:1561: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
  CC     uuutil.o
  CC     uuencode.o
  CC     uuscan.o
  CC     uustring.o
  CC     fptools.o
  CC     crc32.o
  AR     libuu.a
make[2]: Leaving directory `/mnt/sda1/Temp/pan2/uulib'
Making all in pan
make[2]: Entering directory `/mnt/sda1/Temp/pan2/pan'
Making all in general
make[3]: Entering directory `/mnt/sda1/Temp/pan2/pan/general'
  CXX    debug.o
  CXX    e-util.o
  CXX    file-util.o
  CXX    log.o
  CXX    line-reader.o
  CXX    progress.o
  CXX    quark.o
  CXX    string-view.o
  CXX    text-match.o
  CXX    utf8-utils.o
  CXX    worker-pool.o
  AR     libgeneralutils.a
make[3]: Leaving directory `/mnt/sda1/Temp/pan2/pan/general'
Making all in usenet-utils
make[3]: Entering directory `/mnt/sda1/Temp/pan2/pan/usenet-utils'
  CXX    filter-info.o
  CXX    rules-info.o
  CXX    gnksa.o
  CXX    message-check.o
  CXX    mime-utils.o
  CXX    numbers.o
  CXX    scorefile.o
  CXX    text-massager.o
  CXX    url-find.o
  CXX    blowfish.o
  CXX    gpg.o
  AR     libusenetutils.a
make[3]: Leaving directory `/mnt/sda1/Temp/pan2/pan/usenet-utils'
Making all in data
make[3]: Entering directory `/mnt/sda1/Temp/pan2/pan/data'
  CXX    article.o
  CXX    article-cache.o
  CXX    encode-cache.o
  CXX    cert-store.o
  CXX    data.o
cert-store.cc: In member function 'bool pan::CertStore::import_from_file(const pan::Quark&, const char*)':
cert-store.cc:204: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result
  CXX    parts.o
  CXX    xref.o
  AR     libdata.a
make[3]: Leaving directory `/mnt/sda1/Temp/pan2/pan/data'
Making all in tasks
make[3]: Entering directory `/mnt/sda1/Temp/pan2/pan/tasks'
  CXX    decoder.o
  CXX    encoder.o
  CXX    task.o
  CXX    task-article.o
  CXX    task-groups.o
  CXX    task-post.o
  CXX    task-xover.o
  CXX    task-xoverinfo.o
  CXX    task-upload.o
  CXX    nntp.o
  CXX    nzb.o
  CXX    queue.o
  CXX    upload-queue.o
  CXX    socket.o
  CXX    socket-impl-main.o
  CXX    socket-impl-openssl.o
  CXX    socket-impl-gio.o
  CXX    socket-impl-scripted.o
  CXX    nntp-pool.o
  AR     libtasks.a
make[3]: Leaving directory `/mnt/sda1/Temp/pan2/pan/tasks'
Making all in data-impl
make[3]: Entering directory `/mnt/sda1/Temp/pan2/pan/data-impl'
  CXX    article-filter.o
  CXX    rules-filter.o
  CXX    data-io.o
  CXX    data-impl.o
  CXX    groups.o
  CXX    headers.o
  CXX    profiles.o
  CXX    server.o
  CXX    my-tree.o
  CXX    task-archive.o
  CXX    xover.o
  AR     libpandata.a
make[3]: Leaving directory `/mnt/sda1/Temp/pan2/pan/data-impl'
Making all in icons
make[3]: Entering directory `/mnt/sda1/Temp/pan2/pan/icons'
rm -f pan-pixbufs-internal.h
var=`echo "icon_article_read.png icon_article_unread.png icon_binary_complete.png icon_binary_complete_read.png icon_binary_incomplete.png icon_binary_incomplete_read.png icon_bluecheck.png icon_red_flag.png icon_by_me.png icon_by_others.png icon_compose_followup.png icon_compose_post.png icon_disk.png icon_empty.png icon_filter.png icon_filter_only_attachments.png icon_filter_only_cached.png icon_filter_only_me.png icon_filter_only_unread.png icon_filter_only_watched.png icon_get_dialog.png icon_get_flagged.png icon_get_selected.png icon_get_subscribed.png icon_layout_1.png icon_layout_2.png icon_layout_3.png icon_layout_4.png icon_layout_5.png icon_pan_logo.png icon_pan_about_logo.png icon_pan.png icon_read_group.png icon_read_more.png icon_read_less.png icon_read_unread_article.png icon_read_unread_thread.png icon_score.png icon_search_pulldown.png icon_x.png icon_mozilla_frown.png icon_mozilla_smile.png icon_mozilla_surprised.png icon_mozilla_tongueout.png icon_mozilla_wink.png icon_plain.png icon_cert.png icon_status_online.png icon_status_offline.png icon_status_active.png icon_status_queue_empty.png icon_status_error.png icon_status_idle.png icon_status_new_articles.png icon_sig_ok.png icon_sig_fail.png icon_prefs_applications.png icon_prefs_extras.png icon_prefs_hotkeys.png icon_prefs_behavior.png icon_prefs_fonts.png icon_prefs_upload.png icon_prefs_colors.png icon_prefs_headers.png icon_prefs_layout.png icon_prefs_actions.png" | sed -e 's,icon_\([^\.]*\)\.png,icon_\1 ./icon_\1.png,g'` ; \
  echo $var; \
  gdk-pixbuf-csource --extern --raw --build-list $var > pan-pixbufs-internal.h
icon_article_read ./icon_article_read.png icon_article_unread ./icon_article_unread.png icon_binary_complete ./icon_binary_complete.png icon_binary_complete_read ./icon_binary_complete_read.png icon_binary_incomplete ./icon_binary_incomplete.png icon_binary_incomplete_read ./icon_binary_incomplete_read.png icon_bluecheck ./icon_bluecheck.png icon_red_flag ./icon_red_flag.png icon_by_me ./icon_by_me.png icon_by_others ./icon_by_others.png icon_compose_followup ./icon_compose_followup.png icon_compose_post ./icon_compose_post.png icon_disk ./icon_disk.png icon_empty ./icon_empty.png icon_filter ./icon_filter.png icon_filter_only_attachments ./icon_filter_only_attachments.png icon_filter_only_cached ./icon_filter_only_cached.png icon_filter_only_me ./icon_filter_only_me.png icon_filter_only_unread ./icon_filter_only_unread.png icon_filter_only_watched ./icon_filter_only_watched.png icon_get_dialog ./icon_get_dialog.png icon_get_flagged ./icon_get_flagged.png icon_get_selected ./icon_get_selected.png icon_get_subscribed ./icon_get_subscribed.png icon_layout_1 ./icon_layout_1.png icon_layout_2 ./icon_layout_2.png icon_layout_3 ./icon_layout_3.png icon_layout_4 ./icon_layout_4.png icon_layout_5 ./icon_layout_5.png icon_pan_logo ./icon_pan_logo.png icon_pan_about_logo ./icon_pan_about_logo.png icon_pan ./icon_pan.png icon_read_group ./icon_read_group.png icon_read_more ./icon_read_more.png icon_read_less ./icon_read_less.png icon_read_unread_article ./icon_read_unread_article.png icon_read_unread_thread ./icon_read_unread_thread.png icon_score ./icon_score.png icon_search_pulldown ./icon_search_pulldown.png icon_x ./icon_x.png icon_mozilla_frown ./icon_mozilla_frown.png icon_mozilla_smile ./icon_mozilla_smile.png icon_mozilla_surprised ./icon_mozilla_surprised.png icon_mozilla_tongueout ./icon_mozilla_tongueout.png icon_mozilla_wink ./icon_mozilla_wink.png icon_plain ./icon_plain.png icon_cert ./icon_cert.png icon_status_online ./icon_status_online.png icon_status_offline ./icon_status_offline.png icon_status_active ./icon_status_active.png icon_status_queue_empty ./icon_status_queue_empty.png icon_status_error ./icon_status_error.png icon_status_idle ./icon_status_idle.png icon_status_new_articles ./icon_status_new_articles.png icon_sig_ok ./icon_sig_ok.png icon_sig_fail ./icon_sig_fail.png icon_prefs_applications ./icon_prefs_applications.png icon_prefs_extras ./icon_prefs_extras.png icon_prefs_hotkeys ./icon_prefs_hotkeys.png icon_prefs_behavior ./icon_prefs_behavior.png icon_prefs_fonts ./icon_prefs_fonts.png icon_prefs_upload ./icon_prefs_upload.png icon_prefs_colors ./icon_prefs_colors.png icon_prefs_headers ./icon_prefs_headers.png icon_prefs_layout ./icon_prefs_layout.png icon_prefs_actions ./icon_prefs_actions.png
rm -f pan-pixbufs.h
cat pan-pixbufs-internal.h | grep "const guint8 icon_" | grep -v pragma | grep -v __attribute | sed "s,^\([a-z0-9 _]*\[\]\) =,extern \1;," > pan-pixbufs.h
make[3]: Leaving directory `/mnt/sda1/Temp/pan2/pan/icons'
Making all in gui
make[3]: Entering directory `/mnt/sda1/Temp/pan2/pan/gui'
  CXX    actions.o
  CXX    body-pane.o
  CXX    dl-headers-ui.o
  CC     e-action-combo-box.o
  CC     e-charset.o
  CC     e-charset-combo-box.o
  CC     e-charset-dialog.o
  CC     e-cte-dialog.o
  CXX    group-pane.o
  CXX    group-prefs.o
  CXX    group-prefs-dialog.o
  CXX    header-pane.o
  CXX    hig.o
  CXX    log-ui.o
  CXX    pan-file-entry.o
  CC     pan-pixbufs.o
  CXX    pan-tree.o
  CXX    post-ui.o
  CXX    prefs.o
post-ui.cc: In member function 'void pan::PostUI::update_filequeue_label(GtkTreeSelection*)':
post-ui.cc:186: warning: format '%ld' expects type 'long int', but argument 4 has type 'size_t'
  CXX    prefs-file.o
  CXX    prefs-ui.o
  CXX    progress-view.o
  CXX    profiles-dialog.o
  CXX    render-bytes.o
  CXX    save-ui.o
  CXX    save-attach-ui.o
  CXX    score-add-ui.o
  CXX    score-view-ui.o
  CXX    server-ui.o
server-ui.cc: In function 'void<unnamed>::server_edit_response_cb(GtkDialog*, int, void*)':
server-ui.cc:232: warning: format not a string literal and no format arguments
server-ui.cc: In function 'void<unnamed>::cert_edit_button_clicked_cb(GtkButton*, void*)':
server-ui.cc:701: warning: format not a string literal and no format arguments
  CXX    task-pane.o
  CC     xface.o
  CXX    url.o
  CXX    gui.o
  CXX    pan.o
pan.cc:648: error: ISO C++ forbids declaration of 'GDBusNodeInfo' with no type
pan.cc:648: error: expected ';' before '*' token
pan.cc:649: error: 'GDBusInterfaceVTable' does not name a type
pan.cc: In constructor '<unnamed>::Pan::Pan(pan::Data&, pan::Queue&, pan::ArticleCache&, pan::EncodeCache&, pan::Prefs&, pan::GroupPrefs&)':
pan.cc:652: error: class '<unnamed>::Pan' does not have any field named 'busnodeinfo'
pan.cc: At global scope:
pan.cc:659: error: variable or field 'nzb_method_call' declared void
pan.cc:659: error: 'GDBusConnection' was not declared in this scope
pan.cc:659: error: 'connection' was not declared in this scope
pan.cc:660: error: expected primary-expression before 'const'
pan.cc:661: error: expected primary-expression before 'const'
pan.cc:662: error: expected primary-expression before 'const'
pan.cc:663: error: expected primary-expression before 'const'
pan.cc:664: error: expected primary-expression before '*' token
pan.cc:664: error: 'parameters' was not declared in this scope
pan.cc:665: error: 'GDBusMethodInvocation' was not declared in this scope
pan.cc:665: error: 'invocation' was not declared in this scope
pan.cc:666: error: expected primary-expression before 'user_data'
pan.cc:1074: error: expected '}' at end of input
make[3]: *** [pan.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/mnt/sda1/Temp/pan2/pan/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/sda1/Temp/pan2/pan'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/sda1/Temp/pan2'
make: *** [all] Error 2

=====================
sh-4.1# make check
Making check in po
make[1]: Entering directory `/mnt/sda1/Temp/pan2/po'
INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update --gettext-package pan --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
 exit 1; \
fi
make[1]: Leaving directory `/mnt/sda1/Temp/pan2/po'
Making check in uulib
make[1]: Entering directory `/mnt/sda1/Temp/pan2/uulib'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/mnt/sda1/Temp/pan2/uulib'
Making check in pan
make[1]: Entering directory `/mnt/sda1/Temp/pan2/pan'
Making check in general
make[2]: Entering directory `/mnt/sda1/Temp/pan2/pan/general'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/mnt/sda1/Temp/pan2/pan/general'
Making check in usenet-utils
make[2]: Entering directory `/mnt/sda1/Temp/pan2/pan/usenet-utils'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/mnt/sda1/Temp/pan2/pan/usenet-utils'
Making check in data
make[2]: Entering directory `/mnt/sda1/Temp/pan2/pan/data'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/mnt/sda1/Temp/pan2/pan/data'
Making check in tasks
make[2]: Entering directory `/mnt/sda1/Temp/pan2/pan/tasks'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/mnt/sda1/Temp/pan2/pan/tasks'
Making check in data-impl
make[2]: Entering directory `/mnt/sda1/Temp/pan2/pan/data-impl'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/mnt/sda1/Temp/pan2/pan/data-impl'
Making check in icons
make[2]: Entering directory `/mnt/sda1/Temp/pan2/pan/icons'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/mnt/sda1/Temp/pan2/pan/icons'
Making check in gui
make[2]: Entering directory `/mnt/sda1/Temp/pan2/pan/gui'
  AR     libpangui.a
  CXX    pan.o
pan.cc:648: error: ISO C++ forbids declaration of 'GDBusNodeInfo' with no type
pan.cc:648: error: expected ';' before '*' token
pan.cc:649: error: 'GDBusInterfaceVTable' does not name a type
pan.cc: In constructor '<unnamed>::Pan::Pan(pan::Data&, pan::Queue&, pan::ArticleCache&, pan::EncodeCache&, pan::Prefs&, pan::GroupPrefs&)':
pan.cc:652: error: class '<unnamed>::Pan' does not have any field named 'busnodeinfo'
pan.cc: At global scope:
pan.cc:659: error: variable or field 'nzb_method_call' declared void
pan.cc:659: error: 'GDBusConnection' was not declared in this scope
pan.cc:659: error: 'connection' was not declared in this scope
pan.cc:660: error: expected primary-expression before 'const'
pan.cc:661: error: expected primary-expression before 'const'
pan.cc:662: error: expected primary-expression before 'const'
pan.cc:663: error: expected primary-expression before 'const'
pan.cc:664: error: expected primary-expression before '*' token
pan.cc:664: error: 'parameters' was not declared in this scope
pan.cc:665: error: 'GDBusMethodInvocation' was not declared in this scope
pan.cc:665: error: 'invocation' was not declared in this scope
pan.cc:666: error: expected primary-expression before 'user_data'
pan.cc:1074: error: expected '}' at end of input
make[2]: *** [pan.o] Error 1
make[2]: Leaving directory `/mnt/sda1/Temp/pan2/pan/gui'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mnt/sda1/Temp/pan2/pan'
make: *** [check-recursive] Error 1
sh-4.1# 

_______________________________________________
Pan-users mailing list
Pan-users@...
https://lists.nongnu.org/mailman/listinfo/pan-users
Darren A | 19 Apr 22:17

Requirements for Gnome-Keyring use?

Hello,

Thank you for all the great updates to Pan recently!   I saw that the
latest release had Gnome-Keyring support so I built the latest version
and made sure that it was built with Gnome keyring support:
checking for LIBGNOME_KEYRING_1... yes

However it doesn't seem to be using it, I have tried blowing away the
.pan2 subdirectory and recreated the accounts but it does not seem to
use the Keyring.

I am running XFCE on Fedora 16 and the Gnome-Keyring-daemon is running
but maybe since it doesn't detect a Gnome DE it won't use the keyring?

Thanks!

Gmane