<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Diario de Bordo do Mussi &#187; Trabalhos</title>
	<atom:link href="http://diario.mussicorp.net/category/trabalhos/feed/" rel="self" type="application/rss+xml" />
	<link>http://diario.mussicorp.net</link>
	<description>Bla bLa blA !!!</description>
	<lastBuildDate>Thu, 31 Dec 2009 23:57:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Números que todos deveriam conhecer ;)</title>
		<link>http://diario.mussicorp.net/2009/10/22/numeros-que-todos-deveriam-conhecer/</link>
		<comments>http://diario.mussicorp.net/2009/10/22/numeros-que-todos-deveriam-conhecer/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 11:55:47 +0000</pubDate>
		<dc:creator>Mussi</dc:creator>
				<category><![CDATA[Pesquisas]]></category>
		<category><![CDATA[Projetos]]></category>
		<category><![CDATA[Trabalhos]]></category>

		<guid isPermaLink="false">http://diario.mussicorp.net/?p=64</guid>
		<description><![CDATA[Copiando de uma palestra do google sobre sistemas largamente distribídos ;)
&#8221; Numbers Everyone Should Know:
L1 cache reference                                               0.5 ns
Branch mispredict                                               5 ns
L2 cache reference                                               7 ns
Mutex lock/unlock                                              25 ns
Main memory reference                                     100 ns
Compress 1K bytes with Zippy                          3,000 ns
Send 2K bytes over 1 Gbps network                 20,000 ns
Read 1 MB sequentially from memory           250,000 ns
Round trip [...]]]></description>
			<content:encoded><![CDATA[<p>Copiando de uma palestra do google sobre sistemas largamente distribídos ;)</p>
<p>&#8221; Numbers Everyone Should Know:</p>
<p>L1 cache reference                                               0.5 ns<br />
Branch mispredict                                               5 ns<br />
L2 cache reference                                               7 ns<br />
Mutex lock/unlock                                              25 ns<br />
Main memory reference                                     100 ns<br />
Compress 1K bytes with Zippy                          3,000 ns<br />
Send 2K bytes over 1 Gbps network                 20,000 ns<br />
Read 1 MB sequentially from memory           250,000 ns<br />
Round trip within same datacenter                500,000 ns<br />
Disk seek                                                                10,000,000 ns<br />
Read 1 MB sequentially from disk                   20,000,000 ns<br />
Send packet CA-&gt;Netherlands-&gt;CA               150,000,000 ns</p>
]]></content:encoded>
			<wfw:commentRss>http://diario.mussicorp.net/2009/10/22/numeros-que-todos-deveriam-conhecer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A velha briga com os pacotes debian ;)</title>
		<link>http://diario.mussicorp.net/2008/05/27/a-velha-briga-com-os-pacotes-debian/</link>
		<comments>http://diario.mussicorp.net/2008/05/27/a-velha-briga-com-os-pacotes-debian/#comments</comments>
		<pubDate>Tue, 27 May 2008 17:31:26 +0000</pubDate>
		<dc:creator>Mussi</dc:creator>
				<category><![CDATA[Discussões]]></category>
		<category><![CDATA[Pesquisas]]></category>
		<category><![CDATA[Projetos]]></category>
		<category><![CDATA[Trabalhos]]></category>

		<guid isPermaLink="false">http://diario.mussicorp.net/?p=34</guid>
		<description><![CDATA[pois é &#8230;
nois se acostuma a fazer as coisas de uma forma &#8230;. e qdo muda apanha um pouco :)
ultimamente venho brincando com a criação de pacotes debian para o ginga e para alguns componentes do coin-or &#8230;
só q desta vez, decidi deixar os fontes fora do svn &#8230; fazer algo mais limpo :)
e como [...]]]></description>
			<content:encoded><![CDATA[<p>pois é &#8230;</p>
<p>nois se acostuma a fazer as coisas de uma forma &#8230;. e qdo muda apanha um pouco :)</p>
<p>ultimamente venho brincando com a criação de pacotes debian para o ginga e para alguns componentes do coin-or &#8230;</p>
<p>só q desta vez, decidi deixar os fontes fora do svn &#8230; fazer algo mais limpo :)</p>
<p>e como sempre &#8230; apanho de alguns detalhes :)  fora a cabeça ruim para lembrar de tudo que se lê heheh</p>
<p>pois bem &#8230; esse post é mais para virar uma memória para mim mesmo &#8230; o que acontece.</p>
<p>quando não se inclui os fontes no SVN, tem de se criar um tar deste e aloca-lo em um dir chamado tarballs.</p>
<p>até aqui qualquer um que leu o manual ou que está acostumado a recompilar os pacotes deve saber &#8230;</p>
<p>O que estava me batendo aqui esses dias era a &#8220;configuracao&#8221; da arvore do SVN para não precisar dos fontes, necessitar apenas do orig.tar.gz.</p>
<p>Tinnha criado a pasta no SVN, com o dir debian, todos os componentes, feito alguns testes de compilação, tudo certo da forma &#8220;tosca&#8221; de se fazer as coisas.</p>
<p>Tendo o grosso pronto, parti para limpar a &#8220;situação&#8221;, ou seja, adicionei só o dir debian ao SVN e apaguei o resto. Qual não foi a minha surpresa que ao tentar recompilar o pacotinho estava dando erro&#8230; uma coisa muito bizarra &#8230; tipo &#8230;  o fontes eram descompactados e depois apagados :(</p>
<p>segue o erro completo para a &#8220;eternidade&#8221; hehehe :</p>
<p><span id="more-34"></span></p>
<blockquote><p>[13:36 - mussi@mussi-mp:/media/disk/projetos/or/mussicorp/coin-or/clp-1.7]<br />
$ svn-buildpackage<br />
Imported config directives:<br />
&#8211;svn-builder=dpkg-buildpackage -us -uc -sa -rfakeroot<br />
&#8211;svn-ignore-new<br />
&#8211;svn-dont-purge<br />
Complete layout information:<br />
buildArea=/media/disk/projetos/or/mussicorp/coin-or/build-area<br />
origDir=/media/disk/projetos/or/mussicorp/coin-or/tarballs<br />
trunkDir=/media/disk/projetos/or/mussicorp/coin-or/clp-1.7<br />
trunkUrl=http://mussi@svn.mussicorp.net/projetos/src/coin-or/clp-1.7<br />
fakeroot debian/rules clean || debian/rules clean<br />
dpatch deapply-all<br />
rm -rf patch-stamp debian/patched<br />
dh_testdir<br />
dh_testroot<br />
rm -f build-stamp<br />
# Add here commands to clean up after the build process.<br />
/usr/bin/make distclean<br />
make[1]: Entrando no diretório `/media/disk/projetos/or/mussicorp/coin-or/clp-1.7&#8242;<br />
make[1]: *** Sem regra para processar o alvo `distclean&#8217;.  Pare.<br />
make[1]: Saindo do diretório `/media/disk/projetos/or/mussicorp/coin-or/clp-1.7&#8242;<br />
make: [clean] Erro 2 (ignorado)<br />
rm -f config.sub config.guess<br />
dh_clean<br />
rm -f debian/clp.substvars<br />
rm -f debian/clp.*.debhelper<br />
rm -rf debian/clp/<br />
rm -f debian/libclp.substvars<br />
rm -f debian/libclp.*.debhelper<br />
rm -rf debian/libclp/<br />
rm -f debian/clp-dev.substvars<br />
rm -f debian/clp-dev.*.debhelper<br />
rm -rf debian/clp-dev/<br />
rm -f debian/files<br />
find .  \( \( -type f -a \<br />
\( -name &#8216;#*#&#8217; -o -name &#8216;.*~&#8217; -o -name &#8216;*~&#8217; -o -name DEADJOE \<br />
-o -name &#8216;*.orig&#8217; -o -name &#8216;*.rej&#8217; -o -name &#8216;*.bak&#8217; \<br />
-o -name &#8216;.*.orig&#8217; -o -name .*.rej -o -name &#8216;.SUMS&#8217; \<br />
-o -name TAGS -o -name core -o \( -path &#8216;*/.deps/*&#8217; -a -name &#8216;*.P&#8217; \) \<br />
\) -exec rm -f {} \; \) -o \<br />
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \)<br />
/media/disk/projetos/or/mussicorp/coin-or/build-area/clp-1.7 exists, renaming to /media/disk/projetos/or/mussicorp/coin-or/build-area/clp-1.7.obsolete.0.507109796934859<br />
mkdir -p /media/disk/projetos/or/mussicorp/coin-or/build-area/clp-1.7/debian<br />
cp &#8211;parents -laf debian/manpage.sgml.ex debian/clp.dirs debian/copyright debian/clp-dev.dirs debian/clp.doc-base.EX debian/dirs debian/README.Debian &lt;12 more arguments&gt;<br />
cp: impossível fazer stat em `debian/dirs&#8217;: Arquivo ou diretório inexistente<br />
svn &#8211;force export /media/disk/projetos/or/mussicorp/coin-or/clp-1.7 /media/disk/projetos/or/mussicorp/coin-or/build-area/clp-1.7<br />
Exportação completa.<br />
/bin/sh -c dpkg-buildpackage -us -uc -sa -rfakeroot<br />
dpkg-buildpackage: set CPPFLAGS to default value:<br />
dpkg-buildpackage: set CFLAGS to default value: -g -O2<br />
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2<br />
dpkg-buildpackage: set FFLAGS to default value: -g -O2<br />
dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions<br />
dpkg-buildpackage: pacote fonte clp<br />
dpkg-buildpackage: versão da fonte 1.7-0mussi1<br />
dpkg-buildpackage: fonte alterada por Elias Mussi &lt;elias@mussicorp.net&gt;<br />
dpkg-buildpackage: arquitectura do anfitrião i386<br />
fakeroot debian/rules clean<br />
dpatch deapply-all<br />
rm -rf patch-stamp debian/patched<br />
dh_testdir<br />
dh_testroot<br />
rm -f build-stamp<br />
# Add here commands to clean up after the build process.<br />
/usr/bin/make distclean<br />
make[1]: Entrando no diretório `/media/disk/projetos/or/mussicorp/coin-or/build-area/clp-1.7&#8242;<br />
make[1]: *** Sem regra para processar o alvo `distclean&#8217;.  Pare.<br />
make[1]: Saindo do diretório `/media/disk/projetos/or/mussicorp/coin-or/build-area/clp-1.7&#8242;<br />
make: [clean] Erro 2 (ignorado)<br />
rm -f config.sub config.guess<br />
dh_clean<br />
rm -f debian/clp.substvars<br />
rm -f debian/clp.*.debhelper<br />
rm -rf debian/clp/<br />
rm -f debian/libclp.substvars<br />
rm -f debian/libclp.*.debhelper<br />
rm -rf debian/libclp/<br />
rm -f debian/clp-dev.substvars<br />
rm -f debian/clp-dev.*.debhelper<br />
rm -rf debian/clp-dev/<br />
rm -f debian/files<br />
find .  \( \( -type f -a \<br />
\( -name &#8216;#*#&#8217; -o -name &#8216;.*~&#8217; -o -name &#8216;*~&#8217; -o -name DEADJOE \<br />
-o -name &#8216;*.orig&#8217; -o -name &#8216;*.rej&#8217; -o -name &#8216;*.bak&#8217; \<br />
-o -name &#8216;.*.orig&#8217; -o -name .*.rej -o -name &#8216;.SUMS&#8217; \<br />
-o -name TAGS -o -name core -o \( -path &#8216;*/.deps/*&#8217; -a -name &#8216;*.P&#8217; \) \<br />
\) -exec rm -f {} \; \) -o \<br />
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \)<br />
dpkg-source -b clp-1.7<br />
dpkg-source: building clp using existing clp_1.7.orig.tar.gz<br />
dpkg-source: building clp in clp_1.7-0mussi1.diff.gz<br />
dpkg-source: warning: ignoring deletion of file README<br />
dpkg-source: warning: ignoring deletion of file config.sub<br />
dpkg-source: warning: ignoring deletion of file install-sh<br />
dpkg-source: warning: ignoring deletion of file Makefile.am<br />
dpkg-source: warning: ignoring deletion of file config.guess<br />
dpkg-source: warning: ignoring deletion of file LICENSE<br />
dpkg-source: warning: ignoring deletion of directory Data<br />
dpkg-source: warning: ignoring deletion of directory Data/Sample<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/scOneInt.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/tp3.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/app0110R.cor<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/tp5.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/app0110.cor<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/Makefile.am<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/pack1.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/share2qp.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/Makefile.in<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/p0033.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/hello.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/bug.stoch<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/exmip1.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/bug.cor<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/app0110R.time<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/p0548.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/brandy.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/input.130<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/finnis.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/afiro.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/tp4.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/configure.ac<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/exmip1.5.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/e226.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/app0110.time<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/configure<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/nw460.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/app0110.stoch<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/app0110R.stoch<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/p0201.mps<br />
dpkg-source: warning: ignoring deletion of file Data/Sample/bug.time<br />
dpkg-source: warning: ignoring deletion of file Makefile.in<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/README<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/Makefile.am<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/LICENSE<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/MSVisualStudio<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/MSVisualStudio/v6<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/MSVisualStudio/v6/libCoinUtils<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v6/libCoinUtils/libCoinUtils.dsp<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/MSVisualStudio/v6/unitTestCoinUtils<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v6/unitTestCoinUtils/unitTestCoinUtils.dsp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v6/CoinUtils.dsw<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v6/CoinUtils.opt<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/MSVisualStudio/v8<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/MSVisualStudio/v8/libCoinUtils<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v8/libCoinUtils/libCoinUtils.vcproj<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/MSVisualStudio/v8/unitTestCoinUtils<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v8/unitTestCoinUtils/unitTestCoinUtils.ncb<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v8/unitTestCoinUtils/unitTestCoinUtils.vcproj<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v8/unitTestCoinUtils/unitTestCoinUtils.suo<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v8/CoinUtils.suo<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v8/CoinUtils.sln<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/MSVisualStudio/v7<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/MSVisualStudio/v7/libCoinUtils<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v7/libCoinUtils/libCoinUtils.vcproj<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/MSVisualStudio/v7/unitTestCoinUtils<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v7/unitTestCoinUtils/unitTestCoinUtils.vcproj<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v7/CoinUtils.suo<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/MSVisualStudio/v7/CoinUtils.sln<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/Makefile.in<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/inc<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/inc/config_coinutils.h.in<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/coinutils_addlibs.txt.in<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/INSTALL<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/test<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/CoinShallowPackedVectorTest.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/CoinPackedVectorTest.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/Makefile.am<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/CoinMessageHandlerTest.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/Makefile.in<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/CoinDenseVectorTest.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/CoinPackedMatrixTest.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/unitTest.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/CoinIndexedVectorTest.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/CoinErrorTest.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/CoinModelTest.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/test/CoinMpsIOTest.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/configure.ac<br />
dpkg-source: warning: ignoring deletion of directory CoinUtils/src<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinFactorization2.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveIsolated.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPrePostsolveMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinDenseVector.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinMessageHandler.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveImpliedFree.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinFileIO.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinModelUseful.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinDistance.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveDupcol.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPackedVector.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinModelUseful2.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinParamUtils.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinModel.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveIsolated.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinTypes.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinMpsIO.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinDenseFactorization.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinWarmStartBasis.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveDual.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinUtility.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveUseless.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinSnapshot.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinSort.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/Makefile.am<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveForcing.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinDenseVector.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinDenseFactorization.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinParam.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveDoubleton.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveTighten.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveZeros.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinWarmStartDual.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveSubst.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinMessage.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/Makefile.in<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveZeros.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveSingleton.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPackedVectorBase.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveFixed.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinSearchTree.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveFixed.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPackedMatrix.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveDual.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinError.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveUseless.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinSnapshot.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveEmpty.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinFactorization1.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinWarmStartVector.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinShallowPackedVector.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinAlloc.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinParam.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinWarmStartDual.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinAlloc.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinFactorization.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinWarmStartVector.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinFactorization4.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolvePsdebug.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPackedVectorBase.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPragma.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinSignal.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinIndexedVector.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinFloatEqual.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinWarmStartPrimalDual.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinShallowPackedVector.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinModel.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinLpIO.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveEmpty.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinBuild.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveHelperFunctions.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPackedVector.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveDupcol.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinWarmStartPrimalDual.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinError.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveDoubleton.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinMessage.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveForcing.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveMatrix.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPostsolveMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinSearchTree.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/Coin_C_defines.h<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinFinite.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinLpIO.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinMessageHandler.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveTripleton.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinHelperFunctions.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveTripleton.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveSubst.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinMpsIO.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinWarmStart.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinBuild.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinIndexedVector.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinSmartPtr.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolvePsdebug.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinWarmStartBasis.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinFactorization3.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinTime.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinModelUseful.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveImpliedFree.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveSingleton.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPackedMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinPresolveTighten.hpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinUtilsConfig.h<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/src/CoinFileIO.cpp<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/AUTHORS<br />
dpkg-source: warning: ignoring deletion of file CoinUtils/configure<br />
dpkg-source: warning: ignoring deletion of directory BuildTools<br />
dpkg-source: warning: ignoring deletion of file BuildTools/coin.m4<br />
dpkg-source: warning: ignoring deletion of file BuildTools/config.sub<br />
dpkg-source: warning: ignoring deletion of file BuildTools/install-sh<br />
dpkg-source: warning: ignoring deletion of file BuildTools/config.guess<br />
dpkg-source: warning: ignoring deletion of directory BuildTools/share<br />
dpkg-source: warning: ignoring deletion of file BuildTools/share/config.site<br />
dpkg-source: warning: ignoring deletion of file BuildTools/run_autotools<br />
dpkg-source: warning: ignoring deletion of file BuildTools/commit_new_release<br />
dpkg-source: warning: ignoring deletion of file BuildTools/Makemain.inc<br />
dpkg-source: warning: ignoring deletion of file BuildTools/missing<br />
dpkg-source: warning: ignoring deletion of directory BuildTools/headers<br />
dpkg-source: warning: ignoring deletion of file BuildTools/headers/configall_system.h<br />
dpkg-source: warning: ignoring deletion of file BuildTools/headers/configall_system_msc.h<br />
dpkg-source: warning: ignoring deletion of file BuildTools/prepare_new_release<br />
dpkg-source: warning: ignoring deletion of file BuildTools/ltmain.sh<br />
dpkg-source: warning: ignoring deletion of directory BuildTools/compile_f2c<br />
dpkg-source: warning: ignoring deletion of file BuildTools/compile_f2c/README<br />
dpkg-source: warning: ignoring deletion of file BuildTools/compile_f2c/INSTALL<br />
dpkg-source: warning: ignoring deletion of file BuildTools/compile_f2c/compile_f2c<br />
dpkg-source: warning: ignoring deletion of file BuildTools/depcomp<br />
dpkg-source: warning: ignoring deletion of directory doxydoc<br />
dpkg-source: warning: ignoring deletion of file doxydoc/doxygen.conf<br />
dpkg-source: warning: ignoring deletion of file Externals<br />
dpkg-source: warning: ignoring deletion of file INSTALL<br />
dpkg-source: warning: ignoring deletion of file missing<br />
dpkg-source: warning: ignoring deletion of file configure.ac<br />
dpkg-source: warning: ignoring deletion of file ltmain.sh<br />
dpkg-source: warning: ignoring deletion of directory Clp<br />
dpkg-source: warning: ignoring deletion of file Clp/README<br />
dpkg-source: warning: ignoring deletion of file Clp/Makefile.am<br />
dpkg-source: warning: ignoring deletion of file Clp/LICENSE<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v6<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v6/ClpExamplesTestBarrier<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v6/ClpExamplesTestBarrier/ClpExamplesTestBarrier.dsp<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v6/ClpExamplesMinimum<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v6/ClpExamplesMinimum/ClpExamplesMinimum.dsp<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v6/libClp<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v6/libClp/libClp.dsp<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v6/clp<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v6/clp/clp.dsp<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v6/Clp.dsw<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v6/Clp.opt<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v6/ClpExamplesTestQP<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v6/ClpExamplesTestQP/ClpExamplesTestQP.dsp<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v8<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v8/Clp.suo<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v8/ClpExamplesTestBarrier<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v8/ClpExamplesTestBarrier/ClpExamplesTestBarrier.vcproj<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v8/ClpExamplesMinimum<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v8/ClpExamplesMinimum/ClpExamplesMinimum.vcproj<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v8/Clp.sln<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v8/libClp<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v8/libClp/libClp.vcproj<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v8/clp<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v8/clp/clp.vcproj<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v8/ClpExamplesTestQP<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v8/ClpExamplesTestQP/ClpExamplesTestQP.vcproj<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v7<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v7/Clp.suo<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v7/ClpExamplesTestBarrier<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v7/ClpExamplesTestBarrier/ClpExamplesTestBarrier.vcproj<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v7/ClpExamplesMinimum<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v7/ClpExamplesMinimum/ClpExamplesMinimum.vcproj<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v7/Clp.sln<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v7/libClp<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v7/libClp/libClp.vcproj<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v7/clp<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v7/clp/clp.vcproj<br />
dpkg-source: warning: ignoring deletion of directory Clp/MSVisualStudio/v7/ClpExamplesTestQP<br />
dpkg-source: warning: ignoring deletion of file Clp/MSVisualStudio/v7/ClpExamplesTestQP/ClpExamplesTestQP.vcproj<br />
dpkg-source: warning: ignoring deletion of file Clp/Makefile.in<br />
dpkg-source: warning: ignoring deletion of directory Clp/doc<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/moresamples.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/messages.xml<br />
dpkg-source: warning: ignoring deletion of directory Clp/doc/Howto<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/Howto/docbook4clp.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/notsobasic.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/authors.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/doxygen.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/faqcontent.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/clpuserguide.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/basicmodelclasses.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/clpexe.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/intro.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/revhist.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/faq.xml<br />
dpkg-source: warning: ignoring deletion of file Clp/doc/legal.xml<br />
dpkg-source: warning: ignoring deletion of directory Clp/inc<br />
dpkg-source: warning: ignoring deletion of file Clp/inc/config_clp.h.in<br />
dpkg-source: warning: ignoring deletion of directory Clp/test<br />
dpkg-source: warning: ignoring deletion of file Clp/test/Makefile.am<br />
dpkg-source: warning: ignoring deletion of file Clp/test/Makefile.in<br />
dpkg-source: warning: ignoring deletion of file Clp/configure.ac<br />
dpkg-source: warning: ignoring deletion of directory Clp/src<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyBase.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpGubMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpSimplexPrimal.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPrimalColumnPivot.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpNonLinearCost.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpEventHandler.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpSolve.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpEventHandler.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpFactorization.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPredictorCorrector.cpp</p>
<p>dpkg-source: warning: ignoring deletion of file Clp/src/ClpSimplex.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpSimplexNonlinear.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpSimplexDual.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpSimplexNonlinear.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyDense.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpSimplexOther.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPdco.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDualRowDantzig.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyDense.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDualRowDantzig.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/Makefile.am<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpObjective.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPdcoBase.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpNode.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpNetworkBasis.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDualRowSteepest.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyUfl.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpMain.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/Clp_C_Interface.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPredictorCorrector.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/Idiot.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpMessage.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/Makefile.in<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDynamicExampleMatrix.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/Clp_C_Interface.h<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPrimalColumnPivot.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpLinearObjective.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPrimalColumnDantzig.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPrimalColumnSteepest.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDualRowPivot.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyTaucs.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpConstraintQuadratic.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPrimalQuadraticDantzig.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPdcoBase.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpGubDynamicMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyWssmp.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpLinearObjective.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpQuadraticObjective.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDynamicMatrix.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPdco.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpGubMatrix.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyBase.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPresolve.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDynamicMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpModel.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpConstraint.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyWssmp.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/MyEventHandler.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDualRowSteepest.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDynamicExampleMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/Idiot.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/unitTest.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpMatrixBase.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/CbcOrClpParam.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/IdiSolve.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpQuadraticObjective.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpModel.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPrimalColumnDantzig.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpSimplexOther.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPrimalColumnSteepest.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpHelperFunctions.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpInterior.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPlusMinusOneMatrix.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpNonLinearCost.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPlusMinusOneMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpGubDynamicMatrix.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyUfl.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpMessage.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpFactorization.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpSimplexPrimal.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyTaucs.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPackedMatrix.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpConstraintQuadratic.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/MyEventHandler.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpConstraintLinear.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyWssmpKKT.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpLsqr.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/MyMessageHandler.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/CbcOrClpParam.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpNetworkMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpCholeskyWssmpKKT.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpSimplex.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPresolve.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpConstraint.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/MyMessageHandler.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpConfig.h<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDummyMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpSimplexDual.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpMatrixBase.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpInterior.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpHelperFunctions.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpConstraintLinear.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDummyMatrix.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpNetworkBasis.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpSolve.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpNode.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpDualRowPivot.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpParameters.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpLsqr.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpNetworkMatrix.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpObjective.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/src/ClpPackedMatrix.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/clp_addlibs.txt.in<br />
dpkg-source: warning: ignoring deletion of file Clp/AUTHORS<br />
dpkg-source: warning: ignoring deletion of directory Clp/examples<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/ekk_interface.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/driver.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/testBarrier.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/rowColumn.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/testGub2.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/gparm.tiny<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/defaults.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/Makefile.in<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/myPdco.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/hello.mps<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/sprint.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/testGub.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/pdco.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/driver2.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/g.tiny<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/ekk.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/driverC.c<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/minimum.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/decompose.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/testQP.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/INSTALL<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/makeDual.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/useVolume.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/hello.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/input.130<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/addBits.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/sprint2.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/piece.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/network.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/dualCuts.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/modify.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/testBasis.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/myPdco.hpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/addRows.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/examples/addColumns.cpp<br />
dpkg-source: warning: ignoring deletion of file Clp/configure<br />
dpkg-source: warning: ignoring deletion of file depcomp<br />
dpkg-source: warning: ignoring deletion of directory ThirdParty<br />
dpkg-source: warning: ignoring deletion of directory ThirdParty/Blas<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Blas/Makefile.am<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Blas/Makefile.in<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Blas/INSTALL.BLAS<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Blas/configure.ac<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Blas/get.Blas<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Blas/configure<br />
dpkg-source: warning: ignoring deletion of directory ThirdParty/Lapack<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Lapack/Makefile.am<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Lapack/Makefile.in<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Lapack/get.Lapack<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Lapack/INSTALL.LAPACK<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Lapack/configure.ac<br />
dpkg-source: warning: ignoring deletion of file ThirdParty/Lapack/configure<br />
dpkg-source: warning: ignoring deletion of file configure<br />
dpkg-source: building clp in clp_1.7-0mussi1.dsc<br />
debian/rules build<br />
dpatch apply-all -v<br />
#dpatch call-all -a=pkg-info &gt;patch-stamp<br />
chmod +x ./autogen.sh<br />
chmod: impossível acessar `./autogen.sh&#8217;: Arquivo ou diretório inexistente<br />
make: ** [configure] Erro 1<br />
dpkg-buildpackage: failure: debian/rules build gave error exit status 2<br />
Command /bin/sh -c dpkg-buildpackage -us -uc -sa -rfakeroot  failed in &lt;unknown&gt;, how to continue now? [Qri?]:<br />
Aborting.</p></blockquote>
<p>pois bem &#8230; qual era o motivo desse erro ??</p>
<p>pior q era simples &#8230; e só o Kov mesmo para me dar a luz :)</p>
<blockquote><p>$svn propget mergeWithUpstream debian/</p>
<p>&#8220;tem de retornar 1&#8243;</p></blockquote>
<p>ai ai ai &#8230; quando vi isso lembrei do manual do svn-buildpackage &#8230;  aqueles trechos que sempre esquecemos heheh</p>
<p>O que aconteceu &#8230; como criei tudo na mão, havia me esquecido de setar a propriedade corretamente :) foi só setar a propriedade corretamente que tudo voltaou ao &#8220;normal&#8221; :)</p>
<blockquote><p>$svn propset mergeWithUpstream 1 debian</p></blockquote>
<p>Simples :) mas apanhei demais</p>
<p>Qualquer hora dessas eu vou escrever um how-to rápido de como montar essa infra e gerar os pacotes.</p>
<p>PS: outra coisa que estou devendo nessa área e escrever como usar o pbuilder com o svn-buildpackage e tals &#8230; mas um item para o to-do.</p>
]]></content:encoded>
			<wfw:commentRss>http://diario.mussicorp.net/2008/05/27/a-velha-briga-com-os-pacotes-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gabriela, a Síndrome, o Medo</title>
		<link>http://diario.mussicorp.net/2008/05/19/gabriela-a-sindrome-o-medo/</link>
		<comments>http://diario.mussicorp.net/2008/05/19/gabriela-a-sindrome-o-medo/#comments</comments>
		<pubDate>Mon, 19 May 2008 13:25:00 +0000</pubDate>
		<dc:creator>Mussi</dc:creator>
				<category><![CDATA[Discussões]]></category>
		<category><![CDATA[Projetos]]></category>
		<category><![CDATA[Trabalhos]]></category>

		<guid isPermaLink="false">http://diario.mussicorp.net/?p=33</guid>
		<description><![CDATA[Eu sempre discuti muito com o pessoal sobre o &#8220;O Medo que as Mudanças Trazem&#8221; para o ambiente de TIC, ainda mais em ambientes nois quais existem uma ebulição muito forte de mudanças e que estavam &#8220;adormecidos&#8221;, estacionados no tempo &#8230;  Lugares onde as mudanças começam e antigos hábitos fazem muitos &#8220;acomodados&#8221; tremerem e criarem [...]]]></description>
			<content:encoded><![CDATA[<p>Eu sempre discuti muito com o pessoal sobre o &#8220;O Medo que as Mudanças Trazem&#8221; para o ambiente de TIC, ainda mais em ambientes nois quais existem uma ebulição muito forte de mudanças e que estavam &#8220;adormecidos&#8221;, estacionados no tempo &#8230;  Lugares onde as mudanças começam e antigos hábitos fazem muitos &#8220;acomodados&#8221; tremerem e criarem barreiras para qualquer nova &#8220;aventura&#8221; nos meandros de nossa vida profussional ;)</p>
<p>Lembrei dessa discução por causa desse artigo da Infomoney, <a title="Síndrome de Gabriela impede progresso na carreira, por isso enfrente seus medos" href="http://web.infomoney.com.br//templates/news/view.asp?codigo=1124401&amp;path=/seunegocio/" target="_blank">Síndrome de Gabriela impede progresso na carreira</a>, por isso enfrente seus medos , que copio abaixo &#8230;</p>
<p><span id="more-33"></span></p>
<div id="titulo" class="tUpper">Síndrome de Gabriela impede progresso na carreira, por isso enfrente seus medos</div>
<p><span id="div1"> Por: Karin Sato<br />
19/05/08 &#8211; 08h43<br />
InfoMoney</p>
<div id="HOTWordsTxt">SÃO PAULO &#8211; Os versos cantados por Gal Costa, na novela &#8220;Gabriela, Cravo e Canela&#8221;, diziam: &#8220;eu nasci assim, eu cresci assim, e sou mesmo assim, vou ser sempre assim&#8230; Gabriela&#8230; Sempre Gabriela&#8221;. Segundo o psicólogo e consultor de empresas Rogerio Martins, tem muita gente com síndrome de Gabriela.</p>
<p>Quantas pessoas você conhece que repetiriam esse mesmo discurso, se tivessem a oportunidade: &#8220;eu nasci assim, e sou mesmo assim, e não mudo&#8221;?</p>
<p>É estranho que, com todas as mudanças acontecendo mundo afora, com a evolução dos mercados, a inversão da crença de que os trabalhadores dependem das empresas (hoje o que vemos é praticamente o contrário), o crescimento da <a style="border-bottom: 1px dotted; color: #006600; text-decoration: underline;" onclick="hwClick3738470350676(-635683012);return false;" onmouseover="hw3738470350676(event, this, '-635683012'); this.style.cursor='hand'; this.style.textDecoration='underline'; this.style.borderBottom='solid';" onmouseout="hideMaybe(event, this); this.style.cursor='hand'; this.style.textDecoration='underline'; this.style.borderBottom='dotted 1px'; " href="http://web.infomoney.com.br//templates/news/view.asp?codigo=1124401&amp;path=/seunegocio/#">economia</a> do País, que está abrindo inúmeras oportunidades aos profissionais, assim como a internet, e a tendência do trabalho em casa, algumas pessoas relutem e façam o possível para manter as coisas no lugar em que elas estão, quem sabe por toda a eternidade!</p>
<p>&#8220;Pior é quem acredita que essa postura retrógrada é boa para si e para a empresa. A única certeza que temos é de que tudo mudará! Para uma empresa crescer, é necessário passar por mudanças. Para um profissional ascender na carreira também. Claro que nem toda mudança é positiva, mas quanto mais resistirmos ao inevitável, mais sofremos. Por isso, é preciso <a style="border-bottom: 1px dotted; color: #006600; text-decoration: underline;" onclick="hwClick14076629662676(-635683012);return false;" onmouseover="hw14076629662676(event, this, '-635683012'); this.style.cursor='hand'; this.style.textDecoration='underline'; this.style.borderBottom='solid';" onmouseout="hideMaybe(event, this); this.style.cursor='hand'; this.style.textDecoration='underline'; this.style.borderBottom='dotted 1px'; " href="http://web.infomoney.com.br//templates/news/view.asp?codigo=1124401&amp;path=/seunegocio/#">aprender</a> sobre elas e com elas&#8221;, defende Martins.</p>
<p><strong>Lidando com mudanças</strong><br />
O especialista diz que, realmente, não é fácil lidar com as mudanças. &#8220;Existem inúmeros fatores que levam as pessoas a lidar de forma negativa com as mudanças. Entre eles, destaco três: a homeostase, o interesse pessoal e o pensamento de curto prazo. Há uma velha frase no meio esportivo que reforça a idéia de homeostase: em time que está ganhando não se mexe&#8221;.</p>
<p>Já o pensamento de curto prazo acomete os profissionais que não têm o hábito de planejar. Mas há aqueles que vivem planejando e não fazem nada, o que também implica a perda de oportunidades.</p>
<p>O consultor explica que, basicamente, as pessoas sentem <a class="select" href="http://web.infomoney.com.br/templates/news/view.asp?codigo=1090781&amp;path=/seunegocio/" target="_blank">insegurança</a> e temem as mudanças. &#8220;O medo de dar errado, o medo de não conseguir, o medo de se frustrar, o medo de arriscar, o medo do ridículo, o medo de não ser aceito&#8230;&#8221;, sublinha.</p>
<p><strong>Como gerir mudanças nas empresas</strong><br />
É possível lidar bem com as mudanças em uma empresa. De acordo com Martins, para isso, é preciso criar um ambiente corporativo favorável, que passa por alguns aspectos: melhorar a comunicação em todos os níveis hierárquicos, fortalecer o pensamento estratégico e de longo prazo entre todos os funcionários, preparar mais e melhor as lideranças, gerar oportunidades para que as pessoas participem sem medo de punição, difundir o conhecimento, os planos de futuro e as expectativas do presente. &#8220;Com estas <a style="border-bottom: 1px dotted; color: #006600; text-decoration: underline;" onclick="hwClick5238947431676(-635683012);return false;" onmouseover="hw5238947431676(event, this, '-635683012'); this.style.cursor='hand'; this.style.textDecoration='underline'; this.style.borderBottom='solid';" onmouseout="hideMaybe(event, this); this.style.cursor='hand'; this.style.textDecoration='underline'; this.style.borderBottom='dotted 1px'; " href="http://web.infomoney.com.br//templates/news/view.asp?codigo=1124401&amp;path=/seunegocio/#">ações</a>, é possível criar um clima interno de motivação&#8221;.</p>
<p>Ele ressalta que as mudanças estão acontecendo em ritmo cada vez mais acelerado, graças aos avanços tecnológicos. E não se pode ignorar o fato de que a população mundial aumenta a cada dia e, com mais pessoas no mundo, há mais concorrência, tanto para os profissionais quanto para as empresas.</p>
<p>A teoria de Darwin serve para o drama atual também: sobreviverão aqueles que conseguirem se adaptar melhor ao mundo contemporâneo. Ou seja, os mais rápidos, dinâmicos e assertivos. &#8220;Portanto, fique alerta quanto ao vírus da síndrome de Gabriela. O primeiro sintoma é achar que tudo está bom do jeito que está!&#8221;, completa o consultor.</p></div>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://diario.mussicorp.net/2008/05/19/gabriela-a-sindrome-o-medo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quem Mexeu no Meu Queijo?</title>
		<link>http://diario.mussicorp.net/2008/03/27/quem-mexeu-no-meu-queijo/</link>
		<comments>http://diario.mussicorp.net/2008/03/27/quem-mexeu-no-meu-queijo/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 01:12:57 +0000</pubDate>
		<dc:creator>Mussi</dc:creator>
				<category><![CDATA[Discussões]]></category>
		<category><![CDATA[Pessoais]]></category>
		<category><![CDATA[Projetos]]></category>
		<category><![CDATA[Trabalhos]]></category>

		<guid isPermaLink="false">http://diario.mussicorp.net/2008/03/27/quem-mexeu-no-meu-queijo/</guid>
		<description><![CDATA[É um ensinamento para a vida essa historinha &#8230; quem vc é ?

Mais a segunda parte ;)

&#8220;Uma maneira fantástica de lidar com as mudanças em seu trabalho e em sua vida.&#8221;
Quem mexeu no meu  Queijo? de Spencer Johnson, M. D.
Vale a pena ler o artigo também &#8230; ele é bem pegueno&#8230;
]]></description>
			<content:encoded><![CDATA[<p>É um ensinamento para a vida essa historinha &#8230; quem vc é ?</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/2garWG_TV_c&amp;hl=en" /><param name="wmode" value="transparent" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/2garWG_TV_c&amp;hl=en" wmode="transparent"></embed></object></p>
<p>Mais a segunda parte ;)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/VMM914mHqtI&amp;hl=en" /><param name="wmode" value="transparent" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/VMM914mHqtI&amp;hl=en" wmode="transparent"></embed></object></p>
<p>&#8220;Uma maneira fantástica de lidar com as mudanças em seu trabalho e em sua vida.&#8221;</p>
<p><em><strong>Quem mexeu no meu  Queijo? </strong>de Spencer Johnson, M. D.</em></p>
<p>Vale a pena ler o artigo também &#8230; ele é bem pegueno&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://diario.mussicorp.net/2008/03/27/quem-mexeu-no-meu-queijo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analise de &#8220;risco&#8221;  e Linus &#8230;</title>
		<link>http://diario.mussicorp.net/2007/11/26/analise-de-risco-e-linus/</link>
		<comments>http://diario.mussicorp.net/2007/11/26/analise-de-risco-e-linus/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 21:37:11 +0000</pubDate>
		<dc:creator>Mussi</dc:creator>
				<category><![CDATA[Discussões]]></category>
		<category><![CDATA[Fala Sério!!!]]></category>
		<category><![CDATA[Trabalhos]]></category>
		<category><![CDATA[analises linux]]></category>

		<guid isPermaLink="false">http://diario.mussicorp.net/2007/11/26/analise-de-risco-e-linus/</guid>
		<description><![CDATA[ Bom &#8230;
como eu ando lendo muito sobre padrões e análise de riscos, fica para reflexão de todos :

O que pode ocorrer ??
O quão provavel à ocorrência do fato anterior ??
Se esse fato ocorrer,  quais as possíveis consequências indesejáveis ??
O que fazer para prevenir aocorrência desse fato ??

Em um mundo meu &#8230; eu sempre trabalho pensando [...]]]></description>
			<content:encoded><![CDATA[<p> Bom &#8230;</p>
<p>como eu ando lendo muito sobre padrões e análise de riscos, fica para reflexão de todos :</p>
<ol>
<li>O que pode ocorrer ??</li>
<li>O quão provavel à ocorrência do fato anterior ??</li>
<li>Se esse fato ocorrer,  quais as possíveis consequências indesejáveis ??</li>
<li>O que fazer para prevenir aocorrência desse fato ??</li>
</ol>
<p>Em um mundo meu &#8230; eu sempre trabalho pensando nos fatos ruins que podem ocorrer, e tento preveni-los, seja com a ferramenta que for&#8230; para evitar uma dor maior depois &#8230; mas fazer o que neh !!! Afinal &#8230; só Deus &#8220;salva&#8221; :P</p>
<p>Elendo uma reportagem do grande guru &#8230; esse sim para mim, ele solta essa perola, que eu já falo a seculos ;)</p>
<p><em>&#8220;look at where Linux is used. Everything from cellphones and other small embedded computers that people wouldn&#8217;t even think of as computers, to the bulk of the biggest machines on the supercomputer Top-500 list. That is flexibility&#8221;  <a href="http://www.itnews.com.au/Feature/4052,torvalds-on-where-linux-is-headed-in-2008.aspx">Linus Torvalds na ITnews.au</a><br />
</em></p>
<p>sim &#8230; obivio &#8230; mas emocionei :P vale a pena uma leitura completa.</p>
]]></content:encoded>
			<wfw:commentRss>http://diario.mussicorp.net/2007/11/26/analise-de-risco-e-linus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Escravidão ???</title>
		<link>http://diario.mussicorp.net/2007/10/24/escravidao/</link>
		<comments>http://diario.mussicorp.net/2007/10/24/escravidao/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 10:50:06 +0000</pubDate>
		<dc:creator>Mussi</dc:creator>
				<category><![CDATA[Fala Sério!!!]]></category>
		<category><![CDATA[Pessoais]]></category>
		<category><![CDATA[Trabalhos]]></category>

		<guid isPermaLink="false">http://diario.mussicorp.net/2007/10/24/escravidao/</guid>
		<description><![CDATA[A frase da semana ;)
&#8220;A Lei Áurea já saiu a mais de seculos !!! Não me venha com essa!! &#8221;
É &#8230;  uuuuuu
b
b
b
UUUUUUUU
Ta achando que está trabalhando muito ??  pois é .. sim VC está trabalhando muito pouco.
Para quem se perdeu:
A Lei Áurea foi assinada em 13 de maio de 1888, extinguindo a escravidão [...]]]></description>
			<content:encoded><![CDATA[<p>A frase da semana ;)</p>
<p>&#8220;A <strong>Lei Áurea </strong>já saiu a mais de seculos !!! Não me venha com essa!! &#8221;</p>
<p>É &#8230;  uuuuuu</p>
<p>b</p>
<p>b</p>
<p>b</p>
<p>UUUUUUUU</p>
<p>Ta achando que está trabalhando muito ??  pois é .. sim VC está trabalhando muito pouco.</p>
<p>Para quem se perdeu:</p>
<p>A <strong>Lei Áurea</strong> foi assinada em <a href="http://pt.wikipedia.org/wiki/13_de_maio" title="13 de maio">13 de maio</a> de <a href="http://pt.wikipedia.org/wiki/1888" title="1888">1888</a>, extinguindo a <a href="http://pt.wikipedia.org/wiki/Escravid%C3%A3o_no_Brasil" title="Escravidão no Brasil">escravidão no Brasil</a>.  Esta foi assinada pela filha do Imperador <a href="http://pt.wikipedia.org/wiki/Pedro_II_do_Brasil" title="Pedro II do Brasil">Dom Pedro II</a>, <a href="http://pt.wikipedia.org/wiki/Princesa_Isabel" title="Princesa Isabel">Princesa Isabel</a>(<a href="http://pt.wikipedia.org/wiki/1846" title="1846">1846</a>-<a href="http://pt.wikipedia.org/wiki/1921" title="1921">1921</a>).</p>
<p>Dizia a lei nº 3.353, de <a href="http://pt.wikipedia.org/wiki/13_de_maio" title="13 de maio">13 de maio</a> de <a href="http://pt.wikipedia.org/wiki/1888" title="1888">1888</a>, que <em>Declara extinta a escravidão no Brasil</em>:</p>
<dl>
<dd>
<dl>
<dd><em>A Princesa Imperial Regente, em nome de Sua Majestade o Imperador, o Senhor D. Pedro II, faz saber a todos os súditos do Império que a Assembléia Geral decretou e ela sancionou a lei seguinte:</em></dd>
<dd><em>Art. 1°: É declarada extinta desde a data desta lei a escravidão no Brasil.</em></dd>
<dd><em>Art. 2°: Revogam-se as disposições em contrário.</em></dd>
<dd><em>Manda, portanto, a todas as autoridades, a quem o conhecimento e execução da referida Lei pertencer, que a cumpram, e façam cumprir e guardar tão inteiramente como nela se contém.</em></dd>
<dd><em>O secretário de Estado dos Negócios da Agricultura, Comercio e Obras Publicas e interino dos Negócios Estrangeiros, Bacharel Rodrigo Augusto da Silva, do Conselho de sua Majestade o Imperador, o faça imprimir, publicar e correr.</em></dd>
<dd><em>Dada no Palácio do Rio de Janeiro, em 13 de maio de 1888, 67º da Independência e do Império.</em></dd>
<dd>Princesa Imperial Regente.</dd>
<dd>Rodrigo Augusto da Silva</dd>
</dl>
</dd>
</dl>
<dl>
<dd>
<dl>
<dd><em>Carta de lei, pela qual Vossa Alteza Imperial manda executar o Decreto da Assembléia Geral, que houve por bem sancionar, declarando extincta a escravidão no Brazil, como nella se declara. Para Vossa Alteza Imperial ver. Chancelaria-mor do Império.- Antônio Ferreira Viana.</em></dd>
<dd>Transitou em 13 de Maio de 1888.- José Júlio de Albuquerque </dd>
</dl>
</dd>
</dl>
<p> Fonte : http://pt.wikipedia.org/wiki/Lei_%C3%81urea</p>
]]></content:encoded>
			<wfw:commentRss>http://diario.mussicorp.net/2007/10/24/escravidao/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XEN 3.1 e virt-manager para Debian etch</title>
		<link>http://diario.mussicorp.net/2007/06/05/xen-31-e-virt-manager-para-debian-etch/</link>
		<comments>http://diario.mussicorp.net/2007/06/05/xen-31-e-virt-manager-para-debian-etch/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 16:08:10 +0000</pubDate>
		<dc:creator>Mussi</dc:creator>
				<category><![CDATA[Projetos]]></category>
		<category><![CDATA[Trabalhos]]></category>

		<guid isPermaLink="false">http://diario.mussicorp.net/2007/06/05/xen-31-e-virt-manager-para-debian-etch/</guid>
		<description><![CDATA[Atualizado os pacotes ;)
Eles precisam de mais refinamentos, mas tem faltado tempo para mais testes e polimentos, principalemente na libvirt.
Endereço para mais informações : http://www.mussicorp.net/pacotes/
Os fontes estão no meu svn e no svn do XEN-BR
Prometo nos próximos dias compilar os pacotes para o Ubuntu Feisty.
]]></description>
			<content:encoded><![CDATA[<p>Atualizado os pacotes ;)</p>
<p>Eles precisam de mais refinamentos, mas tem faltado tempo para mais testes e polimentos, principalemente na libvirt.</p>
<p>Endereço para mais informações : <a href="http://www.mussicorp.net/pacotes/" title="XEN 3.1">http://www.mussicorp.net/pacotes/</a></p>
<p>Os fontes estão no meu svn e no svn do <a href="http://www.xen-br.org">XEN-BR</a></p>
<p>Prometo nos próximos dias compilar os pacotes para o Ubuntu Feisty.</p>
]]></content:encoded>
			<wfw:commentRss>http://diario.mussicorp.net/2007/06/05/xen-31-e-virt-manager-para-debian-etch/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Pacotinhos daqui &#8230; pacotinhos de lá</title>
		<link>http://diario.mussicorp.net/2007/05/10/pacotinhos-daqui-pacotinhos-de-la/</link>
		<comments>http://diario.mussicorp.net/2007/05/10/pacotinhos-daqui-pacotinhos-de-la/#comments</comments>
		<pubDate>Thu, 10 May 2007 19:28:41 +0000</pubDate>
		<dc:creator>Mussi</dc:creator>
				<category><![CDATA[Projetos]]></category>
		<category><![CDATA[Trabalhos]]></category>

		<guid isPermaLink="false">http://diario.mussicorp.net/2007/05/10/pacotinhos-daqui-pacotinhos-de-la/</guid>
		<description><![CDATA[Já tem um certo tempo que eu fico mexendo com uns pacotinhos Debian para poder resolver e ajudar em tarefas do dia a dia &#8230;
Eu publico eles no mesmo lugar a tempo, mas nunca parei para divulgar eles &#8230; mesmo porque a maioria é apenas adaptação dos pacotes a necessidades específicas. Assim o endereço para [...]]]></description>
			<content:encoded><![CDATA[<p>Já tem um certo tempo que eu fico mexendo com uns pacotinhos Debian para poder resolver e ajudar em tarefas do dia a dia &#8230;</p>
<p>Eu publico eles no mesmo lugar a tempo, mas nunca parei para divulgar eles &#8230; mesmo porque a maioria é apenas adaptação dos pacotes a necessidades específicas. Assim o endereço para poder utiliza-los é:</p>
<p><a href="http://www.mussicorp.net/pacotes/" title="Meus pacotinhos">http://www.mussicorp.net/pacotes/</a></p>
<p>Entre os pacotes estão:</p>
<ul>
<li>Pacotes experimentais para o Mysql-federado usado para o <a href="http://tamandua.speed.dcc.ufmg.br/">Tamanduá</a>;</li>
<li>Xen com as correções necessárias para as placas de rede BNX2 (IBM x3550/3755);</li>
<li>Como bom preguiçoso ;) <strong>system-config-lvm</strong> do RH para debian :) (necas de alien);</li>
<li>Tora com suporte ao Client ORACLE. (sim, precisa de instalar o client).</li>
</ul>
<p>Vou reorganizar várias das documentações que fiz/participei e pública-las novamente ;) tem muito material excelente do <a href="http://www.libertasbr.org.br/">LibertasBR</a> que não merece ficar sem maior exposição.</p>
]]></content:encoded>
			<wfw:commentRss>http://diario.mussicorp.net/2007/05/10/pacotinhos-daqui-pacotinhos-de-la/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CMMI o caralho !?!?!?</title>
		<link>http://diario.mussicorp.net/2007/05/08/cmmi-o-caralho/</link>
		<comments>http://diario.mussicorp.net/2007/05/08/cmmi-o-caralho/#comments</comments>
		<pubDate>Tue, 08 May 2007 14:10:31 +0000</pubDate>
		<dc:creator>Mussi</dc:creator>
				<category><![CDATA[Fala Sério!!!]]></category>
		<category><![CDATA[Pessoais]]></category>
		<category><![CDATA[Trabalhos]]></category>

		<guid isPermaLink="false">http://diario.mussicorp.net/2007/05/08/cmmi-o-caralho/</guid>
		<description><![CDATA[Tinha data que eu não lia um artigo que batesse com minhas ideias, e esse conseguiu :)
Ele levanta toda uma discução que eu gosto de manter e revigorar no dia-a-dia ;)
&#60;cut&#62;
(CMMI no olho dos outros é refresco &#8211; Mateus Velloso)
E enquanto tiver gente que ache  que com bons processos conseguirá manter o “custo” da [...]]]></description>
			<content:encoded><![CDATA[<p>Tinha data que eu não lia um artigo que batesse com minhas ideias, e esse conseguiu :)</p>
<p>Ele levanta toda uma discução que eu gosto de manter e revigorar no dia-a-dia ;)</p>
<p>&lt;cut&gt;</p>
<p>(<a href="http://www.linhadecodigo.com.br/artigos_impressao.asp?id_ac=1262" target="_blank">CMMI no olho dos outros é refresco</a> &#8211; Mateus Velloso)</p>
<p><span lang="PT-BR"><span style="color: windowtext; text-decoration: none"><font color="#000000" face="Verdana,Geneva,Arial,Helvetica,sans-serif" size="2"><font size="2">E enquanto tiver gente que ache  que com bons processos conseguirá manter o “custo” da equipe baixo, precisando  de pessoas apenas para tarefas repetitivas, sem muita qualificação, conseguindo  maior competitividade no mercado (olha a administração científica e o estudo de  tempos e movimentos de novo&#8230; Será que estamos passando pela revolução  industrial da informática e estamos condenados a cometer os mesmos erros que  foram cometidos lá? Será que a seqüência de acontecimentos repetirá mais um  ciclo, do homem-máquina ao crash econômico de 29?), eu só consigo ver empresas  crescendo graças às pessoas, seja lá qual for o custo delas.</font></font></span></span></p>
<p>&lt;/cut&gt;</p>
<p>leitura obrigatória para todos.</p>
<p>http://www.linhadecodigo.com.br/artigos_impressao.asp?id_ac=1262</p>
]]></content:encoded>
			<wfw:commentRss>http://diario.mussicorp.net/2007/05/08/cmmi-o-caralho/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rawdevice no rhel5 e centos5</title>
		<link>http://diario.mussicorp.net/2007/04/30/rawdevice-no-rhel5-e-centos5/</link>
		<comments>http://diario.mussicorp.net/2007/04/30/rawdevice-no-rhel5-e-centos5/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 18:18:17 +0000</pubDate>
		<dc:creator>Mussi</dc:creator>
				<category><![CDATA[Discussões]]></category>
		<category><![CDATA[Trabalhos]]></category>

		<guid isPermaLink="false">http://diario.mussicorp.net/2007/04/30/rawdevice-no-rhel5-e-centos5/</guid>
		<description><![CDATA[Nota rapidinha para não esquecer de documentar descentemente depois (se o tempo deixar &#8230; )
Na briga do Oracle RAC com o centos5 (aka rhel5 de pobre ;P ) descobri que mudarão todo o esquema de rawdevices, deprecated é mole &#8230;
mas &#8230;  vai ae a dica rapida de como resolvi aqui no cluster :
[root@ibmoracle3203 ~]# cat [...]]]></description>
			<content:encoded><![CDATA[<p>Nota rapidinha para não esquecer de documentar descentemente depois (se o tempo deixar &#8230; )</p>
<p>Na briga do Oracle RAC com o centos5 (aka rhel5 de pobre ;P ) descobri que mudarão todo o esquema de rawdevices, <strong>deprecated</strong> é mole &#8230;</p>
<p>mas &#8230;  vai ae a dica rapida de como resolvi aqui no cluster :</p>
<p>[root@ibmoracle3203 ~]# cat /etc/udev/rules.d/60-raw.rules</p>
<p>#ACTION==&#8221;add&#8221;, KERNEL==&#8221;sde1&#8243;, RUN+=&#8221;/bin/raw /dev/raw/raw17 %N&#8221;<br />
ACTION==&#8221;add&#8221;,ENV{MAJOR}=&#8221;b&#8221;,ENV{MINOR}=&#8221;1&#8243;,RUN+=&#8221;/bin/raw /dev/raw/raw10 %M %m&#8221;, \ OWNER=&#8221;oracle&#8221; GROUP=&#8221;dba&#8221;, MODE=&#8221;0660&#8243;<br />
ACTION==&#8221;add&#8221;,ENV{MAJOR}=&#8221;b&#8221;,ENV{MINOR}=&#8221;2&#8243;,RUN+=&#8221;/bin/raw /dev/raw/raw11 %M %m&#8221;</p>
<p>fonte da luz: <a href="http://kbase.redhat.com/faq/FAQ_105_9616.shtm">http://kbase.redhat.com/faq/FAQ_105_9616.shtm</a></p>
<p>Bom como já testei com o Etch, digo &#8230; NÃO funciona &#8230; só não tive tempode de rastrear o motivo ainda :( parece que é algo com o udev, ou a RH mexeu no udev deles para resolver esse problema :(  [modprobe raw]</p>
]]></content:encoded>
			<wfw:commentRss>http://diario.mussicorp.net/2007/04/30/rawdevice-no-rhel5-e-centos5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.780 seconds -->
