[GH-ISSUE #171] Ubuntu 22 installation #73

Closed
opened 2026-05-05 03:38:01 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @acontini on GitHub (Nov 16, 2023).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/171

Hello all, I've tried to both compile and install upp on ubuntu cinnamon 22 without any luck.
If you add the repo, the u22 distro is not present (it looks for an old dependency library libdev12 or similar, but the current version is 16)
If you compile it from source it comes out with an error saying to contact the programmers.

I can try to reproduce the errors and send more details later on, but I just wanted to log this issue. TIA

Originally created by @acontini on GitHub (Nov 16, 2023). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/171 Hello all, I've tried to both compile and install upp on ubuntu cinnamon 22 without any luck. If you add the repo, the u22 distro is not present (it looks for an old dependency library libdev12 or similar, but the current version is 16) If you compile it from source it comes out with an error saying to contact the programmers. I can try to reproduce the errors and send more details later on, but I just wanted to log this issue. TIA
Author
Owner

@mirek-fidler commented on GitHub (Nov 16, 2023):

What do you mean by "add the repo"?

Do you follow the recommended procedure?

https://www.ultimatepp.org/app$ide$install_posix_en-us.html

Mirek

On Thu, Nov 16, 2023 at 11:49 AM Andrea Contini @.***>
wrote:

Hello all, I've tried to both compile and install upp on ubuntu cinnamon
22 without any luck.
If you add the repo, the u22 distro is not present (it looks for an old
dependency library libdev12 or similar, but the current version is 16)
If you compile it from source it comes out with an error saying to contact
the programmers.

I can try to reproduce the errors and send more details later on, but I
just wanted to log this issue. TIA


Reply to this email directly, view it on GitHub
https://github.com/ultimatepp/ultimatepp/issues/171, or unsubscribe
https://github.com/notifications/unsubscribe-auth/AARH235J65LBKKEKTYY3RBTYEXVRZAVCNFSM6AAAAAA7N6BCM2VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4TMNJXHE3TONI
.
You are receiving this because you are subscribed to this thread.Message
ID: @.***>

<!-- gh-comment-id:1814215813 --> @mirek-fidler commented on GitHub (Nov 16, 2023): What do you mean by "add the repo"? Do you follow the recommended procedure? https://www.ultimatepp.org/app$ide$install_posix_en-us.html Mirek On Thu, Nov 16, 2023 at 11:49 AM Andrea Contini ***@***.***> wrote: > Hello all, I've tried to both compile and install upp on ubuntu cinnamon > 22 without any luck. > If you add the repo, the u22 distro is not present (it looks for an old > dependency library libdev12 or similar, but the current version is 16) > If you compile it from source it comes out with an error saying to contact > the programmers. > > I can try to reproduce the errors and send more details later on, but I > just wanted to log this issue. TIA > > — > Reply to this email directly, view it on GitHub > <https://github.com/ultimatepp/ultimatepp/issues/171>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AARH235J65LBKKEKTYY3RBTYEXVRZAVCNFSM6AAAAAA7N6BCM2VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4TMNJXHE3TONI> > . > You are receiving this because you are subscribed to this thread.Message > ID: ***@***.***> >
Author
Owner

@klugier commented on GitHub (Nov 17, 2023):

Everything works fine. I compiled it on VirtualBox on Ubuntu 22 LTS. All you need to do is download tarbal (for example the nightly one from https://www.ultimatepp.org/www$uppweb$download$en-us.html, unpack it and then run './install.sh'. Please agree to install all dependencies when the script ask you to do it. Without it you might have errors.

<!-- gh-comment-id:1816820456 --> @klugier commented on GitHub (Nov 17, 2023): Everything works fine. I compiled it on VirtualBox on Ubuntu 22 LTS. All you need to do is download tarbal (for example the nightly one from https://www.ultimatepp.org/www$uppweb$download$en-us.html, unpack it and then run './install.sh'. Please agree to install all dependencies when the script ask you to do it. Without it you might have errors.
Author
Owner

@acontini commented on GitHub (Nov 25, 2023):

my bad as libstc++ wasn't installed
/home/conte/.bin/upp/uppsrc/Core/Core.h:53:10: fatal error: 'typeinfo' file not found
#include
^~~~~~~~~~
Is there a way to add a possible check for this?

<!-- gh-comment-id:1826250370 --> @acontini commented on GitHub (Nov 25, 2023): my bad as libstc++ wasn't installed /home/conte/.bin/upp/uppsrc/Core/Core.h:53:10: fatal error: 'typeinfo' file not found #include <typeinfo> ^~~~~~~~~~ Is there a way to add a possible check for this?
Author
Owner

@klugier commented on GitHub (Dec 22, 2023):

@acontini do you still have this problem? Please keep in mind that there is a Ubuntu bug that is causing this problem https://bugs.launchpad.net/ubuntu/+source/clang/+bug/1997600). It is only present when distribution is manually updated. On fresh installation everything works fine. Since it is bug caused by distribution, we will not provide any workaround or fix.

The workaround in accordance to our users (https://www.ultimatepp.org/forums/index.php?t=msg&goto=59715&) is installing libstdc++-12-dev:
sudo apt-get install libstdc++-12-dev

<!-- gh-comment-id:1867803857 --> @klugier commented on GitHub (Dec 22, 2023): @acontini do you still have this problem? Please keep in mind that there is a Ubuntu bug that is causing this problem https://bugs.launchpad.net/ubuntu/+source/clang/+bug/1997600). It is only present when distribution is manually updated. On fresh installation everything works fine. Since it is bug caused by distribution, we will not provide any workaround or fix. The workaround in accordance to our users (https://www.ultimatepp.org/forums/index.php?t=msg&goto=59715&) is installing libstdc++-12-dev: `sudo apt-get install libstdc++-12-dev`
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#73
No description provided.