[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-09-30 Thread arrowdodger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366596

arrowdodger <6year...@gmail.com> changed:

   What|Removed |Added

 CC||6year...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[frameworks-kdoctools] [Bug 357050] kdoctools fails to compile: failed to load external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"

2015-12-29 Thread arrowdodger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357050

arrowdodger <6year...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from arrowdodger <6year...@gmail.com> ---
The problem was with my setup (or MSVC specifics). I had Qt compiled in Debug
mode and libxml2 compiled in RelWithDebInfo mode. Because of this, env
variables set with qputenv() was not visible to libxml2. This was causing kde's
catalog.xml to not load.

Rebuilding libxml2 fixed this, sorry for the noise.

-- 
You are receiving this mail because:
You are watching all bug changes.


[frameworks-kdoctools] [Bug 357050] kdoctools fails to compile: failed to load external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"

2015-12-22 Thread arrowdodger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357050

--- Comment #1 from arrowdodger <6year...@gmail.com> ---
>From my own observations:

In xslt.cpp

static xmlChar *paths[MAX_PATHS + 1];
static int nbpaths = 0;

aren't seem to be filled. Could it be the cause?

-- 
You are receiving this mail because:
You are watching all bug changes.


[frameworks-kdoctools] [Bug 357050] New: kdoctools fails to compile: failed to load external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"

2015-12-22 Thread arrowdodger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357050

Bug ID: 357050
   Summary: kdoctools fails to compile: failed to load external
entity
"Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"
   Product: frameworks-kdoctools
   Version: unspecified
  Platform: Compiled Sources
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kde-doc-engl...@kde.org
  Reporter: 6year...@gmail.com
CC: kdelibs-b...@kde.org

When building on Windows using emerge i get:


Loaded URL=" R:///share/xml/docbook/xsl-stylesheets-1.78.1/manpages/table.xsl "
ID="  "
Loaded URL=" R:///share/xml/docbook/xsl-stylesheets-1.78.1/manpages/pi.xsl "
ID="  "
Loaded URL=" Q:/kdoctools/docs/checkXML5/man-checkXML5.1.docbook " ID="  "
nbpaths:  0
Q:/kdoctools/docs/checkXML5/man-checkXML5.1.docbook:4: warning: failed to load
external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"
]>
  ^
Q:/kdoctools/docs/checkXML5/man-checkXML5.1.docbook:6: parser error : Entity
'language' not defined

  ^
Q:/kdoctools/docs/checkXML5/man-checkXML5.1.docbook:22: parser error : Entity
'XML' not defined
An  lint tool for  DocBook  documents.
^
Q:/kdoctools/docs/checkXML5/man-checkXML5.1.docbook:22: parser error : Entity
'kde' not defined
An  lint tool for  DocBook  documents.
^
...

Error: Unable to parse "Q:/kdoctools/docs/checkXML5/man-checkXML5.1.docbook"
NMAKE : fatal error U1077:
'R:\build\frameworks\kdoctools\work\msvc2015-Debug-master\bin\meinproc5.exe' :
return code '0
x1'
Stop.



Reproducible: Always

Steps to Reproduce:
emerge -i kdoctools

-- 
You are receiving this mail because:
You are watching all bug changes.


[frameworks-kdoctools] [Bug 357050] kdoctools fails to compile: failed to load external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"

2015-12-22 Thread arrowdodger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357050

--- Comment #3 from arrowdodger <6year...@gmail.com> ---
If you are talking about
https://quickgit.kde.org/?p=kdoctools.git=commit=38265304276e6305f72a7e1a68aa1b4193657820
then it is not relevant, from what i can tell.

Regarding drive names, it's just an emerge option to shorten paths. R: is
pointing to KDEROOT (where all stuff is installed) and Q: is
KDEROOT/download/git (CMAKE_SOURCE_DIR, basically).

-- 
You are receiving this mail because:
You are watching all bug changes.


[frameworks-kdoctools] [Bug 357050] kdoctools fails to compile: failed to load external entity "Q:///kdoctools/docs/checkXML5/dtd/kdedbx45.dtd"

2015-12-22 Thread arrowdodger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357050

--- Comment #5 from arrowdodger <6year...@gmail.com> ---
This code is related to installation step, but i'm getting errors on building
stage.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdevelop] [Bug 356875] CMake Error: Could not create named generator 1

2015-12-21 Thread arrowdodger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356875

arrowdodger <6year...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from arrowdodger <6year...@gmail.com> ---
Fixed in
http://commits.kde.org/kdevelop/c5fde22d1de6696263dbf5ed92a478b610080dda

-- 
You are receiving this mail because:
You are watching all bug changes.