[Bug 561316] [NEW] Sync codelite 2.5.2.4031~dfsg-1 (universe) from Debian unstable (main)

Launchpad Bug Tracker 561316 at bugs.launchpad.net
Mon Apr 12 10:24:27 BST 2010


You have been subscribed to a public bug by Alessio Treglia (quadrispro):

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

 affects ubuntu/codelite
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors
 done

Please sync codelite 2.5.2.4031~dfsg-1 (universe) from Debian unstable
(main)

Changelog entries since current lucid version 2.2.0.3681+dfsg-0ubuntu2:

codelite (2.5.2.4031~dfsg-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.

 -- Alessio Treglia <quadrispro at ubuntu.com>  Fri, 09 Apr 2010 02:03:19
+0200

codelite (2.3.0.3833~dfsg-1) unstable; urgency=low

  * Initial release (Closes: #516896).

 -- Alessio Treglia <quadrispro at ubuntu.com>  Thu, 25 Mar 2010 11:37:04
+0100

Upstream changes between 2.3.0.3833 and 2.5.2.4031:

Major changes that will require a re-build of your workspaces:

==============================================================

codelite is now built with GCC-TDM-4.4.1-2 SJLJ compiler. This means
that the provided compiler (MinGW4.4.1) also uses this compiler (and
toolchain) - you will need to rebuild your workspace

The reason for this move was the in-ability of debugging codelite under
Windows when built against wxWidgets-2.9


UI changes:
===========
- - Moved to wxAuiNotebook
- - added an option to set the alpha value of the caret line background color (from settings -> global editor preferences)

- - Output View can now be docked (configurable)

- - When deleting a file from the explorer tree, codelite will select
the next sibling item instead of selecting the parent node

- - UI: Added new option to the menu 'Reload Default Layout' this option
restores codelite layout as it was during startup *before* loading the
saved perspective from the disk (useful to reset the layout of the
toolbars, hidden panes, problematic toolbars etc)

- - Use wxAuiToolBar to manage the output pane view on Mac / Windows

- - Removed the old 'Search' dialog. All search operations are no
unified and are using the 'incremenetal seaerch bar'

- - UI: QuickFind: Added new button which allows to mark all matches using special indicator in the editor
- - UI: QuickFind: Look and feel was modified and it now looks more slick :)

- - UI: Removed the static text 'Selected Configration' from the
workspace view, replaced it with tooltip (to save some screenspace)

- - Double clicking on the main editor's tab background area will create
new editor (similar to firefox)

- - New: UI: the find bar (Ctrl-F) now can be placed on top of the
editor or at the bottom (configurable from the settings -> global editor
pereferences -> docking windows)

- - Fixed: Find In Files dialog now holds a choice box to select the
encoding to use while scanning files (default is set to ISO-8859-1)

- - Implemented FR#2970845: Move line. Holding down Ctrl-PGUP / Ctrl-
PGDN will move the caret line up / down. (the shortcuts are
configurable)

- - Implemented FR#2974038: Provide a way to search in the keyboard
shortcuts dialog to quickly locate an entry

- - UI: Enabled active caption for the various docking windows

- - UI: "Highlight Word" now colours the selected word with an alpha
colour surrounded with an outline solid colour


Code Completion:
================

- - Fixed: FR#2904210: Broken Navigation/Completion: Parse "using" in
header files. This option is now configurable via the GUI and it is
disabled by default. You can enable it from 'Settings -> Tags Setting ->
General Tab'

- - FR#2963316: Code completion for namespace alias. codelite_indexer
now parses and stores entries of namespace aliases (e.g. namespace bf =
boost::filesystem;)

- - Fixed: Better handling for functions with declaration that spreads
over multiple lines

- - CodeLite will now perform a sanity check on the paths set for the
code-completion parser to make sure they all exist on the disk

- - Fixed: function tip for method signature that does not include
identifier for the arguments now works properly

- - Fixed: BUG#: 2963340: On Windows, open file should ignore case
sensitive for file names when attempting to use the 'Open include file'

- - UI: CodeCompletion: Applied a smarter way for the completion box to be dismissed automatically:
    - If an exact match is found and there are no other partial matches exist in the completion box, the completion box is then dismissed
    - If an exact match is found in the completion box, however, the completion box contains entries that starts with that match, it will not be dimissed (e.g. user tyeped 'if', while the completion box contains 'if' and 'ifdef')

- - When retagging, show a 'wait cursor' for better user hinting


Debugger:

=========

- - Debugger: Implemented FR#2945741:  Display in decimal and hex
formats in the 'Debugger Tip' (Display Variable) dialog

- - Attach Process Dialog: Added an option to narrow down the process list using name matching.
- - Attach Process Dialog: Added a refresh button to the dialog
- - Debugger: New option is now available: 'Apply Breakpoints after main is hit' when enabled, codelite will set a breapoint at 'main' function once this breakpoint is hit, codelite will apply all user breakpoints and will issue a 'continue' command (the internal breakpoint that was set will be deleted)

- - Debugger: Added file name normalization to reduce the chance of
stale breakpoints in the UI

- - The debugger tooltip is now dismissed when any keyboard key is
clicked. Also, it will disappear when attempting to execute any debugger
command like F10 (Next)


Bug Fixes:

==========

- - General: Fixed: closing all editors will no longer clear the
environment message at the status bar

- - Fixed: BUG#2947966: terminal settngs don't work for debugging

- - Fixed: codelite_xterm script now accepts titles with spaces

- - Output pane now restores its size properly when toggled
- - Fixed: Linux: Make sure that all paths that codelite adds to the code comepletion parser actually exists on the disk

- - Changing the global colour from the syntax highlight dialog does not
affect the selection colour any more (BUG#2974225)

- - Fixed: BUG#2946631: Error with languages in SVN. codelite will now
force the locale to be C for the parsing to be correct (it will affect
only the spawned svn process)

- - Find In Files: File Mask + Encoding selection are now persistent
between sessions

- - Fixed: auto complete braces now behaves more intelligently and adds
a matching brace only if the inserted match brace will match to
previously inserted open brace.

- - Build Tab: Better support for opening files when using custom
makefiles on multi-core machines

- - Fixed BUG#: 2976966: Program termination not detected by debugger
(Mac OSX 10.6)

- - Fixed: Subversion: svn add does not pass --non-interactive switch to
the svn command line


CppCheck Plugin:

================

- - Upgraded to cppcheck 1.42

- - cppcheck now uses similar output as build output (errors are
clickable and marked with colours)


Qmake Plugin:

================

- - Qmake Plugin now accepts the build marcros as part of its 'User
Section' in the Qmake tab of the project settings.


New Functionality:

=================

- - Environment variables: it is now possible to place an environment variables inside another:
  PATH=$(WXWIN)\lib\gcc_dll;$(PATH)

- - Smart Indent: do not indent after inserting #else as if it was
'else'

- - Applied patch to support primary selection on Linux - copy/paste
using mouse middle button wxWidgets 2.9 only as it seems the clipboard
is broken under wxWidgets2.8 (by DavidGH)

- - Environment variables: added new env variable: $(CodeLiteDir) this environment variable is automatically expanded into the installation path of codelite. Using the previous change, it is now make codelite+mingw+wx fully portable by specifying the paths the following:
	Assuming you installed MinGW-4.4.1 + WX  in codelite root directory, one can set thses variables:

	
	PATH=$(CodeLiteDir)\MinGW-4.4.1\bin;$(PATH)
	WXWIN=$(CodeLiteDir)\wxWidgets-2.8.10
	WXCFG=gcc_dll\mswu
	

        By doing this, codelite is actually portable along with its
wxWidgets + MinGW installations


- - Applied patch to improve the Ctrl-F functionality:  (DavidGH)
  1) Add a status message when search reached end of document
  2) If the match is found inside folded code, unfold it

- - New: Syntax Highlight: added support for "EOL Fill" for the various
styles, as taken from Scintilla docs:

    "If the last character in the line has a style with this attribute
set,

     the remainder of the line up to the right edge of the window is
filled with the background colour set for the last character"

- - Fixed: the option whether or not to style within a pre-processor
line (AKA "macros" , "defines") is now configurable. Available from the
C++ lexer page of the "Syntax Highlight & Font" dialog

- - Build System: Changed the object directory to a single intermediate
directory per project.

  Incases were multiple files with the same name exist under the same
project, but under different paths, codelite will prepend the parent
directory to the object name.

  This is not perfect but should fix most cases.


        So, considering the following source tree:

		some/a/b.cpp
		some/b/b.cpp

		
	the intermediate directory will contain 2 object files named:
	a_b.o and b_b.o

	
- - Fixed: Build Settings: Set the -E as the default switch for the 'PreProcessOnly' switch for GNU compilers

- - New: build settings: added new option to generate a simpler clean
targets based on wild cards (e.g. rm -fr *.o)


wxWidgets 2.9 Compatibility:

============================

- - Cured a case where crash could occur when build tip shows when
building codelite against wx2.9 (DavidGH)

Upstream changes between 2.2.0.3681 and 2.3.0.3833:

BUGS / FR:
==========
- - Fixed: BUG#2941246: disable smart-indent
- - Fixed: BUG#2933717: enabling 'Enable debugger full logging' is not honored when debug sessions starts
- - Implemented FR#2946420: Make makefiles CodeLite (makedir) independent: The 'makedir' command is now set in a variable $(MakeDirCommand). On Windows, by default it is set to 'makedir', on *nix it is set to 'mkdir -p'.
- - Makefile Generator: When generating the makefile, the environment variables set inside codelite are placed *after* the hardwired variables. This allows user to override any of the variables by defining its own environment variable
- - New: debugger now has new option: expand items in the tooltip under the cursor (configurable via the debugger settins dialog) - initial idea by dlh (user forum)
- - New: Subversion2: Added new 'Link Editor' toogle button on top of the 'Subversion' toolbar. When pushed, the subversion view will mark the active editor in the tree as well (similar to the functionlity in the 'Explorer' and 'Workspace' tabs)
- - Subversion2: Keep the current editor marked in the tree after a 'Refersh' (in case the 'Link Editor' is clicked)
- - Fixed: generated makefile now exports the $(ProjectName) variable first as it should
- - Refactoing: 'Implement parent virtual functions': the prepending of the 'virtual' keyword is now an option in the dialog. In addition, the inserted text is now trimmed to remove some extra whitespaces that it used to add
- - Fixed: Subversion2: Svn revert does not use user/password
- - Fixed BUG#: 2948493: Function implementation drops right side const keyword
- - Fixed: BUG#2948128: code lite revision 3681 crash. This error caused due to Scintillia accepting -1 as line number when request to set an annotation text
- - Implemented: FR#2943343: Macro for currently selected text ($(CurrentSelection)
- - Implemented: FR#2943340: Macro for binary executable path $(ProjectOutputPath)
- - Fixed: FR#:2943340: incase $(ProjectOutputFile) contains more macros expand them as well
- - Fixed BUG#2952124: CodeLite Tags can not accept to have no include paths for the code-completion parser
- - Fixed: BUG#2952123: Retag Workspace will freeze codelite, when bmp-files in proj
- - Fixed: BUG#2957967: Crash when attempting Auto Completion
- - PATCH#2957270: Added new macro available to ExternalTools: $(CurrentSelectionRange) - by kspes

GUI:
====
- - Fixed: codelite will no longer prompt the user with an error dialog when inserting a breakpoint while the debugger is running
- - Unified 'open resource/open type/quick find function/quick find macro/quick find typedef/quick find class' into a single 'Open Resource' with a second 'choice' control which allows to filter the results by type. The old shortcuts 'Ctrl-Shift-R' 'Ctrl-Shift-T' etc remained - they now open the unified 'Open Resoure' dialog with different filter enabeld.
- - Open Resource dialog: Added warning message when the number of results were truncated
- - Open Resource dialog: error mesasge is now aligned properly
- - Open resource: the file name is now kept un-modified (i.e. do not convert to lowercase, which break the operation on linux)
- - Open Resource: UI changes: Changed the dialog default view to tabular view (from simple list box)
- - Open resource: functions implementations are marked in BOLD while declarations are marked with normal font
- - Added new "Message Pane" (firefox notification style) to display start up messages. This will fix hangs on startup on Mac / Linux when 2 or more dialog poped-up on the same time
- - 'Workspace Settings' & 'Workspace Editor Preferences' are now accessible from the main menu
- - Updated 'Tags Options' dialog  UI layout
- - 'Check For Updates' now uses the message pane to show the result of the update-check
- - Navigation Bar (the two drop down on top of the editor) now have a resizeable border between them
- - 'New Workspace' the 'Create' button is now the default button
- - 'New Project' - default button is set to 'Create'
- - codelite will now use wxAuiToolbar where possible to gain more clean look
- - changed the default font size per OS (when set in the lexer file as -1, codelite will select the best size).
- - Number margin default background is grey
- - Updated selection color to use scintilla's default when non is provided
- - Allow active pane under Mac/Linux but not under Windows (wxAUI flickers like hell under Windows with active pane enabled)
- - minor color adjustments
- - When markers are drawn in the content area because there is no margin for them, they are drawn translucently.
- - Fold All: Dont collapse the block-guard
- - UI: code-completion: the selected item in the CC box is now marked as bold (Windows ONLY) (to make it more visible for people with different colours settings)

Code Completion:
================
- - Extended the grammar to parse typedes declared inside a function
- - Fixed BUG# 2942883: If the block have a typedef code completion does not work.
- - Code-Completion: Better support for typedefs defined inside function body
- - Fixed: in some cases the 'retag workspace' did not pick all the include files for parsing
- - Fixed BUG#2943158: code completion for typedefs defined inside a function body does not work - this should work now as expected
  Example:
	void Func()
	{
		typedef std::list<int> List;
		List l;
		l. // show now work as expected
	}
- - when selecting an option from the code-completion choice window and the selected method has function signature that accepts no arguments ( i.e. () ) codelite will no longer dismiss the function calltip if it exists.
- - Better support for STL templates: the following are now working: std::pair, std::list, std::vector (including iterators) partial std::map
- - improved typedef parsing
- - Fixed codelite_indexer to parse return value of functions and stores them into the database. This change requires retagging of the workspace (codelite will prompt for this)
- - Major changes to the parser. CodeLite now successfully parses (including iterators, nested typedefs) the STL libraries (tested: std::map, std::queue, std::list, std::vector, std::pair, std::shared_ptr, boost::shared_ptr and others ). In addition Qt's templates were tested (QMap, QHash etc) and confirmed to be working fine. Note that this is not a complete parser, and bugs may still occur
- - Added cache to boost the completion code
- - Fixed: BUG#2947714: code completion does not works in the catch for the parameter
- - Fixed: code-completion does not work for variable defined inside a 'for' loop
- - Updated code-completion preprocessor list, so now codelite also supports code-completion (with template replacements) for std::multimap
- - Code-Completion: better handling for template instantiation with another template typename
- - Updated CC tokens list with new tokens to improve code-completion for wxWidgets
- - CC: Better handling for template of a class with operator ->
  A code example:
	typedef std::shared_ptr<TagEntry> TagEntryPtr;
	std::vector<TagEntryPtr> v;
	v.at(0)->   // Show members of TagEntry
	v.at(0).    // Show members of std::shared_ptr
- - Fixed: 'Add function implementation', 'Add all un-implemented functions' now create the correct signature incase a macro is included in the signature. e.g. up until now, the suggested siganture for an implementation for a function with this signature:
	void foo(wxWindow* parent) on Windows,
	was:
	void foo(wxWindowMSW* parent)
- - Fixed: 'Implement inherited virtual function' now create the correct signature incase a macro is included in the signature. e.g. up until now, the suggested siganture for an implementation for a function with this signature:
	virtual void foo(wxWindow* parent) on Windows,
	was:
	virtual void foo(wxWindowMSW* parent)

Other:
======
- - UnitTest++: updated the plugin to use the new 'Open Resource' dialog
- - Gizmos: new class wizard: updated the plugin to use the new unified 'Open Resource' dialog
- - Added option to the workspace local settings environment variabels page: '<Use Active Set>' when this option is set (by default it is set) - the workspace will use the active environment set as defined by the 'Environment Variabels' dialog.
- - updated build configuration files (regex fixes)
- - Changed the debugger configuration XML layout to be more codelite style
- - CodeFormatter: if the event sent to the code-formatter plugin contains a file name, in that case the code formatter will format that fle instead of the default active editor
- - Fixed crashes of codelite_indexer on Mac
- - Fixed: rare memory leak in codelite_indexer
- - Fixed: rare resource leak in codelite_indexer
- - Mac: added MacOpenFile for the wxMac port of the codelite
- - When codelite fails to load a project, it will now remove it from the workspace and will prompt the user about it
- - Added new 'ScopeOptimizer' grammar. The scope optimizer helps the code completion by reomving "non visible" code portions when codelite tries to collect local variables
- - ScopeOptimizer: Added new post_build commands to copy the generated code into codelite's project
- - ScopeOptimizer: handle single line 'for' loop
- - Added version support for serialization of classes of type 'ArchiveObject', this will provide a more flexible mechanism in the future to avoid deleting user configurations
- - SymbolView plugin is now available for codelite 2.x
- - added new Macro: $(WorkspaceName)
- - Fixed: dont change focus back to the 'Workspace' tab when the last tab is closed. Also: Dont collapse the tree
- - Mac: updated make tool to be make -f -w -> the '-w' tells the make to print the current dierectory (this is used by codeite to detect PWD)
- - Mac: changed markers style. removed an extra call to Refresh() in the editor
- - Mac: Fixed: Open Resource Dialog: Up/Down arrows now working properly under Mac
- - Mac: Fixed: on Mac user directory now using the standard Mac user directory
- - Mac: Dont print error during startup (common harmless messages like 'file exists')
- - Fixed: Subversion2: adding files from the explorer tree now works
- - Typos in codelite messages
- - Applied patch to codelite_indexer to fix build error on FreeBSD (Uffe Jakobsen)
- - Changed default warning color to something more readable
- - Changed default warning / error markers from annotations into mrgin marks
- - Mac: slightly improved peformance
- - Fixed: tilde (~) is no longer considered a valid char for word
- - Added new option to command line: '--no-plugins' when passed as command line argument, codelite will load itself without any plugins (useful when debugging codelite itself)
- - Mac: Updated terminal command to be by default: OpenTerm '$(CMD)' (Auria)
- - Mac: added call to 'Refresh' to make sure that all indicators are cleared when mouse is clicked inside the editor
- - Ported codelite code to compile against wx2.9 (new Windows configuration added: WinDebug_29) + fixed various crashes detected during shutdown under wx2.9
- - GTK / Mac: Added new option to 'IProcess' which indicates how to invoke the script codelite_kill_children. When terminating gdb session, it will now pass a -9 by default
- - Added new script: codelite_xterm which allows exporting LD_LIBRARY_PATH environment variable into the xterm shell
- - Fixed: gdb did not release the console once debug session ended
- - Fixed: Debugger: incase the gdb terminates (SIGSEGV, kill -9, etc) codelite will now release the allocated console as well
- - Fixed: disabled 'Transparent dock hint' style under GTK due to crash with KDE4 desktop + desktop effects (compiz) is enabled
- - Improved VS import code to correctly set the project type per build configuration.
- - Improved MSVC importer tool further: notification messages are now shown while solution is imported + the newly created workspace will be retagged.
- - Fixed: build output: always check warning patterns *before* error pattern
- - Fixed: added gcc warnings:  'In file included from...' to the warnings patterns
- - Mac: upgraded to wxWidgets 2.8.11


Installation log:

(lucid_amd64)root at quadromatic:/home/debomatic/incoming/lucid/pool/codelite_2.5.2.4031~dfsg-1ubuntu1# dpkg -i *.deb
Selecting previously deselected package codelite-plugins.
(Reading database ... 12101 files and directories currently installed.)
Unpacking codelite-plugins (from codelite-plugins_2.5.2.4031~dfsg-1ubuntu1_amd64.deb) ...
Selecting previously deselected package codelite.
Unpacking codelite (from codelite_2.5.2.4031~dfsg-1ubuntu1_amd64.deb) ...
dpkg: dependency problems prevent configuration of codelite-plugins:
 codelite-plugins depends on libatk1.0-0 (>= 1.29.3); however:
  Package libatk1.0-0 is not installed.
 codelite-plugins depends on libcairo2 (>= 1.2.4); however:
  Package libcairo2 is not installed.
 codelite-plugins depends on libfontconfig1 (>= 2.8.0); however:
  Package libfontconfig1 is not installed.
 codelite-plugins depends on libfreetype6 (>= 2.2.1); however:
  Package libfreetype6 is not installed.
 codelite-plugins depends on libgtk2.0-0 (>= 2.8.0); however:
  Package libgtk2.0-0 is not installed.
 codelite-plugins depends on libpango1.0-0 (>= 1.14.0); however:
  Package libpango1.0-0 is not installed.
 codelite-plugins depends on libwxbase2.8-0 (>= 2.8.10.1); however:
  Package libwxbase2.8-0 is not installed.
 codelite-plugins depends on libwxgtk2.8-0 (>= 2.8.10.1); however:
  Package libwxgtk2.8-0 is not installed.
dpkg: error processing codelite-plugins (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of codelite:
 codelite depends on libatk1.0-0 (>= 1.29.3); however:
  Package libatk1.0-0 is not installed.
 codelite depends on libcairo2 (>= 1.2.4); however:
  Package libcairo2 is not installed.
 codelite depends on libfontconfig1 (>= 2.8.0); however:
  Package libfontconfig1 is not installed.
 codelite depends on libfreetype6 (>= 2.2.1); however:
  Package libfreetype6 is not installed.
 codelite depends on libgtk2.0-0 (>= 2.8.0); however:
  Package libgtk2.0-0 is not installed.
 codelite depends on libpango1.0-0 (>= 1.14.0); however:
  Package libpango1.0-0 is not installed.
 codelite depends on libwxbase2.8-0 (>= 2.8.10.1); however:
  Package libwxbase2.8-0 is not installed.
 codelite depends on libwxgtk2.8-0 (>= 2.8.10.1); however:
  Package libwxgtk2.8-0 is not installed.
dpkg: error processing codelite (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 codelite-plugins
 codelite
(lucid_amd64)root at quadromatic:/home/debomatic/incoming/lucid/pool/codelite_2.5.2.4031~dfsg-1ubuntu1# apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  consolekit dbus defoma fontconfig fontconfig-config gconf2-common hicolor-icon-theme iso-codes libatk1.0-0 libatk1.0-data libavahi-client3
  libavahi-common-data libavahi-common3 libcairo2 libck-connector0 libcups2 libdatrie1 libdbus-glib-1-2 libdirectfb-1.2-0 libeggdbus-1-0 libexpat1
  libfont-freetype-perl libfontconfig1 libfontenc1 libfreetype6 libfribidi0 libgconf2-4 libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa
  libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libice6 libidl0 libjasper1 libjpeg62 libnewt0.52 liborbit2
  libpam-ck-connector libpango1.0-0 libpango1.0-common libpixman-1-0 libpolkit-gobject-1-0 libpopt0 libsm6 libsysfs2 libthai-data libthai0 libtiff4
  libts-0.0-0 libwxbase2.8-0 libwxgtk2.8-0 libx11-6 libx11-data libxau6 libxcb-render-util0 libxcb-render0 libxcb1 libxcomposite1 libxcursor1 libxdamage1
  libxdmcp6 libxext6 libxfixes3 libxfont1 libxft2 libxi6 libxinerama1 libxrandr2 libxrender1 libxxf86vm1 tsconf ttf-dejavu-core ucf whiptail
  x-ttcidfont-conf x11-common xfonts-encodings xfonts-utils
Suggested packages:
  dbus-x11 defoma-doc psfontmgr dfontmgr isoquery cups-common libglide3 libvisual-0.4-plugins gstreamer-codec-install gnome-codec-install
  gstreamer0.10-tools gstreamer0.10-plugins librsvg2-common gvfs libjasper-runtime ttf-japanese-gothic ttf-japanese-mincho ttf-thryomanes ttf-baekmuk
  ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp libgnomeprintui2.2-0
The following NEW packages will be installed:
  consolekit dbus defoma fontconfig fontconfig-config gconf2-common hicolor-icon-theme iso-codes libatk1.0-0 libatk1.0-data libavahi-client3
  libavahi-common-data libavahi-common3 libcairo2 libck-connector0 libcups2 libdatrie1 libdbus-glib-1-2 libdirectfb-1.2-0 libeggdbus-1-0 libexpat1
  libfont-freetype-perl libfontconfig1 libfontenc1 libfreetype6 libfribidi0 libgconf2-4 libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa
  libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libice6 libidl0 libjasper1 libjpeg62 libnewt0.52 liborbit2
  libpam-ck-connector libpango1.0-0 libpango1.0-common libpixman-1-0 libpolkit-gobject-1-0 libpopt0 libsm6 libsysfs2 libthai-data libthai0 libtiff4
  libts-0.0-0 libwxbase2.8-0 libwxgtk2.8-0 libx11-6 libx11-data libxau6 libxcb-render-util0 libxcb-render0 libxcb1 libxcomposite1 libxcursor1 libxdamage1
  libxdmcp6 libxext6 libxfixes3 libxfont1 libxft2 libxi6 libxinerama1 libxrandr2 libxrender1 libxxf86vm1 tsconf ttf-dejavu-core ucf whiptail
  x-ttcidfont-conf x11-common xfonts-encodings xfonts-utils
0 upgraded, 82 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 24.6MB/25.8MB of archives.
After this operation, 137MB of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libatk1.0-0 1.30.0-0ubuntu2 [58.3kB]
Get:2 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main tsconf 1.0-7build1 [12.8kB]
Get:3 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libts-0.0-0 1.0-7build1 [29.1kB]
Get:4 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libdirectfb-1.2-0 1.2.8-5ubuntu2 [1191kB]
Get:5 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libexpat1 2.0.1-7ubuntu1 [138kB]
Get:6 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main ttf-dejavu-core 2.30-2 [1436kB]
Get:7 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main fontconfig-config 2.8.0-2ubuntu1 [205kB]
Get:8 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libfontconfig1 2.8.0-2ubuntu1 [285kB]
Get:9 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libpixman-1-0 0.16.4-1ubuntu2 [237kB]
Get:10 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libxcb1 1.5-2 [42.9kB]
Get:11 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libx11-data 2:1.3.2-1ubuntu3 [220kB]
Get:12 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libx11-6 2:1.3.2-1ubuntu3 [844kB]
Get:13 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libxcb-render0 1.5-2 [15.5kB]
Get:14 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libxcb-render-util0 0.3.6-1build1 [10.1kB]
Get:15 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libcairo2 1.8.10-2ubuntu1 [530kB]
Get:16 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libgtk2.0-common 2.20.0-0ubuntu4 [707kB]
Get:17 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libcups2 1.4.3-1 [223kB]
Get:18 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libjpeg62 6b-15ubuntu1 [94.5kB]
Get:19 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libjasper1 1.900.1-7 [154kB]
Get:20 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libnewt0.52 0.52.10-5ubuntu1 [57.5kB]
Get:21 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main whiptail 0.52.10-5ubuntu1 [39.8kB]
Get:22 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main defoma 0.11.10-4 [101kB]
Get:23 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main fontconfig 2.8.0-2ubuntu1 [158kB]
Get:24 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libpango1.0-common 1.28.0-0ubuntu2 [111kB]
Get:25 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libdatrie1 0.2.2-3 [25.6kB]
Get:26 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libthai-data 0.1.13-1 [196kB]
Get:27 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libthai0 0.1.13-1 [40.5kB]
Get:28 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libpango1.0-0 1.28.0-0ubuntu2 [326kB]
Get:29 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libtiff4 3.9.2-2 [148kB]
Get:30 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libxext6 2:1.1.1-2 [43.2kB]
Get:31 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libxi6 2:1.3-3 [56.0kB]
Get:32 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libxinerama1 2:1.1-2 [12.3kB]
Get:33 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libxrandr2 2:1.3.0-3 [28.4kB]
Get:34 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libgtk2.0-0 2.20.0-0ubuntu4 [2711kB]
Get:35 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/universe libwxbase2.8-0 2.8.10.1-0ubuntu1 [682kB]
Get:36 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libdbus-glib-1-2 0.84-1 [165kB]
Get:37 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libidl0 0.8.13-1 [96.2kB]
Get:38 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main liborbit2 1:2.14.17-2 [273kB]
Get:39 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main dbus 1.2.16-2ubuntu4 [210kB]
Get:40 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main gconf2-common 2.28.1-0ubuntu1 [28.7kB]
Get:41 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libgconf2-4 2.28.1-0ubuntu1 [203kB]
Get:42 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libxxf86vm1 1:1.1.0-2 [15.6kB]
Get:43 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libgl1-mesa-glx 7.7.1-1ubuntu1 [141kB]
Get:44 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libglu1-mesa 7.7.1-1ubuntu1 [191kB]
Get:45 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libgstreamer0.10-0 0.10.28-1 [691kB]
Get:46 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main iso-codes 3.12.1-1 [2642kB]
Get:47 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libgstreamer-plugins-base0.10-0 0.10.28-1 [371kB]
Get:48 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main x11-common 1:7.5+5ubuntu1 [308kB]
Get:49 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/universe libwxgtk2.8-0 2.8.10.1-0ubuntu1 [3569kB]
Get:50 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libfribidi0 0.19.2-1 [43.8kB]
Get:51 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libck-connector0 0.4.1-3ubuntu1 [57.6kB]
Get:52 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libeggdbus-1-0 0.6-1 [100kB]
Get:53 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libpolkit-gobject-1-0 0.96-2 [53.6kB]
Get:54 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main consolekit 0.4.1-3ubuntu1 [108kB]
Get:55 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libatk1.0-data 1.30.0-0ubuntu2 [14.6kB]
Get:56 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libgtk2.0-bin 2.20.0-0ubuntu4 [329kB]
Get:57 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libpam-ck-connector 0.4.1-3ubuntu1 [8284B]
Get:58 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main xfonts-encodings 1:1.0.3-1 [584kB]
Get:59 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main xfonts-utils 1:7.5+2 [99.3kB]
Get:60 http://127.0.0.1/archive.ubuntu.com/ubuntu/ lucid/main libgl1-mesa-dri 7.7.1-1ubuntu1 [3142kB]
Fetched 24.6MB in 12s (2010kB/s)                                                                                                                            
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously deselected package libatk1.0-0.
(Reading database ... 12337 files and directories currently installed.)
Unpacking libatk1.0-0 (from .../libatk1.0-0_1.30.0-0ubuntu2_amd64.deb) ...
Selecting previously deselected package libsysfs2.
Unpacking libsysfs2 (from .../libsysfs2_2.1.0-6_amd64.deb) ...
Selecting previously deselected package tsconf.
Unpacking tsconf (from .../tsconf_1.0-7build1_all.deb) ...
Selecting previously deselected package libts-0.0-0.
Unpacking libts-0.0-0 (from .../libts-0.0-0_1.0-7build1_amd64.deb) ...
Selecting previously deselected package libdirectfb-1.2-0.
Unpacking libdirectfb-1.2-0 (from .../libdirectfb-1.2-0_1.2.8-5ubuntu2_amd64.deb) ...
Selecting previously deselected package libexpat1.
Unpacking libexpat1 (from .../libexpat1_2.0.1-7ubuntu1_amd64.deb) ...
Selecting previously deselected package libfreetype6.
Unpacking libfreetype6 (from .../libfreetype6_2.3.11-1ubuntu2_amd64.deb) ...
Selecting previously deselected package ucf.
Unpacking ucf (from .../archives/ucf_3.0025_all.deb) ...
Moving old data out of the way
Selecting previously deselected package ttf-dejavu-core.
Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.30-2_all.deb) ...
Selecting previously deselected package fontconfig-config.
Unpacking fontconfig-config (from .../fontconfig-config_2.8.0-2ubuntu1_all.deb) ...
Selecting previously deselected package libfontconfig1.
Unpacking libfontconfig1 (from .../libfontconfig1_2.8.0-2ubuntu1_amd64.deb) ...
Selecting previously deselected package libpixman-1-0.
Unpacking libpixman-1-0 (from .../libpixman-1-0_0.16.4-1ubuntu2_amd64.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.3-1_amd64.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.5-2_amd64.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.3.2-1ubuntu3_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.3.2-1ubuntu3_amd64.deb) ...
Selecting previously deselected package libxcb-render0.
Unpacking libxcb-render0 (from .../libxcb-render0_1.5-2_amd64.deb) ...
Selecting previously deselected package libxcb-render-util0.
Unpacking libxcb-render-util0 (from .../libxcb-render-util0_0.3.6-1build1_amd64.deb) ...
Selecting previously deselected package libxrender1.
Unpacking libxrender1 (from .../libxrender1_1%3a0.9.5-1_amd64.deb) ...
Selecting previously deselected package libcairo2.
Unpacking libcairo2 (from .../libcairo2_1.8.10-2ubuntu1_amd64.deb) ...
Selecting previously deselected package libgtk2.0-common.
Unpacking libgtk2.0-common (from .../libgtk2.0-common_2.20.0-0ubuntu4_all.deb) ...
Selecting previously deselected package libavahi-common-data.
Unpacking libavahi-common-data (from .../libavahi-common-data_0.6.25-1ubuntu6_amd64.deb) ...
Selecting previously deselected package libavahi-common3.
Unpacking libavahi-common3 (from .../libavahi-common3_0.6.25-1ubuntu6_amd64.deb) ...
Selecting previously deselected package libavahi-client3.
Unpacking libavahi-client3 (from .../libavahi-client3_0.6.25-1ubuntu6_amd64.deb) ...
Selecting previously deselected package libcups2.
Unpacking libcups2 (from .../libcups2_1.4.3-1_amd64.deb) ...
Selecting previously deselected package libjpeg62.
Unpacking libjpeg62 (from .../libjpeg62_6b-15ubuntu1_amd64.deb) ...
Selecting previously deselected package libjasper1.
Unpacking libjasper1 (from .../libjasper1_1.900.1-7_amd64.deb) ...
Selecting previously deselected package libnewt0.52.
Unpacking libnewt0.52 (from .../libnewt0.52_0.52.10-5ubuntu1_amd64.deb) ...
Selecting previously deselected package libpopt0.
Unpacking libpopt0 (from .../libpopt0_1.15-1_amd64.deb) ...
Selecting previously deselected package whiptail.
Unpacking whiptail (from .../whiptail_0.52.10-5ubuntu1_amd64.deb) ...
Selecting previously deselected package defoma.
Unpacking defoma (from .../defoma_0.11.10-4_all.deb) ...
Selecting previously deselected package fontconfig.
Unpacking fontconfig (from .../fontconfig_2.8.0-2ubuntu1_amd64.deb) ...
Selecting previously deselected package libpango1.0-common.
Unpacking libpango1.0-common (from .../libpango1.0-common_1.28.0-0ubuntu2_all.deb) ...
Selecting previously deselected package libdatrie1.
Unpacking libdatrie1 (from .../libdatrie1_0.2.2-3_amd64.deb) ...
Selecting previously deselected package libthai-data.
Unpacking libthai-data (from .../libthai-data_0.1.13-1_all.deb) ...
Selecting previously deselected package libthai0.
Unpacking libthai0 (from .../libthai0_0.1.13-1_amd64.deb) ...
Selecting previously deselected package libxft2.
Unpacking libxft2 (from .../libxft2_2.1.14-1ubuntu1_amd64.deb) ...
Selecting previously deselected package libpango1.0-0.
Unpacking libpango1.0-0 (from .../libpango1.0-0_1.28.0-0ubuntu2_amd64.deb) ...
Selecting previously deselected package libtiff4.
Unpacking libtiff4 (from .../libtiff4_3.9.2-2_amd64.deb) ...
Selecting previously deselected package libxext6.
Unpacking libxext6 (from .../libxext6_2%3a1.1.1-2_amd64.deb) ...
Selecting previously deselected package libxfixes3.
Unpacking libxfixes3 (from .../libxfixes3_1%3a4.0.4-1_amd64.deb) ...
Selecting previously deselected package libxcomposite1.
Unpacking libxcomposite1 (from .../libxcomposite1_1%3a0.4.1-1_amd64.deb) ...
Selecting previously deselected package libxcursor1.
Unpacking libxcursor1 (from .../libxcursor1_1%3a1.1.10-1_amd64.deb) ...
Selecting previously deselected package libxdamage1.
Unpacking libxdamage1 (from .../libxdamage1_1%3a1.1.2-1_amd64.deb) ...
Selecting previously deselected package libxi6.
Unpacking libxi6 (from .../libxi6_2%3a1.3-3_amd64.deb) ...
Selecting previously deselected package libxinerama1.
Unpacking libxinerama1 (from .../libxinerama1_2%3a1.1-2_amd64.deb) ...
Selecting previously deselected package libxrandr2.
Unpacking libxrandr2 (from .../libxrandr2_2%3a1.3.0-3_amd64.deb) ...
Selecting previously deselected package libgtk2.0-0.
Unpacking libgtk2.0-0 (from .../libgtk2.0-0_2.20.0-0ubuntu4_amd64.deb) ...
Selecting previously deselected package libwxbase2.8-0.
Unpacking libwxbase2.8-0 (from .../libwxbase2.8-0_2.8.10.1-0ubuntu1_amd64.deb) ...
Selecting previously deselected package libdbus-glib-1-2.
Unpacking libdbus-glib-1-2 (from .../libdbus-glib-1-2_0.84-1_amd64.deb) ...
Selecting previously deselected package libidl0.
Unpacking libidl0 (from .../libidl0_0.8.13-1_amd64.deb) ...
Selecting previously deselected package liborbit2.
Unpacking liborbit2 (from .../liborbit2_1%3a2.14.17-2_amd64.deb) ...
Selecting previously deselected package dbus.
Unpacking dbus (from .../dbus_1.2.16-2ubuntu4_amd64.deb) ...
Selecting previously deselected package gconf2-common.
Unpacking gconf2-common (from .../gconf2-common_2.28.1-0ubuntu1_all.deb) ...
Selecting previously deselected package libgconf2-4.
Unpacking libgconf2-4 (from .../libgconf2-4_2.28.1-0ubuntu1_amd64.deb) ...
Selecting previously deselected package libxxf86vm1.
Unpacking libxxf86vm1 (from .../libxxf86vm1_1%3a1.1.0-2_amd64.deb) ...
Selecting previously deselected package libgl1-mesa-glx.
Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx_7.7.1-1ubuntu1_amd64.deb) ...
Selecting previously deselected package libglu1-mesa.
Unpacking libglu1-mesa (from .../libglu1-mesa_7.7.1-1ubuntu1_amd64.deb) ...
Selecting previously deselected package libgstreamer0.10-0.
Unpacking libgstreamer0.10-0 (from .../libgstreamer0.10-0_0.10.28-1_amd64.deb) ...
Selecting previously deselected package iso-codes.
Unpacking iso-codes (from .../iso-codes_3.12.1-1_all.deb) ...
Selecting previously deselected package libgstreamer-plugins-base0.10-0.
Unpacking libgstreamer-plugins-base0.10-0 (from .../libgstreamer-plugins-base0.10-0_0.10.28-1_amd64.deb) ...
Selecting previously deselected package x11-common.
Unpacking x11-common (from .../x11-common_1%3a7.5+5ubuntu1_all.deb) ...
Selecting previously deselected package libice6.
Unpacking libice6 (from .../libice6_2%3a1.0.6-1_amd64.deb) ...
Selecting previously deselected package libsm6.
Unpacking libsm6 (from .../libsm6_2%3a1.1.1-1_amd64.deb) ...
Selecting previously deselected package libwxgtk2.8-0.
Unpacking libwxgtk2.8-0 (from .../libwxgtk2.8-0_2.8.10.1-0ubuntu1_amd64.deb) ...
Selecting previously deselected package libfribidi0.
Unpacking libfribidi0 (from .../libfribidi0_0.19.2-1_amd64.deb) ...
Selecting previously deselected package libck-connector0.
Unpacking libck-connector0 (from .../libck-connector0_0.4.1-3ubuntu1_amd64.deb) ...
Selecting previously deselected package libeggdbus-1-0.
Unpacking libeggdbus-1-0 (from .../libeggdbus-1-0_0.6-1_amd64.deb) ...
Selecting previously deselected package libpolkit-gobject-1-0.
Unpacking libpolkit-gobject-1-0 (from .../libpolkit-gobject-1-0_0.96-2_amd64.deb) ...
Selecting previously deselected package consolekit.
Unpacking consolekit (from .../consolekit_0.4.1-3ubuntu1_amd64.deb) ...
Selecting previously deselected package hicolor-icon-theme.
Unpacking hicolor-icon-theme (from .../hicolor-icon-theme_0.11-1_all.deb) ...
Selecting previously deselected package libatk1.0-data.
Unpacking libatk1.0-data (from .../libatk1.0-data_1.30.0-0ubuntu2_all.deb) ...
Selecting previously deselected package libfont-freetype-perl.
Unpacking libfont-freetype-perl (from .../libfont-freetype-perl_0.03-1_amd64.deb) ...
Selecting previously deselected package libfontenc1.
Unpacking libfontenc1 (from .../libfontenc1_1%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected package libgtk2.0-bin.
Unpacking libgtk2.0-bin (from .../libgtk2.0-bin_2.20.0-0ubuntu4_all.deb) ...
Selecting previously deselected package libpam-ck-connector.
Unpacking libpam-ck-connector (from .../libpam-ck-connector_0.4.1-3ubuntu1_amd64.deb) ...
Selecting previously deselected package libxfont1.
Unpacking libxfont1 (from .../libxfont1_1%3a1.4.1-1_amd64.deb) ...
Selecting previously deselected package xfonts-encodings.
Unpacking xfonts-encodings (from .../xfonts-encodings_1%3a1.0.3-1_all.deb) ...
Selecting previously deselected package xfonts-utils.
Unpacking xfonts-utils (from .../xfonts-utils_1%3a7.5+2_amd64.deb) ...
Selecting previously deselected package x-ttcidfont-conf.
Unpacking x-ttcidfont-conf (from .../x-ttcidfont-conf_32_all.deb) ...
Selecting previously deselected package libgl1-mesa-dri.
Unpacking libgl1-mesa-dri (from .../libgl1-mesa-dri_7.7.1-1ubuntu1_amd64.deb) ...
Setting up libatk1.0-0 (1.30.0-0ubuntu2) ...

Setting up libsysfs2 (2.1.0-6) ...

Setting up tsconf (1.0-7build1) ...
Setting up libts-0.0-0 (1.0-7build1) ...

Setting up libdirectfb-1.2-0 (1.2.8-5ubuntu2) ...

Setting up libexpat1 (2.0.1-7ubuntu1) ...

Setting up libfreetype6 (2.3.11-1ubuntu2) ...

Setting up ucf (3.0025) ...

Setting up ttf-dejavu-core (2.30-2) ...
Setting up fontconfig-config (2.8.0-2ubuntu1) ...

Setting up libfontconfig1 (2.8.0-2ubuntu1) ...

Setting up libpixman-1-0 (0.16.4-1ubuntu2) ...

Setting up libxau6 (1:1.0.5-1) ...

Setting up libxdmcp6 (1:1.0.3-1) ...

Setting up libxcb1 (1.5-2) ...

Setting up libx11-data (2:1.3.2-1ubuntu3) ...
Setting up libx11-6 (2:1.3.2-1ubuntu3) ...

Setting up libxcb-render0 (1.5-2) ...

Setting up libxcb-render-util0 (0.3.6-1build1) ...

Setting up libxrender1 (1:0.9.5-1) ...

Setting up libcairo2 (1.8.10-2ubuntu1) ...

Setting up libgtk2.0-common (2.20.0-0ubuntu4) ...
Setting up libavahi-common-data (0.6.25-1ubuntu6) ...
Setting up libavahi-common3 (0.6.25-1ubuntu6) ...

Setting up libavahi-client3 (0.6.25-1ubuntu6) ...

Setting up libcups2 (1.4.3-1) ...

Setting up libjpeg62 (6b-15ubuntu1) ...

Setting up libjasper1 (1.900.1-7) ...

Setting up libnewt0.52 (0.52.10-5ubuntu1) ...

Setting up libpopt0 (1.15-1) ...

Setting up whiptail (0.52.10-5ubuntu1) ...
Setting up defoma (0.11.10-4) ...

Setting up fontconfig (2.8.0-2ubuntu1) ...
Updating font configuration of fontconfig...
Cleaning up category cid..
Cleaning up category truetype..
Cleaning up category type1..
Updating category type1..
Updating category truetype..
Updating category cid..
Cleaning up old fontconfig caches... done.
Regenerating fonts cache... done.

Setting up libpango1.0-common (1.28.0-0ubuntu2) ...
Cleaning up font configuration of pango...
Updating font configuration of pango...
Cleaning up category xfont..
Updating category xfont..
*** You don't have any defomized font packages.
*** So we are trying to force to generate pangox.aliases...

Setting up libdatrie1 (0.2.2-3) ...

Setting up libthai-data (0.1.13-1) ...
Setting up libthai0 (0.1.13-1) ...

Setting up libxft2 (2.1.14-1ubuntu1) ...

Setting up libpango1.0-0 (1.28.0-0ubuntu2) ...

Setting up libtiff4 (3.9.2-2) ...

Setting up libxext6 (2:1.1.1-2) ...

Setting up libxfixes3 (1:4.0.4-1) ...

Setting up libxcomposite1 (1:0.4.1-1) ...

Setting up libxcursor1 (1:1.1.10-1) ...

Setting up libxdamage1 (1:1.1.2-1) ...

Setting up libxi6 (2:1.3-3) ...

Setting up libxinerama1 (2:1.1-2) ...

Setting up libxrandr2 (2:1.3.0-3) ...

Setting up libgtk2.0-0 (2.20.0-0ubuntu4) ...

Setting up libwxbase2.8-0 (2.8.10.1-0ubuntu1) ...

Setting up libdbus-glib-1-2 (0.84-1) ...

Setting up libidl0 (0.8.13-1) ...

Setting up liborbit2 (1:2.14.17-2) ...

Setting up dbus (1.2.16-2ubuntu4) ...
The system user `messagebus' already exists. Exiting.
start: Job is already running: dbus

Setting up gconf2-common (2.28.1-0ubuntu1) ...

Creating config file /etc/gconf/2/path with new version

Setting up libgconf2-4 (2.28.1-0ubuntu1) ...

Setting up libxxf86vm1 (1:1.1.0-2) ...

Setting up libgl1-mesa-glx (7.7.1-1ubuntu1) ...
update-alternatives: using /usr/lib/mesa/ld.so.conf to provide /etc/ld.so.conf.d/GL.conf (gl_conf) in auto mode.

Setting up libglu1-mesa (7.7.1-1ubuntu1) ...

Setting up libgstreamer0.10-0 (0.10.28-1) ...

Setting up iso-codes (3.12.1-1) ...
Setting up libgstreamer-plugins-base0.10-0 (0.10.28-1) ...

Setting up x11-common (1:7.5+5ubuntu1) ...

Setting up libice6 (2:1.0.6-1) ...

Setting up libsm6 (2:1.1.1-1) ...

Setting up libwxgtk2.8-0 (2.8.10.1-0ubuntu1) ...

Setting up codelite (2.5.2.4031~dfsg-1ubuntu1) ...

Setting up codelite-plugins (2.5.2.4031~dfsg-1ubuntu1) ...
Setting up libfribidi0 (0.19.2-1) ...

Setting up libck-connector0 (0.4.1-3ubuntu1) ...

Setting up libeggdbus-1-0 (0.6-1) ...

Setting up libpolkit-gobject-1-0 (0.96-2) ...

Setting up consolekit (0.4.1-3ubuntu1) ...
Setting up hicolor-icon-theme (0.11-1) ...

Setting up libatk1.0-data (1.30.0-0ubuntu2) ...
Setting up libfont-freetype-perl (0.03-1) ...
Setting up libfontenc1 (1:1.0.5-1) ...

Setting up libgtk2.0-bin (2.20.0-0ubuntu4) ...
Setting up libpam-ck-connector (0.4.1-3ubuntu1) ...

Setting up libxfont1 (1:1.4.1-1) ...

Setting up xfonts-encodings (1:1.0.3-1) ...
Setting up xfonts-utils (1:7.5+2) ...

Setting up x-ttcidfont-conf (32) ...
Updating font configuration of x-ttcidfont-conf...
Cleaning up category cmap..
Cleaning up category cid..
Cleaning up category truetype..
Updating category truetype..
Updating category cid..
Updating category cmap..

Setting up libgl1-mesa-dri (7.7.1-1ubuntu1) ...

Processing triggers for libc-bin ...
ldconfig deferred processing now taking place


- --------------------------------------------------------------------

The package available in the archive is a pretty outdated version, and
the new upstream release contains a log of bugfixes (fixes bug #550155
too).

ASAP I'll attach a screenshot.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkvC5pgACgkQRdSMfNz8P9Dx6ACfZGX7d5G2AvWDSYiX+FWB5pFp
oEQAnjowmcKHHMA5LpfftFcrR+KkcT9/
=Us2v
-----END PGP SIGNATURE-----

** Affects: codelite (Ubuntu)
     Importance: Wishlist
         Status: New

-- 
Sync codelite 2.5.2.4031~dfsg-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/561316
You received this bug notification because you are a member of Ubuntu Sponsors for universe, which is a direct subscriber.



More information about the Ubuntu-universe-sponsors mailing list