https://bugs.kde.org/show_bug.cgi?id=338319
Michael Gooch changed:
What|Removed |Added
CC||gooc...@gmail.com
--- Comment #2 from Michael
https://bugs.kde.org/show_bug.cgi?id=338319
--- Comment #3 from Michael Gooch ---
it also appears that the 4.12 branch cannot build qt because something is
lacking the isX86 attribute
File "f:\kde\emerge\portage\dev-util\msys\msys2\msys2-20110627.py", line 7,
in setTarg
https://bugs.kde.org/show_bug.cgi?id=340273
Bug ID: 340273
Summary: Msys failure on kde-win for kde-4.12 due to bad line
in python code
Product: kde-windows
Version: unspecified
Platform: MS Windows
OS: MS W
https://bugs.kde.org/show_bug.cgi?id=340273
--- Comment #1 from Michael Gooch ---
there are additional errors in the file apparently, i'm going to try copying
the entire branch 4.13 file over to see if it repairs the problem
--
You are receiving this mail because:
You are the assignee fo
https://bugs.kde.org/show_bug.cgi?id=340273
--- Comment #2 from Michael Gooch ---
nope, that just breaks spectacularly in another way
--
You are receiving this mail because:
You are the assignee for the bug.
___
Kde-windows mailing list
Kde-windows
https://bugs.kde.org/show_bug.cgi?id=340273
--- Comment #3 from Michael Gooch ---
looks like it begins failing in the openssl python file, gonna copy that and
see if it does the same fix
--
You are receiving this mail because:
You are the assignee for the bug
https://bugs.kde.org/show_bug.cgi?id=340273
--- Comment #5 from Michael Gooch ---
I tried 4.13 first, i'm getting a build failure in QT webkit module somewhere
--
You are receiving this mail because:
You are the assignee for the bug.
___
Kde-wi
https://bugs.kde.org/show_bug.cgi?id=340289
Bug ID: 340289
Summary: in kde-4.13 for windows, emerge qt fails build
Product: kde-windows
Version: unspecified
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=340289
Michael Gooch changed:
What|Removed |Added
URL||http://pastebin.com/wJicadE
https://bugs.kde.org/show_bug.cgi?id=340273
--- Comment #6 from Michael Gooch ---
which i've reported just now after it failed again:
https://bugs.kde.org/show_bug.cgi?id=340289
--
You are receiving this mail because:
You are the assignee for th
https://bugs.kde.org/show_bug.cgi?id=340289
--- Comment #2 from Michael Gooch ---
strangely, I don't actually see that setting in this file
I also seem to be having an issue where the ini file is being used by emerge
instead of the settings.bat file (python files being given priority pe
https://bugs.kde.org/show_bug.cgi?id=340289
--- Comment #3 from Michael Gooch ---
found it
set EMERGE_USE_SHORT_PATH=True
--
You are receiving this mail because:
You are the assignee for the bug.
___
Kde-windows mailing list
Kde-windows@kde.org
https://bugs.kde.org/show_bug.cgi?id=340289
--- Comment #4 from Michael Gooch ---
its also set that way in the kdesettings.ini file
--
You are receiving this mail because:
You are the assignee for the bug.
___
Kde-windows mailing list
Kde-windows
https://bugs.kde.org/show_bug.cgi?id=340289
--- Comment #5 from Michael Gooch ---
Strangely if I try to use the powershell script, it doesn't seem to properly
complete setup.
Drive already SUBSTed
Drive already SUBSTed
Drive already SUBSTed
KDEROOT : r:\
KDECOMPILER : mingw4
KDESVNDIR
https://bugs.kde.org/show_bug.cgi?id=340319
Bug ID: 340319
Summary: Master branch, trying to emerge kdevelop fails on ICU
package
Product: kde-windows
Version: unspecified
Platform: MS Windows
URL: http://pas
https://bugs.kde.org/show_bug.cgi?id=340319
--- Comment #2 from Michael Gooch ---
that does appear to be fixed now... qt still bugging on me
--
You are receiving this mail because:
You are the assignee for the bug.
___
Kde-windows mailing list
Kde
https://bugs.kde.org/show_bug.cgi?id=340682
Bug ID: 340682
Summary: QT webkit build error
Product: kde-windows
Version: unspecified
Platform: Other
OS: other
Status: UNCONFIRMED
Severity: major
P
https://bugs.kde.org/show_bug.cgi?id=340682
Michael Gooch changed:
What|Removed |Added
Summary|QT webkit build error |QT webkit build error
https://bugs.kde.org/show_bug.cgi?id=340682
--- Comment #2 from Michael Gooch ---
seems like it may have been caused by avast holding up the progress of threads
by running things in a boxed test environment. (its been picking up various
pieces of mingw as suspicious) so I had it shut down
https://bugs.kde.org/show_bug.cgi?id=340743
Bug ID: 340743
Summary: emerge failure on knewstuff
Product: kde-windows
Version: unspecified
Platform: Other
OS: MS Windows
Status: UNCONFIRMED
Severity: major
https://bugs.kde.org/show_bug.cgi?id=340829
Bug ID: 340829
Summary: Cryptic Warnings on emerge KDevelop
Product: kde-windows
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: nor
https://bugs.kde.org/show_bug.cgi?id=340831
Bug ID: 340831
Summary: Error on emerge kdevelop in kcwsh
Product: kde-windows
Version: unspecified
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
Sever
https://bugs.kde.org/show_bug.cgi?id=340831
--- Comment #1 from Michael Gooch ---
on a quick review it looks like the cmake file simply needs the cpp flag
-std=c++11 added
--
You are receiving this mail because:
You are the assignee for the bug
https://bugs.kde.org/show_bug.cgi?id=340831
--- Comment #2 from Michael Gooch ---
I am not quite sure how to find the required cmake file, as I am not accustomed
to the buildsystems that kde-windows porting uses, but I am trying nonetheless
in the interest of testing if my assessment is accurate
https://bugs.kde.org/show_bug.cgi?id=340831
--- Comment #3 from Michael Gooch ---
adding -std=c++11 to the CXXFLAGS variable in
r:\build\testing\kcwsh\work\mingw-w64-RelWithDebInfo-gitHEAD\tests\CMakeFiles\terminaltest.dir\flags.make
allows this package to compile, but I'm as of yet not
https://bugs.kde.org/show_bug.cgi?id=340831
--- Comment #4 from Michael Gooch ---
adding set_target_properties(terminaltest PROPERTIES COMPILE_FLAGS
"-std=c++11")
between lines 10 and 11 in Q:\kcwsh\tests\CMakeLists.txt seems to fix this
--
You are receiving this mail because:
Y
https://bugs.kde.org/show_bug.cgi?id=340831
--- Comment #5 from Michael Gooch ---
Created attachment 89524
--> https://bugs.kde.org/attachment.cgi?id=89524&action=edit
CMakeLists from tset directory, with the change I made
--
You are receiving this mail because:
You are the assignee
https://bugs.kde.org/show_bug.cgi?id=340831
--- Comment #6 from Michael Gooch ---
that fix will probably need to be adapted somehow to accomodate people using MS
visual compilers
--
You are receiving this mail because:
You are the assignee for the bug
https://bugs.kde.org/show_bug.cgi?id=340834
Bug ID: 340834
Summary: emerge konsole error: KF5 missing
Product: kde-windows
Version: unspecified
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
Sever
https://bugs.kde.org/show_bug.cgi?id=340834
--- Comment #4 from Michael Gooch ---
I have that frameworks/tier1/kconfig installed, and yet it still gives me the
above error.
--
You are receiving this mail because:
You are the assignee for the bug
https://bugs.kde.org/show_bug.cgi?id=340834
--- Comment #5 from Michael Gooch ---
also interesting to note trying to run emerge frameworks/tier1/kconfig results
in an error
r:\build\testing\kcwsh\work\mingw-w64-RelWithDebInfo-gitHEAD>emerge
rameworks/tier1/kconfig
emerge debug: buildAction:
https://bugs.kde.org/show_bug.cgi?id=340834
--- Comment #6 from Michael Gooch ---
Created attachment 89542
--> https://bugs.kde.org/attachment.cgi?id=89542&action=edit
patch to adjust konsole.py
here you go, i'm not sure where else to put it.
--
You are receiving this mail beca
https://bugs.kde.org/show_bug.cgi?id=340834
--- Comment #7 from Michael Gooch ---
However the build-script for konsole still doesn't seem to SEE kconfig
--
You are receiving this mail because:
You are the assignee for the bug.
___
Kde-windows ma
https://bugs.kde.org/show_bug.cgi?id=340831
--- Comment #8 from Michael Gooch ---
That will probably work Kevin, should just leave this to the devs to implement
how they want at this point I guess. It got me past that package build at the
very least. (i'm using mingw myself)
--
Yo
https://bugs.kde.org/show_bug.cgi?id=340831
--- Comment #9 from Michael Gooch ---
Created attachment 89543
--> https://bugs.kde.org/attachment.cgi?id=89543&action=edit
fixes the compiler flag for the affected target
needs confirmatory testing and a second look to determine i didn'
https://bugs.kde.org/show_bug.cgi?id=340834
--- Comment #8 from Michael Gooch ---
looks like:
find_package(KF5 CONFIG REQUIRED
Bookmarks Completion Config ConfigWidgets
CoreAddons DocTools GuiAddons I18n IconThemes
Init KDE4Support KIO Notifications NotifyConfig
Parts Pty
https://bugs.kde.org/show_bug.cgi?id=340834
--- Comment #9 from Michael Gooch ---
in R:\lib\cmake\KF5Config
there are a few files
Directory of R:\lib\cmake\KF5Config
11/07/2014 03:59 PM .
11/07/2014 03:59 PM ..
11/07/2014 03:56 PM 2,514
https://bugs.kde.org/show_bug.cgi?id=340834
--- Comment #10 from Michael Gooch ---
It looks like cmake wants there to be a master KF5.cmake file, and i'm only
seeing the ones installed for each package so far
--
You are receiving this mail because:
You are the assignee for th
https://bugs.kde.org/show_bug.cgi?id=340834
--- Comment #11 from Michael Gooch ---
I tried splitting that command up like this:
find_package(KF5Bookmarks CONFIG REQUIRED)
find_package(KF5Completion CONFIG REQUIRED)
find_package(KF5Config CONFIG REQUIRED)
find_package(KF5ConfigWidgets CONFIG
https://bugs.kde.org/show_bug.cgi?id=340834
--- Comment #14 from Michael Gooch ---
as for the missing PTY framework, is that dropped too, or is it simply not
ready yet?
--
You are receiving this mail because:
You are the assignee for the bug.
___
Kde
https://bugs.kde.org/show_bug.cgi?id=340834
--- Comment #15 from Michael Gooch ---
Oh btw, changing CONFIG to MODULES does appear to have done the trick. I don't
know if that makes it dependent on any particular thing like
extra-cmake-modules, as that was already installed. (might want to d
https://bugs.kde.org/show_bug.cgi?id=340899
Bug ID: 340899
Summary: Konsole package cmake file wants missing framworks
package: PTY
Product: kde-windows
Version: unspecified
Platform: MS Windows
OS: MS Windo
https://bugs.kde.org/show_bug.cgi?id=340899
--- Comment #1 from Michael Gooch ---
Forgot to add the step to reproduce: 0. Fix the cmake file by changing CONFIG
to MODULE in the KF5 frameworks find_package call
--
You are receiving this mail because:
You are the assignee for the bug
https://bugs.kde.org/show_bug.cgi?id=340899
--- Comment #3 from Michael Gooch ---
Maybe it could implement the methods but just redirect the functionality in a
way that works for windows commandline stuff? Either that or remove the calls
to it from the ported konsole and replace them with
https://bugs.kde.org/show_bug.cgi?id=341171
Bug ID: 341171
Summary: problems with windows paths in kdevelop
Product: kde-windows
Version: unspecified
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
45 matches
Mail list logo