<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/tools/install-xml-file-list, branch drakx-installer-images-2.91</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>fix collecting needed perl files with glibc-2.26</title>
<updated>2018-11-21T23:19:03+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-11-21T23:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=37fe7f743f5dd9fd5557d5b99489c4a98e720e0d'/>
<id>37fe7f743f5dd9fd5557d5b99489c4a98e720e0d</id>
<content type='text'>
basically the ouput of strace changed with glibc-2.26:
"Since version 2.26, the glibc wrapper function for open() employs the
openat() system call, rather than the kernel's open() system call".

so support both ways (in case it would be backported):
open("foobar...)
openat(AT_FDCWD, "foobar...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
basically the ouput of strace changed with glibc-2.26:
"Since version 2.26, the glibc wrapper function for open() employs the
openat() system call, rather than the kernel's open() system call".

so support both ways (in case it would be backported):
open("foobar...)
openat(AT_FDCWD, "foobar...)
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt to perl 5.28: fix including stuff from pkgs</title>
<updated>2018-08-09T05:20:20+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-08-09T05:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=87885f736d93f47c93edb0374237f06e7a392ae9'/>
<id>87885f736d93f47c93edb0374237f06e7a392ae9</id>
<content type='text'>
need to expand macro when using "matching"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
need to expand macro when using "matching"
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt to perl 5.28</title>
<updated>2018-08-09T05:18:05+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-08-09T05:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=77beb407f5520cc7c0ffcb8c14dd3a34fd8cad41'/>
<id>77beb407f5520cc7c0ffcb8c14dd3a34fd8cad41</id>
<content type='text'>
- perl modules are now in /usr/LIB/perl5 (bin) or /usr/share/perl5 (noarch)
- ARCH-linux-thread-multi &amp; version is no more used in path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- perl modules are now in /usr/LIB/perl5 (bin) or /usr/share/perl5 (noarch)
- ARCH-linux-thread-multi &amp; version is no more used in path
</pre>
</div>
</content>
</entry>
<entry>
<title>perl_checker cleanups</title>
<updated>2016-04-28T21:14:58+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-04-28T15:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0e0cb26ccbaf2e03652338ef54fdcf6d3133f891'/>
<id>0e0cb26ccbaf2e03652338ef54fdcf6d3133f891</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>supplement blacklist</title>
<updated>2016-04-28T21:14:58+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-04-28T15:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=aa8f011bc60bdf7741534a8ca3c06ddbba5a90c8'/>
<id>aa8f011bc60bdf7741534a8ca3c06ddbba5a90c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use arm instead of full arm version as arch when installing files from xml list</title>
<updated>2016-01-19T00:16:38+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>dev@blino.org</email>
</author>
<published>2016-01-19T00:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=84a60ba01cd093704b0125c3078924e14ccfd671'/>
<id>84a60ba01cd093704b0125c3078924e14ccfd671</id>
<content type='text'>
Instead of armv7l as detected from uname -m.
Perl files are installed in /usr/lib/perl5/&lt;version&gt;/arm-linux-thread-multi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of armv7l as detected from uname -m.
Perl files are installed in /usr/lib/perl5/&lt;version&gt;/arm-linux-thread-multi
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Get rid of the 'many matches for binary' warning due to usrmove.</title>
<updated>2013-12-02T23:54:06+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-12-02T23:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f97026e3a01ce14d30ff086c015c64dacd10ddb1'/>
<id>f97026e3a01ce14d30ff086c015c64dacd10ddb1</id>
<content type='text'>
This ignores /sbin and /bin paths then they are symlinks and avoids
misleading messages being printed when building stage2 and rescue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ignores /sbin and /bin paths then they are symlinks and avoids
misleading messages being printed when building stage2 and rescue
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Prefer /usr/sbin over /usr/bin.</title>
<updated>2013-12-02T23:54:06+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2013-12-02T23:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=90b6c91391425ad5f2bef237cbe984c19db458e8'/>
<id>90b6c91391425ad5f2bef237cbe984c19db458e8</id>
<content type='text'>
The list already contains /sbin and /bin which are just symlinks to the
above, but the order is different for / vs. /usr.

Due to the symlinks we always prefer sbin over bin anyway, so this change
doesn't technically change anything but does clarify things
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The list already contains /sbin and /bin which are just symlinks to the
above, but the order is different for / vs. /usr.

Due to the symlinks we always prefer sbin over bin anyway, so this change
doesn't technically change anything but does clarify things
</pre>
</div>
</content>
</entry>
<entry>
<title>log substitions in verbose mode</title>
<updated>2013-04-23T04:20:29+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2013-04-23T04:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d76a84884b8ba0cfe161b679ea54cc6cb8d7894f'/>
<id>d76a84884b8ba0cfe161b679ea54cc6cb8d7894f</id>
<content type='text'>
needed in order to pinpoint &amp; fix:

Backslash found where operator expected at -e line 2, near ";}continue{print or die qq(-p destination: $!\"
       (Missing operator before \?)
Final $ should be \$ or $name at -e line 1, within string
syntax error at -e line 2, near ";}continue{print or die qq(-p destination: $!"
  (Might be a runaway multi-line !! string starting on line 1)
Execution of -e aborted due to compilation errors.

(see next commit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needed in order to pinpoint &amp; fix:

Backslash found where operator expected at -e line 2, near ";}continue{print or die qq(-p destination: $!\"
       (Missing operator before \?)
Final $ should be \$ or $name at -e line 1, within string
syntax error at -e line 2, near ";}continue{print or die qq(-p destination: $!"
  (Might be a runaway multi-line !! string starting on line 1)
Execution of -e aborted due to compilation errors.

(see next commit)
</pre>
</div>
</content>
</entry>
<entry>
<title>(install) only run 'ldd' on files, not directory (fix some warnings at</title>
<updated>2010-02-03T17:11:57+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2010-02-03T17:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b727c5b5b29d0f6b8963c59b9511927727d38389'/>
<id>b727c5b5b29d0f6b8963c59b9511927727d38389</id>
<content type='text'>
build time)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
build time)
</pre>
</div>
</content>
</entry>
</feed>
