On Monday 17 October 2011 10.04:26 minoshi wrote:
> Hello again!
> 
> I continue write pacmanXG. In it I run utility 'pacman' in tterminal and
> then parse output
> pacman is package manager for archlinux
> 
> Some time ago pacman was updated and now output in tterminal and in real
> console (for example xterm) is different.
> 
> 
> tterminal:
> 
> =====================================================
> => EXECUTE : pacman -Sw  acl
> =====================================================
> resolving dependencies...
> 
> Targets (1): acl-2.2.51-1
> 
> Total Download Size:    0.13 MB
> 
> Proceed with download? [Y/n] y
> 
> :: Retrieving packages from core...
> 
> downloading acl-2.2.51-1-i686.pkg.tar.xz...
> 
> => done
> 
> ("=> done" is mark that tterminal finish executing)
> 
> 
> in real console :
> 
> [root@server pkg]# pacman -Sw  acl
> resolving dependencies...
> 
> Targets (1): acl-2.2.51-1
> 
> Total Download Size:    0.13 MB
> 
> Proceed with download? [Y/n] y
> 
> :: Retrieving packages from core...
> 
>   acl-2.2.51-1-i686       135.4K  247.1K/s 00:00:01
> [######################] 100%
> (1/1) checking package integrity
> [######################] 100%
> [root@server pkg]#
> 
> 
> In pacman news i wrote that now pacman is only front-end for library
> libalpm.so. And I suppose that missing output is output of  this library.
> 
> 
> Unfortunaly there is no documentation for library (only promise to write
> it) and i can`t write own wrapper. I looked code of library but I don`t
> know c++ :(
> 
> 
> Any ideas?

Maybe a problem of the sent line editing characters for the progress display. 
Please tee the pacman terminal output to a file and send the file.

Martin
_______________________________________________
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk

Reply via email to