Bug#945229: pinfo exits if lynx is not found

2019-11-21 Thread Álvaro Herrera
Package: pinfo
Version: 0.6.13-1
Severity: normal

Dear Maintainer,

While browsing the gdb info page, I ran across a link that would take me
to a website.  Apparently pinfo tried to open lynx, but I don't have
that installed, so it died with this output:

$ pinfo gdb
Przemek's Info Viewer v0.6.13
Searching for indirect done
Searching for tag table done
sh: 1: lynx: not found
Failed to execute command 'lynx http://oss.oracle.com/projects/DTrace': 127


I would have expected pinfo to remain running, and let me know that it
did not find lynx, but the URL is this-and-that so I can open it with my
regular browser.  However, now I don't even know where exactly that
DTrace link was in the gdb page.

Thanks!

-- System Information:
Debian Release: 10.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-6-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_CL.UTF-8, LC_CTYPE=es_CL.UTF-8 (charmap=UTF-8), 
LANGUAGE=es_CL:es (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages pinfo depends on:
ii  install-info  6.5.0.dfsg.1-4+b1
ii  libc6 2.28-10
ii  libncursesw6  6.1+20181013-2+deb10u2
ii  libreadline7  7.0-5
ii  libtinfo6 6.1+20181013-2+deb10u2

pinfo recommends no packages.

pinfo suggests no packages.

-- no debconf information



Bug#916449: postgresql-common: pg_dropcluster seems oblivious of tablespaces

2018-12-14 Thread Álvaro Herrera
Package: postgresql-common
Version: 181+deb9u2
Severity: normal

Dear Maintainer,

While dropping a cluster, pg_dropcluster does not seem to remove files in
tablespace directories.  This can lead to confusion and uselessly wasted disk
space.

After pg_dropcluster, which deletes the regular database data directory, I
expected that the tablespace directories would be deleted.  They are not.



-- System Information:
Debian Release: 9.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-0.bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_CL.UTF-8, LC_CTYPE=es_CL.UTF-8 (charmap=UTF-8), 
LANGUAGE=es_CL:es (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages postgresql-common depends on:
ii  adduser   3.115
ii  debconf [debconf-2.0] 1.5.61
ii  init-system-helpers   1.48
ii  lsb-base  9.20161125
ii  postgresql-client-common  181+deb9u2
ii  procps2:3.3.12-3+deb9u1
ii  ssl-cert  1.0.39
ii  ucf   3.0036

Versions of packages postgresql-common recommends:
ii  logrotate  3.11.0-0.1

postgresql-common suggests no packages.

-- debconf information excluded



Bug#910626: exfalso: not all required libraries are installed

2018-10-08 Thread Álvaro Herrera
Package: exfalso
Version: 3.7.1-2
Severity: important

Dear Maintainer,

I ran 'apt install exfalso' and tried to run it, but it fails:

Traceback (most recent call last):
  File "/usr/bin/exfalso", line 74, in 
main(util.argv)
  File "/usr/bin/exfalso", line 63, in main
session.init("exfalso")
  File "/usr/lib/python2.7/dist-packages/quodlibet/qltk/session.py", line 29,
in init
client = bus.get_object("org.gnome.SessionManager", client_path)
  File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 244, in
__init__
_dbus_bindings.validate_object_path(object_path)
TypeError: validate_object_path() argument 1 must be string, not None


I suppose this means I'm missing a packaged library, but I don't know which one
it is.

I expected that exfalso would be able to run out-of-the-box after installing.
I tried
installing package quodlibet, but that didn't fix the problem.



-- System Information:
Debian Release: 9.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-0.bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_CL.utf8, LC_CTYPE=es_CL.utf8 (charmap=UTF-8), 
LANGUAGE=es_CL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages exfalso depends on:
ii  gir1.2-gtk-3.0   3.22.11-1
ii  gir1.2-soup-2.4  2.56.0-2+deb9u2
ii  libjs-sphinxdoc  1.4.9-2
ii  python   2.7.13-2
ii  python-gi3.22.0-2
ii  python-gi-cairo  3.22.0-2
ii  python-mutagen   1.36-1
ii  sphinx-rtd-theme-common  0.1.9-1

Versions of packages exfalso recommends:
ii  python-musicbrainzngs  0.6-2

Versions of packages exfalso suggests:
ii  brasero   3.12.1-4
ii  gir1.2-gstreamer-1.0  1.10.4-1
ii  libmodplug1   1:0.8.8.5-3
ii  xfburn0.5.4-1

-- no debconf information



Bug#800452: diffutils: filterdiff loses hunks when changing format

2015-09-29 Thread Álvaro Herrera
Package: diffutils
Version: 1:3.3-1+b1
Severity: normal

Dear Maintainer,

I'm trying to submit a patch file in context diff format, starting from a
unified diff
patch generated by git.  So I do this:

filterdiff --format=context /tmp/mypatch.diff

and in the output I observe that the second hunk is not output, rendering the
patch corrupt.  My expectation is that all hunks that were in the input should
be present in the output also.  This doesn't happen with all patches, only some
of them.

This is my test diff:

diff --git a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index 22e6a21..0266d61 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -5826,19 +5826,6 @@ do { \
minValue))); \
 } while(0)

-#define RecoveryRequiresBoolParameter(param_name, currValue, masterValue) \
-do { \
-   bool _currValue = (currValue); \
-   bool _masterValue = (masterValue); \
-   if (_currValue != _masterValue) \
-   ereport(ERROR, \
-   (errcode(ERRCODE_INVALID_PARAMETER_VALUE), \
-errmsg("hot standby is not possible because it
requires \"%s\" to be same on master and standby (master has \"%s\", standby
has \"%s\")", \
-   param_name, \
-   _masterValue ? "true" :
"false", \
-   _currValue ? "true" :
"false"))); \
-} while(0)
-
 /*
  * Check to see if required parameters are set high enough on this server
  * for various aspects of recovery operation.
@@ -5885,9 +5872,6 @@ CheckRequiredParameterValues(void)
RecoveryRequiresIntParameter("max_locks_per_transaction",
max_locks_per_xact,
ControlFile->max_locks_per_xact);
-   RecoveryRequiresBoolParameter("track_commit_timestamp",
-
track_commit_timestamp,
-
ControlFile->track_commit_timestamp);
}
 }





This is the output -- note the second hunk which removes the
RecoveryRequiresBoolParameter() call is missing.

*** a/src/backend/access/transam/xlog.c
--- b/src/backend/access/transam/xlog.c
***
*** 5826,5844  do { \
minValue))); \
  } while(0)

- #define RecoveryRequiresBoolParameter(param_name, currValue, masterValue) \
- do { \
-   bool _currValue = (currValue); \
-   bool _masterValue = (masterValue); \
-   if (_currValue != _masterValue) \
-   ereport(ERROR, \
-   (errcode(ERRCODE_INVALID_PARAMETER_VALUE), \
-errmsg("hot standby is not possible because it
requires \"%s\" to be same on master and standby (master has \"%s\", standby
has \"%s\")", \
-   param_name, \
-   _masterValue ? "true" :
"false", \
-   _currValue ? "true" :
"false"))); \
- } while(0)
-
  /*
   * Check to see if required parameters are set high enough on this server
   * for various aspects of recovery operation.
--- 5826,5831 



-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_CL.utf8, LC_CTYPE=es_CL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages diffutils depends on:
ii  libc6  2.19-18+deb8u1

diffutils recommends no packages.

Versions of packages diffutils suggests:
pn  diffutils-doc  
pn  wdiff  
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 22e6a21..0266d61 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -5826,19 +5826,6 @@ do { \
 		minValue))); \
 } while(0)
 
-#define RecoveryRequiresBoolParameter(param_name, currValue, masterValue) \
-do { \
-	bool _currValue = (currValue); \
-	bool _masterValue = (masterValue); \
-	if (_currValue != _masterValue) \
-		ereport(ERROR, \
-(errcode(ERRCODE_INVALID_PARAMETER_VALUE), \
- errmsg("hot standby is not possible because it requires \"%s\" to be same on master and standby (master has \"%s\", standby has \"%s\")", \
-		param_name, \
-		_masterValue ? "true" : "false", \
-		_currValue ? "true" : "false"))); \
-} while(0)
-
 /*
  * Check to see if required parameters are set high enough on this server
  * for various aspects of recovery operation.
@@ -5885,9 +5872,6 @@ CheckRequiredParameterValues(void)
 		RecoveryRequiresIntParameter("max_locks_per_transaction",
 	 max_locks_per_xact,
 	 ControlFile->max_locks_per_xact);
-		RecoveryRequiresBoolParameter("track_commit_timestamp",
-	  track_commit_timestamp,
-	

Bug#792676: libpdfbox-java: pdfannotextractor.pl fails to find org.pdfbox.cos.ICOSVisitor class

2015-07-17 Thread Álvaro Herrera
Package: libpdfbox-java
Version: 1:1.8.7+dfsg-1
Severity: important

Dear Maintainer,

I am trying to apply the solution proposed in this answer
http://tex.stackexchange.com/a/48118/82119 but on following the first
step, the pdfannotextractor.pl dies with:

$ /usr/share/texlive/texmf-dist/scripts/pax/pdfannotextractor.pl 
capturing-ddl.pdf 
PDFAnnotExtractor 0.1l, 2012/04/18 - Copyright (c) 2008, 2011, 2012 by Heiko 
Oberdiek.
Exception in thread main java.lang.NoClassDefFoundError: 
org/pdfbox/cos/ICOSVisitor
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2615)
at java.lang.Class.getMethod0(Class.java:2856)
at java.lang.Class.getMethod(Class.java:1668)
at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
Caused by: java.lang.ClassNotFoundException: org.pdfbox.cos.ICOSVisitor
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 6 more

I have no idea how to fix this problem.  Maybe I need to specify a
classpath or something?  I looked at the .pl file itself and there's a
--install option, but on running it, it says the PDFBox is already
found:

$ /usr/share/texlive/texmf-dist/scripts/pax/pdfannotextractor.pl
--install
PDFAnnotExtractor 0.1l, 2012/04/18 - Copyright (c) 2008, 2011, 2012 by Heiko 
Oberdiek.
* Nothing to do, because PDFBox is already found:
  /usr/share/java/pdfbox.jar

Not quite sure what to do next.  Maybe it's just missing a dependency?


-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_CL.utf8, LC_CTYPE=es_CL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libpdfbox-java depends on:
ii  libfontbox-java  1:1.8.7+dfsg-1

libpdfbox-java recommends no packages.

libpdfbox-java suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org