Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-10874

gnome-extras/sushi failed to compile

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None
    • First install of funtoo

    • Hide
      Start with a fresh build of Gentoo
      ego sync
      emerge -vaudn @world

      Show
      Start with a fresh build of Gentoo ego sync emerge -vaudn @world
    • Cannot emerge gnome-extra/sushi
    • Hide
      This code needed to be added
         
         The following code was added to sushi-3.34.0-r1.ebuild function src_configure
      ---
           for vid in /dev/video* ; do
              addpredict "${vid}"
       done

      See FL-9705
      Show
      This code needed to be added        The following code was added to sushi-3.34.0-r1.ebuild function src_configure ---      for vid in /dev/video* ; do         addpredict "${vid}"  done See FL-9705

      Since this was my first bug it was solved the bug report was done.

      Issue:

      So I decided to do my first update world using emerge -vauDN @world which produced the following error : Failed to emerge gnome-extra/sushi-3.34.0-r1

      The fix was based on FL-9705

      The following code was added to sushi-3.34.0-r1.ebuild function src_configure

           for vid in /dev/video* ; do
              addpredict "${vid}"
       done

      After adding the world the code was updated successfully.

        1. build.log
          22 kB
        2. emerge_info
          8 kB

            adbosco adbosco
            cstockman cstockman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: