Bug#708624: perl-tk: FTBFS with zlib 1:1.2.8.dfsg-1: No rule to make target `zconf.h'

2013-05-21 Thread Slaven Rezic
Niko Tyni nt...@debian.org writes:

 tag 708624 patch
 thanks

 On Fri, May 17, 2013 at 01:27:21PM +0300, Niko Tyni wrote:
 Package: perl-tk
 Version: 1:804.030-1
 Severity: serious
 Tags: sid
   cc -c  -I.. -I/usr/local/include  -I/usr/include/freetype2 -D_REENTRANT 
 -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe 
 -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   
 -DVERSION=\4.004\ -DXS_VERSION=\804.03\ -fPIC 
 -I/usr/lib/perl/5.14/CORE   -Wall -Wno-implicit-int -Wno-comment 
 -Wno-unused -D__USE_FIXED_PROTOTYPES__ PNG.c
   make[2]: *** No rule to make target `zconf.h', needed by `imgPNG.o'.  Stop.

 zlib (1:1.2.8.dfsg-1) unstable; urgency=low
[...]
* Install zconf.h in multiarch path (closes: #698648).
 
 It looks like Tk/MakeDepend.pm needs to look in multiarch include paths
 (/usr/include/triplet). Possibly the right thing to do is to parse 
 'cpp -v' output somewhere and feed that to Tk::MakeDepend::command_line().
 My half hearted attempts to override INC from debian/rules weren't
 successful.

 Here's a much cruder patch that makes it build for me. 
 Hope it helps a bit.

This issue was also addressed in the original perl-tk distribution. See
https://rt.cpan.org/Ticket/Display.html?id=85407 for a related bug
report. The fix is in the development release Tk-804.030_502.

 However, I note this warning in the build log:

  dpkg-shlibdeps: warning: package could avoid a useless dependency if 
 debian/perl-tk/usr/lib/perl5/auto/Tk/PNG/PNG.so was not linked against 
 libz.so.1 (it uses none of the library's symbols).

 so presumably the whole zlib stuff is only needed for the bundled libpng
 and we shouldn't need it at all?

That's correct. 804.030_502 is now using pkg-config to check if libpng
is available, and is using this one, otherwise does a fallback to the
bundled (old!) libpng+zlib.

Regards,
Slaven

-- 
Slaven Rezic - slaven at rezic dot de

Berlin Perl Mongers - http://berlin.pm.org


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



Bug#528100: include paths mixed up in libsundials-serial-dev

2009-05-10 Thread Slaven
Package: libsundials-serial-dev
Version: 2.2.0-3
Severity: grave
Justification: renders package unusable

Hi everybody,

Thanks for packaging sundials for debian! 

It seems that -dev package needs some include paths fixing. For example,
in header file ida.h there is an include line
#include sundials_nvector.h
However, file sundials_nvector.h is not on the include path, so 
compilation of code that includes ida.h file would fail. The correct 
include line in ida.h IMHO would be 
#include sundials/sundials_nvector.h
That would allow for compiling code that links to ida shared library 
without specifying additional include paths. 

A workaround for this bug is to add all necessary include paths in the 
compilation command. For example to compile sundials example idadenx.c 
one should add -I/usr/include/sundials -I/usr/include/ida to the 
compilation line. 

Cheers,
Slaven 


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

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsundials-serial-dev depends on:
ii  libsundials-serial0   2.2.0-3SUit of Nonlinear and DIfferential

libsundials-serial-dev recommends no packages.

libsundials-serial-dev suggests no packages.

-- no debconf information



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



Bug#524927: merkaartor: Texts not displayed anymore in the GUI

2009-04-20 Thread Slaven Rezic
Package: merkaartor
Version: 0.13.1-1
Severity: grave
Justification: renders package unusable

After upgrading merkaartor from 0.13 to 0.13.1-1, no texts appear anymore
in the GUI, that is, no menu and button labels. Additionally, I see the
following error messages:

X Error: RenderBadGlyphSet (invalid GlyphSet parameter) 184
  Extension:155 (RENDER)
  Minor opcode: 25 (RenderCompositeGlyphs32)
  Resource id:  0x0

Regards,
Slaven

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages merkaartor depends on:
ii  libc6  2.9-6 GNU C Library: Shared libraries
ii  libexiv2-4 0.17.1-1  EXIF/IPTC metadata manipulation li
ii  libgcc11:4.3.3-5 GCC support library
ii  libqt4-network 4.4.3-2   Qt 4 network module
ii  libqt4-svg 4.4.3-2   Qt 4 SVG module
ii  libqt4-webkit  4.4.3-2   Qt 4 WebKit module
ii  libqt4-xml 4.4.3-2   Qt 4 XML module
ii  libqtcore4 4.4.3-2   Qt 4 core module
ii  libqtgui4  4.4.3-2   Qt 4 GUI module
ii  libstdc++6 4.3.3-5   The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

merkaartor recommends no packages.

merkaartor suggests no packages.

-- no debconf information



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



Bug#402653: Fwd: Bug#402653: kdvi crashes on startup

2006-12-12 Thread Slaven
 On Monday 11 December 2006 22:10, you wrote:
  Upon startup kdvi crashes, and if embedded in another KDE application
  causes that application to crash, as well. When starting kdvi from
  xterminal I get following error messages:

 Hi!

 I am currently unable to reproduce this under any normal conditions.

 What does your /usr/share/services/emptymultipage.desktop contain? Do you
  have the file? if yes, can you try send it to the bug report?
 And what about /usr/share/servicetypes/kmultipage.desktop

 If you try to apt-get --reinstall install kviewshell, do your problem
 dissapear?


 /Sune

Hi Sune,

Below is the information you asked for. Reinstalling kviewshell didn't help, 
the same problem was there. 

I should add that I was able to reproduce this behavior only after a fresh 
install of kdvi. On all machines where I upgraded kdvi from older version, 
the new version worked fine. My guess is that the most recent kdvi may be 
missing some configuration file. The machine where this problem occurs is 
running clean and up to date Etch.

Best,
Slaven


$ less /usr/share/services/emptymultipage.desktop
[Desktop Entry]
Type=Service
Comment=
Name=EmptyMultiPage
Name[de]=Leere Mehrfachseite
Name[el]=ΚενήΠολλαπλήΣελίδα
Name[es]=Vaciado multipágina
Name[fi]=TyhjäMoniSivu
Name[fr]=Multi-page vide
Name[hu]=ÜresTöbbOldalas
Name[it]=MultiPaginaVuota
Name[nb]=Tom Flerside
Name[nds]=Leddig Mehrmaalsiet
Name[nl]=LegeMultiPagina
Name[nn]=Tom fleirside
Name[pl]=Puste wielostronicowe
Name[pt_BR]=MultiPáginas Vazias
Name[ro]=Pagini multiple goale
Name[sk]=EmprtyMultiPage
Name[sv]=Tom flera sidor
Name[ta]=காலியான பலபக்கம்
Name[tr]=BoşÇokluSayfa
Name[zh_HK]=空的多頁
ServiceTypes=KViewShell/MultiPage
X-KDE-Library=emptymultipagepart
X-KDE-EmptyMultiPage=1
X-KDE-MultiPageVersion=2
$

$ less /usr/share/servicetypes/kmultipage.desktop
[Desktop Entry]
Type=Service
X-KDE-ServiceType=KViewShell/MultiPage
Name=KViewShell MultiPage
Name[da]=KViewShell Multiside
Name[de]=KViewShell Mehrfachseiten
Name[el]=Πολλαπλή σελίδα KViewShell
Name[es]=Multipágina KViewShell
Name[fi]=KViewShell MoniSivu
Name[fr]=Multi-page KViewShell
Name[hu]=KViewShell többoldalas
Name[it]=MultiPagina KViewShell
Name[ms]=PelbagaiMuka KViewShell
Name[nb]=KViewShell Flerside
Name[nds]=KViewShell för Mehrmaalsieden
Name[nl]=KViewShell MultiPagina
Name[nn]=KViewShell-fleirside
Name[pl]=Wielostronicowe dla KViewShell
Name[pt]=KViewShell MultiPágina
Name[pt_BR]=KViewShell - Múltiplas Páginas
Name[ro]=KViewShell Pagini Multiple
Name[ru]=Компонент MultiPage
Name[sr]=KViewShell вишестрани
[EMAIL PROTECTED] višestrani
Name[sv]=Kviewshell flera sidor
Name[ta]=கேகாட்சிஓடு பலபக்கம்
Name[tr]=KViewShell ÇokluSayfa
Name[zh_CN]=KViewShell 多页
Name[zh_HK]=KViewShell 多頁

[PropertyDef::X-KDE-MimeTypes]
Type=QString

[PropertyDef::X-KDE-MultiPageVersion]
Type=int

[PropertyDef::X-KDE-EmptyMultiPage]
Type=int
$



Bug#402653: kdvi crashes on startup

2006-12-11 Thread Slaven
Package: kdvi
Version: 4:3.5.5-2
Severity: grave
Justification: renders package unusable


Upon startup kdvi crashes, and if embedded in another KDE application 
causes that application to crash, as well. When starting kdvi from 
xterminal I get following error messages:

[EMAIL PROTECTED]:~$ kdvi
QApplication::notify: Unexpected null receiver
kio (KMimeType): WARNING: KServiceType::offers : servicetype 
KViewShell/MultiPage not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype 
KViewShell/MultiPage not found
KCrash: Application 'kdvi' crashing...
[EMAIL PROTECTED]:~$

Thanks for your attention,
Slaven

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kdvi depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-5 core libraries and binaries for al
ii  kviewshell 4:3.5.5-2 generic framework for viewer appli
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-19GCC support library
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages kdvi recommends:
pn  tetex-bin none (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#340151: Please remove unreproducible tag (maxima: fail to start)

2006-08-21 Thread Slaven
Hi,

May I suggest removing 'unreproducible' tag from this bug? It seems that it is 
specific to powerpc architecture, but it has been reproduced on several  
different systems.

Thanks,
Slaven


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#374946: 374946 still present in cupsys 1.2.2-1

2006-07-28 Thread Slaven
The same problem still persists here after upgrading to 1.2.2-1; all my 
network printers are out of business. Only versions 1.2.1-2 and earlier work, 
so downgrading is at the moment the only workaround. 

 - Could you try to update cups to 1.2.2-1?
 - If you still have a problem, please set LogLevel debug in
   cupsd.conf and restart. Is there any message in
   /var/log/cups/error_log?
 - Please send me your /etc/cups/cupd.conf after the update.

I'll try to do this by the end of the day, after the work. Best,

Slaven


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#374946: cupsys: 1.2.1-3 does not work: Perhaps it's the config file?

2006-07-28 Thread Slaven
Kenshi,

It seems that this bug is caused by some default in the cupsd.conf file. I 
didn't change the original conf file, and installation of newer cups would 
overwrite the old cupsd.conf and install the new one at every upgrade. 

This time I made sure the old conf file stays in place after the upgrade, and 
now everything works fine after upgrade to cupsys 1.2.2-1. I attach my conf 
file (the old one, which came with version 1.2.1-2, the one that works fine 
for me) below in hope you can figure out what was going on. I'll play with 
this a little bit more myself...

Cheers,
Slaven
#
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.  See man cupsd.conf for a complete description of this
#   file.
#

# Log general information in error_log - change info to debug for
# troubleshooting...
LogLevel debug

# Administrator user group...
SystemGroup lpadmin

# Only listen for connections from the local machine.
# These settings are configured in /etc/cups/cups.d/ports.conf so that
# changing them does not require to change this file.
# Listen localhost:631
# Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
# The 'Browsing' setting is configured in /etc/cups/cups.d/browse.conf
# so that changing it does not require to change this file.
# Browsing Off
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress @LOCAL

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Restrict access to the server...
Location /
  Order allow,deny
  Allow localhost
/Location

# Restrict access to the admin pages...
Location /admin
  Encryption Required
  Order allow,deny
  Allow localhost
/Location

# Restrict access to configuration files...
Location /admin/conf
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow localhost
/Location

# Set the default printer/job policies...
Policy default
  # Job-related operations must be done by the owner or an adminstrator...
  Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs 
Set-Job-Attributes Create-Job-Subscription Renew-Subscription 
Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job 
Suspend-Current-Job Resume-Job CUPS-Move-Job
Require user @OWNER @SYSTEM
Order deny,allow
  /Limit

  # All administration operations require an adminstrator to authenticate...
  Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer 
Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs 
Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer 
Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After 
CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class 
CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default
AuthType Basic
Require user @SYSTEM
Order deny,allow
  /Limit

  # Only the owner or an administrator can cancel or authenticate a job...
  Limit Cancel-Job CUPS-Authenticate-Job
Require user @OWNER @SYSTEM
Order deny,allow
  /Limit

  Limit All
Order deny,allow
  /Limit
/Policy

# Include files in /etc/cups/conf.d
Port 631

Browsing on


#
#


Bug#374946: cupsys: 1.2.1-3 does not work: CUPS-Get-Classes client-error-not-found

2006-07-06 Thread Slaven
Kenshi,

I want to confirm that the same problem happens to me, and that downgrading 
cupsys package alone to the version 1.2.1-2 fixes the problem. Let me know if 
you need me to send my config and log files as well, or if there is anything 
else I could do to help nail this bug. 

Below is what ls -la /etc/cups/ gives me:

etch:/etc# ls -la /etc/cups
total 76
drwxr-sr-t  6 root lp  4096 2006-07-06 16:56 .
drwxr-xr-x 98 root root4096 2006-07-06 17:01 ..
-rw---  1 root lp98 2006-05-19 12:14 classes.conf
-rw-r--r--  1 root root2204 2005-08-17 04:40 client.conf
drwxr-xr-x  2 root root4096 2006-07-06 16:56 cups.d
-rw-r-  1 root lp  2647 2006-06-05 06:59 cupsd.conf
drwxr-xr-x  2 root root4096 2005-08-17 04:40 interfaces
-rw-r--r--  1 root lpadmin  218 2006-05-19 12:14 lpoptions
-rw-r--r--  1 root root4461 2006-06-05 06:59 mime.convs
-rw-r--r--  1 root root6109 2006-06-05 06:59 mime.types
drwxr-xr-x  2 root lp  4096 2006-05-15 11:48 ppd
-rw---  1 root lp   756 2006-05-19 12:14 printers.conf
-rw-r-  1 root lpadmin  756 2006-05-15 11:48 printers.conf.O
-rw-r--r--  1 root root 946 2006-04-05 04:13 pstoraster.convs
-rw-r--r--  1 root root 242 2006-04-20 04:08 raw.convs
-rw-r--r--  1 root root 213 2006-04-20 04:08 raw.types
drwx--  2 root lp  4096 2006-06-23 12:11 ssl

Cheers,
Slaven




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#295843: Installing libarts1-xine turns off the sound

2005-02-18 Thread Slaven
Package: libarts1-xine
Version: 3.3.1-1
Severity: grave
Justification: renders package unusable

For some reason if I install this package I loose all sound on my 
computer (or better say all arts related sound). As soon as I purge the 
package and restart kde I get the sound back. I am running clean sarge 
system installed from scratch. Please let me know how can I provide more 
information that may be relevant to this problem. I have Ensoniq 1731 
sound card. Thanks,
Slaven

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libarts1-xine depends on:
ii  kdelibs4 4:3.3.2-1   KDE core libraries
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libarts1 1.3.2-2 aRts Sound system
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11 0.5.2-3 GNU libidn library, implementation
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxine1 1.0-1   the xine video/media player librar
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]