[Bug 1536780] Review Request: swift-lang - Apple' s Swift Programming Language

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1536780



--- Comment #68 from Tom Stellard <tstellar@xxxxxxxxxx> ---
Below is the full review report.  I've listed two items in the issues section
that should be fixed before this request gets approved, but otherwise this
package looks good.

Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
Please fix these:

- /usr/lib/swift/linux/ in the %files section instead of
/usr/lib/swift/linux/*.so
This indicates that the package owns the directory.

- Remove explicit library requres:

Requires:       libatomic
Requires:       libbsd

These are OK as is:

- Header files in -devel subpackage, if present.

  This is OK other compiler packages, like clang do this.

- Static libraries in -static or -devel subpackage, providing -devel if

  These are internal libs not meant for any other package, so this is OK.

===== MUST items =====

C/C++:
[ ]: Package does not contain kernel modules.
[ ]: Package contains no static executables.
[ ]: Rpath absent or only used for internal libs.
     Note: See rpmlint output
[ ]: Development (unversioned) .so files in -devel subpackage, if present.
     Note: Unversioned so-files in private %_libdir subdirectory (see
     attachment). Verify they are not in ld path.
[x]: Package does not contain any libtool archives (.la)

Generic:
[ ]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[ ]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "MIT/X11 (BSD like) BSD (2 clause)", "Apache (v2.0)", "*No
     copyright* CC by (v3.0)", "Unknown or generated", "*No copyright* CC
     by-sa (v4.0)", "MIT/X11 (BSD like)", "*No copyright* PSF", "BSD
     (unspecified)", "CC0", "*No copyright* CC0", "ISC", "Unicode strict",
     "*No copyright* BSD (unspecified)", "BSD (3 clause)", "BSD (2
     clause)", "*No copyright* MIT/X11 (BSD like)", "*No copyright* Apache
     (v2.0)". 60595 files have unknown license. Detailed output of
     licensecheck in /home/tstellar/1536780-swift-lang/licensecheck.txt
[ ]: License file installed when any subpackage combination is installed.
[ ]: Package requires other packages for directories it uses.
     Note: No known owner of /usr/lib/swift/linux, /usr/lib/swift
[ ]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib/swift/linux,
     /usr/lib/swift
[-]: Package does not own files or directories owned by other packages.

There was a long list of directories here, but they where all build-id
directories.

[ ]: %build honors applicable compiler flags or justifies otherwise.
[ ]: Package contains no bundled libraries without FPC exception.
[ ]: Changelog in prescribed format.
[ ]: Sources contain only permissible code or content.
[ ]: Package contains desktop file if it is a GUI application.
[ ]: Development files must be in a -devel package
[ ]: Package uses nothing in %doc for runtime.
[ ]: Package consistently uses macros (instead of hard-coded directory
     names).
[ ]: Package is named according to the Package Naming Guidelines.
[ ]: Package does not generate any conflict.
[ ]: Package obeys FHS, except libexecdir and /usr/target.
[ ]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[ ]: Requires correct, justified where necessary.
[ ]: Spec file is legible and written in American English.
[ ]: Package contains systemd file(s) if in need.
[ ]: Useful -debuginfo package or justification otherwise.
[ ]: Package is not known to require an ExcludeArch tag.
[ ]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: All build dependencies are listed in BuildRequires, except for any
     that are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 0 bytes in 0 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[ ]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[ ]: Final provides and requires are sane (see attachments).
[ ]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in swift-
     lang-runtime
[ ]: Package functions as described.
[ ]: Latest version is packaged.
[ ]: Package does not include license text files separate from upstream.
[ ]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[ ]: Scriptlets must be sane, if used.
[ ]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[ ]: Package should compile and build into binary rpms on all supported
     architectures.
[ ]: %check is present and all tests pass.
[ ]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: swift-lang-4.2-0.27.20180704gitf56a941.fc29.x86_64.rpm
          swift-lang-runtime-4.2-0.27.20180704gitf56a941.fc29.x86_64.rpm
          swift-lang-4.2-0.27.20180704gitf56a941.fc29.src.rpm
swift-lang.x86_64: E: devel-dependency glibc-devel
swift-lang.x86_64: E: explicit-lib-dependency libatomic
swift-lang.x86_64: E: explicit-lib-dependency libbsd
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-build
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-build-tool
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-demangle
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-package
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-run
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-test
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift-lldb/liblldb.so.6.0.0
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib/swift-lldb/liblldb.so.6.0.0 ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift-lldb/liblldbIntelFeatures.so.6.0.0
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib/swift-lldb/liblldbIntelFeatures.so.6.0.0 ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift-lldb/libsourcekitdInProc.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift-lldb/libswiftDemangle.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/clang/lib/linux/libclang_rt.asan-x86_64.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/clang/lib/linux/libclang_rt.dyndd-x86_64.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/clang/lib/linux/libclang_rt.scudo-x86_64.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/clang/lib/linux/libclang_rt.ubsan_minimal-x86_64.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/clang/lib/linux/libclang_rt.ubsan_standalone-x86_64.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/pm/3/libPackageDescription.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/pm/4/libPackageDescription.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/pm/4_2/libPackageDescription.so
swift-lang.x86_64: W: unstripped-binary-or-object /usr/libexec/swift-lldb/lldb
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/lldb ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/libexec/swift-lldb/lldb-argdumper
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/lldb-argdumper ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/libexec/swift-lldb/lldb-mi
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/lldb-mi ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/libexec/swift-lldb/lldb-server
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/lldb-server ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/libexec/swift-lldb/lldb-test
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/lldb-test ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/libexec/swift-lldb/repl_swift
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/repl_swift
['/builddir/build/BUILD/swift-source/build/buildbot_linux/lldb-linux-x86_64/../swift-linux-x86_64/lib/swift/linux',
'$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: non-conffile-in-etc /etc/ld.so.conf.d/swift-lang.conf
swift-lang.x86_64: W: devel-file-in-non-devel-package
/usr/lib/swift-lldb/liblldb.so
swift-lang.x86_64: W: devel-file-in-non-devel-package
/usr/lib/swift-lldb/liblldbIntelFeatures.so
swift-lang.x86_64: W: dangling-symlink /usr/lib/swift-lldb/swift /usr/lib/swift
swift-lang.x86_64: W: devel-file-in-non-devel-package
/usr/lib/swift/Block/Block.h

<snip several more W: devel-file-in-non-devel-package >

swift-lang.x86_64: W: no-manual-page-for-binary swift-autolink-extract
swift-lang.x86_64: W: no-manual-page-for-binary swift-build
swift-lang.x86_64: W: no-manual-page-for-binary swift-build-tool
swift-lang.x86_64: W: no-manual-page-for-binary swift-demangle
swift-lang.x86_64: W: no-manual-page-for-binary swift-format
swift-lang.x86_64: W: no-manual-page-for-binary swift-package
swift-lang.x86_64: W: no-manual-page-for-binary swift-run
swift-lang.x86_64: W: no-manual-page-for-binary swift-test
swift-lang.x86_64: W: no-manual-page-for-binary swiftc
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libFoundation.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libXCTest.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libdispatch.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libswiftCore.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libswiftGlibc.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libswiftRemoteMirror.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libswiftSwiftOnoneSupport.so
swift-lang-runtime.x86_64: W: no-documentation
swift-lang-runtime.x86_64: W: non-conffile-in-etc
/etc/ld.so.conf.d/swift-lang-runtime.conf
swift-lang.src:129: E: hardcoded-library-path in %{buildroot}/usr/lib
swift-lang.src:144: W: macro-in-comment %{_libdir}
swift-lang.src:150: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift-lldb
swift-lang.src:151: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift-lldb
swift-lang.src:152: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift-lldb/liblldb.so.6
swift-lang.src:153: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift-lldb/liblldb.so
swift-lang.src:154: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift-lldb
swift-lang.src:155: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift-lldb
swift-lang.src:156: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift-lldb
swift-lang.src:157: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift-lldb/liblldbIntelFeatures.so.6
swift-lang.src:158: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift-lldb/liblldbIntelFeatures.so
swift-lang.src:161: E: hardcoded-library-path in %{buildroot}/usr/lib/swift
swift-lang.src:162: E: hardcoded-library-path in %{buildroot}/usr/lib/swift
swift-lang.src:163: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift-lldb/swift
swift-lang.src:165: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift_static
swift-lang.src:166: E: hardcoded-library-path in
%{buildroot}/usr/lib/swift_static
swift-lang.src:180: E: hardcoded-library-path in /usr/lib/swift-lldb/
swift-lang.src:181: E: hardcoded-library-path in /usr/lib/swift/Block/
swift-lang.src:182: E: hardcoded-library-path in /usr/lib/swift/CoreFoundation/
swift-lang.src:183: E: hardcoded-library-path in /usr/lib/swift/clang/
swift-lang.src:184: E: hardcoded-library-path in /usr/lib/swift/dispatch/
swift-lang.src:185: E: hardcoded-library-path in /usr/lib/swift/migrator/
swift-lang.src:186: E: hardcoded-library-path in /usr/lib/swift/os/
swift-lang.src:187: E: hardcoded-library-path in /usr/lib/swift/pm/
swift-lang.src:188: E: hardcoded-library-path in /usr/lib/swift/shims/
swift-lang.src:189: E: hardcoded-library-path in /usr/lib/swift/linux/x86_64/
swift-lang.src:190: E: hardcoded-library-path in /usr/lib/swift_static/
swift-lang.src:196: E: hardcoded-library-path in /usr/lib/swift/linux/*.so
swift-lang.src:8: W: mixed-use-of-spaces-and-tabs (spaces: line 8, tab: line 7)
swift-lang.src: E: specfile-error warning: bogus date in %changelog: Mon Jul 03
2018 Ron Olson <tachoknight@xxxxxxxxx> 4.2-0.26.20180703git107e307
3 packages and 0 specfiles checked; 39 errors, 348 warnings.




Rpmlint (installed packages)
----------------------------
swift-lang.x86_64: E: devel-dependency glibc-devel
swift-lang.x86_64: E: explicit-lib-dependency libatomic
swift-lang.x86_64: E: explicit-lib-dependency libbsd
swift-lang.x86_64: W: invalid-url URL: https://swift.org <urlopen error [Errno
-2] Name or service not known>
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-build
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-build-tool
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-demangle
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-package
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-run
swift-lang.x86_64: W: unstripped-binary-or-object /usr/bin/swift-test
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift-lldb/liblldb.so.6.0.0
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib/swift-lldb/liblldb.so.6.0.0 ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift-lldb/liblldbIntelFeatures.so.6.0.0
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/lib/swift-lldb/liblldbIntelFeatures.so.6.0.0 ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift-lldb/libsourcekitdInProc.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift-lldb/libswiftDemangle.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/clang/lib/linux/libclang_rt.asan-x86_64.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/clang/lib/linux/libclang_rt.dyndd-x86_64.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/clang/lib/linux/libclang_rt.scudo-x86_64.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/clang/lib/linux/libclang_rt.ubsan_minimal-x86_64.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/clang/lib/linux/libclang_rt.ubsan_standalone-x86_64.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/pm/3/libPackageDescription.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/pm/4/libPackageDescription.so
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/pm/4_2/libPackageDescription.so
swift-lang.x86_64: W: unstripped-binary-or-object /usr/libexec/swift-lldb/lldb
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/lldb ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/libexec/swift-lldb/lldb-argdumper
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/lldb-argdumper ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/libexec/swift-lldb/lldb-mi
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/lldb-mi ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/libexec/swift-lldb/lldb-server
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/lldb-server ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/libexec/swift-lldb/lldb-test
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/lldb-test ['$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: unstripped-binary-or-object
/usr/libexec/swift-lldb/repl_swift
swift-lang.x86_64: E: binary-or-shlib-defines-rpath
/usr/libexec/swift-lldb/repl_swift
['/builddir/build/BUILD/swift-source/build/buildbot_linux/lldb-linux-x86_64/../swift-linux-x86_64/lib/swift/linux',
'$ORIGIN/../lib',
'/builddir/build/BUILD/swift-source/build/buildbot_linux/llvm-linux-x86_64/lib']
swift-lang.x86_64: W: non-conffile-in-etc /etc/ld.so.conf.d/swift-lang.conf
swift-lang.x86_64: W: devel-file-in-non-devel-package
/usr/lib/swift-lldb/liblldb.so
swift-lang.x86_64: W: devel-file-in-non-devel-package
/usr/lib/swift-lldb/liblldbIntelFeatures.so
swift-lang.x86_64: W: dangling-symlink /usr/lib/swift-lldb/swift /usr/lib/swift
swift-lang.x86_64: W: devel-file-in-non-devel-package
/usr/lib/swift/Block/Block.h

<snip several more W: devel-file-in-non-devel-package >

swift-lang.x86_64: W: no-manual-page-for-binary swift-autolink-extract
swift-lang.x86_64: W: no-manual-page-for-binary swift-build
swift-lang.x86_64: W: no-manual-page-for-binary swift-build-tool
swift-lang.x86_64: W: no-manual-page-for-binary swift-demangle
swift-lang.x86_64: W: no-manual-page-for-binary swift-format
swift-lang.x86_64: W: no-manual-page-for-binary swift-package
swift-lang.x86_64: W: no-manual-page-for-binary swift-run
swift-lang.x86_64: W: no-manual-page-for-binary swift-test
swift-lang.x86_64: W: no-manual-page-for-binary swiftc
swift-lang-runtime.x86_64: W: invalid-url URL: https://swift.org <urlopen error
[Errno -2] Name or service not known>
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libFoundation.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libXCTest.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libdispatch.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libswiftCore.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libswiftGlibc.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libswiftRemoteMirror.so
swift-lang-runtime.x86_64: W: unstripped-binary-or-object
/usr/lib/swift/linux/libswiftSwiftOnoneSupport.so
swift-lang-runtime.x86_64: W: no-documentation
swift-lang-runtime.x86_64: W: non-conffile-in-etc
/etc/ld.so.conf.d/swift-lang-runtime.conf
2 packages and 0 specfiles checked; 11 errors, 348 warnings.



Requires
--------
swift-lang (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    clang
    glibc-devel
    ld-linux-x86-64.so.2()(64bit)
    libFoundation.so()(64bit)
    libatomic
    libatomic.so.1()(64bit)
    libbsd
    libc.so.6()(64bit)
    libdispatch.so()(64bit)
    libdl.so.2()(64bit)
    libedit.so.0()(64bit)
    libform.so.6()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_3.3)(64bit)
    liblldb.so.6()(64bit)
    liblldb.so.6(LLVM_6.0)(64bit)
    liblldbIntelFeatures.so.6()(64bit)
    libm.so.6()(64bit)
    libncurses.so.6()(64bit)
    libpanel.so.6()(64bit)
    libpthread.so.0()(64bit)
    libpython2.7.so.1.0()(64bit)
    librt.so.1()(64bit)
    libsqlite3.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.5)(64bit)
    libstdc++.so.6(CXXABI_1.3.7)(64bit)
    libswiftCore.so()(64bit)
    libswiftGlibc.so()(64bit)
    libtinfo.so.6()(64bit)
    libutil.so.1()(64bit)
    libuuid.so.1()(64bit)
    libuuid.so.1(UUID_1.0)(64bit)
    libxml2.so.2()(64bit)
    libxml2.so.2(LIBXML2_2.4.30)(64bit)
    libxml2.so.2(LIBXML2_2.6.0)(64bit)
    libz.so.1()(64bit)
    libz.so.1(ZLIB_1.2.0)(64bit)
    rtld(GNU_HASH)
    swift-lang-runtime

swift-lang-runtime (rpmlib, GLIBC filtered):
    ld-linux-x86-64.so.2()(64bit)
    libFoundation.so()(64bit)
    libatomic.so.1()(64bit)
    libatomic.so.1(LIBATOMIC_1.0)(64bit)
    libbsd.so.0()(64bit)
    libbsd.so.0(LIBBSD_0.0)(64bit)
    libc.so.6()(64bit)
    libcurl.so.4()(64bit)
    libdispatch.so()(64bit)
    libdl.so.2()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_3.3.1)(64bit)
    libicudata.so.61()(64bit)
    libicui18n.so.61()(64bit)
    libicuuc.so.61()(64bit)
    libm.so.6()(64bit)
    libpthread.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.5)(64bit)
    libswiftCore.so()(64bit)
    libswiftGlibc.so()(64bit)
    libutil.so.1()(64bit)
    libxml2.so.2()(64bit)
    libxml2.so.2(LIBXML2_2.4.30)(64bit)
    libxml2.so.2(LIBXML2_2.5.7)(64bit)
    libxml2.so.2(LIBXML2_2.5.8)(64bit)
    libxml2.so.2(LIBXML2_2.6.0)(64bit)
    libxml2.so.2(LIBXML2_2.6.18)(64bit)
    libxml2.so.2(LIBXML2_2.6.23)(64bit)
    libxml2.so.2(LIBXML2_2.6.8)(64bit)
    libxml2.so.2(LIBXML2_2.7.3)(64bit)
    libxml2.so.2(LIBXML2_2.9.1)(64bit)
    rtld(GNU_HASH)



Provides
--------
swift-lang:
    libPackageDescription.so()(64bit)
    swift-lang
    swift-lang(x86-64)

swift-lang-runtime:
    libFoundation.so()(64bit)
    libXCTest.so()(64bit)
    libdispatch.so()(64bit)
    libswiftCore.so()(64bit)
    libswiftGlibc.so()(64bit)
    libswiftRemoteMirror.so()(64bit)
    libswiftSwiftOnoneSupport.so()(64bit)
    swift-lang-runtime
    swift-lang-runtime(x86-64)



Unversioned so-files
--------------------
swift-lang: /usr/lib/swift-lldb/liblldb.so
swift-lang: /usr/lib/swift-lldb/liblldbIntelFeatures.so
swift-lang: /usr/lib/swift-lldb/libsourcekitdInProc.so
swift-lang: /usr/lib/swift-lldb/libswiftDemangle.so
swift-lang: /usr/lib/swift/clang/lib/linux/libclang_rt.asan-x86_64.so
swift-lang: /usr/lib/swift/clang/lib/linux/libclang_rt.dyndd-x86_64.so
swift-lang: /usr/lib/swift/clang/lib/linux/libclang_rt.scudo-x86_64.so
swift-lang: /usr/lib/swift/clang/lib/linux/libclang_rt.ubsan_minimal-x86_64.so
swift-lang:
/usr/lib/swift/clang/lib/linux/libclang_rt.ubsan_standalone-x86_64.so
swift-lang: /usr/lib/swift/pm/3/libPackageDescription.so
swift-lang: /usr/lib/swift/pm/4/libPackageDescription.so
swift-lang: /usr/lib/swift/pm/4_2/libPackageDescription.so
swift-lang-runtime: /usr/lib/swift/linux/libFoundation.so
swift-lang-runtime: /usr/lib/swift/linux/libXCTest.so
swift-lang-runtime: /usr/lib/swift/linux/libdispatch.so
swift-lang-runtime: /usr/lib/swift/linux/libswiftCore.so
swift-lang-runtime: /usr/lib/swift/linux/libswiftGlibc.so
swift-lang-runtime: /usr/lib/swift/linux/libswiftRemoteMirror.so
swift-lang-runtime: /usr/lib/swift/linux/libswiftSwiftOnoneSupport.so

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx/message/ASLESAXNIWEFEXEYSZKIMMFOIAYTSYEO/




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux