e it.
So, suggested way forward: once everything is good with CGE
7.0~alpha.3, just upgrade Debian packaging to Castle Model Viewer
5.2.0, and this will be solved.
Regards,
Michalis
sob., 19 paź 2024 o 10:54 Johannes Schauer Marin Rodrigues
napisał(a):
>
> Source: view3dscene
> Version
;t think it can compile right now -- it
certainly doesn't compile with FPC 3.2.2 upstream.
Regards,
Michalis
śr., 24 sty 2024 o 09:18 wuruilong napisał(a):
>
> Source: castle-game-engine
> Severity: normal
> X-Debbugs-Cc: wuruil...@loongson.cn
>
> Dear Maintainer,
>
> P
n of Pascal GTK3 bindings. We risk having some work to
synchronize all these GTK3 bindings versions, but I don't think we can
avoid it, until FPC or Lazarus decide on where to centralize Pascal
GTK3 bindings. I see that Abou (Debian developer, also on
Pkg-pascal-devel list) is also participatin
i versions -- but I did test that FPC
3.2.0, 3.2.2, trunk and Delphi 11 all allow "case" in advanced
records).
Thanks!
Michalis
niedz., 9 kwi 2023 o 18:09 Abou Al Montacir napisał(a):
>
> Hi,
>
> On Thu, 2022-05-26 at 20:23 +0200, Abou Al Montacir wrote:
>
> CGE build correc
scene/releases/tag/v4.2.0 .
So my preferred way to solve this would be to just have view3dscene
4.2.0 in Debian.
Regards,
Michalis
niedz., 23 paź 2022 o 15:15 Lucas Nussbaum napisał(a):
>
> Source: view3dscene
> Version: 4.0.0-3
> Severity: serious
> Justification: FTBFS
>
be tested using ready
tests in CGE, which we maintain constantly :)
Regards,
Michalis
additional work.
Regards,
Michalis
stuff
without fear of breaking the GTK2 version.
Regards,
Michalis
Paul Gevers napisał(a):
>
> Hi Michalis,
>
> On 30-03-2020 14:11, Michalis Kamburelis wrote:
> > Do we know what the message "Could not determine section for" means,
> > or how to investigate it? I mean, this manpage should go to section 1
> > ("Us
he need for help2man),
I just need to know what is exactly required / necessary to avoid :)
Regards,
Michalis
niedz., 22 mar 2020 o 15:03 Lucas Nussbaum napisał(a):
>
> Source: pasdoc
> Version: 0.15.0-1
> Severity: serious
> Justification: FTBFS on amd64
> Tags: bullseye sid
= Left;
end else
Writeln('This should never happen');
"""
would make this clearer?
The testcase definitely makes sense to me, and if you get different
results on different CPUs -- then indeed we have nicely reproducible
FPC bug.
(P.S. I'm the castle-game-engine upstream author.)
Regards,
Michalis
Makefile
Searching the generated Makefile, there is a line that tries to
auto-guess the FPC library location:
https://github.com/transmission-remote-gui/transgui/blob/master/Makefile#L226
. So possibly it can be fixed in FPC package in Debian too.
Regards,
Michalis
talled.
That is the only reason why I'm maintaining also an option to build
using fpmake :)
Regards,
Michalis
2018-01-18 20:56 GMT+01:00 Michalis Kamburelis :
> So, we should get to the point where CGE (or any other package
> using fpmake) can be compiled by simple
>
> ~~~
> unset FPCDIR
> fpc fpmake.pp
> ./fpmake # without any additional options like --globalunitdir
> ~~~
/usr/local/lib/fpc/'+FCompilerVersion;
if not DirectoryExists(BD) and
DirectoryExists('/usr/lib/fpc/'+FCompilerVersion) then
BD:='/usr/lib/fpc/'+FCompilerVersion;
end;
{$else unix}
...
~~~
Regards,
Michalis
itdir="/usr/lib/x86_64-linux-gnu/fpc/3.0.4"
To fix this, I suggest to
- Change / define the $FPCDIR variable inside Debian build scripts, to
point to the new correct directory.
- Or create a symlink /usr/lib/fpc/3.0.4 ->
/usr/lib/x86_64-linux-gnu/fpc/3.0.4 .
Regards,
Michalis
ttached.
Hi,
I have applied a modified version of your patch upstream, see
https://github.com/castle-engine/castle-engine/commit/35a19832b84c396c6c5d3521e8afd50f8055d492
(I only moved the logic to a separate function CopyrightYears, used 2
times). Thank you!
Regards,
Michalis
s.debian.org/cgi-bin/bugreport.cgi?bug=813718#40
assumes that the "Dialogs" unit is in the uses clause. But the
"Dialogs" unit is in the uses clause only when the symbol "GUI" is
defined at compilation. I didn't test the compilation without the GUI
symbol.
> I'll take care of submitting this patch upstream too.
The patch is submitted upstream to
http://bugs.freepascal.org/view.php?id=31007 .
Regards,
Michalis
nyway. Unlike in C,
in Pascal the compiler already handles the dependencies (what unit
should be recompiled when and in what order). So generating Makefiles
with dependencies per-unit is usually not needed.
Regards,
Michalis
--- ppdep.pp 2016-11-25 06:25:52.521343605 +0100
+++ ppdep-mod.
iles OK, you should be able to
compile any LCL-based example in the engine, like
"examples/lazarus/model_3d_viewer/model_3d_viewer.lpi".
All these files (applications and packages, *.lpi and *.lpk) can be
either compiled from GUI, or using the "lazbuild" from command-line.
Best regards,
Michalis
in
FreePascal standard library or CGE or any other library that is traditionally
"statically compiled" in Debian. It seems like the "Build-Using" you mention
is the way to declare this.
Regards,
Michalis
m without libpng. So merely using CGE does not
*always* imply that you also need to have libpng at runtime.
Regards,
Michalis
n
src/base/castleconf.inc, to avoid using the native Pascal version.)
Regards,
Michalis
g /tmp/whatever.png
If /tmp/whatever.png exists, then png reading+writing works. In case
of problems (like a missing libpng), the program should write a clear
error message and have non-zero exit status.
Regards,
Michalis
> @Michalis, does view3dscene work with libpng16, or do you first need to
> port view3dscene to that API? If so, we better just drop the dependency
> for now.
Hi,
I'm not sure what is the dependency ldd detects. It seems that
something (possibly some unit inside FPC RTL?) use
> Short story: the patch is attached, it should help:)
Better take this patch version (spaces, not tabs:).
Michalis
--- common/dialogsx.pas.orig 2016-02-06 15:20:36.0 +0100
+++ common/dialogsx.pas 2016-02-06 15:43:30.0 +0100
@@ -66,6 +66,36 @@
end;
{$ENDIF}
+{ Convert
#x27;s a new
enum mbClose), it only accidentally didn't change the memory layout of
TMsgDlgButtons (as mbClose was added at the end).
4. The attached patch just does the type conversion the long (but safe) way.
Regards,
Michalis
--- common/dialogsx.pas.orig 2016-02-06 15:20:36.0 +0
ted with FPC 2.6.4.
>
> If possible, could you check also with 3.0.0. That was released
> last week and I am preparing the upload (to experimental) still.
> When we verified all reversed dependencies (help would be nice), I
> want to ask for a transition slot.
>
Tested: CGE 5.2.0 with view3dscene 3.15.0 (with my patched attached
earlier) compile fine with FPC 3.0.0, on Linux x86_64 at least:)
Same for CGE SVN with view3dscene SVN.
Regards,
Michalis
aching a minimal patch that, when applied to view3dscene 3.15.0
sources, makes them compile with Castle Game Engine 5.2.0:) Tested with
FPC 2.6.4.
The need for this patch will disappear with next view3dscene release.
Regards,
Michalis
diff -ur view3dscene-original/v3dscenelightseditor.pas view3
compiled .ppu) when
compiling view3dscene.
Try compiling the Castle Game Engine sources with -Ur to avoid this.
Michalis
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
cts/pasdoc/ ), adding screenshots and a
list of features. Feel free to use it for packaging of course :)
Michalis
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
What type of artist are you? What do you specialize in? Please let me know a
link to your online gallery where you display your art, I would very much like
to have a look at more of what you have.
Thank you.
Kristos
License: LGPL-2 + extention allowing statically linking to non free
software
This should be GPL (view3dscene, unlike Castle Game Engine, is only
under strict GPL).
Regards,
Michalis
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe"
se: LGPL-2 + extention allowing statically linking to non free software
It may be worth mentioning that this is exactly the same license as used
for FPC and Lazarus units (FPC RTL, Lazarus LCL). And FPC and Lazarus
are already packaged by Debian :)
Regards,
Michalis
--
To UNSUBSCRIBE, email
Package: docbookwiki
Version: 0.9.1cvs-12
Severity: grave
Justification: renders package unusable
DocBookWiki uses php function named GoTo (defined
in /usr/share/docbookwiki/web_app/class.WebApp.php line 125,
used all over the place). This is a problem, since php 5.3
introduces "goto" construct (h
Ah thanks, I can confirm that the problems are gone in lives 1.2.1-1 (in
current testing). Opening files without extension works correctly (and
when it's a video file, it's even correctly recognized based on it's
content and loaded).
Please close as appropriate.
Michalis
--
re
gone in both cases, so it's all fixed now for me :)
Thanks,
Michalis
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: docbookwiki
Version: 0.9.1cvs-12
Severity: normal
You really need php magic_quotes_gpc turned *off* for docbookwiki,
as docbookwiki cannot strip the additional backslashes by itself.
When magic quotes are on, editing may introduce backslashes
into the content (especially in DocBook format
Package: docbookwiki
Version: 0.9.1cvs-12
Severity: normal
Tags: patch
Even when you set in /etc/docbookwiki/books.conf WEBNOTES_APPROVE='false',
the user still sees a warning (when clicking on "notes", "add a new note")
that "After you add your note, it will be queued for approval by a moderator.
Package: lives
Version: 1.1.8-2
Severity: normal
Open any filename without an extension (I tried and was able to crash with
text file "README", empty file "foo", and avi file "video") --- lives crashes.
I simply open the file using "Open File" menu item.
$ touch foo
$ lives -debug
LiVES 1.1.8
Co
Package: docbookwiki
Version: 0.9.1cvs-12
Severity: normal
Entering "Approve" page (from /books/edit.php) makes two warnings in apache
error.log:
File does not exist: /usr/share/docbookwiki/templates/docbook/view/view.css,
referer: [snip]/templates/docbook/approve/revisions/revisions.css
Package: gimp-dds
Version: 2.0.7-1
Severity: normal
Open this file
https://vrmlengine.svn.sourceforge.net/svnroot/vrmlengine/trunk/kambi_vrml_test_suite/textures/castle_end_sequence.dds
Save as DDS selecting "Generate mipmaps" (all else by default, "As Cube
Map" is correctly selected as default).
d1c1c.
So something went wrong when generating (at least) this mipmap level.
Not sure whether 2x2 level is 100% correct either (it's a little too
dark anyway, although not as black).
My resulting DDS file is on
http://michalis.ii.uni.wroc.pl/~michalis/tmp/016marbre_with_mipmaps.dds
I also tried
On Friday 17 of July 2009 14:26:19 you wrote:
i did what i describe above. i chose targeted, installation failed and at that
time i opened a console and gave :
sh -x mkinitramfs -o /tmp/bla
the output is :
sh: can't open mkinitramfs.
it seems that mkinitramfs does not exist in the system.
On Friday 17 of July 2009 14:26:19 you wrote:
> On Fri, Jul 17, 2009 at 01:27:49PM +0300, Michalis Georgiou wrote:
> > i chose generic and the installation went fine. I rebooted to my new
> > system, changed the configuration file of initramfs file in order to be
> > targe
On Thursday 16 of July 2009 23:34:01 you wrote:
> On Thu, 16 Jul 2009, Michalis Georgiou wrote:
> > I chose "generic" and everything went fine during the installation.
>
> good.
>
> > i attach a file named log.txt containing the output of the command
> &g
I chose "generic" and everything went fine during the installation.
i attach a file named log.txt containing the output of the command
sh -x mkinitramfs -o /tmp/bla
you needed.
+ umask 0022
+ export PATH=/usr/bin:/sbin:/bin
+ PATH=/usr/bin:/sbin:/bin
+ keep=n
+ CONFDIR=/etc/initramfs-tools
I just did a reinstall using virtualbox again, in order to take a look at the
mountpoints during the installation fail.
My partitions are :
/dev/sda1 --> /boot with ext4
/dev/sda2 --> / with ext4
/dev/sda3 --> swap
the output of df -h during the fail is:
tmpfs /dev
/dev/sda2 /targ
On Wednesday 15 of July 2009 18:20:12 you wrote:
> On Wed, 15 Jul 2009, Michalis Georgiou wrote:
> > Package: initramfs-tools
> > Version: 0.93.3
> >
> > I the last four days i am trying to install debian unstable using the
> > daily built netboot image, and ev
ith my pdf viewer?).
See attached PNGs showing the buggy and correct (from FOP trunk)
renderings of the bottom of the page.
Michalis
<><>
Package: smplayer
Version: 0.6.1-1
In Options>Preferences>Subtitles>Font , in section
autoscale every option appears twice(for example two "No autoscale"
etc.. ).
Package: smplayer
Version: 0.6.1-1
When i resize movie window in smplayer with mouse double click, sound
gets distorted, and in order to have a normal sound again there is
need
to pause and then play again. please inform me if you need any extra
information.
Package: vegastrike
Version: 0.4.3.debian1-1
Severity: grave
Tags: patch
Justification: renders package unusable
When I run vegastrike I got this message:
vegastrike: error while loading shared libraries:
libboost_python-gcc41-1_34_1.so.1.34.1: cannot open shared object file: No
such file or di
Daniel Burrows wrote:
On Mon, Feb 11, 2008 at 11:28:36PM +0200, Michalis Georgiou <[EMAIL PROTECTED]>
was heard to say:
#apt-cache show policy foo
foo:
Installed: (none)
Candidate: (none)
Version table:
Hm. What if you run "apt-cache showpkg foo"?
Also:
#apt-cache show policy foo
foo:
Installed: (none)
Candidate: (none)
Version table:
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: apt
Version: 0.7.10
I use a local repository, /root/debs/, only for my custom made kernels(made
with make-kpkg). after purging a kernel, named foo for this example, i remove
it from /root/debs, then
i run "dpkg-scanpackages . /dev/null | gzip > Packages.gz" and then an apt-get
updat
i just downloaded libpcrecpp0 from testing and mkvmerge works fine. so
the problem seems to be with package libpcrecpp0.
M.G
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: mkvtoolnix
Version: 2.0.2-1+b2
I'm trying to convert an avi to mkv with mkvmerg from both cli and gui and it fails with
"mkvmerge: symbol lookup error: mkvmerge: undefined symbol: _ZN7pcrecpp6no_argE"
It's a very strange problem because some hours ago i used it a lot of times
with
Michael Koch wrote:
> On Thu, Nov 15, 2007 at 01:09:10PM +0100, Michalis Kamburelis wrote:
>> The same problem occurs with footnotes in orderedlist, for a test just try
>>
>>
>> Third footnote from ordered list
>> Third footnote.
>>
>>
>
The same problem occurs with footnotes in orderedlist, for a test just try
Third footnote from ordered list
Third footnote.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: fop
Version: 1:0.93.dfsg.1-2
Severity: normal
Take this DocBook file:
http://michalis.ii.uni.wroc.pl/~michalis/tmp/a.xml
Convert to XML-FO by:
xsltproc -o a.fo /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/fo/docbook.xsl
a.xml
(using --stringparam fop1.extensions 1 doesn't c
Package: libopenal0a
Version: 1:0.0.8-5
Severity: normal
A sample WAV file generated by tremulous (when ~/.openalrc
contained "( define devices '(waveout) )") is on
http://www.camelot.homedns.org/~michalis/tmp/openal-1.wav
This is not a correct WAV file. Trying to play it with gs
pathSepChar=":"
on line 33, and then your script works fine.
Cheers,
Michalis
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: fop
Version: 1:0.93.dfsg.1-1
Severity: normal
fop-ttfreader script needs commons-logging.jar and commons-io.jar in CLASSPATH,
just like the fop script for FOP 0.93. Otherwise I get errors like below.
(missing commons-logging.jar:)
$ fop-ttfreader /usr/share/fonts/truetype/ttf-dejavu
d by FOP 0.93. See the bottom of
[http://xmlgraphics.apache.org/fop/0.93/upgrading.html]. And
[http://www.mail-archive.com/[EMAIL PROTECTED]/msg07229.html].
Michalis
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
previously i sent a possible bug for mplayer.
i was wrong. that fact(not displaying greek characters) happened because
i had changed getty with fgetty. if getty is the default, then subtitles
are displayed correctly but changing fonts from preferences tab, doesn't
affect anything.
--
To UNS
Package: mplayer
Version:1.0~rc1-12
hello,
i'm a greek mplayer user. all these days i've been trying to load greek
subs in divx and xvid videos and i couldn't, despite having the correct
settings for encoding etc. after a lot of search managed to get it work
by doing the following:
i edited
68 matches
Mail list logo