# HG changeset patch # User Geoffrey Gardella # Date 1452659642 28800 # Node ID 86d81f5e0391bb12aeaeae600207aa510794ccff # Parent 172253f94ecf7d1e99e18d92048c00d0a195a69e PSARC/2015/140 Augeas 1.3.0 16998797 include augeas in Solaris diff -r 172253f94ecf -r 86d81f5e0391 components/augeas/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/augeas/Makefile Tue Jan 12 20:34:02 2016 -0800 @@ -0,0 +1,83 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. +# + +COMPILER = gcc + +include ../../make-rules/shared-macros.mk + +COMPONENT_NAME= augeas +COMPONENT_VERSION= 1.3.0 +COMPONENT_PROJECT_URL= http://www.augeas.net/ +COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) +COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz +COMPONENT_ARCHIVE_HASH= \ + sha256:80763031af76515a8ea66013ddc3c466742a15d2e907c7c8e2e3b7410262e2af +COMPONENT_ARCHIVE_URL= http://download.augeas.net/$(COMPONENT_ARCHIVE) +COMPONENT_BUGDB= utility/augeas + +TPNO= 21660 + +include $(WS_MAKE_RULES)/prep.mk +include $(WS_MAKE_RULES)/configure.mk +include $(WS_MAKE_RULES)/ips.mk + +CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin + +COMPONENT_PRE_CONFIGURE_ACTION = \ + ($(CLONEY) $(SOURCE_DIR) $(@D)) + +CONFIGURE_PREFIX = /usr +CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR) +CONFIGURE_OPTIONS += --disable-dependency-tracking +CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" + +COMPONENT_TEST_ARGS = -k + +# Fixes coredump in gnulib-test/test-localename test +CONFIGURE_OPTIONS += ac_cv_func_newlocale=no + +ASLR_MODE = $(ASLR_ENABLE) + +# Needed for "gmake test" to work. +# SHELLOPTS is exported via make-rules/shared-macros.mk, +# causing the braceexpand option to be set. +# This option causes "$1: unbound variable" errors during the check-TESTS, +# and the gnulib-tests don't even run at all. +# Note that the below unexports SHELLOPTS, even for targets +# other than "test." +unexport SHELLOPTS + +# common targets +configure: $(CONFIGURE_64) + +build: $(BUILD_64) + +install: $(INSTALL_64) + +test: $(TEST_64) + +REQUIRED_PACKAGES += system/library +REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime +REQUIRED_PACKAGES += library/libxml2 +REQUIRED_PACKAGES += library/readline +REQUIRED_PACKAGES += library/ncurses diff -r 172253f94ecf -r 86d81f5e0391 components/augeas/augeas.license --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/augeas/augeas.license Tue Jan 12 20:34:02 2016 -0800 @@ -0,0 +1,510 @@ + + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations +below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. +^L + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it +becomes a de-facto standard. To achieve this, non-free programs must +be allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. +^L + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control +compilation and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. +^L + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. +^L + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at least + three years, to give the same user the materials specified in + Subsection 6a, above, for a charge no more than the cost of + performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. +^L + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. +^L + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply, and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License +may add an explicit geographical distribution limitation excluding those +countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. +^L + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS +^L + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms +of the ordinary General Public License). + + To apply these terms, attach the following notices to the library. +It is safest to attach them to the start of each source file to most +effectively convey the exclusion of warranty; and each file should +have at least the "copyright" line and a pointer to where the full +notice is found. + + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or +your school, if any, to sign a "copyright disclaimer" for the library, +if necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James + Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + diff -r 172253f94ecf -r 86d81f5e0391 components/augeas/augeas.p5m --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/augeas/augeas.p5m Tue Jan 12 20:34:02 2016 -0800 @@ -0,0 +1,359 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# + +# +# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. +# + default mangler.man.stability uncommitted> +set name=pkg.fmri \ + value=pkg:/system/management/augeas@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.summary value="Augeas configuration editor" +set name=com.oracle.info.description \ + value="Augeas is a utility for editing configuration files" +set name=com.oracle.info.tpno value=$(TPNO) +set name=info.classification \ + value="org.opensolaris.category.2008:System/Administration and Configuration" +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) +set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) +set name=org.opensolaris.arc-caseid value=PSARC/2015/140 +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) +file path=usr/bin/augparse +file path=usr/bin/augtool +file path=usr/bin/fadot +file path=usr/include/augeas.h +file path=usr/include/fa.h +file path=usr/lib/$(MACH64)/libaugeas.la +link path=usr/lib/$(MACH64)/libaugeas.so target=libaugeas.so.0.19.0 +link path=usr/lib/$(MACH64)/libaugeas.so.0 target=libaugeas.so.0.19.0 +file path=usr/lib/$(MACH64)/libaugeas.so.0.19.0 +file path=usr/lib/$(MACH64)/libfa.la +link path=usr/lib/$(MACH64)/libfa.so target=libfa.so.1.4.0 +link path=usr/lib/$(MACH64)/libfa.so.1 target=libfa.so.1.4.0 +file path=usr/lib/$(MACH64)/libfa.so.1.4.0 +file usr/lib/$(MACH64)/pkgconfig/augeas.pc path=usr/lib/pkgconfig/augeas.pc +file path=usr/share/augeas/lenses/dist/activemq_conf.aug +file path=usr/share/augeas/lenses/dist/activemq_xml.aug +file path=usr/share/augeas/lenses/dist/aliases.aug +file path=usr/share/augeas/lenses/dist/authorized_keys.aug +file path=usr/share/augeas/lenses/dist/automaster.aug +file path=usr/share/augeas/lenses/dist/bbhosts.aug +file path=usr/share/augeas/lenses/dist/build.aug +file path=usr/share/augeas/lenses/dist/carbon.aug +file path=usr/share/augeas/lenses/dist/collectd.aug +file path=usr/share/augeas/lenses/dist/cups.aug +file path=usr/share/augeas/lenses/dist/cyrus_imapd.aug +file path=usr/share/augeas/lenses/dist/darkice.aug +file path=usr/share/augeas/lenses/dist/dhcpd.aug +file path=usr/share/augeas/lenses/dist/dnsmasq.aug +file path=usr/share/augeas/lenses/dist/dovecot.aug +file path=usr/share/augeas/lenses/dist/erlang.aug +file path=usr/share/augeas/lenses/dist/fonts.aug +file path=usr/share/augeas/lenses/dist/fuse.aug +file path=usr/share/augeas/lenses/dist/group.aug +file path=usr/share/augeas/lenses/dist/hosts.aug +file path=usr/share/augeas/lenses/dist/htpasswd.aug +file path=usr/share/augeas/lenses/dist/httpd.aug +file path=usr/share/augeas/lenses/dist/inetd.aug +file path=usr/share/augeas/lenses/dist/inifile.aug +file path=usr/share/augeas/lenses/dist/inittab.aug +file path=usr/share/augeas/lenses/dist/inputrc.aug +file path=usr/share/augeas/lenses/dist/jaas.aug +file path=usr/share/augeas/lenses/dist/jmxaccess.aug +file path=usr/share/augeas/lenses/dist/jmxpassword.aug +file path=usr/share/augeas/lenses/dist/json.aug +file path=usr/share/augeas/lenses/dist/known_hosts.aug +file path=usr/share/augeas/lenses/dist/krb5.aug +file path=usr/share/augeas/lenses/dist/ldif.aug +file path=usr/share/augeas/lenses/dist/logrotate.aug +file path=usr/share/augeas/lenses/dist/logwatch.aug +file path=usr/share/augeas/lenses/dist/lvm.aug +file path=usr/share/augeas/lenses/dist/mcollective.aug +file path=usr/share/augeas/lenses/dist/memcached.aug +file path=usr/share/augeas/lenses/dist/mongodbserver.aug +file path=usr/share/augeas/lenses/dist/monit.aug +file path=usr/share/augeas/lenses/dist/mysql.aug +file path=usr/share/augeas/lenses/dist/nagioscfg.aug +file path=usr/share/augeas/lenses/dist/nagiosobjects.aug +file path=usr/share/augeas/lenses/dist/netmasks.aug +file path=usr/share/augeas/lenses/dist/networks.aug +file path=usr/share/augeas/lenses/dist/nginx.aug +file path=usr/share/augeas/lenses/dist/nrpe.aug +file path=usr/share/augeas/lenses/dist/ntp.aug +file path=usr/share/augeas/lenses/dist/odbc.aug +file path=usr/share/augeas/lenses/dist/openshift_config.aug +file path=usr/share/augeas/lenses/dist/openshift_http.aug +file path=usr/share/augeas/lenses/dist/openshift_quickstarts.aug +file path=usr/share/augeas/lenses/dist/pam.aug +file path=usr/share/augeas/lenses/dist/pamconf.aug +file path=usr/share/augeas/lenses/dist/passwd.aug +file path=usr/share/augeas/lenses/dist/pg_hba.aug +file path=usr/share/augeas/lenses/dist/php.aug +file path=usr/share/augeas/lenses/dist/postfix_access.aug +file path=usr/share/augeas/lenses/dist/postfix_main.aug +file path=usr/share/augeas/lenses/dist/postfix_master.aug +file path=usr/share/augeas/lenses/dist/postfix_transport.aug +file path=usr/share/augeas/lenses/dist/postfix_virtual.aug +file path=usr/share/augeas/lenses/dist/postgresql.aug +file path=usr/share/augeas/lenses/dist/properties.aug +file path=usr/share/augeas/lenses/dist/protocols.aug +file path=usr/share/augeas/lenses/dist/puppet.aug +file path=usr/share/augeas/lenses/dist/puppet_auth.aug +file path=usr/share/augeas/lenses/dist/puppetfileserver.aug +file path=usr/share/augeas/lenses/dist/pythonpaste.aug +file path=usr/share/augeas/lenses/dist/qpid.aug +file path=usr/share/augeas/lenses/dist/quote.aug +file path=usr/share/augeas/lenses/dist/rabbitmq.aug +file path=usr/share/augeas/lenses/dist/redis.aug +file path=usr/share/augeas/lenses/dist/rmt.aug +file path=usr/share/augeas/lenses/dist/rsyslog.aug +file path=usr/share/augeas/lenses/dist/rx.aug +file path=usr/share/augeas/lenses/dist/samba.aug +file path=usr/share/augeas/lenses/dist/sep.aug +file path=usr/share/augeas/lenses/dist/services.aug +file path=usr/share/augeas/lenses/dist/shadow.aug +file path=usr/share/augeas/lenses/dist/shells.aug +file path=usr/share/augeas/lenses/dist/simplelines.aug +file path=usr/share/augeas/lenses/dist/simplevars.aug +file path=usr/share/augeas/lenses/dist/slapd.aug +file path=usr/share/augeas/lenses/dist/solaris_system.aug +file path=usr/share/augeas/lenses/dist/spacevars.aug +file path=usr/share/augeas/lenses/dist/splunk.aug +file path=usr/share/augeas/lenses/dist/squid.aug +file path=usr/share/augeas/lenses/dist/ssh.aug +file path=usr/share/augeas/lenses/dist/sshd.aug +file path=usr/share/augeas/lenses/dist/stunnel.aug +file path=usr/share/augeas/lenses/dist/subversion.aug +file path=usr/share/augeas/lenses/dist/sudoers.aug +file path=usr/share/augeas/lenses/dist/sysconfig_route.aug +file path=usr/share/augeas/lenses/dist/sysctl.aug +file path=usr/share/augeas/lenses/dist/syslog.aug +file path=usr/share/augeas/lenses/dist/tests/test_access.aug +file path=usr/share/augeas/lenses/dist/tests/test_activemq_conf.aug +file path=usr/share/augeas/lenses/dist/tests/test_activemq_xml.aug +file path=usr/share/augeas/lenses/dist/tests/test_aliases.aug +file path=usr/share/augeas/lenses/dist/tests/test_anacron.aug +file path=usr/share/augeas/lenses/dist/tests/test_approx.aug +file path=usr/share/augeas/lenses/dist/tests/test_apt_update_manager.aug +file path=usr/share/augeas/lenses/dist/tests/test_aptcacherngsecurity.aug +file path=usr/share/augeas/lenses/dist/tests/test_aptconf.aug +file path=usr/share/augeas/lenses/dist/tests/test_aptpreferences.aug +file path=usr/share/augeas/lenses/dist/tests/test_aptsource.aug +file path=usr/share/augeas/lenses/dist/tests/test_authorized_keys.aug +file path=usr/share/augeas/lenses/dist/tests/test_automaster.aug +file path=usr/share/augeas/lenses/dist/tests/test_automounter.aug +file path=usr/share/augeas/lenses/dist/tests/test_avahi.aug +file path=usr/share/augeas/lenses/dist/tests/test_backuppchosts.aug +file path=usr/share/augeas/lenses/dist/tests/test_bbhosts.aug +file path=usr/share/augeas/lenses/dist/tests/test_bootconf.aug +file path=usr/share/augeas/lenses/dist/tests/test_build.aug +file path=usr/share/augeas/lenses/dist/tests/test_cachefilesd.aug +file path=usr/share/augeas/lenses/dist/tests/test_carbon.aug +file path=usr/share/augeas/lenses/dist/tests/test_cgconfig.aug +file path=usr/share/augeas/lenses/dist/tests/test_cgrules.aug +file path=usr/share/augeas/lenses/dist/tests/test_channels.aug +file path=usr/share/augeas/lenses/dist/tests/test_chrony.aug +file path=usr/share/augeas/lenses/dist/tests/test_cobblermodules.aug +file path=usr/share/augeas/lenses/dist/tests/test_cobblersettings.aug +file path=usr/share/augeas/lenses/dist/tests/test_collectd.aug +file path=usr/share/augeas/lenses/dist/tests/test_cpanel.aug +file path=usr/share/augeas/lenses/dist/tests/test_cron.aug +file path=usr/share/augeas/lenses/dist/tests/test_crypttab.aug +file path=usr/share/augeas/lenses/dist/tests/test_cups.aug +file path=usr/share/augeas/lenses/dist/tests/test_cyrus_imapd.aug +file path=usr/share/augeas/lenses/dist/tests/test_darkice.aug +file path=usr/share/augeas/lenses/dist/tests/test_debctrl.aug +file path=usr/share/augeas/lenses/dist/tests/test_desktop.aug +file path=usr/share/augeas/lenses/dist/tests/test_device_map.aug +file path=usr/share/augeas/lenses/dist/tests/test_dhclient.aug +file path=usr/share/augeas/lenses/dist/tests/test_dhcpd.aug +file path=usr/share/augeas/lenses/dist/tests/test_dnsmasq.aug +file path=usr/share/augeas/lenses/dist/tests/test_dovecot.aug +file path=usr/share/augeas/lenses/dist/tests/test_dpkg.aug +file path=usr/share/augeas/lenses/dist/tests/test_dput.aug +file path=usr/share/augeas/lenses/dist/tests/test_erlang.aug +file path=usr/share/augeas/lenses/dist/tests/test_ethers.aug +file path=usr/share/augeas/lenses/dist/tests/test_exports.aug +file path=usr/share/augeas/lenses/dist/tests/test_fai_diskconfig.aug +file path=usr/share/augeas/lenses/dist/tests/test_fonts.aug +file path=usr/share/augeas/lenses/dist/tests/test_fstab.aug +file path=usr/share/augeas/lenses/dist/tests/test_fuse.aug +file path=usr/share/augeas/lenses/dist/tests/test_gdm.aug +file path=usr/share/augeas/lenses/dist/tests/test_group.aug +file path=usr/share/augeas/lenses/dist/tests/test_grub.aug +file path=usr/share/augeas/lenses/dist/tests/test_gshadow.aug +file path=usr/share/augeas/lenses/dist/tests/test_gtkbookmarks.aug +file path=usr/share/augeas/lenses/dist/tests/test_host_conf.aug +file path=usr/share/augeas/lenses/dist/tests/test_hostname.aug +file path=usr/share/augeas/lenses/dist/tests/test_hosts.aug +file path=usr/share/augeas/lenses/dist/tests/test_hosts_access.aug +file path=usr/share/augeas/lenses/dist/tests/test_htpasswd.aug +file path=usr/share/augeas/lenses/dist/tests/test_httpd.aug +file path=usr/share/augeas/lenses/dist/tests/test_inetd.aug +file path=usr/share/augeas/lenses/dist/tests/test_inifile.aug +file path=usr/share/augeas/lenses/dist/tests/test_inittab.aug +file path=usr/share/augeas/lenses/dist/tests/test_inputrc.aug +file path=usr/share/augeas/lenses/dist/tests/test_interfaces.aug +file path=usr/share/augeas/lenses/dist/tests/test_iproute2.aug +file path=usr/share/augeas/lenses/dist/tests/test_iptables.aug +file path=usr/share/augeas/lenses/dist/tests/test_jaas.aug +file path=usr/share/augeas/lenses/dist/tests/test_jettyrealm.aug +file path=usr/share/augeas/lenses/dist/tests/test_jmxaccess.aug +file path=usr/share/augeas/lenses/dist/tests/test_jmxpassword.aug +file path=usr/share/augeas/lenses/dist/tests/test_json.aug +file path=usr/share/augeas/lenses/dist/tests/test_kdump.aug +file path=usr/share/augeas/lenses/dist/tests/test_keepalived.aug +file path=usr/share/augeas/lenses/dist/tests/test_known_hosts.aug +file path=usr/share/augeas/lenses/dist/tests/test_koji.aug +file path=usr/share/augeas/lenses/dist/tests/test_krb5.aug +file path=usr/share/augeas/lenses/dist/tests/test_ldap.aug +file path=usr/share/augeas/lenses/dist/tests/test_ldif.aug +file path=usr/share/augeas/lenses/dist/tests/test_ldso.aug +file path=usr/share/augeas/lenses/dist/tests/test_lightdm.aug +file path=usr/share/augeas/lenses/dist/tests/test_limits.aug +file path=usr/share/augeas/lenses/dist/tests/test_login_defs.aug +file path=usr/share/augeas/lenses/dist/tests/test_logrotate.aug +file path=usr/share/augeas/lenses/dist/tests/test_logwatch.aug +file path=usr/share/augeas/lenses/dist/tests/test_lokkit.aug +file path=usr/share/augeas/lenses/dist/tests/test_lvm.aug +file path=usr/share/augeas/lenses/dist/tests/test_mcollective.aug +file path=usr/share/augeas/lenses/dist/tests/test_mdadm_conf.aug +file path=usr/share/augeas/lenses/dist/tests/test_memcached.aug +file path=usr/share/augeas/lenses/dist/tests/test_mke2fs.aug +file path=usr/share/augeas/lenses/dist/tests/test_modprobe.aug +file path=usr/share/augeas/lenses/dist/tests/test_modules.aug +file path=usr/share/augeas/lenses/dist/tests/test_modules_conf.aug +file path=usr/share/augeas/lenses/dist/tests/test_mongodbserver.aug +file path=usr/share/augeas/lenses/dist/tests/test_monit.aug +file path=usr/share/augeas/lenses/dist/tests/test_multipath.aug +file path=usr/share/augeas/lenses/dist/tests/test_mysql.aug +file path=usr/share/augeas/lenses/dist/tests/test_nagioscfg.aug +file path=usr/share/augeas/lenses/dist/tests/test_nagiosobjects.aug +file path=usr/share/augeas/lenses/dist/tests/test_netmasks.aug +file path=usr/share/augeas/lenses/dist/tests/test_networkmanager.aug +file path=usr/share/augeas/lenses/dist/tests/test_networks.aug +file path=usr/share/augeas/lenses/dist/tests/test_nginx.aug +file path=usr/share/augeas/lenses/dist/tests/test_nrpe.aug +file path=usr/share/augeas/lenses/dist/tests/test_nsswitch.aug +file path=usr/share/augeas/lenses/dist/tests/test_ntp.aug +file path=usr/share/augeas/lenses/dist/tests/test_ntpd.aug +file path=usr/share/augeas/lenses/dist/tests/test_odbc.aug +file path=usr/share/augeas/lenses/dist/tests/test_openshift_config.aug +file path=usr/share/augeas/lenses/dist/tests/test_openshift_http.aug +file path=usr/share/augeas/lenses/dist/tests/test_openshift_quickstarts.aug +file path=usr/share/augeas/lenses/dist/tests/test_openvpn.aug +file path=usr/share/augeas/lenses/dist/tests/test_pagekite.aug +file path=usr/share/augeas/lenses/dist/tests/test_pam.aug +file path=usr/share/augeas/lenses/dist/tests/test_pamconf.aug +file path=usr/share/augeas/lenses/dist/tests/test_passwd.aug +file path=usr/share/augeas/lenses/dist/tests/test_pbuilder.aug +file path=usr/share/augeas/lenses/dist/tests/test_pg_hba.aug +file path=usr/share/augeas/lenses/dist/tests/test_php.aug +file path=usr/share/augeas/lenses/dist/tests/test_phpvars.aug +file path=usr/share/augeas/lenses/dist/tests/test_postfix_access.aug +file path=usr/share/augeas/lenses/dist/tests/test_postfix_main.aug +file path=usr/share/augeas/lenses/dist/tests/test_postfix_master.aug +file path=usr/share/augeas/lenses/dist/tests/test_postfix_transport.aug +file path=usr/share/augeas/lenses/dist/tests/test_postfix_virtual.aug +file path=usr/share/augeas/lenses/dist/tests/test_postgresql.aug +file path=usr/share/augeas/lenses/dist/tests/test_properties.aug +file path=usr/share/augeas/lenses/dist/tests/test_protocols.aug +file path=usr/share/augeas/lenses/dist/tests/test_puppet.aug +file path=usr/share/augeas/lenses/dist/tests/test_puppet_auth.aug +file path=usr/share/augeas/lenses/dist/tests/test_puppetfileserver.aug +file path=usr/share/augeas/lenses/dist/tests/test_pythonpaste.aug +file path=usr/share/augeas/lenses/dist/tests/test_qpid.aug +file path=usr/share/augeas/lenses/dist/tests/test_quote.aug +file path=usr/share/augeas/lenses/dist/tests/test_rabbitmq.aug +file path=usr/share/augeas/lenses/dist/tests/test_redis.aug +file path=usr/share/augeas/lenses/dist/tests/test_reprepro_uploaders.aug +file path=usr/share/augeas/lenses/dist/tests/test_resolv.aug +file path=usr/share/augeas/lenses/dist/tests/test_rmt.aug +file path=usr/share/augeas/lenses/dist/tests/test_rsyncd.aug +file path=usr/share/augeas/lenses/dist/tests/test_rsyslog.aug +file path=usr/share/augeas/lenses/dist/tests/test_rx.aug +file path=usr/share/augeas/lenses/dist/tests/test_samba.aug +file path=usr/share/augeas/lenses/dist/tests/test_schroot.aug +file path=usr/share/augeas/lenses/dist/tests/test_securetty.aug +file path=usr/share/augeas/lenses/dist/tests/test_services.aug +file path=usr/share/augeas/lenses/dist/tests/test_shadow.aug +file path=usr/share/augeas/lenses/dist/tests/test_shells.aug +file path=usr/share/augeas/lenses/dist/tests/test_shellvars.aug +file path=usr/share/augeas/lenses/dist/tests/test_shellvars_list.aug +file path=usr/share/augeas/lenses/dist/tests/test_simplelines.aug +file path=usr/share/augeas/lenses/dist/tests/test_simplevars.aug +file path=usr/share/augeas/lenses/dist/tests/test_sip_conf.aug +file path=usr/share/augeas/lenses/dist/tests/test_slapd.aug +file path=usr/share/augeas/lenses/dist/tests/test_smbusers.aug +file path=usr/share/augeas/lenses/dist/tests/test_solaris_system.aug +file path=usr/share/augeas/lenses/dist/tests/test_soma.aug +file path=usr/share/augeas/lenses/dist/tests/test_spacevars.aug +file path=usr/share/augeas/lenses/dist/tests/test_splunk.aug +file path=usr/share/augeas/lenses/dist/tests/test_squid.aug +file path=usr/share/augeas/lenses/dist/tests/test_ssh.aug +file path=usr/share/augeas/lenses/dist/tests/test_sshd.aug +file path=usr/share/augeas/lenses/dist/tests/test_sssd.aug +file path=usr/share/augeas/lenses/dist/tests/test_stunnel.aug +file path=usr/share/augeas/lenses/dist/tests/test_subversion.aug +file path=usr/share/augeas/lenses/dist/tests/test_sudoers.aug +file path=usr/share/augeas/lenses/dist/tests/test_sysconfig.aug +file path=usr/share/augeas/lenses/dist/tests/test_sysconfig_route.aug +file path=usr/share/augeas/lenses/dist/tests/test_sysctl.aug +file path=usr/share/augeas/lenses/dist/tests/test_syslog.aug +file path=usr/share/augeas/lenses/dist/tests/test_systemd.aug +file path=usr/share/augeas/lenses/dist/tests/test_thttpd.aug +file path=usr/share/augeas/lenses/dist/tests/test_tuned.aug +file path=usr/share/augeas/lenses/dist/tests/test_up2date.aug +file path=usr/share/augeas/lenses/dist/tests/test_updatedb.aug +file path=usr/share/augeas/lenses/dist/tests/test_util.aug +file path=usr/share/augeas/lenses/dist/tests/test_vfstab.aug +file path=usr/share/augeas/lenses/dist/tests/test_vmware_config.aug +file path=usr/share/augeas/lenses/dist/tests/test_vsftpd.aug +file path=usr/share/augeas/lenses/dist/tests/test_webmin.aug +file path=usr/share/augeas/lenses/dist/tests/test_wine.aug +file path=usr/share/augeas/lenses/dist/tests/test_xendconfsxp.aug +file path=usr/share/augeas/lenses/dist/tests/test_xinetd.aug +file path=usr/share/augeas/lenses/dist/tests/test_xml.aug +file path=usr/share/augeas/lenses/dist/tests/test_xorg.aug +file path=usr/share/augeas/lenses/dist/tests/test_xymon.aug +file path=usr/share/augeas/lenses/dist/tests/test_xymon_alerting.aug +file path=usr/share/augeas/lenses/dist/tests/test_yum.aug +file path=usr/share/augeas/lenses/dist/thttpd.aug +file path=usr/share/augeas/lenses/dist/tuned.aug +file path=usr/share/augeas/lenses/dist/up2date.aug +file path=usr/share/augeas/lenses/dist/updatedb.aug +file path=usr/share/augeas/lenses/dist/util.aug +file path=usr/share/augeas/lenses/dist/vfstab.aug +file path=usr/share/augeas/lenses/dist/vmware_config.aug +file path=usr/share/augeas/lenses/dist/vsftpd.aug +file path=usr/share/augeas/lenses/dist/webmin.aug +file path=usr/share/augeas/lenses/dist/wine.aug +file path=usr/share/augeas/lenses/dist/xendconfsxp.aug +file path=usr/share/augeas/lenses/dist/xinetd.aug +file path=usr/share/augeas/lenses/dist/xml.aug +file path=usr/share/augeas/lenses/dist/xorg.aug +file path=usr/share/augeas/lenses/dist/xymon.aug +file path=usr/share/augeas/lenses/dist/xymon_alerting.aug +file path=usr/share/augeas/lenses/dist/yum.aug +file path=usr/share/man/man1/augparse.1 +file path=usr/share/man/man1/augtool.1 +file path=usr/share/vim/vimfiles/ftdetect/augeas.vim +file path=usr/share/vim/vimfiles/syntax/augeas.vim +license augeas.license license=LGPLv2.1 diff -r 172253f94ecf -r 86d81f5e0391 components/augeas/patches/test-put-symlink-augsave.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/augeas/patches/test-put-symlink-augsave.patch Tue Jan 12 20:34:02 2016 -0800 @@ -0,0 +1,24 @@ +Patch to account for differing output of /usr/bin/sum on Solaris. This fix has been +integrated into Augeas in version 1.4.0. This patch should be removed when Augeas +is upgraded. + +--- augeas-1.3.0/tests/test-put-symlink-augsave.sh.orig 2015-05-28 14:25:00.307497157 -0700 ++++ augeas-1.3.0/tests/test-put-symlink-augsave.sh 2015-05-28 14:25:38.148551120 -0700 +@@ -17,7 +17,7 @@ + cat < $HOSTS + 127.0.0.1 localhost + EOF +-HOSTS_SUM=$(sum $HOSTS) ++HOSTS_SUM=$(sum $HOSTS | cut -d ' ' -f 1) + + touch $ATTACK_FILE + (cd $(dirname $HOSTS) && ln -s ../other/attack $(basename $HOSTS).augsave) +@@ -37,7 +37,7 @@ + exit 1 + fi + +-if [ ! "x${HOSTS_SUM}" = "x$(sum $HOSTS_AUGSAVE)" ]; then ++if [ ! "x${HOSTS_SUM}" = "x$(sum $HOSTS_AUGSAVE | cut -d ' ' -f 1)" ]; then + echo "/etc/hosts.augsave has changed from the original /etc/hosts" + exit 1 + fi diff -r 172253f94ecf -r 86d81f5e0391 components/augeas/test/results-64.master --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/augeas/test/results-64.master Tue Jan 12 20:34:02 2016 -0800 @@ -0,0 +1,1023 @@ +make[1]: Entering directory `$(@D)' +Making check in gnulib/lib +make[2]: Entering directory `$(@D)/gnulib/lib' +/usr/gnu/bin/make check-recursive +make[3]: Entering directory `$(@D)/gnulib/lib' +make[4]: Entering directory `$(@D)/gnulib/lib' +make[4]: Nothing to be done for `check-am'. +make[4]: Leaving directory `$(@D)/gnulib/lib' +make[3]: Leaving directory `$(@D)/gnulib/lib' +make[2]: Leaving directory `$(@D)/gnulib/lib' +Making check in src +make[2]: Entering directory `$(@D)/src' +echo '#define DATADIR "/usr/share"' > datadir.h1 +$(SOURCE_DIR)/build/ac-aux/move-if-change datadir.h1 datadir.h +/usr/gnu/bin/make check-am +make[3]: Entering directory `$(@D)/src' +make[3]: Nothing to be done for `check-am'. +make[3]: Leaving directory `$(@D)/src' +make[2]: Leaving directory `$(@D)/src' +Making check in gnulib/tests +make[2]: Entering directory `$(@D)/gnulib/tests' +/usr/gnu/bin/make check-recursive +make[3]: Entering directory `$(@D)/gnulib/tests' +Making check in . +make[4]: Entering directory `$(@D)/gnulib/tests' +/usr/gnu/bin/make libtests.a test-alloca-opt test-binary-io test-btowc test-c-ctype test-c-strcasecmp test-c-strncasecmp test-canonicalize-lgpl test-close test-ctype test-dup2 test-environ test-errno test-fcntl-h test-fdopen test-fgetc test-float test-fnmatch test-fputc test-fread test-fstat test-fwrite test-getcwd-lgpl test-getdelim test-getline test-getopt test-gettimeofday test-ignore-value test-intprops test-inttypes test-isblank test-langinfo test-locale test-localeconv test-localename test-lock test-lstat test-malloc-gnu test-malloca test-mbrtowc test-mbrtowc-w32 test-mbsinit test-mbsrtowcs test-memchr test-nl_langinfo test-open test-pathmax test-rawmemchr test-readlink test-safe-alloc test-setenv test-setlocale1 test-setlocale2 test-stat test-stdbool test-stddef test-stdint test-stdio test-stdlib test-strchrnul test-string test-strnlen test-strstr test-symlink test-sys_stat test-sys_time test-sys_types test-sys_wait test-thread_self test-thread_create test-time test-unistd test-unsetenv test-vasnprintf test-vasprintf test-verify test-wchar test-wcrtomb test-wcrtomb-w32 test-wctype-h +make[5]: Entering directory `$(@D)/gnulib/tests' + CC c-ctype.o + CC c-strcasecmp.o + CC c-strncasecmp.o + CC fd-hook.o + CC localename.o + CC glthread/lock.o + CC glthread/thread.o + CC glthread/threadlib.o + CC putenv.o + CC unsetenv.o + AR libtests.a + CC test-alloca-opt.o + CCLD test-alloca-opt + CC test-binary-io.o + CCLD test-binary-io + CC test-btowc.o + CCLD test-btowc + CC test-c-ctype.o + CCLD test-c-ctype + CC test-c-strcasecmp.o + CCLD test-c-strcasecmp + CC test-c-strncasecmp.o + CCLD test-c-strncasecmp + CC test-canonicalize-lgpl.o + CCLD test-canonicalize-lgpl + CC test-close.o + CCLD test-close + CC test-ctype.o + CCLD test-ctype + CC test-dup2.o + CCLD test-dup2 + CC test-environ.o + CCLD test-environ + CC test-errno.o + CCLD test-errno + CC test-fcntl-h.o + CCLD test-fcntl-h + CC test-fdopen.o + CCLD test-fdopen + CC test-fgetc.o + CCLD test-fgetc + CC test-float.o + CCLD test-float + CC test-fnmatch.o + CCLD test-fnmatch + CC test-fputc.o + CCLD test-fputc + CC test-fread.o + CCLD test-fread + CC test-fstat.o + CCLD test-fstat + CC test-fwrite.o + CCLD test-fwrite + CC test-getcwd-lgpl.o + CCLD test-getcwd-lgpl + CC test-getdelim.o + CCLD test-getdelim + CC test-getline.o + CCLD test-getline + CC test-getopt.o + CCLD test-getopt + CC test-gettimeofday.o + CCLD test-gettimeofday + CC test-ignore-value.o + CCLD test-ignore-value + CC test-intprops.o + CCLD test-intprops + CC test-inttypes.o + CCLD test-inttypes + CC test-isblank.o + CCLD test-isblank + CC test-langinfo.o + CCLD test-langinfo + CC test-locale.o + CCLD test-locale + CC test-localeconv.o + CCLD test-localeconv + CC test-localename.o + CCLD test-localename + CC test-lock.o +In file included from test-lock.c:91:0: +test-lock.c: In function 'lock_mutator_thread': +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:146:46: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p before lock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:148:46: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p after lock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:156:48: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p before unlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:158:48: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p after unlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:160:52: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p before check lock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:164:54: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p after check unlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:169:37: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p dying.\n", gl_thread_self_pointer ()); + ^ +test-lock.c: In function 'lock_checker_thread': +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:180:52: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Checker %p before check lock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:184:54: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Checker %p after check unlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:189:37: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Checker %p dying.\n", gl_thread_self_pointer ()); + ^ +test-lock.c: In function 'rwlock_mutator_thread': +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:236:48: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p before wrlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:238:48: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p after wrlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:246:48: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p before unlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:248:48: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p after unlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:253:37: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p dying.\n", gl_thread_self_pointer ()); + ^ +test-lock.c: In function 'rwlock_checker_thread': +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:264:54: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Checker %p before check rdlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:268:54: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Checker %p after check unlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:273:37: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Checker %p dying.\n", gl_thread_self_pointer ()); + ^ +test-lock.c: In function 'recshuffle': +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:318:42: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p before lock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:320:42: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p after lock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:332:44: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p before unlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:334:44: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p after unlock\n", gl_thread_self_pointer ()); + ^ +test-lock.c: In function 'reclock_mutator_thread': +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:346:52: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p before check lock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:350:54: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p after check unlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:355:37: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Mutator %p dying.\n", gl_thread_self_pointer ()); + ^ +test-lock.c: In function 'reclock_checker_thread': +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:366:52: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Checker %p before check lock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:370:54: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Checker %p after check unlock\n", gl_thread_self_pointer ()); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:375:37: note: in expansion of macro 'gl_thread_self_pointer' + dbgprintf ("Checker %p dying.\n", gl_thread_self_pointer ()); + ^ +test-lock.c: In function 'once_contender_thread': +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:447:18: note: in expansion of macro 'gl_thread_self_pointer' + gl_thread_self_pointer (), repeat); + ^ +glthread/thread.h:165:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] + (pthread_in_use () ? (void *) pthread_self () : NULL) + ^ +test-lock.c:459:18: note: in expansion of macro 'gl_thread_self_pointer' + gl_thread_self_pointer (), repeat); + ^ + CCLD test-lock + CC test-lstat.o + CCLD test-lstat + CC test-malloc-gnu.o + CCLD test-malloc-gnu + CC test-malloca.o + CCLD test-malloca + CC test-mbrtowc.o + CCLD test-mbrtowc + CC test-mbrtowc-w32.o + CCLD test-mbrtowc-w32 + CC test-mbsinit.o + CCLD test-mbsinit + CC test-mbsrtowcs.o + CCLD test-mbsrtowcs + CC test-memchr.o + CCLD test-memchr + CC test-nl_langinfo.o + CCLD test-nl_langinfo + CC test-open.o + CCLD test-open + CC test-pathmax.o + CCLD test-pathmax + CC test-rawmemchr.o + CCLD test-rawmemchr + CC test-readlink.o + CCLD test-readlink + CC test-safe-alloc.o + CCLD test-safe-alloc + CC test-setenv.o + CCLD test-setenv + CC test-setlocale1.o + CCLD test-setlocale1 + CC test-setlocale2.o + CCLD test-setlocale2 + CC test-stat.o + CCLD test-stat + CC test-stdbool.o + CCLD test-stdbool + CC test-stddef.o + CCLD test-stddef + CC test-stdint.o + CCLD test-stdint + CC test-stdio.o + CCLD test-stdio + CC test-stdlib.o + CCLD test-stdlib + CC test-strchrnul.o + CCLD test-strchrnul + CC test-string.o + CCLD test-string + CC test-strnlen.o + CCLD test-strnlen + CC test-strstr.o + CCLD test-strstr + CC test-symlink.o + CCLD test-symlink + CC test-sys_stat.o + CCLD test-sys_stat + CC test-sys_time.o + CCLD test-sys_time + CC test-sys_types.o + CCLD test-sys_types + CC test-sys_wait.o + CCLD test-sys_wait + CC test-thread_self.o +In file included from test-thread_self.c:21:0: +test-thread_self.c: In function 'main': +glthread/thread.h:163:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] + (pthread_in_use () ? pthread_self () : (pthread_t) NULL) + ^ +test-thread_self.c:31:17: note: in expansion of macro 'gl_thread_self' + main_thread = gl_thread_self (); + ^ + CCLD test-thread_self + CC test-thread_create.o +In file included from test-thread_create.c:21:0: +test-thread_create.c: In function 'main': +glthread/thread.h:163:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] + (pthread_in_use () ? pthread_self () : (pthread_t) NULL) + ^ +test-thread_create.c:45:24: note: in expansion of macro 'gl_thread_self' + main_thread_before = gl_thread_self (); + ^ +glthread/thread.h:163:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] + (pthread_in_use () ? pthread_self () : (pthread_t) NULL) + ^ +test-thread_create.c:53:27: note: in expansion of macro 'gl_thread_self' + main_thread_after = gl_thread_self (); + ^ + CCLD test-thread_create + CC test-time.o + CCLD test-time + CC test-unistd.o + CCLD test-unistd + CC test-unsetenv.o + CCLD test-unsetenv + CC test-vasnprintf.o + CCLD test-vasnprintf + CC test-vasprintf.o + CCLD test-vasprintf + CC test-verify.o + CCLD test-verify + CC test-wchar.o + CCLD test-wchar + CC test-wcrtomb.o + CCLD test-wcrtomb + CC test-wcrtomb-w32.o + CCLD test-wcrtomb-w32 + CC test-wctype-h.o + CCLD test-wctype-h +make[5]: Leaving directory `$(@D)/gnulib/tests' +/usr/gnu/bin/make check-TESTS +make[5]: Entering directory `$(@D)/gnulib/tests' +make[6]: Entering directory `$(@D)/gnulib/tests' +PASS: test-alloca-opt +PASS: test-binary-io.sh +PASS: test-btowc1.sh +PASS: test-btowc2.sh +PASS: test-c-ctype +PASS: test-c-strcase.sh +PASS: test-canonicalize-lgpl +PASS: test-close +PASS: test-ctype +PASS: test-dup2 +PASS: test-environ +PASS: test-errno +PASS: test-fcntl-h +PASS: test-fdopen +PASS: test-fgetc +PASS: test-float +PASS: test-fnmatch +PASS: test-fputc +PASS: test-fread +PASS: test-fstat +PASS: test-fwrite +PASS: test-getcwd-lgpl +PASS: test-getdelim +PASS: test-getline +PASS: test-getopt +PASS: test-gettimeofday +PASS: test-ignore-value +PASS: test-intprops +PASS: test-inttypes +PASS: test-isblank +PASS: test-langinfo +PASS: test-locale +PASS: test-localeconv +PASS: test-localename +PASS: test-lock +PASS: test-lstat +PASS: test-malloc-gnu +PASS: test-malloca +PASS: test-mbrtowc1.sh +PASS: test-mbrtowc2.sh +PASS: test-mbrtowc3.sh +PASS: test-mbrtowc4.sh +SKIP: test-mbrtowc-w32-1.sh +SKIP: test-mbrtowc-w32-2.sh +SKIP: test-mbrtowc-w32-3.sh +SKIP: test-mbrtowc-w32-4.sh +SKIP: test-mbrtowc-w32-5.sh +PASS: test-mbsinit.sh +PASS: test-mbsrtowcs1.sh +PASS: test-mbsrtowcs2.sh +PASS: test-mbsrtowcs3.sh +PASS: test-mbsrtowcs4.sh +PASS: test-memchr +PASS: test-nl_langinfo.sh +PASS: test-open +PASS: test-pathmax +PASS: test-rawmemchr +PASS: test-readlink +PASS: test-safe-alloc +PASS: test-setenv +PASS: test-setlocale1.sh +PASS: test-setlocale2.sh +PASS: test-stat +PASS: test-stdbool +PASS: test-stddef +PASS: test-stdint +PASS: test-stdio +PASS: test-stdlib +PASS: test-strchrnul +PASS: test-string +PASS: test-strnlen +PASS: test-strstr +PASS: test-symlink +PASS: test-sys_stat +PASS: test-sys_time +PASS: test-sys_types +PASS: test-sys_wait +PASS: test-init.sh +PASS: test-thread_self +PASS: test-thread_create +PASS: test-time +PASS: test-unistd +PASS: test-unsetenv +PASS: test-vasnprintf +PASS: test-vasprintf +PASS: test-verify +PASS: test-verify.sh +PASS: test-wchar +PASS: test-wcrtomb.sh +SKIP: test-wcrtomb-w32-1.sh +SKIP: test-wcrtomb-w32-2.sh +SKIP: test-wcrtomb-w32-3.sh +SKIP: test-wcrtomb-w32-4.sh +SKIP: test-wcrtomb-w32-5.sh +PASS: test-wctype-h +make[7]: Entering directory `$(@D)/gnulib/tests' +/usr/gnu/bin/make all-recursive +make[8]: Entering directory `$(@D)/gnulib/tests' +Making all in . +make[9]: Entering directory `$(@D)/gnulib/tests' +make[9]: Nothing to be done for `all-am'. +make[9]: Leaving directory `$(@D)/gnulib/tests' +make[8]: Leaving directory `$(@D)/gnulib/tests' +make[7]: Leaving directory `$(@D)/gnulib/tests' +============================================================================ +Testsuite summary for augeas 1.3.0 +============================================================================ +# TOTAL: 95 +# PASS: 85 +# SKIP: 10 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +make[6]: Leaving directory `$(@D)/gnulib/tests' +make[5]: Leaving directory `$(@D)/gnulib/tests' +make[4]: Leaving directory `$(@D)/gnulib/tests' +make[3]: Leaving directory `$(@D)/gnulib/tests' +make[2]: Leaving directory `$(@D)/gnulib/tests' +Making check in tests +make[2]: Entering directory `$(@D)/tests' +/usr/gnu/bin/make fatest test-xpath test-load test-save test-api test-run test-interpreter.sh lens-sudoers.sh lens-access.sh lens-activemq_conf.sh lens-activemq_xml.sh lens-aliases.sh lens-anacron.sh lens-approx.sh lens-apt_update_manager.sh lens-aptcacherngsecurity.sh lens-aptpreferences.sh lens-aptconf.sh lens-aptsource.sh lens-authorized_keys.sh lens-automaster.sh lens-automounter.sh lens-avahi.sh lens-backuppchosts.sh lens-bbhosts.sh lens-bootconf.sh lens-build.sh lens-cachefilesd.sh lens-carbon.sh lens-cgconfig.sh lens-cgrules.sh lens-channels.sh lens-chrony.sh lens-cobblersettings.sh lens-cobblermodules.sh lens-collectd.sh lens-cpanel.sh lens-cron.sh lens-crypttab.sh lens-cyrus_imapd.sh lens-cups.sh lens-darkice.sh lens-debctrl.sh lens-desktop.sh lens-device_map.sh lens-dhclient.sh lens-dhcpd.sh lens-dnsmasq.sh lens-dovecot.sh lens-dpkg.sh lens-dput.sh lens-erlang.sh lens-ethers.sh lens-exports.sh lens-fai_diskconfig.sh lens-fonts.sh lens-fstab.sh lens-fuse.sh lens-gdm.sh lens-group.sh lens-gshadow.sh lens-gtkbookmarks.sh lens-json.sh lens-hostname.sh lens-hosts.sh lens-hosts_access.sh lens-host_conf.sh lens-htpasswd.sh lens-httpd.sh lens-inetd.sh lens-inifile.sh lens-inittab.sh lens-inputrc.sh lens-interfaces.sh lens-iptables.sh lens-iproute2.sh lens-jettyrealm.sh lens-jmxaccess.sh lens-jmxpassword.sh lens-kdump.sh lens-keepalived.sh lens-known_hosts.sh lens-koji.sh lens-krb5.sh lens-jaas.sh lens-ldap.sh lens-ldif.sh lens-ldso.sh lens-lightdm.sh lens-limits.sh lens-login_defs.sh lens-logrotate.sh lens-logwatch.sh lens-lokkit.sh lens-lvm.sh lens-mcollective.sh lens-mdadm_conf.sh lens-memcached.sh lens-mke2fs.sh lens-modprobe.sh lens-modules.sh lens-modules_conf.sh lens-mongodbserver.sh lens-monit.sh lens-multipath.sh lens-mysql.sh lens-nagioscfg.sh lens-nagiosobjects.sh lens-netmasks.sh lens-networkmanager.sh lens-networks.sh lens-nginx.sh lens-ntp.sh lens-ntpd.sh lens-nrpe.sh lens-nsswitch.sh lens-odbc.sh lens-openshift_config.sh lens-openshift_http.sh lens-openshift_quickstarts.sh lens-openvpn.sh lens-pagekite.sh lens-pam.sh lens-pamconf.sh lens-passwd.sh lens-pbuilder.sh lens-pg_hba.sh lens-php.sh lens-phpvars.sh lens-postfix_access.sh lens-postfix_main.sh lens-postfix_master.sh lens-postfix_transport.sh lens-postfix_virtual.sh lens-postgresql.sh lens-properties.sh lens-protocols.sh lens-puppet.sh lens-puppet_auth.sh lens-puppetfileserver.sh lens-pythonpaste.sh lens-qpid.sh lens-quote.sh lens-rabbitmq.sh lens-redis.sh lens-reprepro_uploaders.sh lens-resolv.sh lens-rmt.sh lens-rsyncd.sh lens-rsyslog.sh lens-rx.sh lens-samba.sh lens-securetty.sh lens-services.sh lens-shadow.sh lens-shells.sh lens-shellvars.sh lens-shellvars_list.sh lens-simplelines.sh lens-simplevars.sh lens-sip_conf.sh lens-slapd.sh lens-smbusers.sh lens-solaris_system.sh lens-soma.sh lens-spacevars.sh lens-splunk.sh lens-squid.sh lens-ssh.sh lens-sshd.sh lens-sssd.sh lens-stunnel.sh lens-subversion.sh lens-sysconfig.sh lens-sysconfig_route.sh lens-syslog.sh lens-sysctl.sh lens-systemd.sh lens-thttpd.sh lens-tuned.sh lens-up2date.sh lens-updatedb.sh lens-util.sh lens-vfstab.sh lens-vmware_config.sh lens-vsftpd.sh lens-webmin.sh lens-wine.sh lens-xinetd.sh lens-xml.sh lens-xorg.sh lens-xymon.sh lens-xymon_alerting.sh lens-grub.sh lens-schroot.sh lens-xendconfsxp.sh lens-yum.sh test-get.sh test-augtool.sh test-put-symlink.sh test-put-symlink-augnew.sh test-put-symlink-augsave.sh test-put-symlink-augtemp.sh test-put-mount.sh test-put-mount-augnew.sh test-put-mount-augsave.sh test-save-empty.sh test-bug-1.sh test-idempotent.sh test-preserve.sh test-events-saved.sh test-save-mode.sh test-unlink-error.sh test-augtool-empty-line.sh test-augtool-modify-root.sh +make[3]: Entering directory `$(@D)/tests' + CC fatest.o + CC cutest.o + CC memory.o + CCLD fatest + CC test-xpath.o + CCLD test-xpath + CC test-load.o + CCLD test-load + CC test-save.o + CCLD test-save + CC test-api.o +test-api.c: In function 'testNodeInfo': +test-api.c:376:13: warning: implicit declaration of function 'basename' [-Wimplicit-function-declaration] + fbase = basename(filename_ac); + ^ +test-api.c:376:13: warning: nested extern declaration of 'basename' [-Wnested-externs] +test-api.c:376:19: warning: assignment makes pointer from integer without a cast [enabled by default] + fbase = basename(filename_ac); + ^ + CCLD test-api + CC test-run.o + CCLD test-run +make[3]: Nothing to be done for `test-interpreter.sh'. +make[3]: `lens-sudoers.sh' is up to date. +make[3]: `lens-access.sh' is up to date. +make[3]: `lens-activemq_conf.sh' is up to date. +make[3]: `lens-activemq_xml.sh' is up to date. +make[3]: `lens-aliases.sh' is up to date. +make[3]: `lens-anacron.sh' is up to date. +make[3]: `lens-approx.sh' is up to date. +make[3]: `lens-apt_update_manager.sh' is up to date. +make[3]: `lens-aptcacherngsecurity.sh' is up to date. +make[3]: `lens-aptpreferences.sh' is up to date. +make[3]: `lens-aptconf.sh' is up to date. +make[3]: `lens-aptsource.sh' is up to date. +make[3]: `lens-authorized_keys.sh' is up to date. +make[3]: `lens-automaster.sh' is up to date. +make[3]: `lens-automounter.sh' is up to date. +make[3]: `lens-avahi.sh' is up to date. +make[3]: `lens-backuppchosts.sh' is up to date. +make[3]: `lens-bbhosts.sh' is up to date. +make[3]: `lens-bootconf.sh' is up to date. +make[3]: `lens-build.sh' is up to date. +make[3]: `lens-cachefilesd.sh' is up to date. +make[3]: `lens-carbon.sh' is up to date. +make[3]: `lens-cgconfig.sh' is up to date. +make[3]: `lens-cgrules.sh' is up to date. +make[3]: `lens-channels.sh' is up to date. +make[3]: `lens-chrony.sh' is up to date. +make[3]: `lens-cobblersettings.sh' is up to date. +make[3]: `lens-cobblermodules.sh' is up to date. +make[3]: `lens-collectd.sh' is up to date. +make[3]: `lens-cpanel.sh' is up to date. +make[3]: `lens-cron.sh' is up to date. +make[3]: `lens-crypttab.sh' is up to date. +make[3]: `lens-cyrus_imapd.sh' is up to date. +make[3]: `lens-cups.sh' is up to date. +make[3]: `lens-darkice.sh' is up to date. +make[3]: `lens-debctrl.sh' is up to date. +make[3]: `lens-desktop.sh' is up to date. +make[3]: `lens-device_map.sh' is up to date. +make[3]: `lens-dhclient.sh' is up to date. +make[3]: `lens-dhcpd.sh' is up to date. +make[3]: `lens-dnsmasq.sh' is up to date. +make[3]: `lens-dovecot.sh' is up to date. +make[3]: `lens-dpkg.sh' is up to date. +make[3]: `lens-dput.sh' is up to date. +make[3]: `lens-erlang.sh' is up to date. +make[3]: `lens-ethers.sh' is up to date. +make[3]: `lens-exports.sh' is up to date. +make[3]: `lens-fai_diskconfig.sh' is up to date. +make[3]: `lens-fonts.sh' is up to date. +make[3]: `lens-fstab.sh' is up to date. +make[3]: `lens-fuse.sh' is up to date. +make[3]: `lens-gdm.sh' is up to date. +make[3]: `lens-group.sh' is up to date. +make[3]: `lens-gshadow.sh' is up to date. +make[3]: `lens-gtkbookmarks.sh' is up to date. +make[3]: `lens-json.sh' is up to date. +make[3]: `lens-hostname.sh' is up to date. +make[3]: `lens-hosts.sh' is up to date. +make[3]: `lens-hosts_access.sh' is up to date. +make[3]: `lens-host_conf.sh' is up to date. +make[3]: `lens-htpasswd.sh' is up to date. +make[3]: `lens-httpd.sh' is up to date. +make[3]: `lens-inetd.sh' is up to date. +make[3]: `lens-inifile.sh' is up to date. +make[3]: `lens-inittab.sh' is up to date. +make[3]: `lens-inputrc.sh' is up to date. +make[3]: `lens-interfaces.sh' is up to date. +make[3]: `lens-iptables.sh' is up to date. +make[3]: `lens-iproute2.sh' is up to date. +make[3]: `lens-jettyrealm.sh' is up to date. +make[3]: `lens-jmxaccess.sh' is up to date. +make[3]: `lens-jmxpassword.sh' is up to date. +make[3]: `lens-kdump.sh' is up to date. +make[3]: `lens-keepalived.sh' is up to date. +make[3]: `lens-known_hosts.sh' is up to date. +make[3]: `lens-koji.sh' is up to date. +make[3]: `lens-krb5.sh' is up to date. +make[3]: `lens-jaas.sh' is up to date. +make[3]: `lens-ldap.sh' is up to date. +make[3]: `lens-ldif.sh' is up to date. +make[3]: `lens-ldso.sh' is up to date. +make[3]: `lens-lightdm.sh' is up to date. +make[3]: `lens-limits.sh' is up to date. +make[3]: `lens-login_defs.sh' is up to date. +make[3]: `lens-logrotate.sh' is up to date. +make[3]: `lens-logwatch.sh' is up to date. +make[3]: `lens-lokkit.sh' is up to date. +make[3]: `lens-lvm.sh' is up to date. +make[3]: `lens-mcollective.sh' is up to date. +make[3]: `lens-mdadm_conf.sh' is up to date. +make[3]: `lens-memcached.sh' is up to date. +make[3]: `lens-mke2fs.sh' is up to date. +make[3]: `lens-modprobe.sh' is up to date. +make[3]: `lens-modules.sh' is up to date. +make[3]: `lens-modules_conf.sh' is up to date. +make[3]: `lens-mongodbserver.sh' is up to date. +make[3]: `lens-monit.sh' is up to date. +make[3]: `lens-multipath.sh' is up to date. +make[3]: `lens-mysql.sh' is up to date. +make[3]: `lens-nagioscfg.sh' is up to date. +make[3]: `lens-nagiosobjects.sh' is up to date. +make[3]: `lens-netmasks.sh' is up to date. +make[3]: `lens-networkmanager.sh' is up to date. +make[3]: `lens-networks.sh' is up to date. +make[3]: `lens-nginx.sh' is up to date. +make[3]: `lens-ntp.sh' is up to date. +make[3]: `lens-ntpd.sh' is up to date. +make[3]: `lens-nrpe.sh' is up to date. +make[3]: `lens-nsswitch.sh' is up to date. +make[3]: `lens-odbc.sh' is up to date. +make[3]: `lens-openshift_config.sh' is up to date. +make[3]: `lens-openshift_http.sh' is up to date. +make[3]: `lens-openshift_quickstarts.sh' is up to date. +make[3]: `lens-openvpn.sh' is up to date. +make[3]: `lens-pagekite.sh' is up to date. +make[3]: `lens-pam.sh' is up to date. +make[3]: `lens-pamconf.sh' is up to date. +make[3]: `lens-passwd.sh' is up to date. +make[3]: `lens-pbuilder.sh' is up to date. +make[3]: `lens-pg_hba.sh' is up to date. +make[3]: `lens-php.sh' is up to date. +make[3]: `lens-phpvars.sh' is up to date. +make[3]: `lens-postfix_access.sh' is up to date. +make[3]: `lens-postfix_main.sh' is up to date. +make[3]: `lens-postfix_master.sh' is up to date. +make[3]: `lens-postfix_transport.sh' is up to date. +make[3]: `lens-postfix_virtual.sh' is up to date. +make[3]: `lens-postgresql.sh' is up to date. +make[3]: `lens-properties.sh' is up to date. +make[3]: `lens-protocols.sh' is up to date. +make[3]: `lens-puppet.sh' is up to date. +make[3]: `lens-puppet_auth.sh' is up to date. +make[3]: `lens-puppetfileserver.sh' is up to date. +make[3]: `lens-pythonpaste.sh' is up to date. +make[3]: `lens-qpid.sh' is up to date. +make[3]: `lens-quote.sh' is up to date. +make[3]: `lens-rabbitmq.sh' is up to date. +make[3]: `lens-redis.sh' is up to date. +make[3]: `lens-reprepro_uploaders.sh' is up to date. +make[3]: `lens-resolv.sh' is up to date. +make[3]: `lens-rmt.sh' is up to date. +make[3]: `lens-rsyncd.sh' is up to date. +make[3]: `lens-rsyslog.sh' is up to date. +make[3]: `lens-rx.sh' is up to date. +make[3]: `lens-samba.sh' is up to date. +make[3]: `lens-securetty.sh' is up to date. +make[3]: `lens-services.sh' is up to date. +make[3]: `lens-shadow.sh' is up to date. +make[3]: `lens-shells.sh' is up to date. +make[3]: `lens-shellvars.sh' is up to date. +make[3]: `lens-shellvars_list.sh' is up to date. +make[3]: `lens-simplelines.sh' is up to date. +make[3]: `lens-simplevars.sh' is up to date. +make[3]: `lens-sip_conf.sh' is up to date. +make[3]: `lens-slapd.sh' is up to date. +make[3]: `lens-smbusers.sh' is up to date. +make[3]: `lens-solaris_system.sh' is up to date. +make[3]: `lens-soma.sh' is up to date. +make[3]: `lens-spacevars.sh' is up to date. +make[3]: `lens-splunk.sh' is up to date. +make[3]: `lens-squid.sh' is up to date. +make[3]: `lens-ssh.sh' is up to date. +make[3]: `lens-sshd.sh' is up to date. +make[3]: `lens-sssd.sh' is up to date. +make[3]: `lens-stunnel.sh' is up to date. +make[3]: `lens-subversion.sh' is up to date. +make[3]: `lens-sysconfig.sh' is up to date. +make[3]: `lens-sysconfig_route.sh' is up to date. +make[3]: `lens-syslog.sh' is up to date. +make[3]: `lens-sysctl.sh' is up to date. +make[3]: `lens-systemd.sh' is up to date. +make[3]: `lens-thttpd.sh' is up to date. +make[3]: `lens-tuned.sh' is up to date. +make[3]: `lens-up2date.sh' is up to date. +make[3]: `lens-updatedb.sh' is up to date. +make[3]: `lens-util.sh' is up to date. +make[3]: `lens-vfstab.sh' is up to date. +make[3]: `lens-vmware_config.sh' is up to date. +make[3]: `lens-vsftpd.sh' is up to date. +make[3]: `lens-webmin.sh' is up to date. +make[3]: `lens-wine.sh' is up to date. +make[3]: `lens-xinetd.sh' is up to date. +make[3]: `lens-xml.sh' is up to date. +make[3]: `lens-xorg.sh' is up to date. +make[3]: `lens-xymon.sh' is up to date. +make[3]: `lens-xymon_alerting.sh' is up to date. +make[3]: `lens-grub.sh' is up to date. +make[3]: `lens-schroot.sh' is up to date. +make[3]: `lens-xendconfsxp.sh' is up to date. +make[3]: `lens-yum.sh' is up to date. +make[3]: Nothing to be done for `test-get.sh'. +make[3]: Nothing to be done for `test-augtool.sh'. +make[3]: Nothing to be done for `test-put-symlink.sh'. +make[3]: Nothing to be done for `test-put-symlink-augnew.sh'. +make[3]: Nothing to be done for `test-put-symlink-augsave.sh'. +make[3]: Nothing to be done for `test-put-symlink-augtemp.sh'. +make[3]: Nothing to be done for `test-put-mount.sh'. +make[3]: Nothing to be done for `test-put-mount-augnew.sh'. +make[3]: Nothing to be done for `test-put-mount-augsave.sh'. +make[3]: Nothing to be done for `test-save-empty.sh'. +make[3]: Nothing to be done for `test-bug-1.sh'. +make[3]: Nothing to be done for `test-idempotent.sh'. +make[3]: Nothing to be done for `test-preserve.sh'. +make[3]: Nothing to be done for `test-events-saved.sh'. +make[3]: Nothing to be done for `test-save-mode.sh'. +make[3]: Nothing to be done for `test-unlink-error.sh'. +make[3]: Nothing to be done for `test-augtool-empty-line.sh'. +make[3]: Nothing to be done for `test-augtool-modify-root.sh'. +make[3]: Leaving directory `$(@D)/tests' +/usr/gnu/bin/make check-TESTS +make[3]: Entering directory `$(@D)/tests' +make[4]: Entering directory `$(@D)/tests' +PASS: test-interpreter.sh +PASS: lens-sudoers.sh +PASS: lens-access.sh +PASS: lens-activemq_conf.sh +PASS: lens-activemq_xml.sh +PASS: lens-aliases.sh +PASS: lens-anacron.sh +PASS: lens-approx.sh +PASS: lens-apt_update_manager.sh +PASS: lens-aptcacherngsecurity.sh +PASS: lens-aptpreferences.sh +PASS: lens-aptconf.sh +PASS: lens-aptsource.sh +PASS: lens-authorized_keys.sh +PASS: lens-automaster.sh +PASS: lens-automounter.sh +PASS: lens-avahi.sh +PASS: lens-backuppchosts.sh +PASS: lens-bbhosts.sh +PASS: lens-bootconf.sh +PASS: lens-build.sh +PASS: lens-cachefilesd.sh +PASS: lens-carbon.sh +PASS: lens-cgconfig.sh +PASS: lens-cgrules.sh +PASS: lens-channels.sh +PASS: lens-chrony.sh +PASS: lens-cobblersettings.sh +PASS: lens-cobblermodules.sh +PASS: lens-collectd.sh +PASS: lens-cpanel.sh +PASS: lens-cron.sh +PASS: lens-crypttab.sh +PASS: lens-cyrus_imapd.sh +PASS: lens-cups.sh +PASS: lens-darkice.sh +PASS: lens-debctrl.sh +PASS: lens-desktop.sh +PASS: lens-device_map.sh +PASS: lens-dhclient.sh +PASS: lens-dhcpd.sh +PASS: lens-dnsmasq.sh +PASS: lens-dovecot.sh +PASS: lens-dpkg.sh +PASS: lens-dput.sh +PASS: lens-erlang.sh +PASS: lens-ethers.sh +PASS: lens-exports.sh +PASS: lens-fai_diskconfig.sh +PASS: lens-fonts.sh +PASS: lens-fstab.sh +PASS: lens-fuse.sh +PASS: lens-gdm.sh +PASS: lens-group.sh +PASS: lens-gshadow.sh +PASS: lens-gtkbookmarks.sh +PASS: lens-json.sh +PASS: lens-hostname.sh +PASS: lens-hosts.sh +PASS: lens-hosts_access.sh +PASS: lens-host_conf.sh +PASS: lens-htpasswd.sh +PASS: lens-httpd.sh +PASS: lens-inetd.sh +PASS: lens-inifile.sh +PASS: lens-inittab.sh +PASS: lens-inputrc.sh +PASS: lens-interfaces.sh +PASS: lens-iptables.sh +PASS: lens-iproute2.sh +PASS: lens-jettyrealm.sh +PASS: lens-jmxaccess.sh +PASS: lens-jmxpassword.sh +PASS: lens-kdump.sh +PASS: lens-keepalived.sh +PASS: lens-known_hosts.sh +PASS: lens-koji.sh +PASS: lens-krb5.sh +PASS: lens-jaas.sh +PASS: lens-ldap.sh +PASS: lens-ldif.sh +PASS: lens-ldso.sh +PASS: lens-lightdm.sh +PASS: lens-limits.sh +PASS: lens-login_defs.sh +PASS: lens-logrotate.sh +PASS: lens-logwatch.sh +PASS: lens-lokkit.sh +PASS: lens-lvm.sh +PASS: lens-mcollective.sh +PASS: lens-mdadm_conf.sh +PASS: lens-memcached.sh +PASS: lens-mke2fs.sh +PASS: lens-modprobe.sh +PASS: lens-modules.sh +PASS: lens-modules_conf.sh +PASS: lens-mongodbserver.sh +PASS: lens-monit.sh +PASS: lens-multipath.sh +PASS: lens-mysql.sh +PASS: lens-nagioscfg.sh +PASS: lens-nagiosobjects.sh +PASS: lens-netmasks.sh +PASS: lens-networkmanager.sh +PASS: lens-networks.sh +PASS: lens-nginx.sh +PASS: lens-ntp.sh +PASS: lens-ntpd.sh +PASS: lens-nrpe.sh +PASS: lens-nsswitch.sh +PASS: lens-odbc.sh +PASS: lens-openshift_config.sh +PASS: lens-openshift_http.sh +PASS: lens-openshift_quickstarts.sh +PASS: lens-openvpn.sh +PASS: lens-pagekite.sh +PASS: lens-pam.sh +PASS: lens-pamconf.sh +PASS: lens-passwd.sh +PASS: lens-pbuilder.sh +PASS: lens-pg_hba.sh +PASS: lens-php.sh +PASS: lens-phpvars.sh +PASS: lens-postfix_access.sh +PASS: lens-postfix_main.sh +PASS: lens-postfix_master.sh +PASS: lens-postfix_transport.sh +PASS: lens-postfix_virtual.sh +PASS: lens-postgresql.sh +PASS: lens-properties.sh +PASS: lens-protocols.sh +PASS: lens-puppet.sh +PASS: lens-puppet_auth.sh +PASS: lens-puppetfileserver.sh +PASS: lens-pythonpaste.sh +PASS: lens-qpid.sh +PASS: lens-quote.sh +PASS: lens-rabbitmq.sh +PASS: lens-redis.sh +PASS: lens-reprepro_uploaders.sh +PASS: lens-resolv.sh +PASS: lens-rmt.sh +PASS: lens-rsyncd.sh +PASS: lens-rsyslog.sh +PASS: lens-rx.sh +PASS: lens-samba.sh +PASS: lens-securetty.sh +PASS: lens-services.sh +PASS: lens-shadow.sh +PASS: lens-shells.sh +PASS: lens-shellvars.sh +PASS: lens-shellvars_list.sh +PASS: lens-simplelines.sh +PASS: lens-simplevars.sh +PASS: lens-sip_conf.sh +PASS: lens-slapd.sh +PASS: lens-smbusers.sh +PASS: lens-solaris_system.sh +PASS: lens-soma.sh +PASS: lens-spacevars.sh +PASS: lens-splunk.sh +PASS: lens-squid.sh +PASS: lens-ssh.sh +PASS: lens-sshd.sh +PASS: lens-sssd.sh +PASS: lens-stunnel.sh +PASS: lens-subversion.sh +PASS: lens-sysconfig.sh +PASS: lens-sysconfig_route.sh +PASS: lens-syslog.sh +PASS: lens-sysctl.sh +PASS: lens-systemd.sh +PASS: lens-thttpd.sh +PASS: lens-tuned.sh +PASS: lens-up2date.sh +PASS: lens-updatedb.sh +PASS: lens-util.sh +PASS: lens-vfstab.sh +PASS: lens-vmware_config.sh +PASS: lens-vsftpd.sh +PASS: lens-webmin.sh +PASS: lens-wine.sh +PASS: lens-xinetd.sh +PASS: lens-xml.sh +PASS: lens-xorg.sh +PASS: lens-xymon.sh +PASS: lens-xymon_alerting.sh +PASS: lens-grub.sh +PASS: lens-schroot.sh +PASS: lens-xendconfsxp.sh +PASS: lens-yum.sh +PASS: test-get.sh +PASS: test-augtool.sh +PASS: test-put-symlink.sh +PASS: test-put-symlink-augnew.sh +PASS: test-put-symlink-augsave.sh +PASS: test-put-symlink-augtemp.sh +SKIP: test-put-mount.sh +SKIP: test-put-mount-augnew.sh +SKIP: test-put-mount-augsave.sh +PASS: test-save-empty.sh +PASS: test-bug-1.sh +PASS: test-idempotent.sh +PASS: test-preserve.sh +PASS: test-events-saved.sh +PASS: test-save-mode.sh +PASS: test-unlink-error.sh +PASS: test-augtool-empty-line.sh +PASS: test-augtool-modify-root.sh +PASS: fatest +PASS: test-xpath +PASS: test-load +PASS: test-save +PASS: test-api +PASS: test-run +make[5]: Entering directory `$(@D)/tests' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `$(@D)/tests' +============================================================================ +Testsuite summary for augeas 1.3.0 +============================================================================ +# TOTAL: 215 +# PASS: 212 +# SKIP: 3 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +make[4]: Leaving directory `$(@D)/tests' +make[3]: Leaving directory `$(@D)/tests' +make[2]: Leaving directory `$(@D)/tests' +Making check in man +make[2]: Entering directory `$(@D)/man' +make[2]: Nothing to be done for `check'. +make[2]: Leaving directory `$(@D)/man' +Making check in doc +make[2]: Entering directory `$(@D)/doc' +Making check in naturaldocs +make[3]: Entering directory `$(@D)/doc/naturaldocs' +make[3]: Nothing to be done for `check'. +make[3]: Leaving directory `$(@D)/doc/naturaldocs' +make[3]: Entering directory `$(@D)/doc' +make[3]: Nothing to be done for `check-am'. +make[3]: Leaving directory `$(@D)/doc' +make[2]: Leaving directory `$(@D)/doc' +Making check in examples +make[2]: Entering directory `$(@D)/examples' +make[2]: Nothing to be done for `check'. +make[2]: Leaving directory `$(@D)/examples' +make[2]: Entering directory `$(@D)' +make[2]: Leaving directory `$(@D)' +make[1]: Leaving directory `$(@D)'