From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-discuss/20110506/004237.html | 68 ++++++++++++++++ zarb-ml/mageia-discuss/20110506/004238.html | 70 ++++++++++++++++ zarb-ml/mageia-discuss/20110506/004239.html | 117 +++++++++++++++++++++++++++ zarb-ml/mageia-discuss/20110506/004240.html | 69 ++++++++++++++++ zarb-ml/mageia-discuss/20110506/author.html | 67 +++++++++++++++ zarb-ml/mageia-discuss/20110506/date.html | 67 +++++++++++++++ zarb-ml/mageia-discuss/20110506/index.html | 1 + zarb-ml/mageia-discuss/20110506/subject.html | 67 +++++++++++++++ zarb-ml/mageia-discuss/20110506/thread.html | 73 +++++++++++++++++ 9 files changed, 599 insertions(+) create mode 100644 zarb-ml/mageia-discuss/20110506/004237.html create mode 100644 zarb-ml/mageia-discuss/20110506/004238.html create mode 100644 zarb-ml/mageia-discuss/20110506/004239.html create mode 100644 zarb-ml/mageia-discuss/20110506/004240.html create mode 100644 zarb-ml/mageia-discuss/20110506/author.html create mode 100644 zarb-ml/mageia-discuss/20110506/date.html create mode 120000 zarb-ml/mageia-discuss/20110506/index.html create mode 100644 zarb-ml/mageia-discuss/20110506/subject.html create mode 100644 zarb-ml/mageia-discuss/20110506/thread.html (limited to 'zarb-ml/mageia-discuss/20110506') diff --git a/zarb-ml/mageia-discuss/20110506/004237.html b/zarb-ml/mageia-discuss/20110506/004237.html new file mode 100644 index 000000000..5bd40d57d --- /dev/null +++ b/zarb-ml/mageia-discuss/20110506/004237.html @@ -0,0 +1,68 @@ + + + + [Mageia-discuss] Removing .la files? + + + + + + + + + +

[Mageia-discuss] Removing .la files?

+ Olivier Blin + mageia at blino.org +
+ Fri May 6 00:07:42 CEST 2011 +

+
+ +
Pascal Terjan <pterjan at gmail.com> writes:
+
+>> So, if they're mostly causing trouble, are there any reasons to keep
+>> .la files in Mageia?
+>
+> Well they are mostly needed in static-devel, the only other case I
+> remember needing them many years ago was some kde plugins
+> I have always removed them when packaging non static libraries
+
+Why should they be needed in static-devel?
+Isn't Libs.private from pkgconfig files enough?
+
+-- 
+Olivier Blin - blino
+
+ + + +
+

+ +
+More information about the Mageia-discuss +mailing list
+ diff --git a/zarb-ml/mageia-discuss/20110506/004238.html b/zarb-ml/mageia-discuss/20110506/004238.html new file mode 100644 index 000000000..8b4020b70 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110506/004238.html @@ -0,0 +1,70 @@ + + + + [Mageia-discuss] Removing .la files? + + + + + + + + + +

[Mageia-discuss] Removing .la files?

+ Pascal Terjan + pterjan at gmail.com +
+ Fri May 6 00:22:58 CEST 2011 +

+
+ +
On Thu, May 5, 2011 at 23:07, Olivier Blin <mageia at blino.org> wrote:
+> Pascal Terjan <pterjan at gmail.com> writes:
+>
+>>> So, if they're mostly causing trouble, are there any reasons to keep
+>>> .la files in Mageia?
+>>
+>> Well they are mostly needed in static-devel, the only other case I
+>> remember needing them many years ago was some kde plugins
+>> I have always removed them when packaging non static libraries
+>
+> Why should they be needed in static-devel?
+> Isn't Libs.private from pkgconfig files enough?
+
+Yes for things using pkgconfig
+
+ + + +
+

+ +
+More information about the Mageia-discuss +mailing list
+ diff --git a/zarb-ml/mageia-discuss/20110506/004239.html b/zarb-ml/mageia-discuss/20110506/004239.html new file mode 100644 index 000000000..b9a59c0f8 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110506/004239.html @@ -0,0 +1,117 @@ + + + + [Mageia-discuss] Removing .la files? + + + + + + + + + +

[Mageia-discuss] Removing .la files?

+ Ahmad Samir + ahmadsamir3891 at gmail.com +
+ Fri May 6 03:04:11 CEST 2011 +

+
+ +
On 5 May 2011 18:33, Ahmad Samir <ahmadsamir3891 at gmail.com> wrote:
+> On 5 May 2011 14:35, Reinout van Schouwen <reinout at gmail.com> wrote:
+>> Hi,
+>>
+>> In the "build it yourself instructions" for Gnome 3, it says that
+>> Mandriva users need to remove .la files first:
+>> http://live.gnome.org/GnomeShell/RemovingLaFiles
+>>
+>> Apparently this is also the case for Mageia. Debian has made it a
+>> release goal to remove .la files:
+>> http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+>>
+>> So, if they're mostly causing trouble, are there any reasons to keep
+>> .la files in Mageia?
+>>
+>> --
+>> Reinout van Schouwen
+>> http://vanschouwen.info/
+>>
+>
+> Personally, I've removed .la file in %install in 95% of the packages I
+> imported/packaged in Mageia.
+>
+> FWIW, they're not that many packages:
+>
+> $ urpmf /usr/lib64/*.la | awk -F: '{print $1}' | sort -u
+> getfem++
+> gettext-devel
+> gir-repository
+> lib64acl-devel
+> lib64croco0.6_3-devel
+> lib64glib2.0-devel
+> lib64pcre-devel
+> lib64unistring-devel
+> lib64xml2-devel
+> virtuoso-opensource
+> x11-driver-video-intel
+>
+> --
+> Ahmad Samir
+>
+
+This is wrong ^; this gets all of them
+# urpmf /usr/lib64 | grep \.la$ | awk -F: '{print $1}' | xargs urpmq
+--sourcerpm | awk -F: '{print $2}'|sort -u |wc -l
+736
+
+And the first of the problems is gvfs failing to build:
+http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20110505231626.ahmad.valstar.17058/log/gvfs-1.6.7-2.mga1/build.0.20110505231702.log
+
+Maybe it's a little too late in the release cycle of Mageia 1; it
+could be a goal for Mageia 2...
+
+I am reverting changes I did in glib2.0, since it's too low in the
+stack, I think more stuff will fail; this is from a clean chroot to
+building gvfs:
+$ grep /usr/lib64/libglib-2.0.la /usr/lib64/*.la | wc -l
+20
+
+-- 
+Ahmad Samir
+
+ + + +
+

+ +
+More information about the Mageia-discuss +mailing list
+ diff --git a/zarb-ml/mageia-discuss/20110506/004240.html b/zarb-ml/mageia-discuss/20110506/004240.html new file mode 100644 index 000000000..e0b973bc5 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110506/004240.html @@ -0,0 +1,69 @@ + + + + [Mageia-discuss] Mageia-discuss Digest, Vol 9, Issue 6 + + + + + + + + + +

[Mageia-discuss] Mageia-discuss Digest, Vol 9, Issue 6

+ Doug Laidlaw + laidlaws at hotkey.net.au +
+ Fri May 6 16:25:14 CEST 2011 +

+
+ +
On Fri, 6 May 2011 08:00:02 PM mageia-discuss-request at mageia.org wrote:
+> This is wrong ^; this gets all of them
+> # urpmf /usr/lib64 | grep \.la$ | awk -F: '{print $1}' | xargs urpmq
+> --sourcerpm | awk -F: '{print $2}'|sort -u |wc -l
+> 736
+> 
+> And the first of the problems is gvfs failing to build:
+
+ This is over my head, but today I got the same problem trying to build  
+gnucash from source.  No package could provide the .la file.  If the files are 
+to be removed, they need to be available from somewhere.
+
+Since Mageia has the latest version of gnucash, I could probably edit a source 
+RPM to make my changes (Australian check format.)
+
+Doug.
+
+ + +
+

+ +
+More information about the Mageia-discuss +mailing list
+ diff --git a/zarb-ml/mageia-discuss/20110506/author.html b/zarb-ml/mageia-discuss/20110506/author.html new file mode 100644 index 000000000..f99bbfe60 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110506/author.html @@ -0,0 +1,67 @@ + + + + The Mageia-discuss 6 May 2011 Archive by author + + + + + +

6 May 2011 Archives by author

+ +

Starting: Fri May 6 00:07:42 CEST 2011
+ Ending: Fri May 6 16:25:14 CEST 2011
+ Messages: 4

+

+

+ Last message date: + Fri May 6 16:25:14 CEST 2011
+ Archived on: Fri May 6 16:25:24 CEST 2011 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/zarb-ml/mageia-discuss/20110506/date.html b/zarb-ml/mageia-discuss/20110506/date.html new file mode 100644 index 000000000..ab6c52384 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110506/date.html @@ -0,0 +1,67 @@ + + + + The Mageia-discuss 6 May 2011 Archive by date + + + + + +

6 May 2011 Archives by date

+ +

Starting: Fri May 6 00:07:42 CEST 2011
+ Ending: Fri May 6 16:25:14 CEST 2011
+ Messages: 4

+

+

+ Last message date: + Fri May 6 16:25:14 CEST 2011
+ Archived on: Fri May 6 16:25:24 CEST 2011 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/zarb-ml/mageia-discuss/20110506/index.html b/zarb-ml/mageia-discuss/20110506/index.html new file mode 120000 index 000000000..db4b46f72 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110506/index.html @@ -0,0 +1 @@ +thread.html \ No newline at end of file diff --git a/zarb-ml/mageia-discuss/20110506/subject.html b/zarb-ml/mageia-discuss/20110506/subject.html new file mode 100644 index 000000000..ffe7440a7 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110506/subject.html @@ -0,0 +1,67 @@ + + + + The Mageia-discuss 6 May 2011 Archive by subject + + + + + +

6 May 2011 Archives by subject

+ +

Starting: Fri May 6 00:07:42 CEST 2011
+ Ending: Fri May 6 16:25:14 CEST 2011
+ Messages: 4

+

+

+ Last message date: + Fri May 6 16:25:14 CEST 2011
+ Archived on: Fri May 6 16:25:24 CEST 2011 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/zarb-ml/mageia-discuss/20110506/thread.html b/zarb-ml/mageia-discuss/20110506/thread.html new file mode 100644 index 000000000..ddd6f633c --- /dev/null +++ b/zarb-ml/mageia-discuss/20110506/thread.html @@ -0,0 +1,73 @@ + + + + The Mageia-discuss 6 May 2011 Archive by thread + + + + + +

6 May 2011 Archives by thread

+ +

Starting: Fri May 6 00:07:42 CEST 2011
+ Ending: Fri May 6 16:25:14 CEST 2011
+ Messages: 4

+

+

+ Last message date: + Fri May 6 16:25:14 CEST 2011
+ Archived on: Fri May 6 16:25:24 CEST 2011 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + -- cgit v1.2.1