[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#580511: marked as done (whitedune: VRML text doesn't work)



Your message dated Tue, 09 Dec 2025 12:11:22 +0000
with message-id <[🔎] E1vSwYs-003RCr-0a@fasolo.debian.org>
and subject line Bug#1114505: Removed package(s) from unstable
has caused the Debian Bug report #580511,
regarding whitedune: VRML text doesn't work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
580511: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580511
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: whitedune
Version: 0.28.14-1.1
Severity: normal
Tags: patch

VRML geometry Text doesn't work, and whitedune
issues lots of "no font found" messages.

To reproduce, look at any WRL file in
http://www.uni-c.dtu.dk/~univind/kicad/outline/ - each polygon corner
(white lines only) is annotated with the point index in a VRML Billboard.

This patch solves the problem by adding a call to
glutInit() and an #include of the necessary header.

--- whitedune-0.28.14.org/src/main.cpp	2008-01-02 23:05:49.000000000 +0100
+++ whitedune-0.28.14/src/main.cpp	2010-03-24 15:20:26.000000000 +0100
@@ -28,6 +28,8 @@
 #include "MainWindow.h"
 #include "xerrorhandler.h"
 
+#include <GL/glut.h>
+
 #ifdef WIN32
 #  define errorprintf msgboxprintf
 #else
@@ -319,6 +321,7 @@
 #ifdef HAVE_FPU_ENABLE_INTERRUPTS
     fpu_enable_interrupts();
 #endif
+    glutInit(&argc,argv);
     swMainLoop();
 //    delete TheApp;
     exit(0);


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.33-smp (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=da_DK (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages whitedune depends on:
ii  freeglut3               2.6.0-1          OpenGL Utility Toolkit
ii  lesstif2                1:0.95.2-1       OSF/Motif 2.1 implementation relea
ii  libc6                   2.10.2-6         Embedded GNU C Library: Shared lib
ii  libgcc1                 1:4.4.2-9        GCC support library
ii  libgl1-mesa-glx [libgl1 7.7.1-1          A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.7.1-1          The OpenGL utility library (GLU)
ii  libjpeg62               6b-16.1          The Independent JPEG Group's JPEG 
ii  libpng12-0              1.2.43-1         PNG library - runtime
ii  libstdc++6              4.4.2-9          The GNU Standard C++ Library v3
ii  libx11-6                2:1.3.3-2        X11 client-side library
ii  libxext6                2:1.1.1-3        X11 miscellaneous extension librar
ii  libxi6                  2:1.3-4          X11 Input extension library
ii  libxmu6                 2:1.0.5-1        X11 miscellaneous utility library
ii  libxp6                  1:1.0.0.xsf1-2   X Printing Extension (Xprint) clie
ii  libxt6                  1:1.0.7-1        X11 toolkit intrinsics library
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages whitedune recommends:
ii  xfonts-100dpi                 1:1.0.1    100 dpi fonts for X

Versions of packages whitedune suggests:
pn  whitedune-docs                <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 0.30.10-2.2+rm

Dear submitter,

as the package whitedune has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1114505

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply to: