<feed xmlns='http://www.w3.org/2005/Atom'>
<title>urpmi/urpm/install.pm, branch 7.3</title>
<subtitle>Software Installation Tools</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/'/>
<entry>
<title>Only search for README.urpmi files in doc files (needs URPM &gt;= 4.13)</title>
<updated>2012-08-23T23:24:56+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2012-08-23T23:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=71c5b675469035830093275aeb7eabd8e2645d68'/>
<id>71c5b675469035830093275aeb7eabd8e2645d68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(install) adapt to URPM-4.2</title>
<updated>2012-06-13T18:43:18+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-06-13T18:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=b6b5ffc158a8fe35e5848f9bd7b65661df423db8'/>
<id>b6b5ffc158a8fe35e5848f9bd7b65661df423db8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(install) fix circular reference that defeats perl's GC</title>
<updated>2012-03-05T19:01:43+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-03-05T19:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=0834d50e0b3dc375687362ff5d6f10753d2ffc10'/>
<id>0834d50e0b3dc375687362ff5d6f10753d2ffc10</id>
<content type='text'>
else we keep the RPM DB open several times until rpm fails:

created transaction for installing on / (remove=0, install=0, upgrade=8)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Basenames index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Group index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Requirename index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Triggername index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
(...)

regression introduced in commit r2946 on 2012-02-14
(was: '(install) --test: do not display "More information on package"')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
else we keep the RPM DB open several times until rpm fails:

created transaction for installing on / (remove=0, install=0, upgrade=8)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Basenames index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Group index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Requirename index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Triggername index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
(...)

regression introduced in commit r2946 on 2012-02-14
(was: '(install) --test: do not display "More information on package"')
</pre>
</div>
</content>
</entry>
<entry>
<title>(install) explicitely close the RPM DB after each transaction</title>
<updated>2012-03-05T19:01:40+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-03-05T19:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=448206fda38d36732781f755b60613fa2d0b399f'/>
<id>448206fda38d36732781f755b60613fa2d0b399f</id>
<content type='text'>
else we keep the RPM DB open several times until rpm fails:

created transaction for installing on / (remove=0, install=0, upgrade=8)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Basenames index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Group index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Requirename index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Triggername index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
(...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
else we keep the RPM DB open several times until rpm fails:

created transaction for installing on / (remove=0, install=0, upgrade=8)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Basenames index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Group index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Requirename index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Triggername index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
(...)
</pre>
</div>
</content>
</entry>
<entry>
<title>(install) --test: do not display "More information on package"</title>
<updated>2012-02-14T20:56:02+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-02-14T20:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=efe3da7770ba2c006003238741a227b2904175ee'/>
<id>efe3da7770ba2c006003238741a227b2904175ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Synthesized commit during git-svn import combining previous Mandriva history with Magiea.</title>
<updated>2011-09-13T20:44:28+00:00</updated>
<author>
<name>Mageia SVN-Git Migration</name>
<email>svn-git-migration@mageia.org</email>
</author>
<published>2011-09-13T20:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=c4db7355a3e02702637f23e9ce0cd92926ca85f7'/>
<id>c4db7355a3e02702637f23e9ce0cd92926ca85f7</id>
<content type='text'>
This commit consitsts of the following subversion commits:

------------------------------------------------------------------------
r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line

Import urpmi
------------------------------------------------------------------------
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit consitsts of the following subversion commits:

------------------------------------------------------------------------
r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line

Import urpmi
------------------------------------------------------------------------
</pre>
</div>
</content>
</entry>
<entry>
<title>(install_logger) use urpm-&gt;{print} callback too</title>
<updated>2009-10-15T11:00:35+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2009-10-15T11:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=c37929b7de7fdbebe66e822d03d286331df0dd33'/>
<id>c37929b7de7fdbebe66e822d03d286331df0dd33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(install,run) prevent garbaging text installer (#50776)</title>
<updated>2009-08-11T15:50:38+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2009-08-11T15:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=851d102e779e84d843a71b9f5a730be59b5e69c0'/>
<id>851d102e779e84d843a71b9f5a730be59b5e69c0</id>
<content type='text'>
rationale: all prints in transaction/installation code now go through
a callback that redirects the output at install time

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rationale: all prints in transaction/installation code now go through
a callback that redirects the output at install time

</pre>
</div>
</content>
</entry>
<entry>
<title>(install) wrap a big comment</title>
<updated>2009-03-24T15:40:26+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2009-03-24T15:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=54bb94e676ce422c2b17000cb48808ffa72add6c'/>
<id>54bb94e676ce422c2b17000cb48808ffa72add6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(install) revert refcount workarounds now that we fix refcounting in</title>
<updated>2009-03-24T15:39:51+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2009-03-24T15:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=f8cdd55a8597984a42acce8582e45a6cc1c28191'/>
<id>f8cdd55a8597984a42acce8582e45a6cc1c28191</id>
<content type='text'>
r254652 ; revert both:

- r253559 (2009-03-04) "(install) close another fd leak (needed for
  drakx)"

- and r253550 (2009-03-04: "(install) explicitely close the RPM DB on
  comleting transaction (needed for drakx -- looks like refcount has
  hard work)"

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
r254652 ; revert both:

- r253559 (2009-03-04) "(install) close another fd leak (needed for
  drakx)"

- and r253550 (2009-03-04: "(install) explicitely close the RPM DB on
  comleting transaction (needed for drakx -- looks like refcount has
  hard work)"

</pre>
</div>
</content>
</entry>
</feed>
