Your message dated Fri, 11 May 2012 21:44:26 +0800
with message-id 
<can3vercxinmj_k6ky7wb_31ehkovcyawdiojzrtawbjyg25...@mail.gmail.com>
and subject line [fixed before time] aptitude: looping when called from e.g., 
xargs
has caused the Debian Bug report #268775,
regarding aptitude: looping when called from e.g., xargs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
268775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=268775
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aptitude
Version: 0.2.15.2-1
Severity: normal

# aptitude install gnome-terminal
will prompt the user as normal.
# echo gnome-terminal|xargs aptitude install
will prompt the user, but at the same time the CPU meter goes to 100%
meaning some tight loop is going on! Had to hit ^C.
# echo gnome-terminal|xargs apt-get install
just assumes the user said "n", well never mind that for now.

Too bad. I wanted to do
grep-status -F status config-files -n -s package|xargs aptitude purge
OK, working around it with
set -- $(grep-status -F status config-files -n -s package)&&
        aptitude purge $@


--- End Message ---
--- Begin Message ---
Version: 0.3.4-1

This one was fixed years ago.  Same problem as here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=318749

aptitude (0.3.4-1) experimental; urgency=low

    - Abort cleanly instead of crashing when the command-line mode gets
      EOF on stdin. (Closes: #318749)


--- End Message ---
_______________________________________________
Aptitude-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-devel

Reply via email to