* bug#58219: ubuntu 22.04.1 LTS
@ 2022-10-01 8:55 Gwang-Jin Kim
2022-10-01 12:18 ` Lars Ingebrigtsen
2022-10-04 9:00 ` bug#58219: resolved the "but" Gwang-Jin Kim
0 siblings, 2 replies; 5+ messages in thread
From: Gwang-Jin Kim @ 2022-10-01 8:55 UTC (permalink / raw)
To: 58219
[-- Attachment #1: Type: text/plain, Size: 256 bytes --]
I did
```
conda create --name emacs
conda activate emacs
conda install -c conda-forge emacs # downloaded v28
emacs &
## output: emacs: symbol lookup error: emacs: undefined symbol:
malloc_get_state, version GLIBC_2.2.5
```
The apt-installed emacs works.
[-- Attachment #2: Type: text/html, Size: 400 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#58219: ubuntu 22.04.1 LTS
2022-10-01 8:55 bug#58219: ubuntu 22.04.1 LTS Gwang-Jin Kim
@ 2022-10-01 12:18 ` Lars Ingebrigtsen
2022-10-04 9:04 ` Gwang-Jin Kim
2022-10-04 9:00 ` bug#58219: resolved the "but" Gwang-Jin Kim
1 sibling, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2022-10-01 12:18 UTC (permalink / raw)
To: Gwang-Jin Kim; +Cc: 58219
Gwang-Jin Kim <gwang.jin.kim.phd@gmail.com> writes:
> I did
>
> ```
> conda create --name emacs
> conda activate emacs
> conda install -c conda-forge emacs # downloaded v28
> emacs &
> ## output: emacs: symbol lookup error: emacs: undefined symbol: malloc_get_state,
> version GLIBC_2.2.5
> ```
> The apt-installed emacs works.
This seems like a problem with "conda" (which I know nothing about) or
Ubuntu, so you should report this problem to them.
Closing.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#58219: resolved the "but"
2022-10-01 8:55 bug#58219: ubuntu 22.04.1 LTS Gwang-Jin Kim
2022-10-01 12:18 ` Lars Ingebrigtsen
@ 2022-10-04 9:00 ` Gwang-Jin Kim
2022-10-04 9:02 ` Gwang-Jin Kim
1 sibling, 1 reply; 5+ messages in thread
From: Gwang-Jin Kim @ 2022-10-04 9:00 UTC (permalink / raw)
To: 58219
[-- Attachment #1: Type: text/plain, Size: 558 bytes --]
The bug was a self-created one!
I once long time ago softlinked /var/log to some home directory folder
because I ran out of memory space.
Somehow the link was persisting.
Meanwhile I enlarged the partition using gparted - so I had no space
problems any more.
My solution was to remove the softlink and replace file folder instead:
sudo rm /var/log
sudo mkdir -p /var/log
probably such kind of softlinks underlie mount errors freuquently related
to snap.
You can close this case then now, since it is resolved.
Thank you for your time!
Best,
GWang Jin
[-- Attachment #2: Type: text/html, Size: 804 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#58219: resolved the "but"
2022-10-04 9:00 ` bug#58219: resolved the "but" Gwang-Jin Kim
@ 2022-10-04 9:02 ` Gwang-Jin Kim
0 siblings, 0 replies; 5+ messages in thread
From: Gwang-Jin Kim @ 2022-10-04 9:02 UTC (permalink / raw)
To: 58219
[-- Attachment #1: Type: text/plain, Size: 878 bytes --]
Oh no - sorry - this is for emacs - and not my ubuntu bug which I reported.
Sorry - but thank you for the answer!!!
Glad to know that it is there. How to tell the package owners to change it?
...
On Tue, Oct 4, 2022 at 11:00 AM Gwang-Jin Kim <gwang.jin.kim.phd@gmail.com>
wrote:
> The bug was a self-created one!
> I once long time ago softlinked /var/log to some home directory folder
> because I ran out of memory space.
>
> Somehow the link was persisting.
>
> Meanwhile I enlarged the partition using gparted - so I had no space
> problems any more.
>
> My solution was to remove the softlink and replace file folder instead:
>
> sudo rm /var/log
> sudo mkdir -p /var/log
>
> probably such kind of softlinks underlie mount errors freuquently related
> to snap.
>
> You can close this case then now, since it is resolved.
> Thank you for your time!
>
> Best,
> GWang Jin
>
[-- Attachment #2: Type: text/html, Size: 1397 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#58219: ubuntu 22.04.1 LTS
2022-10-01 12:18 ` Lars Ingebrigtsen
@ 2022-10-04 9:04 ` Gwang-Jin Kim
0 siblings, 0 replies; 5+ messages in thread
From: Gwang-Jin Kim @ 2022-10-04 9:04 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 58219
[-- Attachment #1: Type: text/plain, Size: 745 bytes --]
Yes, later, it came to my mind that the conda package has to be re-flashed
probably
I have to learn building conda packages to be able to fix it myself.
Thank you a lot!
On Sat, Oct 1, 2022 at 2:18 PM Lars Ingebrigtsen <larsi@gnus.org> wrote:
> Gwang-Jin Kim <gwang.jin.kim.phd@gmail.com> writes:
>
> > I did
> >
> > ```
> > conda create --name emacs
> > conda activate emacs
> > conda install -c conda-forge emacs # downloaded v28
> > emacs &
> > ## output: emacs: symbol lookup error: emacs: undefined symbol:
> malloc_get_state,
> > version GLIBC_2.2.5
> > ```
> > The apt-installed emacs works.
>
> This seems like a problem with "conda" (which I know nothing about) or
> Ubuntu, so you should report this problem to them.
>
> Closing.
>
[-- Attachment #2: Type: text/html, Size: 1230 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-10-04 9:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-01 8:55 bug#58219: ubuntu 22.04.1 LTS Gwang-Jin Kim
2022-10-01 12:18 ` Lars Ingebrigtsen
2022-10-04 9:04 ` Gwang-Jin Kim
2022-10-04 9:00 ` bug#58219: resolved the "but" Gwang-Jin Kim
2022-10-04 9:02 ` Gwang-Jin Kim
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).