Public bug reported:
Noticed multiple installation errors during upgrade from 24.04 to 26.04.
The fundamental problem was:
/usr/sbin/update-info-dir: 27: export: export __GL_SYNC_TO_VBLANK: bad variable
name
This because /etc/environment has the line:
export __GL_SYNC_TO_VBLANK=0
and /usr/sbin/update-info-dir tries to actually export all pertinent line from
/etc/environment which results in the bash command:
export export __GL_SYNC_TO_VBLANK=0
which throws the message reported above.
Removing "export" from the line in /etc/environment fixes the problem
(for me)
bash:~$ install-info --version
install-info (GNU texinfo) 7.2
bash:~$ apt-cache policy install-info
install-info:
Installed: 7.2-5ubuntu2
Candidate: 7.2-5ubuntu2
Version table:
*** 7.2-5ubuntu2 500
500 http://us.archive.ubuntu.com/ubuntu resolute/main amd64 Packages
100 /var/lib/dpkg/status
** Affects: texinfo (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2154701
Title:
/etc/environment has extraneous "export"
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texinfo/+bug/2154701/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs