dev-lang/php: Silence uncontrolable repoman warnings
authorBrian Evans <grknight@gentoo.org>
Tue, 26 Jun 2018 20:21:27 +0000 (16:21 -0400)
committerBrian Evans <grknight@gentoo.org>
Tue, 26 Jun 2018 20:21:27 +0000 (16:21 -0400)
The addpredicts originate due to libsnmp that PHP cannot change in its behaviour
Silence the warnings to find real problems

Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-lang/php/php-5.6.35-r1.ebuild
dev-lang/php/php-5.6.36.ebuild
dev-lang/php/php-7.0.29.ebuild
dev-lang/php/php-7.0.30.ebuild
dev-lang/php/php-7.1.16.ebuild
dev-lang/php/php-7.1.18.ebuild
dev-lang/php/php-7.1.19.ebuild
dev-lang/php/php-7.2.7.ebuild
dev-lang/php/php-7.3.0_alpha1.ebuild

index bb5bbdaecb0699063ed363b87a782df2cb096517..56d281890cd81c03fa6f52bd0598a84d1876fd83 100644 (file)
@@ -272,8 +272,8 @@ src_prepare() {
 }
 
 src_configure() {
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
 
@@ -530,8 +530,8 @@ src_configure() {
 
 src_compile() {
        # snmp seems to run during src_compile, too (bug #324739)
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        for sapi in ${SAPIS} ; do
                if use "${sapi}"; then
@@ -544,7 +544,7 @@ src_compile() {
 
 src_install() {
        # see bug #324739 for what happens when we don't have that
-       addpredict /usr/share/snmp/mibs/.index
+       addpredict /usr/share/snmp/mibs/.index #nowarn
 
        # grab the first SAPI that got built and install common files from there
        local first_sapi=""
index 4c6e6b979669928fa330b2fa0dfc5ef138a02e05..a4c512c99b7fe3d699d0532586d1615aa6230c1b 100644 (file)
@@ -273,8 +273,8 @@ src_prepare() {
 }
 
 src_configure() {
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
 
@@ -531,8 +531,8 @@ src_configure() {
 
 src_compile() {
        # snmp seems to run during src_compile, too (bug #324739)
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        for sapi in ${SAPIS} ; do
                if use "${sapi}"; then
@@ -545,7 +545,7 @@ src_compile() {
 
 src_install() {
        # see bug #324739 for what happens when we don't have that
-       addpredict /usr/share/snmp/mibs/.index
+       addpredict /usr/share/snmp/mibs/.index #nowarn
 
        # grab the first SAPI that got built and install common files from there
        local first_sapi=""
index 0c32a2cff737d694770bc975a7b36d22ea246e8b..a5743214637411b31cda98bb5c1a3ac49ce82f71 100644 (file)
@@ -244,8 +244,8 @@ src_prepare() {
 }
 
 src_configure() {
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
 
@@ -498,8 +498,8 @@ src_configure() {
 
 src_compile() {
        # snmp seems to run during src_compile, too (bug #324739)
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        for sapi in ${SAPIS} ; do
                if use "${sapi}"; then
@@ -512,7 +512,7 @@ src_compile() {
 
 src_install() {
        # see bug #324739 for what happens when we don't have that
-       addpredict /usr/share/snmp/mibs/.index
+       addpredict /usr/share/snmp/mibs/.index #nowarn
 
        # grab the first SAPI that got built and install common files from there
        local first_sapi=""
index 30e7685c388d3f63ab1ec34213a340f6229ecb92..4ecf2102f2a4937f06f9db37ee1415c06703757f 100644 (file)
@@ -244,8 +244,8 @@ src_prepare() {
 }
 
 src_configure() {
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
 
@@ -498,8 +498,8 @@ src_configure() {
 
 src_compile() {
        # snmp seems to run during src_compile, too (bug #324739)
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        for sapi in ${SAPIS} ; do
                if use "${sapi}"; then
@@ -512,7 +512,7 @@ src_compile() {
 
 src_install() {
        # see bug #324739 for what happens when we don't have that
-       addpredict /usr/share/snmp/mibs/.index
+       addpredict /usr/share/snmp/mibs/.index #nowarn
 
        # grab the first SAPI that got built and install common files from there
        local first_sapi=""
index ca595ad6fcaff6395015e6053a2ecfd8652df5e3..0adf8fe59a01f0717b4b9e258a7750af1e87aac3 100644 (file)
@@ -226,8 +226,8 @@ src_prepare() {
 }
 
 src_configure() {
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
 
@@ -480,8 +480,8 @@ src_configure() {
 
 src_compile() {
        # snmp seems to run during src_compile, too (bug #324739)
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        for sapi in ${SAPIS} ; do
                if use "${sapi}"; then
@@ -494,7 +494,7 @@ src_compile() {
 
 src_install() {
        # see bug #324739 for what happens when we don't have that
-       addpredict /usr/share/snmp/mibs/.index
+       addpredict /usr/share/snmp/mibs/.index #nowarn
 
        # grab the first SAPI that got built and install common files from there
        local first_sapi=""
index d2e931661bb5206307acdb9ad692b5e627909117..29a9d115dfdb7a58ba64c184ad39554a33c25f90 100644 (file)
@@ -224,8 +224,8 @@ src_prepare() {
 }
 
 src_configure() {
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
 
@@ -478,8 +478,8 @@ src_configure() {
 
 src_compile() {
        # snmp seems to run during src_compile, too (bug #324739)
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        for sapi in ${SAPIS} ; do
                if use "${sapi}"; then
@@ -492,7 +492,7 @@ src_compile() {
 
 src_install() {
        # see bug #324739 for what happens when we don't have that
-       addpredict /usr/share/snmp/mibs/.index
+       addpredict /usr/share/snmp/mibs/.index #nowarn
 
        # grab the first SAPI that got built and install common files from there
        local first_sapi=""
index a3757ac5b58253ad86097cdcbc806457077b404f..1432a2ae457cc97710e49a56db3e287255039521 100644 (file)
@@ -221,8 +221,8 @@ src_prepare() {
 }
 
 src_configure() {
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
 
@@ -475,8 +475,8 @@ src_configure() {
 
 src_compile() {
        # snmp seems to run during src_compile, too (bug #324739)
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        for sapi in ${SAPIS} ; do
                if use "${sapi}"; then
@@ -489,7 +489,7 @@ src_compile() {
 
 src_install() {
        # see bug #324739 for what happens when we don't have that
-       addpredict /usr/share/snmp/mibs/.index
+       addpredict /usr/share/snmp/mibs/.index #nowarn
 
        # grab the first SAPI that got built and install common files from there
        local first_sapi=""
index 0970a2fa08822245c0b74d6d8f0f91380d0fd6ac..ecf193ae0d19fd7dbc4dc25d29f10de02b625d77 100644 (file)
@@ -226,8 +226,8 @@ src_prepare() {
 }
 
 src_configure() {
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
 
@@ -487,8 +487,8 @@ src_configure() {
 
 src_compile() {
        # snmp seems to run during src_compile, too (bug #324739)
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        for sapi in ${SAPIS} ; do
                if use "${sapi}"; then
@@ -501,7 +501,7 @@ src_compile() {
 
 src_install() {
        # see bug #324739 for what happens when we don't have that
-       addpredict /usr/share/snmp/mibs/.index
+       addpredict /usr/share/snmp/mibs/.index #nowarn
 
        # grab the first SAPI that got built and install common files from there
        local first_sapi=""
index 2fcf528ff9239a01aafb1cb29bab781a7b80be00..27d2d493ca14323ff2bab369fbf53c3af3d6fcc4 100644 (file)
@@ -229,8 +229,8 @@ src_prepare() {
 }
 
 src_configure() {
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
 
@@ -490,8 +490,8 @@ src_configure() {
 
 src_compile() {
        # snmp seems to run during src_compile, too (bug #324739)
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/mib_indexes
+       addpredict /usr/share/snmp/mibs/.index #nowarn
+       addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
        for sapi in ${SAPIS} ; do
                if use "${sapi}"; then
@@ -504,7 +504,7 @@ src_compile() {
 
 src_install() {
        # see bug #324739 for what happens when we don't have that
-       addpredict /usr/share/snmp/mibs/.index
+       addpredict /usr/share/snmp/mibs/.index #nowarn
 
        # grab the first SAPI that got built and install common files from there
        local first_sapi=""