Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Travis build fails
Forum Updated to NodeBB v4.3 + New Features

Travis build fails

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
7 Posts 3 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    saber
    wrote on last edited by aha_1980
    #1

    i have a linux appp that builds in Travis .
    but after modifying the folder structure it is failing .
    i don't know what i am doing wrong ?

    herer is the error

    The command "make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/" exited with 1.
    2.29s$ wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
    2018-06-01 15:22:10 URL:https://github-production-release-asset-2e65be.s3.amazonaws.com/67432158/de3a8494-5e9e-11e8-8e6c-eb4fec70ec3b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180601%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180601T152208Z&X-Amz-Expires=300&X-Amz-Signature=69970577209948d21c01f8ff57a83ae998725288377f3fd2742bd9d5dda4b085&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dlinuxdeployqt-continuous-x86_64.AppImage&response-content-type=application%2Foctet-stream [14612408/14612408] -> "linuxdeployqt-continuous-x86_64.AppImage" [1]
    

    here is the Travis page

    and here is app GITHUB page

    [Edit aha_1980: fixed Tarvis -> Travis]

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by VRonin
      #2

      find: 'appdir/': No such file or directory

      so I guess you renamed that directory? in that case you should probably change INSTALL_ROOT=appdir and find appdir/

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      S 1 Reply Last reply
      2
      • VRoninV VRonin

        find: 'appdir/': No such file or directory

        so I guess you renamed that directory? in that case you should probably change INSTALL_ROOT=appdir and find appdir/

        S Offline
        S Offline
        saber
        wrote on last edited by
        #3

        @VRonin
        i have no idea to change
        INSTALL_ROOT=appdir and find appdir/ to what?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          saber
          wrote on last edited by
          #4

          anyone !!!

          Pablo J. RoginaP 1 Reply Last reply
          0
          • S saber

            anyone !!!

            Pablo J. RoginaP Offline
            Pablo J. RoginaP Offline
            Pablo J. Rogina
            wrote on last edited by
            #5

            @saber looking at file .travis.yml in your Github repo, you changed quite some lines. Have you tried such change manually? I mean, if you go and do the steps one by one, is it working fine?

            Upvote the answer(s) that helped you solve the issue
            Use "Topic Tools" button to mark your post as Solved
            Add screenshots via postimage.org
            Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

            S 1 Reply Last reply
            0
            • Pablo J. RoginaP Pablo J. Rogina

              @saber looking at file .travis.yml in your Github repo, you changed quite some lines. Have you tried such change manually? I mean, if you go and do the steps one by one, is it working fine?

              S Offline
              S Offline
              saber
              wrote on last edited by
              #6

              @Pablo-J.-Rogina

              i did not do that .because linuxdeploy helped me to made that.

              Pablo J. RoginaP 1 Reply Last reply
              0
              • S saber

                @Pablo-J.-Rogina

                i did not do that .because linuxdeploy helped me to made that.

                Pablo J. RoginaP Offline
                Pablo J. RoginaP Offline
                Pablo J. Rogina
                wrote on last edited by
                #7

                @saber I was interested in this particular step:

                make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/
                

                Upvote the answer(s) that helped you solve the issue
                Use "Topic Tools" button to mark your post as Solved
                Add screenshots via postimage.org
                Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved