[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2023-03-03 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=453455

Thomas Fischer  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #15 from Thomas Fischer  ---
> KBibTeX seems to be not installed completely. KBibTeX could not locate its
> own KPart.
> Only limited functionality will be available

The easiest way for you to test KBibTeX without needing to run "sudo make
install" would have been the script I have prepared for such occassions:
https://userbase.kde.org/KBibTeX/Development#Quick_Start_to_Run_KBibTeX_from_Git

Otherwise, I interpret your answer that the bug has been fixed and this report
can be closed.
Thank you for your feedback!

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2023-01-29 Thread Serguei Miridonov
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #14 from Serguei Miridonov  ---
After installing in Ubuntu 22.04.1

libecm-dev extra-cmake-modules kdevelop libkf5xmlgui-dev qtcreator qtbase5-dev
qtchooser qt5-qmake qtbase5-dev-tools libqt5charts5-dev
libqt5datavisualization5-dev libqt5gamepad5-dev libqt5gstreamer-dev
libqt5networkauth5-dev libqt5opengl5-dev libqt5remoteobjects5-dev
libqt5scxml5-dev libqt5sensors5-dev libqt5serialbus5-dev libqt5serialport5-dev
libqt5svg5-dev libqt5texttospeech5-dev libqt5virtualkeyboard5-dev
libqt5waylandclient5-dev libqt5waylandcompositor5-dev libqt5webkit5-dev
libqt5webchannel5-dev libqt5websockets5-dev libqt5webview5-dev
libqt5x11extras5-dev libqt5xmlpatterns5-dev libkf5kio-dev libkf5parts-dev
libkf5wallet-dev libkf5crash-dev libkf5texteditor-dev libkf5doctools-dev
libpoppler-qt5-dev

the script ran and compiled the program but then I've got

 ...
-- Installing: /tmp/mirsev-kbibtex-usr/share/doc/HTML/en/kbibtex/zotero.png
-- Installing: /tmp/mirsev-kbibtex-usr/share/man/man1/kbibtex.1
dirname: missing operand
Try 'dirname --help' for more information.
kbuildsycoca5 running...
/tmp/mirsev-kbibtex-usr/bin/kbibtex: error while loading shared libraries:
libkbibtexgui.so.0: cannot open shared object file: No such file or directory

So, I've set manually

LD_LIBRARY_PATH=/tmp/mirsev-kbibtex-usr/lib/x86_64-linux-gnu

and kbibtex runs but error appears with a message:

KBibTeX seems to be not installed completely. KBibTeX could not locate its own
KPart.
Only limited functionality will be available

and I only could see plain text of my BIB file, not the table as was before.

So, I then cloned the repository from https://invent.kde.org/office/kbibtex.git
and checked out 0.10 version. After commands

cmake .
make
sudo make install

it seems to work as expected.

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2023-01-29 Thread Serguei Miridonov
https://bugs.kde.org/show_bug.cgi?id=453455

Serguei Miridonov  changed:

   What|Removed |Added

 CC||mir...@cicese.mx

--- Comment #13 from Serguei Miridonov  ---
(In reply to Thomas Fischer from comment #11)
> As you can see in the previous comment, a commit was made to apply the patch
> I published earlier.
> 
> There is a helper script that allows you to test this code with little
> hassle. Please proceed as follows:
> 
> 0. Uninstall the distribution-provided KBibTeX installation
> 1. Get this script: 
> https://invent.kde.org/thomasfischer/kbibtex-related/-/raw/master/run/run-
> kbibtex.sh?inline=false
> 2. Run as normal user:   bash run-kbibtex.sh
> https://invent.kde.org/office/kbibtex.git kbibtex/0.10
> 
> None of the steps above requires root/sudo/su as everything happens in /tmp.
> If cmake complains about missing development libraries, simply install those
> via your Linux distribution's package manager and restart the script. Later,
> you can remove those packages if you see no further need.

I have just tried this and got:

Application:  kbibtex
Expected application binary:  /tmp/mirsev-kbibtex-usr/bin/kbibtex
Git URL:  https://invent.kde.org/office/kbibtex.git
Git branch or tag:kbibtex/0.10
Installation prefix:  /tmp/mirsev-kbibtex-usr
Build directory: 
/tmp/mirsev-kbibtex-build-c22204ca6e7d88358dd057ebfba85315
Configuration directory: 
/tmp/mirsev-kbibtex-xdg-c22204ca6e7d88358dd057ebfba85315
Already on 'kbibtex/0.10'
Your branch is up to date with 'origin/kbibtex/0.10'.
Already up to date.
CMake Error at CMakeLists.txt:17 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 5.51) with any of the following names:

ECMConfig.cmake
ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!
See also
"/tmp/mirsev-kbibtex-build-c22204ca6e7d88358dd057ebfba85315/CMakeFiles/CMakeOutput.log".

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2023-01-04 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #12 from Thomas Fischer  ---
Git commit ee125af91d7d4e8dfc8927cad85694b55de27a84 by Thomas Fischer.
Committed on 04/01/2023 at 22:00.
Pushed by thomasfischer into branch 'master'.

Fixing crash when opening .bib file

In certain situations, also depending on Linux distributions (varying Qt
and KDE Frameworks versions), opening a bibliography file can cause
crashes (segmentation faults) due to an invalid model or its underlying
data.

This commit changes the order of two instructions. Now first an internal
variable is properly set. Only then an update on the model is applied.

The largest part of this commit is a new test that reproducibly crashes
without the changed order of two instructions, but passes after the fix
has been applied.

This commit is a forward-port of commit 4aea6ed35b1629b3dba65a44 from
branch 'kbibtex/0.10'.
Related: bug 433084

M  +36   -0src/test/CMakeLists.txt
A  +66   -0src/test/kbibtexguitest.cpp [License: GPL (v2+)]

https://invent.kde.org/office/kbibtex/commit/ee125af91d7d4e8dfc8927cad85694b55de27a84

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2023-01-03 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #11 from Thomas Fischer  ---
As you can see in the previous comment, a commit was made to apply the patch I
published earlier.

There is a helper script that allows you to test this code with little hassle.
Please proceed as follows:

0. Uninstall the distribution-provided KBibTeX installation
1. Get this script: 
https://invent.kde.org/thomasfischer/kbibtex-related/-/raw/master/run/run-kbibtex.sh?inline=false
2. Run as normal user:   bash run-kbibtex.sh
https://invent.kde.org/office/kbibtex.git kbibtex/0.10

None of the steps above requires root/sudo/su as everything happens in /tmp. If
cmake complains about missing development libraries, simply install those via
your Linux distribution's package manager and restart the script. Later, you
can remove those packages if you see no further need.

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2023-01-03 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #10 from Thomas Fischer  ---
Git commit 4aea6ed35b1629b3dba65a441db7567eece5eab0 by Thomas Fischer.
Committed on 01/01/2023 at 22:04.
Pushed by thomasfischer into branch 'kbibtex/0.10'.

Fixing crash when opening .bib file

In certain situations, also depending on Linux distributions (varying Qt
and KDE Frameworks versions), opening a bibliography file can cause
crashes (segmentation faults) due to an invalid model or its underlying
data.

This commit changes the order of two instructions. Now first an internal
variable is properly set. Only then an update on the model is applied.

The largest part of this commit is a new test that reproducibly crashes
without the changed order of two instructions, but passes after the fix
has been applied.
Related: bug 433084

M  +1-1src/gui/file/sortfilterfilemodel.cpp
M  +36   -0src/test/CMakeLists.txt
A  +66   -0src/test/kbibtexguitest.cpp [License: GPL (v2+)]

https://invent.kde.org/office/kbibtex/commit/4aea6ed35b1629b3dba65a441db7567eece5eab0

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-12-30 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #9 from Thomas Fischer  ---
Created attachment 154903
  --> https://bugs.kde.org/attachment.cgi?id=154903=edit
Reversing order of two instructions

I think I have found the solution for this problem. Please apply this patch to
see if it solves your problem.

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-08-22 Thread kde
https://bugs.kde.org/show_bug.cgi?id=453455

k...@kalvdans.no-ip.org  changed:

   What|Removed |Added

 CC||k...@kalvdans.no-ip.org

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-06-07 Thread hakonanes
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #8 from hakonanes  ---
(In reply to Antoine D. from comment #7)
> I have partly solved my problem: I use the Flatpak version of KBibTeX.

Thank you all for your efforts troubleshooting this issue. KBibTeX from Flatpak
works mostly as expected.

In addition to the problem you mention Antoine, I cannot open PDFs of entries
via "Open Document", even though their "localfile" field has a valid file
location. I didn't have this problem before. I hope to switch back to the
KBibTeX version from apt once a new Qt version > 5.15.3 is available with the
patch you mentioned.

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-06-06 Thread Antoine D.
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #7 from Antoine D.  ---
I have partly solved my problem: I use the Flatpak version of KBibTeX. There's
no crash anymore, but the "Open a file" button in KBibTeX doesn't work. To open
a file, you have to use your file manager, select your file and click "Open
with KBibTeX". It is not perfect but at least I can open a file and do
something in KBibTeX.
If you want to know how I got to this solution, see
https://bugs.kde.org/show_bug.cgi?id=433084#c15 and then
https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/663425-how-can-i-get-the-qt5-patch-collection-to-solve-my-crashing-kbibtex-problem

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-06-03 Thread Antoine D.
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #6 from Antoine D.  ---
(In reply to Raymond Wan from comment #5)
When I wanted to report my bug in May 20, I searched for a crashing KBibTeX and
I found bug 433084 "KBibTeX crashes when opening .bib file" which was exactly
my problem. I never had a starting issue (I usually start my apps with the
launcher). And I guess 847...@gmail.com was in the same situation as me, as he
or she chose to report the problem there in May 17.
It's surely a good idea to put hakonanes' comment, 847...@gmail.com's one,
yours and mine in the same place but I don't think I can do that on my own.

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-06-03 Thread Raymond Wan
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #5 from Raymond Wan  ---
(In reply to Antoine D. from comment #4)
> Since your problem is now a crashing issue, I invite you to have a look to
> bug 433084. You might find my experience interesting (even though it solves
> nothing).

Thank you for the pointer!  But I think it would be more appropriate for your
comment to be attached to this bug rather than that one.  After all, it looks
like all of us are experiencing this bug with Ubuntu 22.04 .  Whereas that
original bug was first file in February 2021.  That one was also pulled from
the Git repository, whereas this one is the version that was released with this
Ubuntu version.

Of course, it's entirely possible that the cause of the two bugs is the same...

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #4 from ant7des...@gmail.com ---
Since your problem is now a crashing issue, I invite you to have a look to bug
433084. You might find my experience interesting (even though it solves
nothing).

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=453455

ant7des...@gmail.com changed:

   What|Removed |Added

 CC||ant7des...@gmail.com

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-05-13 Thread Raymond Wan
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #3 from Raymond Wan  ---
Thank you for reporting the original problem, hakonanes!

Out of desperation (as I need to use it), I even tried kbibtex for Ubuntu 21.10
(version 0.9.90-1) and Ubuntu 20.04 (0.8.1-1ubuntu5).  I needed to install
kbibtex, kbibtex-data, and icu.  As kbibtex has other dependencies, I didn't
think this could work.  But I wasn't asked for other dependencies.

However, it crashed in exactly the same way (i.e., segmentation fault), even
though I have used kbibtex on Ubuntu 21.10 and Ubuntu 20.04 before.  This was
surprising and, unfortunately, I don't know what this means...  Just thought
I'd mention this so that you won't waste time trying this.

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-05-10 Thread hakonanes
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #2 from hakonanes  ---
Thank you for the additional information, Raymond. I experience the same
behaviour as you do: after deleting the cache files you mention, KBibTeX opens
without issue, but when opening the .bib file I've always used, the software
crashes.

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-05-09 Thread Raymond Wan
https://bugs.kde.org/show_bug.cgi?id=453455

Raymond Wan  changed:

   What|Removed |Added

 CC||rwan.w...@gmail.com

--- Comment #1 from Raymond Wan  ---
I can confirm that this happens on Ubuntu 22.04 .  What I also found out is
kbibtex will start if I erase these files:

rm -f -r .local/share/kbibtex .cache/kbibtex/ .config/kbibtexrc

But if I start a new BibTeX file and put a single entry like this:

@article{New1,
author = {a and b},
journal = {def},
title = {{abc}},
year = {2010}
 }

it will save fine.  If I exit and try to load this file with a single entry
back in, then it crashes again with "segmentation fault".  So, I don't think it
is a problem of my input .bib files or any of the configuration files (unless
there is still another one which I haven't yet deleted).

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-05-06 Thread hakonanes
https://bugs.kde.org/show_bug.cgi?id=453455

hakonanes  changed:

   What|Removed |Added

   Platform|Other   |Ubuntu Packages

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