[Solved] Where to post potentially missing dependencies?

Hi, I believe that either "telepathy-salut" or "empathy" should have dependency "nss-mdns", since "People Nearby" on empathy does not work without it.
However, I am not sure where to suggest this.
Last edited by jameh0 (2013-08-17 05:03:02)

jameh0 wrote:
Hi, I believe that either "telepathy-salut" or "empathy" should have dependency "nss-mdns", since "People Nearby" on empathy does not work without it.
However, I am not sure where to suggest this.
Hmm...I'm thinking that nss-mdns is only on the local network, whereas most people are chatting all the way around the internet.  This is one feature that might be optional as far as the actual empathy package goes.

Similar Messages

  • Yaourt -Syu = "missing dependencies: linuy-firmwake" KINDA [SOLVED]

    This has to be some kind of error. linuy-firmwake must mean linux-firmware, right?
    I hate to give so few details, but I don't know what else to post. I recently discovered a bad RAM stick. Its been removed.
    Now when i enter yaourt -Syu or yaourt -Syy, i get these two phantom dependencies.
    Boot also hangs, but if i "alt f2" I can log in.
    Thoughts?
    Last edited by wsims (2011-01-11 21:56:31)

    No missing dependencies when using pacman. I don't even know where to start on this one.
    Nothing seems to be broken, so its not that big a deal, just annoying. I'm kind of OCD and can't stand little anomalies like this.

  • [SOLVED][AUR] lib32-allegro Missing dependencies...

    Hello community...
    still on my first week on ArchLinux so bear with me...
    i find this strange...
    im trying to install a game Beat Hazard Ultra (i have the bin file)
    and beathazardultra can be found in the aur (game separated)
    i looked at the PKBUILD for instructions and it says to put the bin in the same folder
    OK i got that part
    then sudo makepkg -s --asroot
    it says its missing lib32-allegro
    this lib can only be found in AUR so i repeat the same procedure
    NOW, the lib32-allegro is also Missing dependencies
    when i sudo makepkg -s --asroot
    i search the aur of the missing dependencies and found it...
    i makepkg all of them and they installed
    so now im ready to install lib32-allegro again... but its still saying that its missing the same dependecies... am i missing a step here?
    heres a screenshot:
    (*EDIT: i know the screenshot says i used sudo makepkg -f --asroot but i also tried it with -s but it cannot find it on the official repo since its in AUR)
    http://i.imgur.com/ijK67Kf.png
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by FenrirAB (2014-04-18 01:10:45)

    the screenshot was to visually provide info that i have the aur packages (and assuming that the highlighted directories have been installed)
    sorry, i suck at explaining so i hope the screenshot will provide clarity.... yup already enabled multilib... and i can see it enabled by -Syu
    i know they gave me a warning about using --asroot isnt that what to use if you have a separate /root /home folder if you want to install it in /root? but if its not then... i will stop using it... ^-^
    anyways
    i already rebooted my laptop just in case it needed a reboot to see the lib32 dependencies... but they are still missing
    i would like to know why those dependencies are still missing...
    THANKS FOR BEING PATIENT ^_^

  • [Solved] pacman-color failed to install missing dependencies

    Just upgraded my AUR packages and I get this error:
    :: Starting AUR upgrade...
    :: perl-class-load-xs 0.04-2 -> 0.06-1
    AUR Targets (1): perl-class-load-xs
    Proceed with installation? [Y/n] y
    :: Edit perl-class-load-xs PKGBUILD? [Y/n] n
    :: Building perl-class-load-xs package...
    ==> Making package: perl-class-load-xs 0.06-1 (Sat Nov 3 09:14:38 PDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: perl-test-without-module
    ==> ERROR: 'pacman-color' failed to install missing dependencies.
    :: perl-class-load-xs cleaned
    Any help appreciated.
    Last edited by lagagnon (2012-11-04 03:07:33)

    perl-test-without-module is in the AUR.
    edit: build the package yourself in makepkg or use an aur helper.
    Last edited by SS4 (2012-11-03 16:41:55)

  • Cisco PacketTracer missing dependencies. [Solved]

    Hi,
    So I was going to install packet tracer. I followed the tutorial in the wiki section. <a href="https://wiki.archlinux.org/index.php/PacketTracer">PacketTracer</a> Which seems a little thin I got to the part makepkg. here is the out put of what I did.
    [ofce@myhost packettracer]$ makepkg -s
    ==> Making package: packettracer 5.3.2-2 (Sat Jan 14 13:05:39 CST 2012)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    Password:
    error: target not found: lib32-libpng12
    ==> ERROR: 'pacman' failed to install missing dependencies.
    [ofce@myhost packettracer]$
    Any idea on how to get this working? I would like to get my assignments done for my cisco classes
    Last edited by mich04 (2012-01-14 21:22:53)

    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    #[multilib]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Here it is, when I run pacman -Syu I only see core, extra and community.

  • Where are the many missing features in Numbers found?

    The more that I use Numbers the less likely that I will ever go through the motions of trying to get Numbers to do enough of the things that have to be done in order for my income tax program to work. Like in another post I have some of my smaller tax forms to say that they are too big to be imported. There seems to be too many missing features to do a useful job.
    This leaves trying to use Numbers to handle new small, small, small spreadsheets. At the present times I have little problem setting up a format for a cell providing the formatting is available. In Excel the easiest way to copy a format to a new cell is to use format painter. Many time copy/paste will work. But copy/paste will move the formula also. I have not been able to find a way to do this with Numbers.
    So far the sliders feature is the one feature that interests me enough to try to use Numbers in the real work handling portion of my business. Many things I want to do either I can't find out how to do them or there are too many added keystrokes needed compared to Excel to make me want to do a spreadsheet in Numbers.
    Since the majority of my spreadsheets do not use a header row or header column I have to get that turned off. Tax sheets have a lot of blank spaces to start things out & normally will be different than the next sheet.
    I used a lot of cell/range names as well as individual cells. I use 450+ cell names in my main Form 1040, A,B,D,NE,IA page. That still leaves me needing to know the row/column designation most of the time. I cannot find where that information is displayed in Numbers.
    I keep looking, but generally do not find the needed feature that I need. Many like the cell designation is so basic. Being able to use the arrow keys to move to a cell for inclusion in a formula is another one that I am unable to do. Using the help files do not come close to answering any question that I have with Numbers. Where is the Numbers, "Missing Manual?" I need what I don't have & may not be made at the current time.
    Like Pages 1.0, Numbers 1.0 doesn’t seem ready for prime time use. There are too many missing features be a very complete spreadsheet. Some I probably can’t find, some probably are not there.
    I need help.
    Bill the TaxMan

    HolgerA,
    Page Headers and Footers are gone, but are returning, according to a recent KB article:
    Exerpt...
    Some features in upcoming releases in the next 6 months
    Pages
    Customize toolbar
    Vertical ruler
    Improved alignment guides
    Improved object placement
    Import of cells with images
    Improved word counts
    Keyboard shortcuts for styles
    Manage pages and sections from the thumbnail view
    Numbers
    Customize toolbar
    Improvements to zoom and window placement
    Multi-column and range sort
    Auto-complete text in cells
    Page headers and footers
    Improvements to AppleScript support
    Keynote
    Customize toolbar
    Restoring old transitions and builds
    Improvements to presenter display
    Improvements to AppleScript support
    In the meanwhile, you can continue to use these features by accessing the previous versions of the iWork applications which remain installed on your Mac. The previous versions can be found in Applications > iWork ’09.Reverting documents created in the new iWork for Mac applications to the previous version’s file formatNew or existing documents you open in the new versions of Pages, Numbers, and Keynote use the new unified file format. These files can’t be opened in the previous versions of the iWork applications. To revert the document file format to the previous version, you can do one of the following:
    Documents that you haven't edited can be reverted to the iWork ’09 version by selecting File > Revert To.
    If you have edited the document and want to preserve the edits, you can save it as an iWork ’09 document by selecting File > Export To, then choosing Pages ’09, Numbers ’09, or Keynote ’09.
    Jerry

  • How to install missing dependencies?

    I'm trying to install Mailpile (https://aur.archlinux.org/packages/mailpile/)
    these are showing as missing dependencies when I "makepkg -s"
    python2-pgpdump
    spambayes>=1.1a6
    I got the above two from AUR and "makepkg -s" successfully and then stuck them in /usr/local/bin but it didn't solve the dependencies.  I'm not sure I know what I'm doing. Anybody know how to get Mailpile installed?
    Last edited by bzpnbx (2014-10-14 15:48:51)

    You did run it on the built package, right? Not on the AUR tarball?
    Like Wormzy said, you really need to read the AUR Wiki page.
    nomorewindows wrote:I don't think you even need --asdeps.  It just installs them as any other package.  Then when they install, makepkg -s the main package.
    These packages are being installed because they are dependencies of another package. For pacman to function correctly, --asdeps is needed. If you omit it, pacman thinks they're explicitly installed and will not remove them when the main package is removed nor list them in -Qdt.
    Last edited by Scimmia (2014-10-14 16:50:36)

  • Can't install Dropbox from AUR due to missing dependencies.

    I'm posting in the Newbie Corner, since I suspect that this is a newbie issue with a really simple solution..
    I've been using Dropbox for Linux directly from Dropbox.com, but I had now decided to convert to the AUR version (easier to update). But it won't install. It won't even build.
    ==> Manglende avhengigheter:
    -> qt
    ==> Kontrollerer avhengigheter som trengs under bygging...
    ==> FEIL: Kunne ikke finne alle avhengigheter.
    ==> ERROR: Makepkg was unable to build bbox-git.
    ==> Restart building bbox-git ? [y/N]
    Not optimal that this is in norwegian.. But in essence it tells me that there are missing dependencies. Qt to be exact. And because of this makepkg is not able to build bbox-git. Earlier in the process (when the dependencies for bbox-git is listed) it says that qt is not installed and will be buildt from AUR. I've tried to reinstall qt. Please help.
    EDIT:
    I'm using Yaourt.
    Last edited by madr (2013-06-08 22:24:06)

    Trilby wrote:You say you've tried to install qt, does that mean you failed to install it?  qt should not be installed from the AUR, it is a package group in [extra].
    I've tried to reinstall it. And I've installed it from the official repos of course. The AUR bit is output from Yaourt, not me.
    karol wrote:
    Run
    LC_ALL=C <command>
    to get output in English.
    I'll post the output of this later (it's getting late here).
    mcmillan wrote:
    First, that's not the dropbox package, but something that is like dropbox. If you want the actual dropbox program you want https://aur.archlinux.org/packages/dropbox
    If this is the package you actually want, it looks like it hasn't been updated since the qt packaged was renamed qt4, so you'll need to change that in the PKGBUILD file by hand.
    It is the package you're linking to I'm having trouble installing. Okay, I'll have a look. Later. I'll get back to this thread.
    karol wrote:I'm not sure if https://aur.archlinux.org/packages/dropbox is easier to update - as you can read in the comments, many users are not happy with the auto-update feature.
    Maybe it's too easy to update ;P , but YMMV.
    Do I ever catch a break in life? Not often at least.

  • Removed Missing Dependencies Missing Features, reanalyzed, now 9x more Missing Dependencies....

    I'm using the excellent Phil Childs get-scripts Powershell scripts to clear out some Missing Dependencies. There were Missing Feature, MissingSetupFile, and MissingAssembly referencences, all related to the same wsp that is no longer in use and
    was retracted.  http://get-spscripts.com/2011/06/removing-features-from-content-database.html
    I removed some Missing Features, reanalyzed, and the 15 item Missing Dependencies list, instead of shrinking, is now at 134 items.
    I’m going to try and figure out cause before I start chugging through these. Any recommendations?
    Thanks,
    Scott

    Hi Scott,
    Are these new 134 error messages different from orginal 15 error messages?
    We need to check each error message description and do as error message content suggests to solve the issue (e.g. may find the webparts referenced this custom feature and remove unwanted web part from the page).
    More articles about the missing dependencies you can take a look.
    http://get-spscripts.com/2011/06/diagnosing-missingsetupfile-issues-from.html
    http://get-spscripts.com/2011/08/diagnose-missingwebpart-and.html
    http://fangdahai.blogspot.com/2014/01/how-to-resolve-missing-server-side.html
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Right-click on a VI with missing dependencies hangs LabVIEW

    Here's the flow:
    1)  Download a VI from the forums that has a missing dependency
    2)  Add the VI to a project
    3)  Right-click on the VI to see if it's set to run-on-open
    4)  Wait a very long time for the dependency load to fail
    How do you all handle the forum VIs? Is it as simple as checking the Files view for missing deps - and only RMB if none are missing?
    I can't find any of the "silently ignore all" posts/ideas except for opening refs.
    When I create new VIs and force a dependency failure, there is not a long delay.

    How do you tell if the VI is set to Run When Opened?  If you are opening the properties dialog, the VI still has to load.
    ***Just performed an experiment***
    Opening the VI from the project overrides the Run When Opened.  Good thing to know.
    But still, when you try to open a VI and there are missing dependencies, you get a dialog that has the Ignore All on it.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    Loading Window.PNG ‏23 KB

  • Where are all the missing songs I already purchased?

    Where are all my missing songs which I previously purchased?

    I assumed I wouldn't need to explain as it seemed pretty obvious that a lot of people are asking the same question and I have yet to see a post by anyone who has gotten an answer.
    Before the iCloud seemingly took over all my songs and playlists where stored in my phone and computer. When the transition from the old iTunes to the new iTunes with iCloud took place all the songs which I had previously loaded manually from CDs became just titles with no content. Also, seemingly arbitrary tracks which I had previously purchased from iTunes are no longer available. I realize I can download what is in the cloud whenever I am connected but two things are wrong here. My albums, tracks, and song which I had ripped into my iTunes library are gone as are many songs which I legitimately purchased. Regarding the latter of the two is there a record of my purchases and will I be credited and have those songs previously purchased made available again? Regarding the first issue, I saved those songs and may not have the CD anymore, where did they disappear to?

  • Ignore missing dependencies

    Hello
    I have some parts of the gnome suite installed that enable me to use some of their features, however, I have force removed a fair few other aspects of the gnome suite. Whenever I upgrade my system, Pacman prompts that some of my packages are missing dependencies, is there anyway to ignore this or stop Pacman from warning me?
    Any help is greatly appreciated

    karol wrote:* you can rebuild the gnome suite w/o the unwanted dependencies
    or
    * you can create some dummy pkgs that don't provide any files but pacman thinks that all dependencies are satisfied
    Thanks karol, how might one go about creating these dummy packages?

  • Converting varchar to datetime where date field is missing

    Hello Sir,
    i have a column with varchar datatype values like '2013/12','2012/11' where date field is missing.  i want to convert it as datetime at runtime so that i can use datetime related function. Is it possible for ms sql server 2008?
    thanking you.

    >> I have a column with VARCHAR data type values like '2013/12', '2012/11' where DATE field is missing. I want to convert it as DATETIME2(0) at runtime so that I can use DATETIME2(0) related function. Is it possible for MS SQL Server 2008? <<
    The most important leg on a three-legged stool is the leg that is missing :)  A DATE is made up of three fields; YEAR, MONTH and DAY. You gave no business rule for picking the DAY field, so this makes no sense. 
    Since SQL is a database language, we prefer to do look ups and not calculations. They can be optimized while temporal math messes up optimization. A useful idiom is a report period calendar that everyone uses so there is no way to get disagreements in the DML.
    The report period table gives a name to a range of dates that is common to the entire enterprise. 
    CREATE TABLE Something_Report_Periods
    (something_report_name CHAR(10) NOT NULL PRIMARY KEY
      CHECK (something_report_name LIKE <pattern>),
     something_report_start_date DATE NOT NULL,
     something_report_end_date DATE NOT NULL,
     CONSTRAINT date_ordering
      CHECK (something_report_start_date <= something_report_end_date),
    etc);
    These report periods can overlap or have gaps. I like the MySQL convention of using double zeroes for months and years, That is 'yyyy-mm-00' for a month within a year and 'yyyy-00-00' for the whole year. The advantages are that it will sort with the ISO-8601
    data format required by Standard SQL and it is language independent. The pattern for validation is '[12][0-9][0-9][0-9]-00-00' and '[12][0-9][0-9][0-9]-[01][0-9]-00' in the CHECK constraints. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • Where the posted threads are stored

    Hi All,
    Where the posted threads are stored. In which repository i is storing.
    Regards
    Krishnamurthy K

    Hi,
    You can read the documentation about [Content Management Configuration|http://help.sap.com/saphelp_nw70/helpdata/EN/69/d96b7aa84611d5993600508b6b8b11/frameset.htm] , where you can find a lot of information about [Repository Managers |http://help.sap.com/saphelp_nw70/helpdata/EN/69/d96b7da84611d5993600508b6b8b11/frameset.htm] .
    Repositories are used for storing and/or retrieving content and metadata.
    The KM standard configuration uses several internal repositories that are controlled by CM. They are used for storing and staging various content and metadata and for navigating in this data. These repositories are preconfigured and preactivated in the KM standard configuration. You do not normally need to modify their configuration.
    In addition to the aforementioned internal repositories, you can integrate additional external repositories into CM, such as a WebDAV or file system repository. You can establish a connection to these repositories by configuring appropriate repository managers.
    Regards,
    Lubi
    *Hope it will be helpful for you.

  • I don't know where to post my question??

    It is not a support issue but a general question regarding getting the iphone 4 8gb and if it is a dumb move. I can always refuse the pkg when it arrives  tomorrow but I would really like your thoughts. It is Verizon w/2 yr contract. Dumb move? Going for the 4 s would have been a bot smarter. Maybe I just answered my own question.
    Sorry if I posted this in the wrong place but as the title states, I did not know where to post it.

    One more quick thing. I know my needs would be met by the 4 8gb because I am one who does very little on a smartphone. I do not watch anything, no videos, don't play games. I do have a small list of music. I am 44 and know the 8gb supports my needs fine
    HOWEVER, my biggest issue that I totally forgot to address, is the support for this outdated phone?? One thing I cannot handle is a slow phone. I do browse the internet on my phone. I text and call, use calendar notes stuff like that. But as I said, biggest cncern is how much longer t continue to get updates and support and speed.

Maybe you are looking for