tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkgsrc waiting on tty



Hi,

In the past, some package or another hung while waiting for tty... Perhaps it was simh? My memory is horrible. Don't get old, kids!

Anyway, that was fixed ages ago, but today I ran in to this:

chi# nice pkg_rolling-replace -suv >& /root/rolling.log &
[1] 14156
chi#
[1]  + Suspended (tty output)        pkg_rolling-replace -suv >& /root/rolling.log

tail  /root/rolling.log
...
LD_LIBRARY_PATH=/usr/pkgsrc/lang/python311/work/Python-3.11.6 CC='gcc -pthread' LDSHARED='gcc -pthread -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib ' OPT='-DNDEBUG -O2 -I/usr/include -I/usr/local/include' ./python -E ./setup.py build
running build
running build_ext


"fg" made it resume, but I wonder what it was doing and why it was suspended in the first place. Any hints?

FYI, it then failed:

===> replace-destdir [python311-3.11.6nb1] ===> Updating using binary package of python311-3.11.6nb1
/usr/bin/env  /usr/local/sbin/pkg_add -K /usr/local/pkgdb -U -D /usr/pkgsrc/lang/python311/work/.packages/python311-3.11.6nb1.tgz
pkg_add: Package `python311-3.11.6nb1' conflicts with `py311-cElementTree-[0-9]*', and `py311-cElementTree-3.11.6' is installed.
pkg_add: Package `python311-3.11.6nb1' conflicts with `py311-curses-[0-9]*', and `py311-curses-3.11.6nb6' is installed.
pkg_add: Package `python311-3.11.6nb1' conflicts with `py311-expat-[0-9]*', and `py311-expat-3.11.6nb1' is installed.
pkg_add: Package `python311-3.11.6nb1' conflicts with `py311-sqlite3-[0-9]*', and `py311-sqlite3-3.11.6nb24' is installed.
pkg_add: 1 package addition failed
*** Error code 1

:P

Thanks,
John


Home | Main Index | Thread Index | Old Index