Gentoo Archives: gentoo-dev

From: Jeroen Roovers <jer@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt4-build-multilib.eclass
Date: Sun, 14 Jun 2015 08:08:43
Message-Id: 20150614100800.74782f37@marga.jer-c2.orkz.net
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt4-build-multilib.eclass by Davide Pesavento
1 On Fri, 12 Jun 2015 19:05:18 +0200
2 Davide Pesavento <pesa@g.o> wrote:
3
4 > >> @@ -470,7 +470,7 @@
5 > >> mv "${pcfile}" "${ED}"/usr/$(get_libdir)/pkgconfig
6 > >> || die done
7 > >> eshopts_pop
8 > >> - rmdir "${D}/${QT4_LIBDIR}"/pkgconfig || die
9 > >> + rmdir "${D}/${QT4_LIBDIR}"/pkgconfig
10 > >>
11 > >> qt4_install_module_qconfigs
12 > >> qt4_symlink_framework_headers
13 > >
14 > > And now you're doing a QA violation. Just don't call rmdir if
15 > > something doesn't exist instead of ignoring the result and letting
16 > > it spit random errors, all into 'did not exist' basket.
17 >
18 > Wow. "QA violation". Sounds quite exaggerated don't you think?
19
20 No.
21
22
23 jer