[SOLVED] Unable to build package Intel-OpenCL-SDK from the AUR

Good morning,
I am having some issues in regards to building a package from the AUR: https://aur.archlinux.org/packages/intel-opencl-sdk/
If I understand correctly this is a 64 bit package, so I made sure that my processor has the LM flag. Also I have checked which kernel I am running:
>$ uname -m
x86_64
When I start building the package it comes up with an error saying:
==> ERROR: intel-opencl-sdk is not available for the 'i686' architecture.
Note that many packages may need a line added to their PKGBUILD
such as arch=('i686').
So I went in to the PKGBUILD and changed the line x86_64 to i686. This seemed to started the build, but it does stop working rather soon, giving me the following error:
==> Tidying install...
-> Purging unwanted files...
-> Compressing man and info pages...
-> Stripping unneeded symbols from binaries and libraries...
strip:./opt/intel/opencl-sdk/libOclCpuBackEnd.so: File format not recognized
/usr/bin/fakeroot: line 181: 846 User defined signal 1 FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS" LD_PRELOAD="$LIB" "$@"
So I do not know where it is going wrong, although it also sounds that my install of Arch might be a bit dodgy as he does not want to build the package with the x86_64 setting ...
Could somebody shed some light on this matter?
Last edited by ruurdkrekt (2013-04-04 11:09:00)

Scimmia wrote:No, it's going to need 64 bit versions of the libs it links to. If you want to use this package, you're going to have to reinstall all of your packages. Probably easiest to start from scratch, to be honest.
So is it possible to update the dependencies to 64bit and then build this package?
When I change /etc/pacman.conf to take x86_64 architecture packages:
Architecture = x86_64
And I change the flags of /etc/makepkg.conf to x86_64:
CARCH="x86_64"
CHOST="x86_64-unknown-linux-gnu"
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
Then when I do pacman -S llvm then it will say:
error: failed to prepare transaction (package architecture is not valid)
:: package llvm-3.2-5-i686 does not have a valid architecture
However I did put everything to x86_64, so where does he get the i686 from?

Similar Messages

  • [SOLVED] Unable to build packages from AUR (build: command not found)

    I recently hosed the filesystem on my arch install of ~8 months. I reinstalled arch today and didn't have many problems since I had backups of many important config files. Anyways, I still need to get a few programs installed from AUR, but nothing I get from AUR will build.
    I download the tarball, extract into a folder in /home/myuser/builds and then go into that folder and run makepkg -s (as always)
    It checks the files and extracts/downloads them. Then I get the following error message:
    ==> Starting build()...
    /usr/bin/makepkg: line 741: build: command not found
    ==> ERROR: Build Failed.
    Aborting...
    I've run abs and I checked out the abs wiki page, I've also installed base-devel. I am not sure what else I need to do, the error message is not specific enough.
    The packages I have been trying to install are      ttf-ms-fonts 2.0-7,      keepass 2.14-2, and I also tried ttf-vista-fonts 1-3. I am fairly certain that it is not a problem with the PKGBUILD files.
    Any ideas? Thanks!
    Last edited by fatjake (2011-03-08 01:02:59)

    cyrus wrote:Have you tried Yaourt?
    Nope, haven't tried that, I think mainly because I wanted to learn how to use pacman and how to build using ABS. At this point I think I know how to use pacman/abs, as much as this thread might make it appear that I dont
    I'll give it a try, as I frequently install software from AUR. In the past I think I let software from the AUR get outdated, Yaourt (clumsy name) sounds like it would help that a bit. Thanks!
    Edit: BTW, I really love Arch. I tried it out on a flash drive about 8 months ago (maybe more), and after about 12 hours I was sold and installed it on the drive that Windows XP previously held. Even considering that I had many problems during the initial install, but they were all problems that caused me to learn and were easy to resolve. Seriously, I have lots of Windows tech experience, but only Arch forced me to learn Linux. I had tried Ubuntu previously but it was such a bore, and the problems tended to be hard to find solutions for. I try to convince my other Linux using friends to try arch, but they see it as too hands-on. I don't see it that way, it is very hands off after initial configuration, and the initial config only takes a week or less on the first try and a day and a half (or so) if you re-install. Having backups of your config files is of course a huge deal, and I am glad I had most of those.
    Really, I love Arch Linux, it has taught me so much.
    Last edited by fatjake (2011-03-08 04:25:15)

  • View packages that have moved from the AUR into official repositories

    Is there any way to see packages that have been moved from the AUR to the official repositories in some sort of list? Ive looked through http://www.archlinux.org/packages/ and https://aur.archlinux.org/ with no luck.

    jrussell wrote:Is there any way to see packages that have been moved from the AUR to the official repositories in some sort of list?
    You can do an -Sl on all repos that interest you and output to a file. Then diff with a previous version of the file to see changes.
    Also i recently opened a feature request about having a commits mailing list for all repositories:
    https://bugs.archlinux.org/task/31562 which would make it easier to track all changes in the repos.
    Last edited by dolby (2012-09-25 16:39:02)

  • [SOLVED]fail to build package: no such file or directory error

    EDIT1: read my last post
    I'm getting an error while installing pacman-color from the aur repository. I'm still a newbie so my only guess is to make such directory? why should I have to do that? anyone help?
    ==> Validating source files with md5sums...
        pacman-3.4.2.tar.gz ... Passed
        pacman-color-3.4.2-1.patch ... Passed
        color.conf ... Passed
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    /tmp/yaourt-tmp-root/aur-pacman-color/./PKGBUILD: line 21: cd: pacman-3.4.2: No such file or directory
        Aborting...
    ==> ERROR: Makepkg was unable to build pacman-color.
    Last edited by aluser (2011-01-21 04:48:16)

    Here once again a failed attempt after removing pacman-color. I am beginning to think that maybe running yaourt as sudo is probably a bad idea. I think that may have had something to do with it.
    archuser@archws ~ % sudo yaourt -S abiword-light <11:54>
    Password:
    ==> Downloading abiword-light PKGBUILD from AUR...
    x PKGBUILD
    Comment by: mango on Thu, 25 Mar 2010 21:53:12 +0000
    ./configure --prefix=/usr \
    --disable-spell \
    --disable-print
    Comment by: chessboxing on Wed, 19 May 2010 14:33:51 +0000
    doesn't want to build
    rule 23: make: command not found
    == ERROR: Build Failed.
    Aborting...
    Eventhough I Had to install flex psiconv, it didn't help.
    Its a minefield man.
    Comment by: sHyLoCk on Wed, 02 Jun 2010 13:54:43 +0000
    http://aur.archlinux.org/packages.php?ID=37738
    Comment by: zenny on Thu, 02 Sep 2010 05:59:05 +0000
    Quite confusing statements. Below sHyLoCk recommends http://aur.archlinux.org/packages.php?ID=37738 on June 2 2010 and on June 27 he declares his recommended package obsolet and ask a TU to delete! The problem with the sHyLoCk package is there is not page setup option. So I installed this package, it has got the page setup menu, but once I click the option, the application dies with the following output (Maybe helpful to debug for the maintainer, I am not an expert):
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): GLib-GObject-WARNING **: invalid (NULL) pointer instance
    (abiword:32455): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_clear: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_pack_start: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_set_attributes: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_clear: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_pack_start: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_set_attributes: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_widget_get_colormap: assertion `GTK_IS_WIDGET (widget)' failed
    (abiword:32455): Gdk-CRITICAL **: gdk_pixmap_colormap_create_from_xpm_d: assertion `drawable != NULL || colormap != NULL' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_image_set_from_pixmap: assertion `mask == NULL || GDK_IS_PIXMAP (mask)' failed
    (abiword:32455): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (abiword:32455): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_box_pack: assertion `GTK_IS_BOX (box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_toggle_button_set_active: assertion `GTK_IS_TOGGLE_BUTTON (toggle_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_widget_get_colormap: assertion `GTK_IS_WIDGET (widget)' failed
    (abiword:32455): Gdk-CRITICAL **: gdk_pixmap_colormap_create_from_xpm_d: assertion `drawable != NULL || colormap != NULL' failed
    Aborted
    First Submitted: Wed, 15 Apr 2009 17:01:46 +0000
    abiword-light 2.8.6-2 : A fully-featured word processor without some gnome dependencies
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> abiword-light dependencies:
    - fribidi>=0.10.9 (already installed)
    - wv>=1.2.4 (already installed)
    - libglade>=2.0 (already installed)
    - pkgconfig (already installed)
    ==> Continue building abiword-light ? [Y/n]
    ==> ---------------------------------------
    ==>
    ==> Building and installing package
    ==> WARNING: Building package as root is dangerous.
    Please run yaourt as a non-privileged user.
    ==> Making package: abiword-light 2.8.6-2 (Fri Jan 21 11:54:35 JST 2011)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading abiword-2.8.6.tar.gz...
    --2011-01-21 11:54:35-- http://www.abisource.com/downloads/abiword/2.8.6/source/abiword-2.8.6.tar.gz
    Resolving www.abisource.com... 130.89.149.216
    Connecting to www.abisource.com|130.89.149.216|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 9218827 (8.8M) [application/x-gzip]
    Saving to: "abiword-2.8.6.tar.gz.part"
    100%[=======================================>] 9,218,827 414K/s in 28s
    2011-01-21 11:55:04 (325 KB/s) - "abiword-2.8.6.tar.gz.part" saved [9218827/9218827]
    ==> Validating source files with md5sums...
    abiword-2.8.6.tar.gz ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    /tmp/yaourt-tmp-root/aur-abiword-light/./PKGBUILD: line 16: cd: /tmp/yaourt-tmp-root/aur-abiword-light/src/abiword-2.8.6/: No such file or directory
    Aborting...
    ==> ERROR: Makepkg was unable to build abiword-light.
    ==> Restart building abiword-light ? [y/N]
    ==> --------------------------------------
    ==> archuser@archws ~ % <11:find /usr/{bin,lib} -type f -size 0
    /usr/lib/python3.1/tkinter/test/__init__.py
    /usr/lib/python3.1/tkinter/test/test_ttk/__init__.py
    /usr/lib/python3.1/tkinter/test/test_tkinter/__init__.py
    /usr/lib/python3.1/test/nullcert.pem
    /usr/lib/python3.1/site-packages/ranger/gui/__init__.py
    /usr/lib/python3.1/email/mime/__init__.py
    /usr/lib/python3.1/email/test/__init__.py
    /usr/lib/python3.1/urllib/__init__.py
    /usr/lib/python3.1/sqlite3/test/__init__.py
    /usr/lib/python3.1/pydoc_data/__init__.py
    /usr/lib/python3.1/lib2to3/tests/data/fixers/myfixes/__init__.py
    /usr/lib/python2.7/test/nullcert.pem
    /usr/lib/python2.7/site-packages/git_remote_helpers/git/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/GL/MESAX/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/GL/VERSION/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/GLU/EXT/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/AGL/__init__.py
    /usr/lib/python2.7/site-packages/pychess/__init__.py
    /usr/lib/python2.7/site-packages/pychess/widgets/__init__.py
    /usr/lib/python2.7/site-packages/pychess/Utils/__init__.py
    /usr/lib/python2.7/site-packages/pychess/Utils/lutils/__init__.py
    /usr/lib/python2.7/site-packages/pychess/ic/__init__.py
    /usr/lib/python2.7/site-packages/pychess/ic/managers/__init__.py
    /usr/lib/python2.7/site-packages/pychess/System/__init__.py
    /usr/lib/python2.7/site-packages/pychess/Players/__init__.py
    /usr/lib/python2.7/site-packages/pychess/gfx/__init__.py
    /usr/lib/python2.7/site-packages/xml2po/modes/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/__init__.py
    /usr/lib/python2.7/site-packages/bzrlib/util/__init__.py
    /usr/lib/python2.7/site-packages/bzrlib/util/configobj/__init__.py
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/__init__.py
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_LINK_FAILED
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_EXCEPTION
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_UNPARSEABLE
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/TESTS_FAILED
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/TESTS_INVALID
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_UNKNOWN
    /usr/lib/python2.7/site-packages/pygame/examples/__init__.py
    /usr/lib/python2.7/site-packages/gtk-2.0/egg/__init__.py
    /usr/lib/python2.7/site-packages/gtk-2.0/gi/overrides/__init__.py
    /usr/lib/python2.7/site-packages/sonata/__init__.py
    /usr/lib/python2.7/site-packages/sonata/plugins/__init__.py
    /usr/lib/python2.7/email/mime/__init__.py
    /usr/lib/python2.7/email/test/__init__.py
    /usr/lib/python2.7/sqlite3/test/__init__.py
    /usr/lib/python2.7/pydoc_data/__init__.py
    /usr/lib/python2.7/bsddb/test/__init__.py
    /usr/lib/python2.7/lib-tk/test/test_ttk/__init__.py
    /usr/lib/python2.7/lib-tk/test/test_tkinter/__init__.py
    /usr/lib/python2.7/lib2to3/tests/data/fixers/myfixes/__init__.py
    /usr/lib/purple-2/perl/auto/Purple/Purple.bs
    /usr/lib/perl5/vendor_perl/auto/HTML/Parser/Parser.bs
    /usr/lib/perl5/vendor_perl/auto/XML/Parser/Expat/Expat.bs
    /usr/lib/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/Irssi.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/UI/UI.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/Irc/Irc.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/TextUI/TextUI.bs
    /usr/lib/pidgin/perl/auto/Pidgin/Pidgin.bs
    /usr/lib/firefox-3.6/.autoreg
    archuser@archws ~ %
    Last edited by aluser (2011-01-21 03:02:22)

  • [SOLVED] Unable to build libgig-svn

    Hello,
    I just tried building libgig-svn from the AUR, but it didn’t work (neither on my desktop nor my laptop).
    Here is the console output: http://pastebin.com/MwcvtnTr
    Does anybody know what’s wrong there?
    Thanks in advance,
    Peter
    Last edited by Nothgirc (2014-05-28 22:37:28)

    Thanks for the suggestion, but I fail to get it (libakai) installed. If I’m not mistaken, it requires libngl:
    make[1]: Entering directory '/home/peter/tmp/libakai/src'
    ../libakai.mk:4: ../../ngl/libngl.mk: No such file or directory
    make[1]: *** No rule to make target '../../ngl/libngl.mk'. Stop.
    make[1]: Leaving directory '/home/peter/tmp/libakai/src'
    Makefile:7: recipe for target 'all' failed
    make: *** [all] Error 2
    Now, if my research is correct, NGL has been merged into NUI3. I tried to build that, but with the following error message I don’t know what to do:
    CMake Warning at CMakeLists.txt:24 (FIND_PACKAGE):
    By not providing "FindLibTidy.cmake" in CMAKE_MODULE_PATH this project has
    asked CMake to find a package configuration file provided by "LibTidy", but
    CMake did not find one.
    Could not find a package configuration file provided by "LibTidy" with any
    of the following names:
    LibTidyConfig.cmake
    libtidy-config.cmake
    Add the installation prefix of "LibTidy" to CMAKE_PREFIX_PATH or set
    "LibTidy_DIR" to a directory containing one of the above files. If
    "LibTidy" provides a separate development package or SDK, be sure it has
    been installed.
    CMake Error at CMakeLists.txt:32 (MESSAGE):
    The LibTidy library was not found.
    -- Configuring incomplete, errors occurred!
    See also "/home/peter/tmp/nui3-master/build/CMakeFiles/CMakeOutput.log".
    I have installed tidyhtml, which should provide libtidy. But there is no LibTidyConfig.cmake nor libtidy-config.cmake on my system.
    UPDATE: The libgig-svn package got updated, and all works now.
    Last edited by Nothgirc (2014-05-28 22:36:40)

  • [SOLVED] Unable to build qt 4.8.0

    I'm getting strange build errors with qt 4.8.0. I've never seen such errors before, and I have no idea what caused it.
    http://pastebin.com/9dVBNLRz
    The first suspicious signs are
    ln: failed to create symbolic link `/home/user/abs/qt/src/qt-everywhere-opensource-src-4.8.0/include/QtCore/qconfig.h': File exists
    ln: failed to create symbolic link `/home/user/abs/qt/src/qt-everywhere-opensource-src-4.8.0/include/Qt/qconfig.h': File exists
    Then it starts to complain with lots of these
    Finding project files. Please wait...
    /usr/share/qt/mkspecs/modules/qt_phonon.pri:8: Unknown test function: !contains
    Reading /home/user/abs/qt/src/qt-everywhere-opensource-src-4.8.0/src/tools/bootstrap/bootstrap.pro
    /usr/share/qt/mkspecs/modules/qt_phonon.pri:8: Unknown test function: !contains
    Reading /home/user/abs/qt/src/qt-everywhere-opensource-src-4.8.0/src/tools/moc/moc.pro
    And then these
    WARNING: Failure to find: generated/AuthenticationManagerMessageReceiver.cpp
    WARNING: Failure to find: generated/DownloadProxyMessageReceiver.cpp
    WARNING: Failure to find: generated/DrawingAreaMessageReceiver.cpp
    WARNING: Failure to find: generated/DrawingAreaProxyMessageReceiver.cpp
    Finally it fails at building assistant. Sorry I don't have the error message with me anymore, but it's the same error as
    http://comments.gmane.org/gmane.linux.a … eral/37469
    Anyone know what went wrong? Thanks.
    Last edited by Si (2011-12-25 02:53:33)

    Strangely, Qt's configure script still looks for QtWebKit even though -no-webkit was specified. But if the package qtwebkit is removed from the system prior to compiling Qt, then webkit is not detected and it'll build happily.

  • [Solved] Unable to build lensfun-svn

    Hi there! I'm trying to build lensfun-svn from the AUR, but it fails.
    Error:
    Checking for GNU Make >= 3.81 ...4.0 < 3.81, FAILED
    GNU Make version 3.81 and above is required to build this project
    This is the PKGBUILD I'm using:
    pkgname=lensfun-svn
    _svnmod=lensfun
    pkgver=326
    pkgrel=1
    pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
    arch=('i686' 'x86_64')
    url="http://lensfun.berlios.de/"
    license=('LGPL3')
    depends=('glibc' 'glib2')
    makedepends=('python2' 'libpng' 'svn')
    provides=('lensfun')
    conflicts=('lensfun')
    source=(${_svnmod}::svn://svn.berlios.de/lensfun/trunk)
    md5sums=(SKIP)
    pkgver() {
    cd $SRCDEST/$_svnmod
    svnversion | tr -d [A-z]
    build() {
    cd $_svnmod
    ./configure --prefix=/usr --libdir=/usr/lib
    make all
    package() {
    cd $_svnmod
    make INSTALL_PREFIX="$pkgdir/" install
    What's wrong here? Make is installed.
    Last edited by Thorsten Reinbold (2013-11-23 21:22:43)

    karol wrote:
    I can't it to work at all:
    $ makepkg -si
    ==> Making package: lensfun-svn 326-1 (Sat Nov 23 21:52:27 CET 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Updating lensfun svn repo...
    Skipped '.'
    Summary of conflicts:
    Skipped paths: 1
    ==> Validating source files with md5sums...
    lensfun ... Skipped
    ==> Extracting sources...
    -> Creating working copy of trunk svn repo...
    ==> Starting pkgver()...
    ==> Updated version: lensfun-svn -1
    ==> ERROR: pkgver is not allowed to be empty.
    Have you tried updating the lensfun PKGBUILD from the repos?
    Sorry, you've done something wrong there. I guesss you have used the PKGBUILD from the AUR? You have to fill out the Versionnumber by hand before you can build it. Or take my PKGBUILD from above.
    Last edited by Thorsten Reinbold (2013-11-23 21:00:13)

  • Adobe Air Apps for OS X: Unable to build a valid certificate chain for the signer. // Code Signing on OS X 10.10 Yosemite

    Hi,
    I created several OS X Apps using Adobe Air. That worked quite well before. Now I have do update my OS X Apps - therefore I also needed update my certificates. [ I'm using Flash CC 2014 on OS X Yosemite 10.10 ]. But whatever I do it doesn’t work anymore. I always get this Message saying:
    Unable to build a valid certificate chain for the signer.
    I googled a lot and the only "guide" I found is this post (from April 2013) about code singing - http://scottgaertner.com/code_signing/
    I’m not used to deal with this kind of stuff (CA etc.) - so it's quite confusing to me.
    Would anybody please be so kind and tell me what I have to do?
    Is there any instruction from Adobe? (I didn't find one yet) 
    A step by step instruction for absolute dummies would be great!
    Best regards and thank you in advance
    Jan

    Hi Mukesh,
    I installed the Flash CC 2014 update and added some Certificates from Apple to my Keychain. Now EVERYTHING works fine again!! :-)
    Thank you very much for the Update! :-) Good job!
    Best regards
    Jan

  • Error message generating Adobe Air output Unable to build a valid certificate chain for the signer

    error message generating Adobe Air Output: Unable to build a valid certificate chain for the signer.

    Are you talking about AIR Help produced by RoboHelp or an AIR application that you are creating?
    If the latter, please see the notice at http://forums.adobe.com/community/robohelp/airhelp
    If you are using RoboHelp, which version?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Code signing cert error using Digicert - Unable to build a valid certificate chain for the signer

    Steps to fix this error on code signing adobe air using .p12 cert from Digicert - Unable to build a valid certificate chain for the signer
    a. Open Firefox and browse to https://www.digicert.com/digicert-root-certificates.htm
    b. On the middle of the page, download -
    DigiCert Assured ID Code Signing CA-1
    Valid until: 10/Feb/2026
    Serial #: 07:F4:73:6F:AF:EF:40:8A:1F:66:40:F2:65:D1:0A:C1
    Thumbprint: B170A10819BEA936905D719E643399783E1F4567
    Download
    c. Install the cert in Firefox
    d. Once done, export again the code signing cert from digicert, through (click Firefox -> Preferences -> View Certificates -> HIghlight the digicert code signing cert -> click Backup)
    e. Done, the newly exported file should now have the valid certificate chain and that should fix the error "Unable to build a valid certificate chain for the signer"
    Even though this is from Digicert, this should also work for other Certificate Authority providers assuming you download your provider's root cert for code signing.
    Regards,
    Reigner S. Yrastorza

    Are you talking about AIR Help produced by RoboHelp or an AIR application that you are creating?
    If the latter, please see the notice at http://forums.adobe.com/community/robohelp/airhelp
    If you are using RoboHelp, which version?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Unable to build a valid certificate chain for the signer

    Updating an AIR application after a few years and needed a new signing certificate which I purchased from Comodo.  Imported it successfully into Keychain Access and exported it as a pfx file.  When I identified this certificate to Flash Builder it went all the way through the build process and then came up with the error "Unable to build a valid certificate chain for the signer".
    I can see there was a discussion on this matter in October 2011 but this did not seem to answer my question as that guy was trying to use an Apple Dev Centre key rather than paying for one like I did.
    TIA
    David

    In Keychain Access, command-click your Class 2/3 certificate, the CA's intermediate certificate, and the CA's root certificate before hitting export.
    Short guide: Code Signing Certificates for Adobe Air in OS X

  • Error creating AIR file: Unable to build a valid certificate chain for the signer.

    Hi, My boss got a certificate from Thawte, and I'm getting this error message when building my AIR app.
    Error creating AIR file: Unable to build a valid certificate chain for the signer.
    I'm on windows XP.
    thanks,
    steve

    To manage your code signing certificate, please see
    http://www.adobe.com/devnet/air/articles/signing_air_applications_print.html
    The error you are seeing is typically caused by exporting a cert without the trust chain.   On Windows, in IE, you can manage your keystore by going to
    Internet Options > Content > Certificates
    When you export the certificate needed for signing your app, be sure to check “Include all certificates in the certificate path, if possible”.

  • [SOLVED] Kernels from the AUR not compiling properly

    Hiya everyone,
    I've got a bit of a problem, I think. Early this evening I tried downloading and making the Linux-lqx kernel from the AUR. Largely because why not.
    After the tarball downloaded, I ran tar -xvf on it like I always do, ran namcap on the PKGBUILD (it came up with a few superfluous errors), and ran makepkg -s on the PKGBUILD. It downloaded the relevant source, then immediately failed the PGP signature check. I was like, "Oh you AUR!" and ran makepkg -s --skippgpcheck. It did it's thing until it was applying patches, at which point it just failed at a certain point with "ERROR: A failure occured in prepare()", and aborted. I reported the error and the lines that preceded it in the package's page in the AUR.
    I got suspicious, and tried the Linux-lbre-xen kernel to test the building of it. Same issue: a prepare() error. Baffled, I thought maybe my building system was broken. I recompiled a few packages I had already built and installed successfully, and they were fine. I grabbed a few more tarballs from the AUR: adobe-air, I think jre, and something else. They all compiled great and installed just fine. Confused, I then tried building Linux-ck. Another prepare() error!
    Then I noticed the line that preceded the error, "patching file virt/kvm/kvm_main.c", then the error. Going back to lqx and libre-xen, I tried compiling them again, and sure enough "patching file virt/kvm/kvm_main.c" directly preceded the prepare() error.
    What's going on here? Strangely, every kernel I try from the AUR fails the PGP signature check, too. Just the kernels - everything else works as expected. Am I missing something?
    Last edited by MrEvilBreakfast (2015-05-24 18:59:02)

    The build goes fine until:
    ==> Starting prepare()...
    The next patch would create the file Documentation/ABI/testing/debugfs-aufs,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/ABI/testing/sysfs-aufs,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
    The next patch would create the file Documentation/filesystems/aufs/README,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/01intro.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/02struct.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/03atomic_open.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/03lookup.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/04branch.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/05wbr_policy.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/06fhsm.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/06mmap.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/06xattr.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/07export.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/08shwh.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/10dynop.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file Documentation/filesystems/aufs/design/99plan.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file Documentation/kernel-parameters.txt
    patching file Documentation/networking/scaling.txt
    The next patch would create the file Documentation/scheduler/sched-BFS.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file Documentation/scsi/link_power_management_policy.txt
    patching file Documentation/sysctl/kernel.txt
    The next patch would create the file Documentation/tp_smapi.txt,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file Documentation/virtual/kvm/devices/s390_flic.txt
    patching file MAINTAINERS
    patching file Makefile
    patching file arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
    patching file arch/arm/boot/dts/at91-sama5d3_xplained.dts
    patching file arch/arm/boot/dts/dove.dtsi
    patching file arch/arm/boot/dts/exynos5250-spring.dts
    patching file arch/arm/boot/dts/imx23-olinuxino.dts
    patching file arch/arm/boot/dts/imx25.dtsi
    patching file arch/arm/boot/dts/imx28.dtsi
    patching file arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
    patching file arch/arm/boot/dts/omap3-n900.dts
    patching file arch/arm/boot/dts/ste-dbx5x0.dtsi
    patching file arch/arm/boot/dts/ste-href.dtsi
    patching file arch/arm/boot/dts/ste-snowball.dts
    patching file arch/arm/include/asm/elf.h
    patching file arch/arm/include/uapi/asm/kvm.h
    patching file arch/arm/kernel/Makefile
    patching file arch/arm/kernel/hibernate.c
    patching file arch/arm/kernel/process.c
    The next patch would create the file arch/arm/kernel/psci-call.S,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file arch/arm/kernel/psci.c
    The next patch would create the file arch/arm/kernel/reboot.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file arch/arm/kvm/arm.c
    patching file arch/arm/mach-mvebu/pmsu.c
    patching file arch/arm/mach-omap2/prm-regbits-34xx.h
    patching file arch/arm/mach-omap2/prm-regbits-44xx.h
    patching file arch/arm/mach-omap2/vc.c
    patching file arch/arm/mach-omap2/vc.h
    patching file arch/arm/mach-omap2/vc3xxx_data.c
    patching file arch/arm/mach-omap2/vc44xx_data.c
    patching file arch/arm/mach-s3c64xx/crag6410.h
    patching file arch/arm/mach-s3c64xx/mach-crag6410.c
    patching file arch/arm/net/bpf_jit_32.c
    patching file arch/arm64/Kconfig
    patching file arch/arm64/Makefile
    patching file arch/arm64/include/asm/cpufeature.h
    patching file arch/arm64/include/asm/smp_plat.h
    patching file arch/arm64/include/uapi/asm/kvm.h
    patching file arch/arm64/kernel/cpu_errata.c
    patching file arch/arm64/kernel/entry.S
    patching file arch/arm64/kernel/head.S
    patching file arch/arm64/kernel/setup.c
    patching file arch/arm64/kernel/smp.c
    patching file arch/arm64/mm/dma-mapping.c
    patching file arch/c6x/kernel/time.c
    patching file arch/mips/Kconfig
    patching file arch/mips/Makefile
    patching file arch/mips/bcm47xx/board.c
    patching file arch/mips/bcm63xx/prom.c
    patching file arch/mips/bcm63xx/setup.c
    patching file arch/mips/cavium-octeon/dma-octeon.c
    patching file arch/mips/cavium-octeon/setup.c
    patching file arch/mips/include/asm/asm-eva.h
    patching file arch/mips/include/asm/cacheflush.h
    patching file arch/mips/include/asm/cpu-features.h
    patching file arch/mips/include/asm/elf.h
    patching file arch/mips/include/asm/fpu.h
    patching file arch/mips/include/asm/kvm_host.h
    patching file arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h
    patching file arch/mips/include/asm/octeon/cvmx.h
    patching file arch/mips/include/asm/octeon/pci-octeon.h
    patching file arch/mips/include/asm/pgtable.h
    patching file arch/mips/include/asm/r4kcache.h
    patching file arch/mips/include/asm/spinlock.h
    patching file arch/mips/kernel/entry.S
    patching file arch/mips/kernel/smp-cps.c
    patching file arch/mips/kernel/unaligned.c
    patching file arch/mips/kvm/emulate.c
    patching file arch/mips/kvm/mips.c
    patching file arch/mips/kvm/trap_emul.c
    patching file arch/mips/loongson/loongson-3/irq.c
    patching file arch/mips/mm/cache.c
    patching file arch/mips/mm/tlbex.c
    patching file arch/mips/mti-malta/malta-memory.c
    patching file arch/mips/netlogic/xlp/ahci-init-xlp2.c
    patching file arch/mips/pci/Makefile
    patching file arch/mips/pci/pci-octeon.c
    patching file arch/mips/pci/pcie-octeon.c
    patching file arch/mips/power/hibernate.S
    patching file arch/mips/ralink/Kconfig
    patching file arch/powerpc/kernel/cacheinfo.c
    patching file arch/powerpc/mm/hugetlbpage.c
    patching file arch/powerpc/perf/callchain.c
    patching file arch/powerpc/platforms/cell/interrupt.c
    patching file arch/powerpc/platforms/cell/iommu.c
    patching file arch/powerpc/platforms/cell/spufs/sched.c
    patching file arch/powerpc/platforms/powernv/pci-ioda.c
    patching file arch/s390/kernel/suspend.c
    patching file arch/s390/kvm/interrupt.c
    patching file arch/s390/kvm/kvm-s390.h
    patching file arch/s390/kvm/priv.c
    patching file arch/x86/Kconfig
    patching file arch/x86/Kconfig.cpu
    patching file arch/x86/Makefile_32.cpu
    patching file arch/x86/include/asm/insn.h
    patching file arch/x86/include/asm/mwait.h
    patching file arch/x86/include/asm/pvclock.h
    patching file arch/x86/include/asm/spinlock.h
    patching file arch/x86/kernel/acpi/boot.c
    patching file arch/x86/kernel/apic/io_apic.c
    patching file arch/x86/kernel/cpu/intel.c
    patching file arch/x86/kernel/cpu/perf_event_intel_ds.c
    patching file arch/x86/kernel/early_printk.c
    patching file arch/x86/kernel/ioport.c
    patching file arch/x86/kernel/process.c
    patching file arch/x86/kernel/pvclock.c
    patching file arch/x86/kvm/vmx.c
    patching file arch/x86/kvm/x86.c
    patching file arch/x86/lib/insn.c
    patching file arch/x86/lib/usercopy_64.c
    patching file arch/x86/pci/acpi.c
    patching file arch/x86/platform/efi/early_printk.c
    patching file arch/x86/tools/test_get_len
    patching file arch/x86/vdso/vclock_gettime.c
    patching file arch/xtensa/Kconfig
    patching file arch/xtensa/include/uapi/asm/unistd.h
    patching file arch/xtensa/platforms/iss/network.c
    patching file arch/xtensa/platforms/xtfpga/Makefile
    patching file arch/xtensa/platforms/xtfpga/include/platform/hardware.h
    patching file arch/xtensa/platforms/xtfpga/include/platform/lcd.h
    patching file arch/xtensa/platforms/xtfpga/lcd.c
    patching file block/Kconfig.iosched
    patching file block/Makefile
    The next patch would create the file block/bfq-cgroup.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file block/bfq-ioc.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file block/bfq-iosched.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file block/bfq-sched.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file block/bfq.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file block/blk-core.c
    patching file block/blk-mq.c
    patching file block/blk-sysfs.c
    patching file drivers/accessibility/braille/braille_console.c
    patching file drivers/acpi/acpi_pnp.c
    patching file drivers/acpi/acpica/acmacros.h
    patching file drivers/acpi/acpica/dsopcode.c
    patching file drivers/acpi/acpica/evgpe.c
    patching file drivers/acpi/acpica/evregion.c
    patching file drivers/acpi/acpica/exdump.c
    patching file drivers/acpi/acpica/exfldio.c
    patching file drivers/acpi/acpica/exregion.c
    patching file drivers/acpi/acpica/hwgpe.c
    patching file drivers/acpi/acpica/hwvalid.c
    patching file drivers/acpi/acpica/nsdump.c
    patching file drivers/acpi/acpica/tbdata.c
    patching file drivers/acpi/acpica/tbinstal.c
    patching file drivers/acpi/acpica/tbprint.c
    patching file drivers/acpi/acpica/tbxfroot.c
    patching file drivers/acpi/acpica/utaddress.c
    patching file drivers/acpi/blacklist.c
    patching file drivers/acpi/resource.c
    patching file drivers/acpi/sbs.c
    patching file drivers/acpi/sbshc.c
    patching file drivers/acpi/scan.c
    patching file drivers/ata/acard-ahci.c
    patching file drivers/ata/ahci.c
    patching file drivers/ata/ahci.h
    patching file drivers/ata/libahci.c
    patching file drivers/ata/libahci_platform.c
    patching file drivers/ata/libata-core.c
    patching file drivers/ata/libata-eh.c
    patching file drivers/ata/libata-pmp.c
    patching file drivers/ata/libata-scsi.c
    patching file drivers/ata/libata.h
    patching file drivers/ata/sata_highbank.c
    patching file drivers/base/bus.c
    patching file drivers/base/cacheinfo.c
    patching file drivers/base/platform.c
    patching file drivers/block/loop.c
    patching file drivers/block/rbd.c
    patching file drivers/bluetooth/ath3k.c
    patching file drivers/bluetooth/btusb.c
    patching file drivers/char/tpm/tpm-chip.c
    patching file drivers/clk/at91/clk-usb.c
    patching file drivers/clk/qcom/clk-rcg.c
    patching file drivers/clk/qcom/clk-rcg.h
    patching file drivers/clk/qcom/clk-rcg2.c
    patching file drivers/clk/qcom/gcc-ipq806x.c
    patching file drivers/clk/qcom/lcc-ipq806x.c
    patching file drivers/clk/samsung/clk-exynos4.c
    patching file drivers/clk/tegra/clk-tegra124.c
    patching file drivers/clk/tegra/clk.c
    patching file drivers/cpufreq/cpufreq.c
    patching file drivers/cpufreq/cpufreq_conservative.c
    patching file drivers/cpufreq/cpufreq_ondemand.c
    patching file drivers/cpufreq/intel_pstate.c
    patching file drivers/crypto/omap-aes.c
    patching file drivers/gpio/gpio-mvebu.c
    patching file drivers/gpio/gpiolib-sysfs.c
    patching file drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
    patching file drivers/gpu/drm/drm_irq.c
    patching file drivers/gpu/drm/exynos/exynos_dp_core.c
    patching file drivers/gpu/drm/exynos/exynos_drm_fimd.c
    The next patch would create the file drivers/gpu/drm/exynos/exynos_drm_fimd.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file drivers/gpu/drm/i2c/adv7511.c
    patching file drivers/gpu/drm/i915/i915_drv.c
    patching file drivers/gpu/drm/i915/i915_irq.c
    patching file drivers/gpu/drm/i915/i915_reg.h
    patching file drivers/gpu/drm/i915/intel_display.c
    patching file drivers/gpu/drm/i915/intel_dp.c
    patching file drivers/gpu/drm/i915/intel_i2c.c
    patching file drivers/gpu/drm/i915/intel_lvds.c
    patching file drivers/gpu/drm/radeon/atombios_crtc.c
    patching file drivers/gpu/drm/radeon/atombios_encoders.c
    patching file drivers/gpu/drm/radeon/dce6_afmt.c
    patching file drivers/gpu/drm/radeon/evergreen_hdmi.c
    patching file drivers/gpu/drm/radeon/r600_hdmi.c
    patching file drivers/gpu/drm/radeon/radeon_asic.c
    patching file drivers/gpu/drm/radeon/radeon_asic.h
    patching file drivers/gpu/drm/radeon/radeon_audio.c
    patching file drivers/gpu/drm/radeon/radeon_connectors.c
    patching file drivers/gpu/drm/radeon/radeon_cs.c
    patching file drivers/gpu/drm/radeon/radeon_ttm.c
    patching file drivers/gpu/drm/radeon/radeon_uvd.c
    patching file drivers/gpu/drm/radeon/radeon_vce.c
    patching file drivers/gpu/drm/radeon/radeon_vm.c
    patching file drivers/gpu/drm/radeon/rv770d.h
    patching file drivers/gpu/drm/radeon/si_dpm.c
    patching file drivers/gpu/drm/radeon/uvd_v1_0.c
    patching file drivers/gpu/drm/radeon/uvd_v2_2.c
    patching file drivers/hid/Kconfig
    patching file drivers/hid/Makefile
    patching file drivers/hid/hid-ids.h
    patching file drivers/hid/hid-multitouch.c
    The next patch would create the file drivers/hid/huiontablet.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file drivers/hid/usbhid/hid-quirks.c
    patching file drivers/hv/channel.c
    patching file drivers/hv/channel_mgmt.c
    patching file drivers/i2c/busses/i2c-rk3x.c
    patching file drivers/i2c/i2c-core.c
    patching file drivers/i2c/i2c-mux.c
    patching file drivers/idle/intel_idle.c
    patching file drivers/infiniband/core/cma.c
    patching file drivers/infiniband/core/umem.c
    patching file drivers/infiniband/hw/mlx4/qp.c
    patching file drivers/infiniband/ulp/iser/iser_initiator.c
    patching file drivers/infiniband/ulp/isert/ib_isert.c
    patching file drivers/input/input-mt.c
    patching file drivers/input/joydev.c
    patching file drivers/input/mouse/alps.c
    patching file drivers/input/mouse/elantech.c
    patching file drivers/input/mouse/elantech.h
    patching file drivers/input/mouse/synaptics.c
    patching file drivers/input/mouse/synaptics.h
    patching file drivers/macintosh/Kconfig
    patching file drivers/macintosh/adbhid.c
    patching file drivers/md/md.c
    patching file drivers/md/raid0.c
    patching file drivers/media/platform/marvell-ccic/mcam-core.c
    patching file drivers/media/platform/marvell-ccic/mcam-core.h
    patching file drivers/media/rc/img-ir/img-ir-core.c
    patching file drivers/media/usb/stk1160/stk1160-v4l.c
    patching file drivers/memstick/core/mspro_block.c
    patching file drivers/mfd/mfd-core.c
    patching file drivers/mmc/card/block.c
    patching file drivers/mmc/card/queue.c
    patching file drivers/mmc/card/queue.h
    patching file drivers/mmc/core/core.c
    patching file drivers/mmc/host/sh_mmcif.c
    patching file drivers/mmc/host/sunxi-mmc.c
    patching file drivers/mmc/host/tmio_mmc_pio.c
    patching file drivers/mtd/ubi/attach.c
    patching file drivers/mtd/ubi/cdev.c
    patching file drivers/mtd/ubi/eba.c
    patching file drivers/mtd/ubi/wl.c
    patching file drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
    patching file drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
    patching file drivers/net/ethernet/cadence/macb.c
    patching file drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
    patching file drivers/net/ethernet/intel/e1000/e1000_main.c
    patching file drivers/net/ethernet/marvell/pxa168_eth.c
    patching file drivers/net/ethernet/mellanox/mlx4/en_ethtool.c
    patching file drivers/net/ethernet/mellanox/mlx4/en_netdev.c
    patching file drivers/net/ethernet/mellanox/mlx4/en_rx.c
    patching file drivers/net/ethernet/mellanox/mlx4/en_tx.c
    patching file drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
    patching file drivers/net/netconsole.c
    patching file drivers/net/ppp/ppp_generic.c
    patching file drivers/net/vxlan.c
    patching file drivers/net/wireless/hostap/hostap.h
    patching file drivers/net/wireless/hostap/hostap_ap.c
    patching file drivers/net/wireless/hostap/hostap_config.h
    patching file drivers/net/wireless/hostap/hostap_hw.c
    patching file drivers/net/wireless/hostap/hostap_info.c
    patching file drivers/net/wireless/hostap/hostap_ioctl.c
    patching file drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
    patching file drivers/net/wireless/ti/wl18xx/debugfs.c
    patching file drivers/net/wireless/ti/wlcore/debugfs.h
    patching file drivers/nfc/st21nfcb/i2c.c
    patching file drivers/pinctrl/core.c
    patching file drivers/pinctrl/core.h
    patching file drivers/pinctrl/devicetree.c
    patching file drivers/platform/x86/Kconfig
    patching file drivers/platform/x86/Makefile
    patching file drivers/platform/x86/compal-laptop.c
    patching file drivers/platform/x86/hdaps.c
    The next patch would create the file drivers/platform/x86/thinkpad_ec.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/platform/x86/tp_smapi.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file drivers/power/ipaq_micro_battery.c
    patching file drivers/power/lp8788-charger.c
    patching file drivers/power/twl4030_madc_battery.c
    patching file drivers/rtc/rtc-armada38x.c
    patching file drivers/scsi/3w-9xxx.c
    patching file drivers/scsi/3w-9xxx.h
    patching file drivers/scsi/3w-sas.c
    patching file drivers/scsi/3w-sas.h
    patching file drivers/scsi/3w-xxxx.c
    patching file drivers/scsi/3w-xxxx.h
    patching file drivers/scsi/megaraid/megaraid_sas_fusion.c
    patching file drivers/scsi/mvsas/mv_sas.c
    patching file drivers/scsi/scsi_devinfo.c
    patching file drivers/scsi/scsi_scan.c
    patching file drivers/scsi/sd.c
    patching file drivers/scsi/sd_dif.c
    patching file drivers/scsi/storvsc_drv.c
    patching file drivers/spi/spi-imx.c
    patching file drivers/spi/spidev.c
    patching file drivers/ssb/Kconfig
    patching file drivers/staging/Kconfig
    patching file drivers/staging/Makefile
    patching file drivers/staging/android/sync.c
    patching file drivers/staging/panel/panel.c
    The next patch would create the file drivers/staging/vhba/Kconfig,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/staging/vhba/Makefile,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/staging/vhba/vhba.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file drivers/staging/vt6655/rxtx.c
    patching file drivers/target/iscsi/iscsi_target.c
    patching file drivers/target/iscsi/iscsi_target_erl0.c
    patching file drivers/target/iscsi/iscsi_target_login.c
    patching file drivers/target/target_core_file.c
    patching file drivers/target/target_core_sbc.c
    patching file drivers/target/target_core_transport.c
    patching file drivers/tty/Kconfig
    patching file drivers/tty/hvc/hvc_xen.c
    patching file drivers/tty/serial/8250/8250_core.c
    patching file drivers/tty/serial/8250/8250_dw.c
    patching file drivers/tty/serial/8250/8250_early.c
    patching file drivers/tty/serial/atmel_serial.c
    patching file drivers/tty/serial/imx.c
    patching file drivers/tty/serial/of_serial.c
    patching file drivers/tty/serial/uartlite.c
    patching file drivers/tty/serial/xilinx_uartps.c
    patching file drivers/tty/vt/vt.c
    patching file drivers/usb/chipidea/otg_fsm.c
    patching file drivers/usb/class/cdc-acm.c
    patching file drivers/usb/class/cdc-wdm.c
    patching file drivers/usb/core/hub.c
    patching file drivers/usb/dwc2/hcd.c
    patching file drivers/usb/gadget/legacy/printer.c
    patching file drivers/usb/host/ehci-hcd.c
    patching file drivers/usb/host/ehci-hub.c
    patching file drivers/usb/host/fotg210-hcd.c
    patching file drivers/usb/host/fusbh200-hcd.c
    patching file drivers/usb/host/isp116x-hcd.c
    patching file drivers/usb/host/oxu210hp-hcd.c
    patching file drivers/usb/host/r8a66597-hcd.c
    patching file drivers/usb/host/sl811-hcd.c
    patching file drivers/usb/host/uhci-hub.c
    patching file drivers/usb/host/xhci-ring.c
    patching file drivers/usb/isp1760/isp1760-hcd.c
    patching file drivers/usb/musb/musb_core.c
    patching file drivers/usb/musb/musb_virthub.c
    patching file drivers/usb/phy/phy.c
    patching file drivers/usb/storage/uas-detect.h
    patching file drivers/usb/storage/uas.c
    patching file drivers/usb/storage/usb.c
    patching file drivers/vfio/vfio.c
    patching file drivers/video/logo/Kconfig
    patching file drivers/video/logo/Makefile
    patching file drivers/video/logo/logo.c
    The next patch would create the file drivers/video/logo/logo_arch_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/video/logo/logo_bsd_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/video/logo/logo_debian_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/video/logo/logo_exherbo_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/video/logo/logo_fbsd_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/video/logo/logo_fedoraglossy_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/video/logo/logo_fedorasimple_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/video/logo/logo_gentoo_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/video/logo/logo_oldzen_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/video/logo/logo_slackware_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/video/logo/logo_tits_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file drivers/video/logo/logo_zen_clut224.ppm,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file drivers/xen/events/events_2l.c
    patching file drivers/xen/events/events_base.c
    patching file drivers/xen/xen-pciback/conf_space.c
    patching file drivers/xen/xen-pciback/conf_space.h
    patching file drivers/xen/xen-pciback/conf_space_header.c
    patching file drivers/xen/xenbus/xenbus_probe.c
    patching file fs/Kconfig
    patching file fs/Makefile
    The next patch would create the file fs/aufs/Kconfig,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/Makefile,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/aufs.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/branch.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/branch.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/cpup.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/cpup.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/dbgaufs.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/dbgaufs.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/dcsub.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/dcsub.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/debug.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/debug.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/dentry.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/dentry.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/dinfo.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/dir.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/dir.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/dynop.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/dynop.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/export.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/f_op.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/fhsm.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/file.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/file.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/finfo.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/fstype.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/hfsnotify.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/hfsplus.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/hnotify.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/i_op.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/i_op_add.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/i_op_del.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/i_op_ren.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/iinfo.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/inode.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/inode.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/ioctl.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/loop.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/loop.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/magic.mk,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/module.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/module.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/mvdown.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/opts.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/opts.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/plink.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/poll.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/posix_acl.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/procfs.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/rdu.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/rwsem.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/sbinfo.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/spl.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/super.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/super.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/sysaufs.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/sysaufs.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/sysfs.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/sysrq.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/vdir.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/vfsub.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/vfsub.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/wbr_policy.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/whout.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/whout.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/wkq.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/wkq.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/xattr.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file fs/aufs/xino.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file fs/binfmt_elf.c
    patching file fs/btrfs/extent-tree.c
    patching file fs/btrfs/ioctl.c
    patching file fs/btrfs/send.c
    patching file fs/btrfs/xattr.c
    patching file fs/buffer.c
    patching file fs/coredump.c
    patching file fs/dcache.c
    patching file fs/exec.c
    patching file fs/ext4/extents.c
    patching file fs/ext4/extents_status.c
    patching file fs/ext4/inode.c
    patching file fs/ext4/namei.c
    patching file fs/file_table.c
    patching file fs/hfsplus/xattr.c
    patching file fs/inode.c
    patching file fs/lockd/svcsubs.c
    patching file fs/namei.c
    patching file fs/namespace.c
    patching file fs/nfs/callback.c
    patching file fs/nfs/direct.c
    patching file fs/nfs/nfs4xdr.c
    patching file fs/nfs/read.c
    patching file fs/nfs/write.c
    patching file fs/nfsd/nfs4proc.c
    patching file fs/nfsd/nfs4state.c
    patching file fs/nfsd/nfs4xdr.c
    patching file fs/nfsd/nfsctl.c
    patching file fs/nfsd/nfsd.h
    patching file fs/nilfs2/btree.c
    patching file fs/notify/group.c
    patching file fs/notify/mark.c
    patching file fs/ocfs2/dlm/dlmmaster.c
    patching file fs/open.c
    patching file fs/pnode.c
    patching file fs/pnode.h
    patching file fs/proc/base.c
    patching file fs/proc/nommu.c
    patching file fs/proc/task_mmu.c
    patching file fs/proc/task_nommu.c
    patching file fs/splice.c
    patching file fs/xattr.c
    patching file include/acpi/acconfig.h
    patching file include/acpi/acpixf.h
    patching file include/acpi/actypes.h
    patching file include/acpi/platform/acenv.h
    patching file include/dt-bindings/clock/tegra124-car-common.h
    patching file include/linux/bpf.h
    patching file include/linux/cgroup_subsys.h
    patching file include/linux/console.h
    patching file include/linux/file.h
    patching file include/linux/init_task.h
    patching file include/linux/ioprio.h
    patching file include/linux/jiffies.h
    patching file include/linux/libata.h
    patching file include/linux/linux_logo.h
    patching file include/linux/mm.h
    patching file include/linux/mm_types.h
    patching file include/linux/mount.h
    patching file include/linux/nilfs2_fs.h
    patching file include/linux/sched.h
    patching file include/linux/sched/prio.h
    patching file include/linux/skbuff.h
    patching file include/linux/splice.h
    The next patch would create the file include/linux/thinkpad_ec.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file include/linux/usb.h
    patching file include/linux/usb_usual.h
    patching file include/scsi/scsi_devinfo.h
    patching file include/sound/emu10k1.h
    patching file include/sound/soc-dapm.h
    patching file include/target/iscsi/iscsi_target_core.h
    patching file include/target/target_core_base.h
    The next patch would create the file include/trace/events/fs.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file include/uapi/linux/Kbuild
    The next patch would create the file include/uapi/linux/aufs_type.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file include/uapi/linux/nfsd/debug.h
    patching file include/uapi/linux/sched.h
    patching file include/uapi/linux/vt.h
    patching file include/video/samsung_fimd.h
    patching file init/Kconfig
    patching file init/main.c
    patching file kernel/bpf/core.c
    patching file kernel/bpf/verifier.c
    patching file kernel/debug/kdb/kdb_io.c
    patching file kernel/delayacct.c
    patching file kernel/exit.c
    patching file kernel/fork.c
    patching file kernel/printk/printk.c
    patching file kernel/ptrace.c
    patching file kernel/sched/Makefile
    The next patch would create the file kernel/sched/bfs.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    The next patch would create the file kernel/sched/bfs_sched.h,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file kernel/sched/core.c
    patching file kernel/sched/deadline.c
    patching file kernel/sched/fair.c
    patching file kernel/sched/idle.c
    patching file kernel/sched/stats.c
    patching file kernel/stop_machine.c
    patching file kernel/sysctl.c
    patching file kernel/time/Kconfig
    patching file kernel/time/posix-cpu-timers.c
    patching file kernel/trace/ring_buffer.c
    patching file kernel/trace/trace_events.c
    patching file kernel/trace/trace_functions_graph.c
    patching file kernel/trace/trace_selftest.c
    patching file lib/Kconfig.debug
    patching file lib/string.c
    patching file mm/Makefile
    patching file mm/filemap.c
    patching file mm/huge_memory.c
    patching file mm/hugetlb.c
    patching file mm/madvise.c
    patching file mm/memory-failure.c
    patching file mm/memory.c
    patching file mm/mempolicy.c
    patching file mm/mmap.c
    patching file mm/msync.c
    patching file mm/nommu.c
    patching file mm/page-writeback.c
    The next patch would create the file mm/prfile.c,
    which already exists! Skipping patch.
    1 out of 1 hunk ignored
    patching file net/bridge/br_netfilter.c
    patching file net/core/dev.c
    patching file net/core/skbuff.c
    patching file net/ethernet/eth.c
    patching file net/ipv4/Kconfig
    patching file net/ipv4/geneve.c
    patching file net/ipv4/ip_forward.c
    patching file net/ipv4/ping.c
    patching file net/ipv4/route.c
    patching file net/ipv4/tcp_output.c
    patching file net/mac80211/mlme.c
    patching file net/netlink/af_netlink.c
    patching file scripts/mkcompile_h
    patching file security/commoncap.c
    patching file security/device_cgroup.c
    patching file security/security.c
    patching file sound/oss/sequencer.c
    patching file sound/pci/emu10k1/emu10k1.c
    patching file sound/pci/emu10k1/emu10k1_callback.c
    patching file sound/pci/emu10k1/emu10k1_main.c
    patching file sound/pci/emu10k1/emupcm.c
    patching file sound/pci/emu10k1/emuproc.c
    patching file sound/pci/emu10k1/memory.c
    patching file sound/pci/hda/hda_codec.c
    patching file sound/pci/hda/patch_realtek.c
    patching file sound/pci/hda/thinkpad_helper.c
    patching file sound/soc/codecs/cs4271.c
    patching file sound/soc/codecs/pcm512x.c
    patching file sound/soc/codecs/rt5677.c
    patching file sound/soc/codecs/tfa9879.c
    patching file sound/soc/codecs/wm8741.c
    patching file sound/soc/davinci/davinci-evm.c
    patching file sound/soc/samsung/s3c24xx-i2s.c
    patching file sound/synth/emux/emux_oss.c
    patching file sound/synth/emux/emux_seq.c
    patching file sound/usb/quirks.c
    patching file tools/lib/traceevent/kbuffer-parse.c
    patching file tools/perf/config/Makefile
    patching file tools/perf/tests/make
    patching file tools/perf/util/cloexec.c
    patching file tools/perf/util/cloexec.h
    patching file tools/perf/util/symbol-elf.c
    patching file tools/power/x86/turbostat/Makefile
    patching file virt/kvm/arm/vgic.c
    patching file virt/kvm/kvm_main.c
    ==> ERROR: A failure occurred in prepare().
    Aborting...
    Last edited by MrEvilBreakfast (2015-05-24 17:08:08)

  • I am trying to free up some room on my touch and am unable to delete any songs or books from the listing.  With iTumes open and my touch listed I open the touch.  I then select the items I want to delete from the touch and press the delete button.

    I am trying to free up some room on my touch and am unable to delete any songs or books from the listing.  With iTumes open and my touch listed I open the touch.  I then select the items I want to delete from the touch and press the delete button.  Nothing happens.  I have also tried to right click on the item, but a delete option is not listed.  What do I need to do to get rid of some books?

    Open itunes, connect ipod, go to each tab, select what you want to be on the ipod, sync

  • I just got my first mac pro and I can't get the photos out of iPhotos moved on my hp external hard drive, I try export says unable, then I try to drag it from the desktop to the external hard drive but same problem. Thank you so much

    I just got my first mac pro and I can't get the photos out of iPhotos and move them on my hp external hard drive, I try export says unable, then I try to drag it from the desktop to the external hard drive but same problem. what to do? Thank you so much

    How is your external drive formatted? Use Disk Utility to check the volume format. If it is NTFS, you will need to reformat the HDD as exFAT in order to retain universal compatibility (RW to it on both Mac and Windows).

Maybe you are looking for