Bug#607400: installation-reports: Debootstrap Error: Failed to determine the codename for the release

2010-12-17 Thread Antonin Misek
Package: installation-reports Severity: normal Tags: d-i At first I tried the syslinux way, but I was not able to boot from the Flash. So I formated the Flash to ext3 and used Grub2, then I copied the hd-media files and first installation CD ISO. Boot was succesfull, first part of installation

Bug#600961: freeglut3-dev: undefined symbol: glutBitmapHelvetica10

2010-10-21 Thread Antonin Misek
Package: freeglut3-dev Version: 2.6.0-1 Severity: normal Tags: upstream Hello, I have problems with code: for (size_t i=0; i s.length(); i++) glutBitmapCharacter( GLUT_BITMAP_HELVETICA_10, (char)s[i]); I got error undefined symbol: glutBitmapHelvetica10. I tried the upstream version on

Bug#579931: /usr/bin/debdelta: Error: applying of delta - wrong size

2010-05-02 Thread Antonin Misek
Package: debdelta Version: 0.39 Severity: normal File: /usr/bin/debdelta I get sometimes message about applyind of delta, often it is openoffice, today it is package openjdk-6-jre-headlessfailed. Thanks, TonyMi Here is log: Reading package lists... Done Building dependency tree Reading

Bug#577458: libstdc++6-4.5-dev: profiler_trace.h defines functions __max and __min which causes portability problems

2010-04-11 Thread Antonin Misek
Package: libstdc++6-4.5-dev Version: 4.5-20100404-1 Severity: normal Tags: experimental The problem is that on Windows are defined macros with the names __min and __max and if some code uses these macros then conflict occurs with using _GLIBCXX_PROFILE. TonyMi -- System Information: Debian

Bug#331705: mount: Can be supported the \x20 notation of the space?

2010-04-11 Thread Antonin Misek
Package: mount Version: 2.16.2-0 Severity: normal Some time ago on aptitude upgrade was changed my /etc/fstab automatically from /deb/hdXY style to UUID and LABEL style and the space in LABEL was generated in form \x20. So either the conversion should generate \040 or also \x20 must be

Bug#542668: gimp: XPM export should use static const char * to be conform with language C

2009-08-20 Thread Antonin Misek
Package: gimp Version: 2.6.7-1 Severity: wishlist When I use #include file.xpm then GCC reports: error: deprecated conversion from string constant to ‘char*’ It can be easily fixed by adding const keyword manually, but I think that gimp xpm export should be updated to do it automatically. Have