Bug#570623: Info received (Bug#570623: reprepro: please add multiple version management)

2016-04-18 Thread Devel Chip
ATTENTION: I have no idea of what I'm doing

fixing update/sync:

diff --git a/upgradelist.c b/upgradelist.c
index 272b46c..8ee0de2 100644
--- a/upgradelist.c
+++ b/upgradelist.c
@@ -126,7 +126,7 @@ static retvalue save_package_version(struct upgradelist
*upgrade, const char *pa
if (strcmp(packagename, upgrade->last->name) > 0) {
upgrade->last->next = package;
upgrade->last = package;
-   } else {
+   } else if (strcmp(packagename, upgrade->last->name) != 0) {
/* this should only happen if the underlying
 * database-method get changed, so just throwing
 * out here */


On 18 April 2016 at 08:42, Debian Bug Tracking System  wrote:

> Thank you for the additional information you have supplied regarding
> this Bug report.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Bernhard R. Link 
>
> If you wish to submit further information on this problem, please
> send it to 570...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 570623: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570623
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>


Bug#570623: reprepro: please add multiple version management

2016-04-18 Thread Devel Chip
> Error while parsing 'asterisk-config|1:13.3.0-acos1+o0' as version: epoch in 
> version is not number

I don't think that '|' character is allowed in the names by design.

But I've encountered another unrelated problem when syncing.

The conf/updates file (package name is in the mirror.packages):

Name: upstream-update
Method: http://localhost:20080/
Components: main
FilterList: purge ../mirror.packages

The receiving repository has multiple versions of a package.

The following error occurs:

Calculating packages to get...
Package database is not sorted!!!
reprepro: upgradelist.c:134: save_package_version: Assertion `0' failed.


Bug#819047: libpt-dbg: No debug symbols

2016-03-23 Thread Devel Chip
Package: libpt-dbg
Version: 2.10.10~dfsg-4.1
Severity: normal

There are no debugging symbols: 'objdump --debugging' shows nothing.

GDB also reports 'no debugging symbols found' when running with 'set
verbose on':

Reading symbols from /usr/lib/libpt.so.2.10.10...Reading symbols from
/usr/lib/debug//usr/lib/libpt.so.2.10.10...(no debugging symbols
found)...done.
(no debugging symbols found)...done.

Steps to reproduce:

$ aptitude install simpleopal libpt-dbg

$ gdb /usr/bin/simpleopal

(gdb) set verbose on

(gdb) r

Result in the output: `no debugging symbols found` for libpt.

-- System Information:
Debian Release: jessie/sid
  APT prefers vivid-updates
  APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500,
'vivid'), (100, 'vivid-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

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

Versions of packages libpt-dbg depends on:
ii  libpt2.10.10  2.10.10~dfsg-4.1

libpt-dbg recommends no packages.

libpt-dbg suggests no packages.

-- no debconf information