Re: Questions regarding build fails on debian

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

 



David C. Rankin wrote:

> Those are linker errors. They are not seeing whatever was supposed to
> provide static_QUType_ptr. I know krecipes will use several backends like
> MySQL (now MariaDB), so there may be a change to a backend that no longer
> provides definition and declaration of static_QUType_ptr.
> 
> What that is -- unfortunately I do not know, but perhaps someone more up
> to date to the changes there may know.

I had this, when I failed (note missing submodule)

$ cat kplayer/.git/config
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = https://anonymous@xxxxxxxxxxxxxxxxxxxxxx/scm/git/kplayer
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master

When I have this it works (of course submodules checked out)

$ cat kplayer/.git/config
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = https://mirror.git.trinitydesktop.org/gitea/TDE/kplayer.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master
[submodule "admin"]
        url = http://system@xxxxxxxxxxxxxxxxxxxxxx/scm/git/tde-common-admin
[submodule "cmake"]
        url = http://system@xxxxxxxxxxxxxxxxxxxxxx/scm/git/tde-common-cmake


only question left is the ssl one


---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe@xxxxxxxxxxxxxxxxxxxxxxxxxx
For additional commands, e-mail: trinity-devel-help@xxxxxxxxxxxxxxxxxxxxxxxxxx
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting




[Index of Archives]     [Trinity Users]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [KDE]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]     [Trinity Desktop Environment]

  Powered by Linux