On 17/01/2014 21:33, Michael Vogt wrote:
> I have a kfreebsd stable install in qemu now and can reproduce the bug
> with my git apt tree. It looks like the pty handling in pkgDpkgPM
> broke and the stdout of the dpkg inside the pty is closed/unavailable
> too early for some reason.
> 
> I see:
>   "error writing to '<standard output>': No such file or directory"
> on the dpkg status-fd when running with
>   apt-get install 2vcard -o Debug::pkgDPkgProgressReporting=true 
> 
> I haven't found the root cause of the issue yet unfortunately. 
> 
> As a workaround you can use the -o Dpkg::Use-Pty=False option, e.g.:
> # apt-get -o Dpkg::Use-Pty=False dist-upgrade

Thank you. pty support in glibc was recently adjusted to use the new /dev/pts
interface. Perhaps this might be related?

-- 
Robert Millan


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52daa587.9070...@debian.org

Reply via email to