A question about Arch package search web interface

If a dependency or a 'Required By' package is in [testing] or [community-testing] it's marked as such e.g. 'foo (testing)'.
pygtk 2.24.0-3 is in [extra] and should depend on packages in [extra]. One if its dependencies, pygobject2-devel, is both in [extra] and in [testing] http://www.archlinux.org/packages/?sort … =&limit=50
pygtk should depend on the one in extra and pacman pulls it all right, but according to the web interface http://www.archlinux.org/packages/extra/i686/pygtk/ it depends on the one in testing. When you click (or mouse over) on 'pygobject (python2-gobject2)' you go to http://www.archlinux.org/packages/testi … -gobject2/ even though it's not marked as a [testing] package.
Why is it so? Is it a bug?

It may be a glitch related to package foo providing bar, like systemd providing libsystemd.
Another example of a package in [extra] depending on a package in [testing] instead of the one in non-testing repo: http://www.archlinux.org/packages/extra … tsservice/
accountsservice 0.6.25-1 depends on systemd 194-4 instead of systemd 194-3.
Bug reported: https://bugs.archlinux.org/task/32018

Similar Messages

  • A question about creating packages as local objects in ABAP

    Hi,
    I have a question about creating packages with SE80. Whenever I create a new package it is assigned a new transport request. After that, I can create new programs inside this package, and each time I can choose whether to assign the new program to a transport request or just save it as a local object (I often do this for test programs that I don't transport and I remove them once my tests have been done).
    What I would like to ask is that, is it possible to create a package (and not just programs inside a given package) as a local object? so that every new object created in this package will be considered as a local object?
    Thanks in advane,
    Kind Regards,
    Dariyoosh

    Thomas Zloch wrote:
    Please also check the F1 help for the package field e.g. in SE80, SAP standard is in range A-S and U-X, namespaces start with "/", so you should be save. I am using the T namespace for temporary stuff since a long time and did not have a problem so far.
    > Thomas
    >
    > P.S. this applies to the package name only, of course
    Thank you very much for this remark, I checked F1 help for the package field and in fact as you mentioned these ranges are for local objects.
    Once again, thank you very much for your help.
    Kind Regards,
    Dariyoosh

  • Question about some packages in arch

    Hello
    Where do I report/ask about packages in arch *like in AUR there is a comment section*
    The reason is because well the package (sdl) didn't had PulseAudio support so I was wondering where to report it and KTorrents didn't bring any plug-ins with the package (plus I can't compile it since there is a phonon error I don't get)
    sorry if this wasn't the section,
    Thanks

    alright, thanks fukawi2, wonder
    well, i'm compiling them alright, but not ABS *need to read the wiki*
    Last edited by akurashy (2009-08-16 15:30:33)

  • [makepkg] Question about split packages handling in makepkg

    Hello
    One question came to my mind, while I was looking at the vlc PKGBUILD. Does splitting packages have to be done in such a non efficient way? I mean, why do we have to delete for example, a directory, once make install has been issued, only to copy the removed parts by hand in the next function? Wouldn't it be better to just specify something like per-package %files section (like in RPM .spec files)? Is this approach possible in Arch without ditching all the work up to now? If there was any discussion about that, I would love to take part in it. I am also looking forward to listening some critical comments.

    Allan wrote:How is providing a list of files to include more efficient that providing a list not to include?
    If it was only about providing a list of files to include/exclude, it would be ok. However, as far as I know, when Makefile has only one install target and we have to separate some files, we have to install all first, and then remove parts which don't fit into the main package just to copy them back in place in the next package-foo2() function. It's like doing the same work twice. Is that right? If so, it could be quite problematic to package bigger projects. I'm kind of speculating here, because I can't name any of the "big projects", but I'm quite sure there are some out there. I hope I made my point clearly now.

  • [Solved] Questions about Arch on T420s

    Hello everybody,
    I'm relatively new to Arch and switched from Ubuntu last year. Since then I've learned a lot about Linux in general due to the great documentation provided by the Arch community.
    I've managed to install Arch on my Thinkpad T420s with an UEFI Setup using Archboot. But still there are open questions.
    My first question is about the UEFI System partition and grub2. Should the UEFI partition be mounted to the filesystem? What about updating Grub2 (eg for setting boot parameters) when the UEFI System partition is not mounted to the filesystem. Up to now I've set boot parameters by manually mounting the UEFI partition and editing the Grub2's menu.lst equivalent. I think this is not optimal.
    My second question is about some graphical artifacts in Gnome 3. The T420s uses Intel HD 3000 Graphics. Sometimes icons in nautilus disapear or get replaced by black planes when hovering over them with the mouse cursor. Similar black planes replacing icons can be observed sometimes in Evolution or Rhythmbox. Furthermore gnome-terminal becomes transparent sometimes when I'm scrolling or switching between powertop2 tabs. Anyone else observed similar issues on their T420s or on other models with an Intel HD 3000? I use several options for the i915 driver but none of them seem to be related to the graphical artifacts. Furthermore I've disabled dVT in the BIOS.
    options i915 modeset=1
    options i915 i915_enable_rc6=1
    options i915 i915_enable_fbc=1
    options i915 lvds_downclock=1
    options i915 semaphores=1
    My last question is about the USB ports on my T420s. I've 3 USB ports, one on the left side (USB2.0) and two (USB3.0 and another USB2.0) on the back side. When I plug in a HD on the left side everything works fine and the filesystem is automatically mounted. When I plug in the same HD on the ports of the back side the HD isn't even recognized. Interestingly when i boot with the HD plugged into the back side ports everything works fine. Can you point me any directions how to solve this problem?
    Hopefully sombody using Arch on a T420s has already solved these issues and could share the solutions. Otherwise I would be grateful for any suggestions.
    Sincerely yours,
    Tobsen
    Last edited by tobsen (2012-02-09 17:15:27)

    Hi Tobsen, I have a T420 also. Perhaps my experiences will be some help?
    Regarding the USB ports: I installed Arch on my T420 with the Kernal 3.0.3 snapshot and all the USB ports worked out of the box. That sounds like a problem with udev to me, though. Have you checked the wiki article on this?
    Regarding the graphical artifacts: For me, when a popup window appears from hovering the mouse over an icon, the window is sometimes blank grey. It's totally inconsistent, and I can fix it by just hovering over it again, so I haven't really bothered to examine the source of the problem. Could this be related to your problem with the GPU? I figured it was a problem with the windows manager I'm using (Enlightenment e17), which is unstable.
    Regarding UEFI: I don't use GRUB2, so this may not be good advice, but I personally feel like you should avoid auto-mounting partitions you don't always need. It slows down boot, and if the partition is mounted, user error could damage it. I say you should keep doing what you're doing.

  • Some Question About Multiple Packages

    Dear javadoc users,
    I'm a newcomer here.
    I have some packages which contain many source files.
    I want to load them all and make the help file in a single list.
    A list like
    java.net
    java.io ......
    Would anyone be kind enough to tell me how I can implement this?
    I search all the faq about this. But I can't get enough hints.
    Thanks.

    Have you tried looking at these examples:
    http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#options
    -Doug

  • One question about arch linux 2009.02 and ext4

    hi,
    i want to download newest arch linux version. i heard i can select file system type as ext4, that sounds cool, because i really want ext4. anyway i heard that you need grub2 to properly boot ext4 arch system. so is grub2 will be included in arch linux 09.02? because my root partition is going to be in ext4 file system. thanks for help

    syms wrote:
    skottish wrote:
    syms wrote:Thanks for help. i have one more question - how much ext4 seems faster than ext3? i mean do you feel that ext4 is faster than ext3 in most cases? thanks.
    I've never done any benchmarks, but I can tell you that file system checks are many, many times faster.
    I do have a warning though, and it can be confirmed by others in this forum: ext4 does not crash gracefully right now. If you're on an unstable system, crashing can cause the loss of at least configuration files. My workstation is rock solid, so I've never seen any issues. Another computer that I was working on was having crashes due to an older Intel card with the newer xorg, and configuration files were being killed all over the place.
    Thanks. another thing is that about application start up. for example for me firefox starts in 4 seconds, when i close ff and try to run it again, it opens in about 1 second. what it would with ext4 system? maybe it would launch in 2 seconds at first start?
    It's hard to guess like that, but it's bound to be the same or faster. You're not losing anything going ext4 and it is a faster filesystem in general.

  • Newbie question about the viability of web services.

    Hello All,
    I have never dealt with web services, and have only cursory knowledge of the technology, so forgive my ignorance in advance.
    I have a situation that I wonder if Web Services might help me solve.
    I have built a Java/JSP application that resides on a server that is inside our firewall. It has been successful, and management wants to make the data and functionality available to our customers outside the firewall.
    The problem is that our organization tightly controls the "public" applications. And the UI for my system does not meet their standards. Nor will they punch a hole in the firewall to allow access to my server.
    The solution we have been working on is to create a new UI using their approved methods, and copy the needed java classes to the "public" server.
    As you can see, if I do this, I will have to maintain two instances of the same class on two different servers.
    Can I avoid this by using web services to make those classes available to other applications from my internal server?
    Thanks in advance for your help.
    James.

    The solution we have been working on is to create a
    new UI using their approved methods, and copy the
    needed java classes to the "public" server.
    As you can see, if I do this, I will have to maintain
    two instances of the same class on two different
    servers. Okay, first, yes - webservices can help you if you MUST maintain two seperate UI's for some reason using the same backend data code or if you want to provide a datafeed only to your external users. It will take care of having to maintain seperate but identical class files, but it will create other overhead such as interfacing the existing files and the like, but if you must enable the UI then you will have two versions of this to maintain. If you are looking to just enable the data feeds and not the UI then it would seem a very logical fit.
    If you must maintain the UI, then why can't you convert your app over to the approved UI and host it on the "public" server for all users (internal and external)? Then you only have one set of data to maintain - period and webservices aren't necessary. If you proceed with either your current implementation or even with a webservices based implementation, you will have at least two seperate UI's to maintain as well as whatever the resulting support code - be it webservice interfaces to existing code or replicates of existing code - to also maintain.

  • Question about optimizing packages int Makepkg.conf

    I edited my Makepkg.conf file so that it knows that I have a Intel Core 2 Duo. Do I need to rebuild any packages? How do I go about it if I do?

    Ranguvar wrote:
    SkonesMickLoud wrote:
    slughappy1 wrote:Isn't prescott the right config for an Intel Centrino Core 2 Duo? That's what the guide says. Although, I once tried to install Gentoo. I think I remember that someone told me that prescott is just the current form, and that for the core 2 duo it was going to change. Or something like that
    Prescott is for the i686 version, Nocona is for x86_64.
    Note that this is, I'm pretty sure, independent of what architecture your OS is running (32-bit vs 64-bit).
    Yeah.  What I meant was that if you're running i686 on your Core2Duo it's a Prescott.  If you're running x86_64, it's a Nocona.

  • Question about working with an audio interface

    Hi
    I just bought an audio interface (tascam us-122l) and i have logic express 8 installed, so i've connected my guitar and my keyboard (via MIDI) to the audio interface, and i've read the user's manual but i still don't know how things work...
    Is it possible to use the built-in speakers on my imac as a sort of "amplifier". So when i play on my guitar or keyboard, i can hear what i'm playing trough my imac.
    This is what i did so far;
    - installed the drivers and updated the firmware
    - system preferences > sound > input and clicked on my audio interface (US-122L)
    - LE8 > preferences > audio > devices > and i selected the US-122L as device
    This might be a stupid question but i just want to record songs.
    Thnx anyway.

    Logic audio preferences assumes you want to use your interface as an output for monitor speakers - the standard way and the best way given that your internal spekers will be neither loud enough or good enough to act as great monitors. If you don't have speakers you will be able to hear what you have recorded through headphones connected to your interface. If you want to listen from imac speakers or audio out you do indeed need to change to "built in input" - this is just a name logic uses to refer to your imacs internal sound card (including input and output).
    To separate the input and output for different devices you need to set up your aggregate device, which you should be able to do, though you say you can't.

  • Question about renamed packages in APEX 2.2

    A simple question. If the packages in 2.2 have been renamed, do I need to expect any problems upgrading to that version. Some of the HTMLDB_UTIL functions and procedures are used in my application code. Or you just kept the old names as synonyms?
    Denes Kubicek

    Hi Denes,
    Just found this in the documentation:
    In release 2.2, Oracle Application Express APIs were renamed using the prefix APEX_. Note that API's using the previous prefix HTMLDB_ are still supported to provide backward compatibility. As a best practice, however, use the new API names for new applications unless you plan to run them in an earlier version of Oracle Application Express.
    So you should not have any problems.
    Regards Pete

  • Question about the packages for OS Linux

    Hi all,
    this is little weird question but I could not find the answer on net so trying to get some out here:
    I need to have list of package requires for oracle (9.2.0.4 & 10.2.0.4) vesion for OS Linux
    I know it is old versions of oracle but app and management requires this soon!! please guide!!
    thanks

    Hi,
    Below note mentioned required packages
    Requirements For Installing Oracle10gR2 On RHEL 5/OEL 5 (x86_64) (Doc ID 421308.1)
    For oracle 9i, below packages are required
    $ rpm –q make-3.79.1
    $ rpm –q gcc-3.2.3-34
    $ rpm –q glibc-2.3.2-95.20
    $ rpm –q compat-db-4.0.14-5
    $ rpm –q compat-gcc-7.3-2.96.128
    $ rpm –q compat-gcc-c++-7.3-2.96.128
    $ rpm –q compat-libstdc++-7.3-2.96.128
    $ rpm –q compat-libstdc++-devel-7.3-2.96.128
    $ rpm –q openmotif21-2.1.30-8
    $ rpm –q setarch-1.3-1
    Kernel parameters
    Kernel
    Parameter     Setting To Get
    You Started     Purpose
    Shmmni     4096     Maximum number of shared memory segments
    Shmall     2097152     Maximum total shared memory (Kb)
    Shmmax     2147483648     Maximum size of a single shared memory segment
    Semmsl     250     Maximum number of semaphores per set
    Semmns     32000     Maximum number of semaphores
    Semopm     100     Maximum operations per semop call
    Semmni     128     Maximum number of semaphore sets
    file-max     65536     Maximum number of open files
    ip_local_port_range     1024 - 65000     Range of ports to use for client connections
    rmem_default     1048576     Default TCP/IP receive window
    rmem_max     1048576     Maximum TCP/IP receive window
    wmem_default     262144     Maximum TCP/IP send window
    wmem_max     262144     Maximum TCP/IP send window
    For more information kindly refer installation guide
    Thanks,
    Krishna

  • Question about the distribution of web service or servlet

    Hello,
    I don not know how to distribute a web servcie or servlet on the web server. I can only use this web service with the open state of the glassfish. If I close the glassfish server, the servlet cannot be accessed.
    I just want the web service or the servlet to be disributed on the web server. Web service and the servlet are available when the web server is on.
    anybody can help me?
    thank you in advance.
    MyJ2EE

    If u choose one of the smart phone once you upgrade your equipment you will have to select a data package of Unlimited Email & web for $29.99/mo.. It will not go towards your minutes the purpose of the plan is to give you unlimited use of the internet and email on your device.If you choose to change your calling plan minutes make sure you review the plan that you're already on and the mins being used to make sure if you decide to go higher or lower in minutes that you choose the plan fits your minutes used.. 

  • Question about meta-data of Web Dynpro ABAP / Web Dynpro Java

    Hello together,
    everywhere I can read, that Web Dynpro meta-data is platform independent.
    I´ve read into a book, that the meta-data of Web Dynpro Java is saved as XML and
    that Web-Dynpro Java Runtime generates runnable classes and sourcecode out of this...
    - What about Web-Dynpro ABAP? Is Meta-code in ABAP is saved in XML too?
    - just for theory: is ist possible to take the meta-data of a Web-Dynpro ABAP component and
      generate a Web-Dynpro Java Component out of this?
    I tried to find it out but i failed... In table WDR_RR_LOAD (is this the right one?) I found only the
    field data. But this is a RAWSTRING and I don´t know how to make I "readable".
    I must know this for my thesis for my studies, not for work.
    Thank you very much !!!!
    Greetings,
    Oliver

    Me again,
    I am not sure if I understood it right...
    The meta-data which describes the visual part of a view is saved as XML and
    would be rendered i.e. in the webbrowser... Right?
    What about the meta-data of the Web Dynpro application?
    Is this meta-code into an other structure or XML too?
    Thank you very much.
    Many Greetings,
    Oliver

  • Question about how itunes searches for my music

    hi,
    i have a large library of music that i used to store on an internal hard drive (f:), but recently i got an external hard drive and moved all my music to it (g:).
    i copied all my music to the g drive, and in the advanced pull down menu in itunes i changed the location to search for music to g: my music... at that point i thought i was done.
    but as it turned out, whereas i thought i had MOVED all my files to the g drive, i had actually copied them, and the ones that were originally on the f drive are still there.
    since then i have added lots of music to the library, and it all lives on the g drive. but i am starting to run out of space on my f drive, so when i discovered there were duplicate files there, i wanted to delete them all. here's wherein my problem lies.
    if i go to a song that was in the library before i switched over to the g drive, in the get info window for that song in itunes, it still lists the song as living in the f drive as opposed to the g drive.
    i need to delete all the music off the f drive, but my concern is that itunes will say i've just lost all that music. is there a way to basically empty out/depopulate itunes of all the music, and then go to file> add folder to library and just choose the g: my music folder? i know it will take a while, but that's fine. i just don't want to lose access to 27 out of 38 gigs of music by deleting the music off my f drive, and i really don't want to have to go through folder by folder and make the transition, as there are several groups who have music listed in both the f anf the g folders... it would be a nightmare to have to go through group by group, album by album.
    any help would be greatly appreciated. thanks!
    pc running windows xp Windows XP
    pc running windows xp   Windows XP  

    Welcome to Apple Discussions!
    If you delete everything from your iTunes library
    (Moving it to the Recylcle Bin), you can then go to
    File>Add Folder to Library and select the Music
    folder from your external drive.
    Or, from the file browser you can locate the Music
    folder on the external drive and drag+drop it into
    the iTunes window.
    Hope this helps!
    hi,
    okay... this worked sort of, but now i've lost all my playlists. they are still on my actual ipod, but now i need to know... if i go to sync the ipod with itunes, will itunes recognize my playlists and move them into itunes? or do i now need to go through and manually re-setup all my playlists BEFORE syncing again, because the playlists will get wiped out when i go to sync?
    please let me know if you have any info about this... i really don't want to lose all my playlists.
    thanks,
    lori
    pc running windows xp Windows XP
    pc running windows xp Windows XP
    pc running windows xp Windows XP

Maybe you are looking for