Libgc & gtk devel packages

Hello
I am Basile Starynkevitch http://starynkevitch.net/Basile/ (living in France near Paris, born in 1959, professionally working on GCC, in particular its MELT branch). My intern Jeremie Salvucci suggested me to try Arch Linux.
I am using Linux since 1993, but I just started using Arch Linux (x886_64) today and installed it on my laptop (Intel Core2 + Intel graphics + Intel Wifi). My usual distributions are Debian or Ubuntu (but I did sometimes try Slackware, Mandriva, Redhat, ...).
I did try a little bit to google, but I have trouble finding
1. how to install the GTK development packages (those providing the gtk/*.h files etc.)
2. how to install the GTK & Gnome API documentation
3. how to install all the depenencies & packages required to build GCC 4.5?
4. How to install the Boehm's garbage collector development package
5. what is the Arch way of doing what 'apt-cache search' is doing on Debian or Ubuntu, i.e. listing every package name which has some given words in its description (not only its name)?
6. how to make Arch boot in graphical mode on my laptop (Gnome + GDM and dependencies like udev & dbus)
7. How to install all Arch packages related to Ocaml
Sorry for such naive questions.
Regards.
Basile Starynkevitch http://starynkevitch.net/Basile/

Welcome to the forums.
'man pacman' will answer most of your questions, or at least get you started. The other is that Arch does not split out the header files. For instance:
~ > pacman -Ql gtk2 | grep include
gtk2 /usr/include/
gtk2 /usr/include/gail-1.0/
gtk2 /usr/include/gail-1.0/gail/
gtk2 /usr/include/gail-1.0/gail/gailwidget.h
gtk2 /usr/include/gail-1.0/libgail-util/
gtk2 /usr/include/gail-1.0/libgail-util/gail-util.h
gtk2 /usr/include/gail-1.0/libgail-util/gailmisc.h
gtk2 /usr/include/gail-1.0/libgail-util/gailtextutil.h
gtk2 /usr/include/gtk-2.0/
gtk2 /usr/include/gtk-2.0/gdk-pixbuf-xlib/
gtk2 /usr/include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h
gtk2 /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h
gtk2 /usr/include/gtk-2.0/gdk/
gtk2 /usr/include/gtk-2.0/gdk/gdk.h
gtk2 /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h
gtk2 /usr/include/gtk-2.0/gdk/gdkcairo.h
gtk2 /usr/include/gtk-2.0/gdk/gdkcolor.h
gtk2 /usr/include/gtk-2.0/gdk/gdkcursor.h
gtk2 /usr/include/gtk-2.0/gdk/gdkdisplay.h
gtk2 /usr/include/gtk-2.0/gdk/gdkdisplaymanager.h
gtk2 /usr/include/gtk-2.0/gdk/gdkdnd.h
gtk2 /usr/include/gtk-2.0/gdk/gdkdrawable.h
gtk2 /usr/include/gtk-2.0/gdk/gdkenumtypes.h
gtk2 /usr/include/gtk-2.0/gdk/gdkevents.h
gtk2 /usr/include/gtk-2.0/gdk/gdkfont.h
gtk2 /usr/include/gtk-2.0/gdk/gdkgc.h
gtk2 /usr/include/gtk-2.0/gdk/gdki18n.h
gtk2 /usr/include/gtk-2.0/gdk/gdkimage.h
gtk2 /usr/include/gtk-2.0/gdk/gdkinput.h
gtk2 /usr/include/gtk-2.0/gdk/gdkkeys.h
gtk2 /usr/include/gtk-2.0/gdk/gdkkeysyms.h
gtk2 /usr/include/gtk-2.0/gdk/gdkpango.h
gtk2 /usr/include/gtk-2.0/gdk/gdkpixbuf.h
gtk2 /usr/include/gtk-2.0/gdk/gdkpixmap.h
gtk2 /usr/include/gtk-2.0/gdk/gdkprivate.h
gtk2 /usr/include/gtk-2.0/gdk/gdkproperty.h
gtk2 /usr/include/gtk-2.0/gdk/gdkregion.h
gtk2 /usr/include/gtk-2.0/gdk/gdkrgb.h
gtk2 /usr/include/gtk-2.0/gdk/gdkscreen.h
gtk2 /usr/include/gtk-2.0/gdk/gdkselection.h
gtk2 /usr/include/gtk-2.0/gdk/gdkspawn.h
gtk2 /usr/include/gtk-2.0/gdk/gdktestutils.h
gtk2 /usr/include/gtk-2.0/gdk/gdktypes.h
gtk2 /usr/include/gtk-2.0/gdk/gdkvisual.h
gtk2 /usr/include/gtk-2.0/gdk/gdkwindow.h
gtk2 /usr/include/gtk-2.0/gdk/gdkx.h
gtk2 /usr/include/gtk-2.0/gtk/
gtk2 /usr/include/gtk-2.0/gtk/gtk.h
gtk2 /usr/include/gtk-2.0/gtk/gtkaboutdialog.h
gtk2 /usr/include/gtk-2.0/gtk/gtkaccelgroup.h
gtk2 /usr/include/gtk-2.0/gtk/gtkaccellabel.h
gtk2 /usr/include/gtk-2.0/gtk/gtkaccelmap.h
gtk2 /usr/include/gtk-2.0/gtk/gtkaccessible.h
gtk2 /usr/include/gtk-2.0/gtk/gtkaction.h
gtk2 /usr/include/gtk-2.0/gtk/gtkactiongroup.h
gtk2 /usr/include/gtk-2.0/gtk/gtkactivatable.h
gtk2 /usr/include/gtk-2.0/gtk/gtkadjustment.h
gtk2 /usr/include/gtk-2.0/gtk/gtkalignment.h
gtk2 /usr/include/gtk-2.0/gtk/gtkarrow.h
gtk2 /usr/include/gtk-2.0/gtk/gtkaspectframe.h
gtk2 /usr/include/gtk-2.0/gtk/gtkassistant.h
gtk2 /usr/include/gtk-2.0/gtk/gtkbbox.h
gtk2 /usr/include/gtk-2.0/gtk/gtkbin.h
gtk2 /usr/include/gtk-2.0/gtk/gtkbindings.h
gtk2 /usr/include/gtk-2.0/gtk/gtkbox.h
gtk2 /usr/include/gtk-2.0/gtk/gtkbuildable.h
gtk2 /usr/include/gtk-2.0/gtk/gtkbuilder.h
gtk2 /usr/include/gtk-2.0/gtk/gtkbutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcalendar.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcelleditable.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcelllayout.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcellrenderer.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcellrendererprogress.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcellrendererspin.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcellrendererspinner.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcellrenderertext.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcellview.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcheckbutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h
gtk2 /usr/include/gtk-2.0/gtk/gtkclipboard.h
gtk2 /usr/include/gtk-2.0/gtk/gtkclist.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcolorbutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcolorsel.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcolorseldialog.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcombo.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcombobox.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcomboboxentry.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcontainer.h
gtk2 /usr/include/gtk-2.0/gtk/gtkctree.h
gtk2 /usr/include/gtk-2.0/gtk/gtkcurve.h
gtk2 /usr/include/gtk-2.0/gtk/gtkdebug.h
gtk2 /usr/include/gtk-2.0/gtk/gtkdialog.h
gtk2 /usr/include/gtk-2.0/gtk/gtkdnd.h
gtk2 /usr/include/gtk-2.0/gtk/gtkdrawingarea.h
gtk2 /usr/include/gtk-2.0/gtk/gtkeditable.h
gtk2 /usr/include/gtk-2.0/gtk/gtkentry.h
gtk2 /usr/include/gtk-2.0/gtk/gtkentrybuffer.h
gtk2 /usr/include/gtk-2.0/gtk/gtkentrycompletion.h
gtk2 /usr/include/gtk-2.0/gtk/gtkenums.h
gtk2 /usr/include/gtk-2.0/gtk/gtkeventbox.h
gtk2 /usr/include/gtk-2.0/gtk/gtkexpander.h
gtk2 /usr/include/gtk-2.0/gtk/gtkfilechooser.h
gtk2 /usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtkfilechooserdialog.h
gtk2 /usr/include/gtk-2.0/gtk/gtkfilechooserwidget.h
gtk2 /usr/include/gtk-2.0/gtk/gtkfilefilter.h
gtk2 /usr/include/gtk-2.0/gtk/gtkfilesel.h
gtk2 /usr/include/gtk-2.0/gtk/gtkfixed.h
gtk2 /usr/include/gtk-2.0/gtk/gtkfontbutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtkfontsel.h
gtk2 /usr/include/gtk-2.0/gtk/gtkframe.h
gtk2 /usr/include/gtk-2.0/gtk/gtkgamma.h
gtk2 /usr/include/gtk-2.0/gtk/gtkgc.h
gtk2 /usr/include/gtk-2.0/gtk/gtkhandlebox.h
gtk2 /usr/include/gtk-2.0/gtk/gtkhbbox.h
gtk2 /usr/include/gtk-2.0/gtk/gtkhbox.h
gtk2 /usr/include/gtk-2.0/gtk/gtkhpaned.h
gtk2 /usr/include/gtk-2.0/gtk/gtkhruler.h
gtk2 /usr/include/gtk-2.0/gtk/gtkhscale.h
gtk2 /usr/include/gtk-2.0/gtk/gtkhscrollbar.h
gtk2 /usr/include/gtk-2.0/gtk/gtkhseparator.h
gtk2 /usr/include/gtk-2.0/gtk/gtkhsv.h
gtk2 /usr/include/gtk-2.0/gtk/gtkiconfactory.h
gtk2 /usr/include/gtk-2.0/gtk/gtkicontheme.h
gtk2 /usr/include/gtk-2.0/gtk/gtkiconview.h
gtk2 /usr/include/gtk-2.0/gtk/gtkimage.h
gtk2 /usr/include/gtk-2.0/gtk/gtkimagemenuitem.h
gtk2 /usr/include/gtk-2.0/gtk/gtkimcontext.h
gtk2 /usr/include/gtk-2.0/gtk/gtkimcontextsimple.h
gtk2 /usr/include/gtk-2.0/gtk/gtkimmodule.h
gtk2 /usr/include/gtk-2.0/gtk/gtkimmulticontext.h
gtk2 /usr/include/gtk-2.0/gtk/gtkinfobar.h
gtk2 /usr/include/gtk-2.0/gtk/gtkinputdialog.h
gtk2 /usr/include/gtk-2.0/gtk/gtkinvisible.h
gtk2 /usr/include/gtk-2.0/gtk/gtkitem.h
gtk2 /usr/include/gtk-2.0/gtk/gtkitemfactory.h
gtk2 /usr/include/gtk-2.0/gtk/gtklabel.h
gtk2 /usr/include/gtk-2.0/gtk/gtklayout.h
gtk2 /usr/include/gtk-2.0/gtk/gtklinkbutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtklist.h
gtk2 /usr/include/gtk-2.0/gtk/gtklistitem.h
gtk2 /usr/include/gtk-2.0/gtk/gtkliststore.h
gtk2 /usr/include/gtk-2.0/gtk/gtkmain.h
gtk2 /usr/include/gtk-2.0/gtk/gtkmarshal.h
gtk2 /usr/include/gtk-2.0/gtk/gtkmenu.h
gtk2 /usr/include/gtk-2.0/gtk/gtkmenubar.h
gtk2 /usr/include/gtk-2.0/gtk/gtkmenuitem.h
gtk2 /usr/include/gtk-2.0/gtk/gtkmenushell.h
gtk2 /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtkmessagedialog.h
gtk2 /usr/include/gtk-2.0/gtk/gtkmisc.h
gtk2 /usr/include/gtk-2.0/gtk/gtkmodules.h
gtk2 /usr/include/gtk-2.0/gtk/gtkmountoperation.h
gtk2 /usr/include/gtk-2.0/gtk/gtknotebook.h
gtk2 /usr/include/gtk-2.0/gtk/gtkobject.h
gtk2 /usr/include/gtk-2.0/gtk/gtkoffscreenwindow.h
gtk2 /usr/include/gtk-2.0/gtk/gtkoldeditable.h
gtk2 /usr/include/gtk-2.0/gtk/gtkoptionmenu.h
gtk2 /usr/include/gtk-2.0/gtk/gtkorientable.h
gtk2 /usr/include/gtk-2.0/gtk/gtkpagesetup.h
gtk2 /usr/include/gtk-2.0/gtk/gtkpaned.h
gtk2 /usr/include/gtk-2.0/gtk/gtkpapersize.h
gtk2 /usr/include/gtk-2.0/gtk/gtkpixmap.h
gtk2 /usr/include/gtk-2.0/gtk/gtkplug.h
gtk2 /usr/include/gtk-2.0/gtk/gtkpreview.h
gtk2 /usr/include/gtk-2.0/gtk/gtkprintcontext.h
gtk2 /usr/include/gtk-2.0/gtk/gtkprintoperation.h
gtk2 /usr/include/gtk-2.0/gtk/gtkprintoperationpreview.h
gtk2 /usr/include/gtk-2.0/gtk/gtkprintsettings.h
gtk2 /usr/include/gtk-2.0/gtk/gtkprivate.h
gtk2 /usr/include/gtk-2.0/gtk/gtkprogress.h
gtk2 /usr/include/gtk-2.0/gtk/gtkprogressbar.h
gtk2 /usr/include/gtk-2.0/gtk/gtkradioaction.h
gtk2 /usr/include/gtk-2.0/gtk/gtkradiobutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtkradiomenuitem.h
gtk2 /usr/include/gtk-2.0/gtk/gtkradiotoolbutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtkrange.h
gtk2 /usr/include/gtk-2.0/gtk/gtkrc.h
gtk2 /usr/include/gtk-2.0/gtk/gtkrecentaction.h
gtk2 /usr/include/gtk-2.0/gtk/gtkrecentchooser.h
gtk2 /usr/include/gtk-2.0/gtk/gtkrecentchooserdialog.h
gtk2 /usr/include/gtk-2.0/gtk/gtkrecentchoosermenu.h
gtk2 /usr/include/gtk-2.0/gtk/gtkrecentchooserwidget.h
gtk2 /usr/include/gtk-2.0/gtk/gtkrecentfilter.h
gtk2 /usr/include/gtk-2.0/gtk/gtkrecentmanager.h
gtk2 /usr/include/gtk-2.0/gtk/gtkruler.h
gtk2 /usr/include/gtk-2.0/gtk/gtkscale.h
gtk2 /usr/include/gtk-2.0/gtk/gtkscalebutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtkscrollbar.h
gtk2 /usr/include/gtk-2.0/gtk/gtkscrolledwindow.h
gtk2 /usr/include/gtk-2.0/gtk/gtkselection.h
gtk2 /usr/include/gtk-2.0/gtk/gtkseparator.h
gtk2 /usr/include/gtk-2.0/gtk/gtkseparatormenuitem.h
gtk2 /usr/include/gtk-2.0/gtk/gtkseparatortoolitem.h
gtk2 /usr/include/gtk-2.0/gtk/gtksettings.h
gtk2 /usr/include/gtk-2.0/gtk/gtkshow.h
gtk2 /usr/include/gtk-2.0/gtk/gtksignal.h
gtk2 /usr/include/gtk-2.0/gtk/gtksizegroup.h
gtk2 /usr/include/gtk-2.0/gtk/gtksocket.h
gtk2 /usr/include/gtk-2.0/gtk/gtkspinbutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtkspinner.h
gtk2 /usr/include/gtk-2.0/gtk/gtkstatusbar.h
gtk2 /usr/include/gtk-2.0/gtk/gtkstatusicon.h
gtk2 /usr/include/gtk-2.0/gtk/gtkstock.h
gtk2 /usr/include/gtk-2.0/gtk/gtkstyle.h
gtk2 /usr/include/gtk-2.0/gtk/gtktable.h
gtk2 /usr/include/gtk-2.0/gtk/gtktearoffmenuitem.h
gtk2 /usr/include/gtk-2.0/gtk/gtktestutils.h
gtk2 /usr/include/gtk-2.0/gtk/gtktext.h
gtk2 /usr/include/gtk-2.0/gtk/gtktextbuffer.h
gtk2 /usr/include/gtk-2.0/gtk/gtktextbufferrichtext.h
gtk2 /usr/include/gtk-2.0/gtk/gtktextchild.h
gtk2 /usr/include/gtk-2.0/gtk/gtktextdisplay.h
gtk2 /usr/include/gtk-2.0/gtk/gtktextiter.h
gtk2 /usr/include/gtk-2.0/gtk/gtktextlayout.h
gtk2 /usr/include/gtk-2.0/gtk/gtktextmark.h
gtk2 /usr/include/gtk-2.0/gtk/gtktexttag.h
gtk2 /usr/include/gtk-2.0/gtk/gtktexttagtable.h
gtk2 /usr/include/gtk-2.0/gtk/gtktextview.h
gtk2 /usr/include/gtk-2.0/gtk/gtktipsquery.h
gtk2 /usr/include/gtk-2.0/gtk/gtktoggleaction.h
gtk2 /usr/include/gtk-2.0/gtk/gtktogglebutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtktoolbar.h
gtk2 /usr/include/gtk-2.0/gtk/gtktoolbutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtktoolitem.h
gtk2 /usr/include/gtk-2.0/gtk/gtktoolitemgroup.h
gtk2 /usr/include/gtk-2.0/gtk/gtktoolpalette.h
gtk2 /usr/include/gtk-2.0/gtk/gtktoolshell.h
gtk2 /usr/include/gtk-2.0/gtk/gtktooltip.h
gtk2 /usr/include/gtk-2.0/gtk/gtktooltips.h
gtk2 /usr/include/gtk-2.0/gtk/gtktree.h
gtk2 /usr/include/gtk-2.0/gtk/gtktreednd.h
gtk2 /usr/include/gtk-2.0/gtk/gtktreeitem.h
gtk2 /usr/include/gtk-2.0/gtk/gtktreemodel.h
gtk2 /usr/include/gtk-2.0/gtk/gtktreemodelfilter.h
gtk2 /usr/include/gtk-2.0/gtk/gtktreemodelsort.h
gtk2 /usr/include/gtk-2.0/gtk/gtktreeselection.h
gtk2 /usr/include/gtk-2.0/gtk/gtktreesortable.h
gtk2 /usr/include/gtk-2.0/gtk/gtktreestore.h
gtk2 /usr/include/gtk-2.0/gtk/gtktreeview.h
gtk2 /usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h
gtk2 /usr/include/gtk-2.0/gtk/gtktypebuiltins.h
gtk2 /usr/include/gtk-2.0/gtk/gtktypeutils.h
gtk2 /usr/include/gtk-2.0/gtk/gtkuimanager.h
gtk2 /usr/include/gtk-2.0/gtk/gtkvbbox.h
gtk2 /usr/include/gtk-2.0/gtk/gtkvbox.h
gtk2 /usr/include/gtk-2.0/gtk/gtkversion.h
gtk2 /usr/include/gtk-2.0/gtk/gtkviewport.h
gtk2 /usr/include/gtk-2.0/gtk/gtkvolumebutton.h
gtk2 /usr/include/gtk-2.0/gtk/gtkvpaned.h
gtk2 /usr/include/gtk-2.0/gtk/gtkvruler.h
gtk2 /usr/include/gtk-2.0/gtk/gtkvscale.h
gtk2 /usr/include/gtk-2.0/gtk/gtkvscrollbar.h
gtk2 /usr/include/gtk-2.0/gtk/gtkvseparator.h
gtk2 /usr/include/gtk-2.0/gtk/gtkwidget.h
gtk2 /usr/include/gtk-2.0/gtk/gtkwindow.h
gtk2 /usr/include/gtk-unix-print-2.0/
gtk2 /usr/include/gtk-unix-print-2.0/gtk/
gtk2 /usr/include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h
gtk2 /usr/include/gtk-unix-print-2.0/gtk/gtkprinter.h
gtk2 /usr/include/gtk-unix-print-2.0/gtk/gtkprintjob.h
gtk2 /usr/include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h
gtk2 /usr/include/gtk-unix-print-2.0/gtk/gtkunixprint.h
gtk2 /usr/lib/gtk-2.0/include/
gtk2 /usr/lib/gtk-2.0/include/gdkconfig.h
Last edited by skottish (2010-08-22 21:03:39)

Similar Messages

  • How would I create kernel devel package for OVM3.2.1 ?

    I am new to OVM SDK ..Please help me to understand how to create kernel devel package for OVM3.2.1 ?
    I tried below command "rpmbuild --rebuild kernel-uek...src.rpm" on my OEL5.9 machine. It throw few errors w.r.t KaBI checks fails.
    Is there hard rule to run above command only on OVM 3.2.1 SDK template ? I am going to try that now, but it will be good to know limitation/assumption on OVM 3.2.1.
    Is there any simplest method to get kernel devels/headers for OVM3.2.1 ?

    Thanks JB. It works like a charm. I earlier doubt the same, but real pain was to get gcc,rpm utils without ULN access. I used oel5_latest repo to get gcc and other supported utils. Everything works as expected.
    Just for info to help others... Below are the list of package required.
    yum install gcc.x86_64 --skip-broken
    yum install make.x86_64 --skip-broken
    yum install rpm-build.x86_64--skip-broken
    yum install make.x86_64 --skip-broken
    yum install redhat-rpm-config --skip-broken
    yum install m4 --skip-broken
    yum install elfutils.x86_64 --skip-broken
    yum install gnupg --skip-broken
    Below are final RPMs generated using rpmbuild --rebuild <kernel-source>.rpm
    kernel-uek-debuginfo-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debuginfo-common-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-devel-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debug-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-headers-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debug-debuginfo-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debug-devel-2.6.39-300.22.2uek.x86_64.rpm

  • Kernel SMP Devel Package for OEL 4,7

    Hi,
    Can someone point me the location/url from where I can download the below package :
    kernel-smp-devel-2.6.9-78.0.13.0.1.EL.x86_64.rpm
    I am looking for this specfic package for kernel version 2.6.9-78.0.13.0.1.
    Thanks and Regards
    Anoop

    Hi,
    Actually I open the http://public-yum.oracle.com/ in IE and went to the location mentioned in :
    http://public-yum.oracle.com/public-yum-el4.repo
    But could't find it there, actually repository still has old kernel kernel-smp-devel-2.6.9-78.0.0.0.1.EL.x86_64.rpm.
    But I need the kernel - kernel-smp-devel-2.6.9-78.0.13.0.1.EL.x86_64.rpm
    Please let me know, if anyone has any idea.
    - Anoop

  • Requesting for [base-devel] packages information

    Hi, I have read alot of threads related to this but I think its not yet clear...My arch installer gives me the "base-devel" from "Select Package Categories"...What I would like to know is the package information of every package on the list.  Since my netbook has only 8gb of SSD, I can't waste space for unnecessary packages...:( Thanks in advance
    Last edited by kaola_linux (2009-02-03 11:00:37)

    #!/bin/bash
    for i in $( pacman -Sgq base-devel ); do
    pacman -Qis ^${i}$
    done
    local/autoconf 2.63-1 (base-devel)
        A GNU tool for automatically configuring source code
    local/automake 1.10.2-1 (base-devel)
        A GNU tool for automatically creating Makefiles
    local/bin86 0.16.17-3 (base-devel)
        A complete 8086 assembler and loader
    local/bison 2.4.1-1 (base-devel)
        The GNU general-purpose parser generator
    local/ed 1.1-2 (base-devel)
        A POSIX-compliant line editor
    local/fakeroot 1.12.1-1 (base-devel)
        Gives a fake root environment, useful for building packages as a non-privileged user
    local/flex 2.5.35-1 (base-devel)
        A tool for generating text-scanning programs
    local/gcc 4.3.3-1 (base-devel)
        The GNU Compiler Collection
    local/libtool 2.2.6a-1 (base-devel)
        A generic library support script
    local/m4 1.4.12-1 (base-devel)
        m4 macro processor
    local/make 3.81-3 (base-devel)
        GNU make utility to maintain groups of programs
    local/patch 2.5.9-1 (base-devel)
        A utility to apply patch files to original sources
    local/pkgconfig 0.23-1 (base-devel)
        A system for managing library compile/link flags

  • AUR (devel) package changed from svn 2 git. How to go about it?

    Hi all,
    I am wondering how to deal with visibility-svn and visibility-git from AUR. The first one doesn't work and as per the suggestion in its comments I have made and submitted the second one (which is working). After some time I have adopted the non-working/obsolete -svn package, too, so I am now in the position to deal properly with it. Only I don't know how I should be handling it.
    Should I add replaces='visibilit-svn' to -git?
    Should I remove -svn altogether?
    Thanks for any hints
    Andreas

    Cool. Done that then. (Should've made a backup probably tho. )

  • [ABANDONED][Project] Wakka: A Gtk-Based Package Management Tool

    ==Summary==
    Wakka is a loosely-GtkPacman based package manager, designed to cleanup the design of GtkPacman as well as the user interface, and update it to the latest and greatest releases of Python and pyGtk. It was originally developed as a project to make GtkPacman more stable on my own system, but I realized that many other users had the same problems that I did, thus the public release.
    ==History==
    I found GtkPacman when I first came to Arch in 2009, being the GUI loving Ubuntu convert that I was, and I noticed that the last release had been in February of 2008, with no updates since, and no indication that the project was ongoing. Being a budding (and overconfident) Computer Science student I decided to take on the task of forking and maintaining this wonderful piece of software for the community. Yes, I could finally give back! Little did I realize that the task was far beyond my skills to accomplish.
    I quickly found that cleaning this thing up enough for my own use was hard enough, and getting a decent realease out and dealing with bug reports and such would be neigh on impossible. It also didn't help that I had no idea what the heck pacman was doing in the backend, since apt and Synaptic were my only prior experience with package managers.
    So there I lost steam, but from time to time I would open the code up and peck away at it, modifying bits here and there to work the way I wanted, but I eventually just took to the command line and lost sight of old Wakka. Well, just this last week I stumbled back upon it, and with my newfound pacman-fu and python-jitsu (not to mention free time) I decided to tackle this beast once and for all. I may not keep it up to date when I'm finished, and I may not even use the thing, but I'm going to clean this monster up and make it faster, more stable, and most of all more elegant (have you looked at the code for gtkPacman? It's not very elegant).
    ==Installation and Use==
    You can now install Wakka from the AUR, but if you still wish to download and try other versions, you can grab a source tarball of any release from the project page on google code or get the newest stable release from the link below. You can also grab the bleeding edge (sometimes broken) svn code as well, but it's not useful for much other than development purposes.
    Basically, unless you're going to dig through the code, use the AUR version, it's the safest.
    ==Files==
    Pkgbuild: http://aur.archlinux.org/packages.php?ID=47037
    Project: http://code.google.com/p/wakka-package-manager/
    Source: http://wakka-package-manager.googlecode … .4.tar.bz2
    ==TODO==
    - Speeeeed it up!
    - Streamlining
    - Bugfixes
    Not particularly in that order, depending on the circumstances.
    Last edited by minasmorath (2012-04-12 18:22:08)

    swanson wrote:Just did a daily update/upgrade and it worked very nicely indeed! All events present themselves clearly during the process. For me, as new Arch user, it is very nice to get a list of all available packages in the repos. The overview and search capabilties are handy, much more so than doing pacman -Ss "xxxxx" in terminal.
    I'm glad you like it!
    pablokal wrote:when you install something the sizes are not given of the packages to be installed (also the sizes of the dependencies); would be nice if these sizes were given, just like in pacman.
    I didn't even notice that, I'll add it asap.
    pablokal wrote:Second when installing by default the terminal is closed.
    I don't know about opening it up, but you're right, hiding things is bad practice, so at least a summary and a more clear indication that stuff is going on.
    tomd123 wrote:can you provide a PKGBUILD in the aur?
    Hopefully I can get the PKGBUILD up in the AUR within the next week, but I won't post it until everything is ported to Python 3 and I've done thorough testing. I also have a couple minor changes to make along the way, I don't like the way the update all button works right now, I'm changing it so that it just marks all changes in the install queue and alerts you of the packages to be updated, and I need to fix the 'required by' section of the package summary, since it uses an old method, and dependency size display.
    All in all as soon as it's cleaned up I'll post it. I'll be going on spring break here in a week as well so I'll have plenty of time to work on it this week and next.
    Thanks for the input, I'm on it!
    Mitch

  • Problems compiling Mplayer

    I followed this guide to enable xvmc for Mplayer on my laptop, but when doing makepkg to compile it into an Arch linux package I get this error message:
    GTK-2 devel packages were not found, trying GTK 1.2
    Checking for GTK version ... gtk2 2.10.11-2
    Error: The GUI requires GTK devel packages (which were not found).
    Check "configure.log" if you do not understand why it failed.
    sed: can't read config.mak: No such file or directory
    Makefile:7: config.mak: No such file or directory
    make: *** No rule to make target `config.mak'.  Stop.
    ==> ERROR: Build Failed.  Aborting...
    My laptop is a Dell 9400 Inspiron with nVidia GeForce GO 7900 GS
    Has anyone had any luck with this HOWTO?
    This is my version of gtk:
    pacman -Q gtk2
    gtk2 2.10.11-2

    Snowman wrote:try installing pkgconfig then rerun makepkg
    I installed pkgconfig but running makepkg still failed. This is some of the output from the terminal:
    lirc.c:2:21: error: lirc-dl.h: No such file or directory
    lirc.c: In function 'mp_input_lirc_init':
    lirc.c:23: error: dereferencing pointer to incomplete type
    lirc.c:24: error: dereferencing pointer to incomplete type
    lirc.c: In function 'mp_input_lirc_read':
    lirc.c:31: error: dereferencing pointer to incomplete type
    lirc.c:32: error: dereferencing pointer to incomplete type
    lirc.c: In function 'mp_input_lirc_close':
    lirc.c:38: error: dereferencing pointer to incomplete type
    lirc.c:40: error: dereferencing pointer to incomplete type
    make[1]: *** [lirc.o] Error 1
    make[1]: Leaving directory `/var/abs/extra/multimedia/mplayer/src/MPlayer-1.0rc1/input'
    make: *** [input/libinput.a] Error 2
    ==> ERROR: Build Failed.  Aborting...
    I am a newbie at compiling, so a bit lost here. Any help is appreciated.
    This is a fresh install btw. I installed it yesterday (replacing Ubuntu Feisty).
    Last edited by alphahsk (2007-03-20 19:24:08)

  • Gtk+-1.2.10-33 - devel

    Does anyone know where I can find the gtk+-1.2.10-33 devel package?
    Many Thanks
    Ricardo

    Sorry, good point! I am after the package for Oracle's Enterprise Linux (Unbreakable Linux)
    I am going to check the link posted after your question too.
    Thanks anyway.
    Ricardo

  • Kernel-devel-2.6.18-238.el5.x86_64.rpm dependency for dkms

    Hi,
    I am trying to install VirtualBox-4.1-4.1.8_75467_rhel5-1.x86_64.rpm on Red Hat Enterprise Linux Server release 5.6.
    During installation it fails with following error:
    =================================
    sh-3.2# rpm -i VirtualBox-4.1-4.1.8_75467_rhel5-1.x86_64.rpm
    warning: VirtualBox-4.1-4.1.8_75467_rhel5-1.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID 98ab5139
    Creating group 'vboxusers'. VM users must be member of that group!
    No precompiled module for this kernel found -- trying to build one. Messages
    emitted during module compilation will be logged to /var/log/vbox-install.log.
    Stopping VirtualBox kernel modules [  OK  ]
    Uninstalling old VirtualBox DKMS kernel modules [  OK  ]
    Trying to register the VirtualBox kernel modules using DKMS [FAILED]
    (Failed, trying without DKMS)
    Recompiling VirtualBox kernel modules [FAILED]
    (Look at /var/log/vbox-install.log to find out what went wrong)
    ===========================
    So I tried installing dkms and it failed with following error.
    =========================================================
    sh-3.2# rpm -i dkms-2.1.1.2-1.el5.rf.noarch.rpm
    warning: dkms-2.1.1.2-1.el5.rf.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
    error: Failed dependencies:
    kernel-devel is needed by dkms-2.1.1.2-1.el5.rf.noarch
    =======================================================
    Now I am not able to find rpm for kernel-devel (kernel-devel-2.6.18-238.el5.x86_64.rpm ).
    Any idea?

    houst0n wrote:
    There is no 'kernel-devel' package on redhat, if you need the kernel source then you need to pull down a srpm.Of course there's a kernel-devel package. I use it all the time.
    However, the Red Hat (and associated downstream compilations like CentOS and Oracle Linux) don't use DKMS. What you want is to install kernel-devel so it builds the full kernel modules, not the DKMS module. We provide the kernel-devel package for Oracle Linux on the install media, on ULN and via our public yum repository at http://public-yum.oracle.com

  • Yum - No package dkms available

    Dear Experts,
    64 bit Server is:
    lsb_release -a
    LSB Version: :core-3.1-amd64:core-3.1-ia32:core-3.1-noarch:graphics-3.1-amd64:graphics-3.1-ia32:graphics-3.1-noarch
    Distributor ID: EnterpriseEnterpriseServer
    Description: Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)
    Release: 5.5
    Codename: Carthage
    uname -a
    Linux black.testrac.com 2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    I'm trying to install Virtual Box.
    It's been quite the soap opera so far.
    rpm -qa | grep -i "virtual"
    VirtualBox-4.1-4.1.8_75467_rhel5-1
    /etc/init.d/vboxdrv setup
    Stopping VirtualBox kernel modules [  OK  ]
    Uninstalling old VirtualBox DKMS kernel modules [  OK  ]
    Trying to register the VirtualBox kernel modules using DKMS[FAILED]
    (Failed, trying without DKMS)
    Recompiling VirtualBox kernel modules [FAILED]
    (Look at /var/log/vbox-install.log to find out what went wrong)
    It keeps saying that there is no dkms package available.
    But when I try to get it with yum:
    yum install dkms
    Loaded plugins: security
    Setting up Install Process
    No package dkms available.
    Nothing to do
    cd /etc/yum.repos.d
    At first, yum didn't find anything.
    yum install dkms
    Loaded plugins: security
    Setting up Install Process
    No package dkms available.
    Nothing to do
    So I changed public-yum-el5.repo
    change every enabled to: enabled=1
    yum install dkms
    Loaded plugins: security
    el5_addons | 951 B 00:00
    el5_addons/primary | 20 kB 00:00
    el5_addons 85/85
    el5_ga_base | 1.1 kB 00:00
    el5_ga_base/primary | 993 kB 00:01
    el5_ga_base 3887/3887
    el5_oracle_addons | 951 B 00:00
    el5_oracle_addons/primary | 1.7 kB 00:00
    el5_oracle_addons 7/7
    el5_u1_base | 1.1 kB 00:00
    el5_u1_base/primary | 1.0 MB 00:01
    el5_u1_base 3968/3968
    el5_u2_base | 1.1 kB 00:00
    el5_u2_base/primary | 1.0 MB 00:01
    el5_u2_base 4101/4101
    el5_u3_base | 1.1 kB 00:00
    el5_u3_base/primary | 1.1 MB 00:01
    el5_u3_base 4172/4172
    el5_u4_base | 1.1 kB 00:00
    el5_u4_base/primary | 1.1 MB 00:01
    el5_u4_base 4285/4285
    el5_u5_base | 1.1 kB 00:00
    ol5_u5_base | 951 B 00:00
    ol5_u6_base | 1.1 kB 00:00
    ol5_u6_base/primary | 1.5 MB 00:01
    ol5_u6_base 4551/4551
    ol5_u7_base | 1.1 kB 00:00
    ol5_u7_base/primary | 1.5 MB 00:01
    ol5_u7_base 4605/4605
    Setting up Install Process
    No package dkms available.
    Nothing to do
    I did find many dkms package at:
    http://rpmfind.net/linux/rpm2html/search.php?query=dkms&submit=Search+...&system=&arch=
    A few hundred perhaps.
    Which package would be the correct one for my server's architecture and Virtual Box?
    dkms-2.0.20.2-1.el5.rf.noarch.html
    looks promising.
    See more here:
    http://rpmfind.net/linux/RPM/dag/redhat/el5/x86_64/DByName.html
    Would this one be correct?
    Thanks a lot!

    user596857 wrote:
    rpm -qa | grep -i "kernel-devel"
    kernel-devel-2.6.32-100.0.19.el5But you're not running this kernel. You've booted the 2.6.18 kernel. You either need to boot into the 2.6.32-100.0.19 kernel or install the kernel-devel packages for the 2.6.18 kernel you're running.
    Are you saying that if I had dkms installed, it wouldn't work?I'm saying that there is no reason to install any non-Oracle RPMs to get VirtualBox to work properly. You just need the right kernel-devel package for the kernel you're running.

  • Should i update required packages  separately using  yum ??

    Hello Experts and Everyone !
    Good NOON !
    @ FYI
    Sorry for posting almost related my previous questions.  This is similar to my previous question but
    NOT a duplicate question. so please don't lock this question. This thread having different doubts.
    I think , this time i did successfully installing packages using yum.
    I have to install 10g r2( 10.2.0.1) on OEL 5.5.
    Before installing oracle , i need some confirmation from experts because i am preparing doc for practice.
    DID I FINISH SUCCESSFULLY ??
    # cd  /etc/yum.repos.d
    #  vi  cd.repo
    [cd]
    name=CD
    baseurl=file:///mnt/Server
    enabled=1
    gpgcheck=0
    [root@oracle yum.repos.d]# yum repolist
    Loaded plugins: security
    repo id                            repo name                     status
    cd                                 CD                            enabled: 2,334
    repolist: 2,334
    [root@oracle yum.repos.d]# yum install kernel-headers
    Loaded plugins: security
    Setting up Install Process
    Package kernel-headers-2.6.18-194.el5.i386 already installed and latest version  Nothing to do
    [root@oracle yum.repos.d] # yum install  oracle-validated
    Loaded plugins: security
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package oracle-validated.i386 0:1.0.0-22.el5 set to be updated
    --> Processing Dependency: libXp for package: oracle-validated
    --> Processing Dependency: libaio-devel for package: oracle-validated
    --> Processing Dependency: unixODBC for package: oracle-validated
    --> Processing Dependency: unixODBC-devel for package: oracle-validated
    --> Processing Dependency: compat-db for package: oracle-validated
    --> Running transaction check
    ---> Package compat-db.i386 0:4.2.52-5.1 set to be updated
    ---> Package libXp.i386 0:1.0.0-8.1.el5 set to be updated
    ---> Package libaio-devel.i386 0:0.3.106-5 set to be updated
    ---> Package unixODBC.i386 0:2.2.11-7.1 set to be updated
    ---> Package unixODBC-devel.i386 0:2.2.11-7.1 set to be updated
    --> Finished Dependency Resolution
    Dependencies Resolved
    ===============================================================================
    Package                  Arch         Version                Repository  Size
    ===============================================================================
    Installing:
    oracle-validated         i386         1.0.0-22.el5           cd          15 k
    Installing for dependencies:
    compat-db                i386         4.2.52-5.1             cd         1.7 M
    libXp                    i386         1.0.0-8.1.el5          cd          22 k
    libaio-devel             i386         0.3.106-5              cd          12 k
    unixODBC                 i386         2.2.11-7.1             cd         830 k
    unixODBC-devel           i386         2.2.11-7.1             cd         743 k
    Transaction Summary
    ===============================================================================
    Install       6 Package(s)
    Upgrade       0 Package(s)
    Total download size: 3.3 M
    Is this ok [y/N]:   y
    Downloading Packages:
    Total                                          165 MB/s | 3.3 MB     00:00    
    Running rpm_check_debug
    Running Transaction Test
    Finished Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing     : unixODBC                                                1/6
      Installing     : unixODBC-devel                                          2/6
      Installing     : libaio-devel                                            3/6
      Installing     : libXp                                                   4/6
      Installing     : compat-db                                               5/6
      Installing     : oracle-validated                                        6/6
    Installed:
      oracle-validated.i386 0:1.0.0-22.el5                                        
    Dependency Installed:
      compat-db.i386 0:4.2.52-5.1               libXp.i386 0:1.0.0-8.1.el5        
      libaio-devel.i386 0:0.3.106-5             unixODBC.i386 0:2.2.11-7.1        
      unixODBC-devel.i386 0:2.2.11-7.1        
    Complete!
    [root@oracle yum.repos.d]#
    Questions:
    Before  going to install  oracle 10g on OEL 5.5 ,
    Should i update following packages separately using  yum  or leave it ?? 
    Oracle 10.2 for OEL 5 32bits
    binutils-2.17.50.0.6-2.el5
    compat-libstdc++-33-3.2.3-61
    elfutils-libelf-0.125-3.el5
    elfutils-libelf-devel-0.125
    gcc-4.1.1-52
    gcc-c++-4.1.1-52
    glibc-2.5-12
    glibc-common-2.5-12
    glibc-devel-2.5-12
    glibc-headers-2.5-12
    libaio-0.3.106
    libaio-devel-0.3.106
    libgcc-4.1.1-52
    libstdc++-4.1.1
    libstdc++-devel-4.1.1-52.e15
    make-3.81-1.1
    sysstat-7.0.0
    unixODBC-2.2.11
    unixODBC-devel-2.2.11
    >>  I tried to update above packages   , but getting error >>
    [root@oracle yum.repos.d]# yum update binutils-2.17.50.0.6-2.el5
    Loaded plugins: security
    Skipping security plugin, no data
    Setting up Update Process
    No Match for argument: binutils-2.17.50.0.6-2.el5
    No package binutils-2.17.50.0.6-2.el5 available.
    No Packages marked for Update
    Thanks in advance ..

    @  Pradeepcmst
    First my sorry for late  reply. Still we did NOT start 10g r2 installation on OEL 5.5.
    Please have a look ,if we missed anything , kindly forward it.
    I have received some warning messages (when executing oracle-validated command ) and separately we did NOT use update command using yum.
    Ex
    # yum <package_name> 
    -  Is this necessary before issue  following  command  => # yum install  oracle-validated.
    >> What we did  - I am pasting here >>
    # cd  /etc/yum.repos.d
    #  vi  cd.repo 
    [cd]
    name=CD
    baseurl=file:///mnt/Server
    enabled=1
    gpgcheck=0                                    
    skip_if_unavailable=True
    # wget http://public-yum.oracle.com/public-yum-el5.repo
    --2013-10-15 13:04:22--  http://public-yum.oracle.com/public-yum-el5.repo
    Resolving public-yum.oracle.com... 124.124.252.19, 124.124.252.16
    Connecting to public-yum.oracle.com|124.124.252.19|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 4307 (4.2K) [text/plain]
    Saving to: `public-yum-el5.repo'
    100%[==================================================>] 4,307       --.-K/s   in 0s     
    2013-10-15 13:04:29 (134 MB/s) - `public-yum-el5.repo' saved [4307/4307]
    [root@oel5 yum.repos.d]# yum install  oracle-validated
    Loaded plugins: security
    el5_latest                                                           | 1.4 kB     00:00    
    el5_latest/primary                                                                     |  14 MB     08:27    
    el5_latest                                                                                            10433/10433
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package oracle-validated.i386 0:1.1.0-18.el5 set to be updated
    --> Processing Dependency: util-linux >= 2.13-0.52.0.1.el5_4.1 for package: oracle-validated
    --> Processing Dependency: irqbalance >= 2:0.55-16 for package: oracle-validated
    --> Processing Dependency: kernel-uek >= 2.6.32 for package: oracle-validated
    --> Processing Dependency: oraclelinux-release for package: oracle-validated
    --> Processing Dependency: libaio-devel for package: oracle-validated
    --> Processing Dependency: libXp for package: oracle-validated
    --> Running transaction check
    ---> Package irqbalance.i386 2:0.55-17.el5 set to be updated
    ---> Package kernel-uek.i686 0:2.6.32-400.33.1.el5uek set to be updated
    --> Processing Dependency: kernel-firmware = 2.6.32-400.33.1.el5uek for package: kernel-uek
    --> Processing Dependency: device-mapper-multipath >= 0.4.9-23.0.1.el5 for package: kernel-uek
    --> Processing Dependency: kexec-tools >= 1.102pre-96.1.1.el5_5.2 for package: kernel-uek
    --> Processing Dependency: mkinitrd >= 5.1.19.6-75.0.5 for package: kernel-uek
    --> Processing Dependency: ql2xxx-firmware for package: kernel-uek
    ---> Package libXp.i386 0:1.0.0-8.1.el5 set to be updated
    ---> Package libaio-devel.i386 0:0.3.106-5 set to be updated
    ---> Package oraclelinux-release.i386 0:5-10.0.2 set to be updated
    ---> Package util-linux.i386 0:2.13-0.59.0.2.el5_8 set to be updated
    --> Running transaction check
    ---> Package device-mapper-multipath.i386 0:0.4.9-64.0.6.el5 set to be updated
    --> Processing Dependency: kpartx = 0.4.9-64.0.6.el5 for package: device-mapper-multipath
    --> Processing Dependency: device-mapper-multipath-libs = 0.4.9-64.0.6.el5 for package: device-mapper-multipath
    --> Processing Dependency: libmpathpersist.so.0 for package: device-mapper-multipath
    --> Processing Dependency: libmultipath.so for package: device-mapper-multipath
    ---> Package kernel-uek-firmware.noarch 0:2.6.32-400.33.1.el5uek set to be updated
    ---> Package kexec-tools.i386 0:2.0.3-4.0.4.el5 set to be updated
    --> Processing Dependency: mkinitrd = 5.1.19.6-61.0.1 for package: libbdevid-python
    ---> Package mkinitrd.i386 0:5.1.19.6-81.0.2.el5_10 set to be updated
    --> Processing Dependency: nash = 5.1.19.6-81.0.2.el5_10 for package: mkinitrd
    --> Processing Dependency: e2fsprogs >= 1.39-36 for package: mkinitrd
    --> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
    ---> Package ql2xxx-firmware.noarch 0:1.01.01-0.5.el5 set to be updated
    --> Running transaction check
    ---> Package device-mapper-multipath-libs.i386 0:0.4.9-64.0.6.el5 set to be updated
    ---> Package e2fsprogs.i386 0:1.39-36.0.1.el5_9 set to be updated
    --> Processing Dependency: e2fsprogs-libs = 1.39-36.0.1.el5_9 for package: e2fsprogs
    ---> Package iscsi-initiator-utils.i386 0:6.2.0.872-16.0.1.el5 set to be updated
    ---> Package kpartx.i386 0:0.4.9-64.0.6.el5 set to be updated
    ---> Package libbdevid-python.i386 0:5.1.19.6-81.0.2.el5_10 set to be updated
    ---> Package nash.i386 0:5.1.19.6-81.0.2.el5_10 set to be updated
    --> Running transaction check
    --> Processing Dependency: e2fsprogs-libs = 1.39-23.el5 for package: e2fsprogs-devel
    ---> Package e2fsprogs-libs.i386 0:1.39-36.0.1.el5_9 set to be updated
    --> Running transaction check
    ---> Package e2fsprogs-devel.i386 0:1.39-36.0.1.el5_9 set to be updated
    --> Processing Conflict: kernel-uek conflicts udev < 095-14.27.0.1.el5_7.1
    --> Restarting Dependency Resolution with new changes.
    --> Running transaction check
    ---> Package udev.i386 0:095-14.29.0.2.el5 set to be updated
    --> Finished Dependency Resolution
    Dependencies Resolved
    ==================================================================================================================
    Package                               Arch            Version                          Repository           Size
    ==================================================================================================================
    Installing:
    oracle-validated                      i386            1.1.0-18.el5                     el5_latest           19 k
    Updating:
    udev                                  i386            095-14.29.0.2.el5                el5_latest          2.4 M
    Installing for dependencies:
    device-mapper-multipath-libs          i386            0.4.9-64.0.6.el5                 el5_latest          197 k
    iscsi-initiator-utils                 i386            6.2.0.872-16.0.1.el5             el5_latest          1.0 M
    kernel-uek                            i686            2.6.32-400.33.1.el5uek           el5_latest           24 M
    kernel-uek-firmware                   noarch          2.6.32-400.33.1.el5uek           el5_latest          3.8 M
    libXp                                 i386            1.0.0-8.1.el5                    el5_latest           22 k
    libaio-devel                          i386            0.3.106-5                        el5_latest           12 k
    oraclelinux-release                   i386            5-10.0.2                         el5_latest          3.0 k
    ql2xxx-firmware                       noarch          1.01.01-0.5.el5                  el5_latest          459 k
    Updating for dependencies:
    device-mapper-multipath               i386            0.4.9-64.0.6.el5                 el5_latest          122 k
    e2fsprogs                             i386            1.39-36.0.1.el5_9                el5_latest          832 k
    e2fsprogs-devel                       i386            1.39-36.0.1.el5_9                el5_latest          576 k
    e2fsprogs-libs                        i386            1.39-36.0.1.el5_9                el5_latest          120 k
    irqbalance                            i386            2:0.55-17.el5                    el5_latest           21 k
    kexec-tools                           i386            2.0.3-4.0.4.el5                  el5_latest          507 k
    kpartx                                i386            0.4.9-64.0.6.el5                 el5_latest          465 k
    libbdevid-python                      i386            5.1.19.6-81.0.2.el5_10           el5_latest           69 k
    mkinitrd                              i386            5.1.19.6-81.0.2.el5_10           el5_latest          488 k
    nash                                  i386            5.1.19.6-81.0.2.el5_10           el5_latest          1.4 M
    util-linux                            i386            2.13-0.59.0.2.el5_8              el5_latest          1.9 M
    Transaction Summary
    ==================================================================================================================
    Install       9 Package(s)
    Upgrade      12 Package(s)
    Total download size: 38 M
    Is this ok [y/N]:
    Downloading Packages:
    (1/21): oraclelinux-release-5-10.0.2.i386.rpm                                              | 3.0 kB     00:00    
    (2/21): libaio-devel-0.3.106-5.i386.rpm                                                    |  12 kB     00:00    
    (3/21): oracle-validated-1.1.0-18.el5.i386.rpm                                             |  19 kB     00:00    
    (4/21): irqbalance-0.55-17.el5.i386.rpm                                                    |  21 kB     00:00    
    (5/21): libXp-1.0.0-8.1.el5.i386.rpm                                                       |  22 kB     00:00    
    (6/21): libbdevid-python-5.1.19.6-81.0.2.el5_10.i386.rpm                                   |  69 kB     00:00    
    (7/21): e2fsprogs-libs-1.39-36.0.1.el5_9.i386.rpm                                          | 120 kB     00:05    
    (8/21): device-mapper-multipath-0.4.9-64.0.6.el5.i386.rpm                                  | 122 kB     00:05    
    (9/21): device-mapper-multipath-libs-0.4.9-64.0.6.el5.i386.rpm                             | 197 kB     00:13    
    (10/21): ql2xxx-firmware-1.01.01-0.5.el5.noarch.rpm                                        | 459 kB     00:30    
    (11/21): kpartx-0.4.9-64.0.6.el5.i386.rpm                                                  | 465 kB     00:39    
    (12/21): mkinitrd-5.1.19.6-81.0.2.el5_10.i386.rpm                                          | 488 kB     00:26    
    (13/21): kexec-tools-2.0.3-4.0.4.el5.i386.rpm                                              | 507 kB     00:14    
    (14/21): e2fsprogs-devel-1.39-36.0.1.el5_9.i386.rpm                                        | 576 kB     00:16    
    (15/21): e2fsprogs-1.39-36.0.1.el5_9.i386.rpm                                              | 832 kB     00:25    
    (16/21): iscsi-initiator-utils-6.2.0.872-16.0.1.el5.i386.rpm                               | 1.0 MB     00:30    
    (17/21): nash-5.1.19.6-81.0.2.el5_10.i386.rpm                                              | 1.4 MB     00:42    
    (18/21): util-linux-2.13-0.59.0.2.el5_8.i386.rpm                                           | 1.9 MB     02:10    
    (19/21): udev-095-14.29.0.2.el5.i386.rpm                                                   | 2.4 MB     02:43    
    (20/21): kernel-uek-firmware-2.6.32-400.33.1.el5uek.noarch.rpm                             | 3.8 MB     04:51 
    21/21): kernel-uek-2.6.32-400.33.1.el5 (97%) 96% [===========================- ]  13 kB/s |  23 MB     01:09 ETA
    (21/21): kernel-uek-2.6.32-400.33.1.el5uek.i686.rpm                                        |  24 MB     28:57    
    Total                                                                              15 kB/s |  38 MB     43:58    
    warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    el5_latest/gpgkey                                                                          | 1.4 kB     00:00    
    Importing GPG key 0x1E5E0159 "Oracle OSS group (Open Source Software group) <[email protected]>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
    Is this ok [y/N]: y
    Running rpm_check_debug
    Running Transaction Test
    Finished Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Updating       : e2fsprogs-libs                                                                            1/33
    error: failed to stat /mnt/hgfs: No such file or directory
      Updating       : e2fsprogs                                                                                 2/33
      Updating       : udev                                                                                      3/33
      Updating       : util-linux                                                                                4/33
    warning: /etc/pam.d/login saved as /etc/pam.d/login.rpmsave
      Updating       : kpartx                                                                                    5/33
      Installing     : libXp                                                                                     6/33
      Updating       : kexec-tools                                                                               7/33
      Installing     : iscsi-initiator-utils                                                                     8/33
      Updating       : irqbalance                                                                                9/33
      Installing     : device-mapper-multipath-libs                                                             10/33
      Updating       : device-mapper-multipath                                                                  11/33
      Installing     : oraclelinux-release                                                                      12/33
      Installing     : ql2xxx-firmware                                                                          13/33
      Updating       : nash                                                                                     14/33
      Installing     : kernel-uek-firmware                                                                      15/33
      Installing     : libaio-devel                                                                             16/33
      Updating       : e2fsprogs-devel                                                                          17/33
      Updating       : mkinitrd                                                                                 18/33
      Installing     : kernel-uek                                                                               19/33
      Updating       : libbdevid-python                                                                         20/33
      Installing     : oracle-validated                                                                         21/33
      Cleanup        : e2fsprogs                                                                                22/33
      Cleanup        : mkinitrd                                                                                 23/33
      Cleanup        : irqbalance                                                                               24/33
      Cleanup        : e2fsprogs-libs                                                                           25/33
      Cleanup        : device-mapper-multipath                                                                  26/33
      Cleanup        : libbdevid-python                                                                         27/33
      Cleanup        : udev                                                                                     28/33
      Cleanup        : e2fsprogs-devel                                                                          29/33
      Cleanup        : kpartx                                                                                   30/33
      Cleanup        : nash                                                                                     31/33
      Cleanup        : kexec-tools                                                                              32/33
      Cleanup        : util-linux                                                                               33/33
    Installed:
      oracle-validated.i386 0:1.1.0-18.el5                                                                           
    Dependency Installed:
      device-mapper-multipath-libs.i386 0:0.4.9-64.0.6.el5     iscsi-initiator-utils.i386 0:6.2.0.872-16.0.1.el5     
      kernel-uek.i686 0:2.6.32-400.33.1.el5uek                 kernel-uek-firmware.noarch 0:2.6.32-400.33.1.el5uek   
      libXp.i386 0:1.0.0-8.1.el5                               libaio-devel.i386 0:0.3.106-5                         
      oraclelinux-release.i386 0:5-10.0.2                      ql2xxx-firmware.noarch 0:1.01.01-0.5.el5              
    Updated:
      udev.i386 0:095-14.29.0.2.el5                                                                                  
    Dependency Updated:
      device-mapper-multipath.i386 0:0.4.9-64.0.6.el5          e2fsprogs.i386 0:1.39-36.0.1.el5_9                    
      e2fsprogs-devel.i386 0:1.39-36.0.1.el5_9                 e2fsprogs-libs.i386 0:1.39-36.0.1.el5_9               
      irqbalance.i386 2:0.55-17.el5                            kexec-tools.i386 0:2.0.3-4.0.4.el5                    
      kpartx.i386 0:0.4.9-64.0.6.el5                           libbdevid-python.i386 0:5.1.19.6-81.0.2.el5_10        
      mkinitrd.i386 0:5.1.19.6-81.0.2.el5_10                   nash.i386 0:5.1.19.6-81.0.2.el5_10                    
      util-linux.i386 0:2.13-0.59.0.2.el5_8                  
    Complete!
    [root@oel5 yum.repos.d]#
    [root@oel5 yum.repos.d]# rpm -qa |grep oracle-valid
    oracle-validated-1.1.0-18.el5
    Thnaks ..

  • Openoffice 3 beta and devel -- what's the difference?

    There are now two different ooo3 packages in extra -- devel and beta. What's the difference? Bleeding-edge vs. stability?
    It also seems that the beta package takes the user configuration from ~/.openoffice/3/user, whereas the devel package uses ~/.openoffice3/user. Are there other differences?
    Can I just move the old files to the new profile?
    BTW, the beta package (at least) solves most of the problems I had with the previous ooo3 version (macros not found, etc.) -- thanks!

    The beta pkg is the latest recommended "Prerelease" for serious testing leading to the next stable release (beta+release candidates). It is based on forked source trees (some kind of a "branch").
    The devel pkg is based on the latest public developement snapshot (like "trunk"). Beyond that there are only custom patches and not yet integrates so called "child work spaces"(cws). It is just a playground for me to follow all changes to keep it compile and for users to test latest features and sure to early find new bugs. I know some Arch users are contributing to OpenOffice.org in various ways.
    I try to make it possible to install all varsions along not mixing each other. But afaik we have no control in what direction personal configuration will be stored. So it's always good to backup ~/.openoffice* before starting another version.

  • Package won't work - how to make one myself?

    After installing and upgrading Arch on my laptop, I wanted to add a battery monitoring application, kpoowersave (since I installed kdebase).
    Noticed that it is not in pacman's repository. Installed yaourt and found it in AUR.
    Unfortunately for me, both package in AUR isn't able to install on my laptop.
    Looking around the wiki/faq and was not able to understand how I can go to source? and compile a version myself.
    Understand that ABS shouldn't be the one as kpowersave isn't in pacman to start with.
    Appreciate if someone to point me to the correct place.
    I am trying to learn (note that I have no formal computer education so its going to be very challenging for me)

    _Marco_ wrote:
    hi, report here the error you get building it..
    anyway if it's the first time you use ABS/AUR you probably miss the "base-devel" package.
    bye
    edit:
    wiki is what you're looking to if you want to learn..
    see the "abs" and "makepkg" pages
    hi Marco, thanks for replying
    my earlier tries are with yaourt for kpowersave-svn 2951-1 and  kpowersave-devel 0.7.3-1.
    lots of things free by and finally an error message.
    anyway, just manage to get kpowersave-devel 0.7.3-1 compiled when following the AUR User Guidelines Wiki.
    http://wiki.archlinux.org/index.php/AUR … NSUPPORTED
    downloaded the package from AUR into local and got it build there.
    But another problem pops up here
    http://bbs.archlinux.org/viewtopic.php? … 68#p369468     

  • [SOLVED] vbam-gtk depends on sfml, but pacman can't find it, 404 error

    So I'm trying to install vbam-gtk, the package for visualboyadvance, which is available to pacman directly. It's not an AUR package, nor are any of it's dependencies according to it's package page. But when I run
    sudo pacman -S vbam-gtk
    , it spits out this:
    [kay@jadebot ~]$ sudo pacman -S vbam-gtk
    resolving dependencies...
    looking for conflicting packages...
    Packages (5) gtkglext-1.2.0-10 gtkglextmm-1.2.0-10 pangox-compat-0.0.2-2
    sfml-2.2-4 vbam-gtk-1.8.0.1292-1
    Total Download Size: 1.79 MiB
    Total Installed Size: 14.19 MiB
    :: Proceed with installation? [Y/n]
    :: Retrieving packages ...
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from archlinux.polymorf.fr : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.one.com : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from ftp.nluug.nl : The requested URL returned error: 404
    (snip)
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirrors.nix.org.ua : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.lagoon.nc : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.neolabs.kz : The requested URL returned error: 404
    warning: failed to retrieve some files
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from archlinux.polymorf.fr : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.one.com : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from ftp.nluug.nl : The requested URL returned error: 404
    (snip)
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirrors.nix.org.ua : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.lagoon.nc : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.neolabs.kz : The requested URL returned error: 404
    warning: failed to retrieve some files
    error: failed to commit transaction (unexpected error)
    Errors occurred, no packages were upgraded.
    Now, if I search for it via the archlinux website, I can see that sfml exists in the repository, and so does vbam-gtk, as in the link above. Now, I could just download them both from there and be done with it, but then I wouldn't learn anything, so I'm here to ask, if these packages exist in the community repository, which I have enabled and have pulled from previously, why can't pacman find these packages? I know it isn't a network issue, or at least not an obvious one. I did
    sudo pacman -S xorg-xkill
    to test that theory but it processed faultlessly.
    Last edited by starling000 (2015-05-16 02:02:08)

    Ah, thank you! I hadn't noticed that pacman wasn't automatically updating itself each time I ran it. I'm just coming over from debian-based systems for the first time, you see. Problem solved.

  • GTK in Sun Studio project (question)

    I'm new to Sun Studio. My background is 22 years c/c++ non-unix development (embedded systems & Windows application development).
    I'm trying to write a GUI based c++ app for Solaris. I know this is a complete newbie question. Any help will be GREATLY appreciated.
    Here's my question/issue: I cannot seem to include <gtk.h>. I've installed every GTK/ GTKMM package I can find. Building/deploying any project that does not use GTK is fine. I cannot for the life of me figure out how to build a GTK app. Even the GtkFreeway example app for Sun Studio fails to compile at #include <gtk.h>.
    So, how do I set up my environment to include gtk headers and link with the appropriate libraries.
    Thanks in advance,
    Mike

    You can use the IDE. Add the path to the gtk.h include directory in the compiler option dialog.
    For example, if gtk.h is in /opt/gtk/include, add /opt/gtk/include to the list of -I options.
    If the error you get is
    Could not open include file "gtk.h"
    it's due to the missing path.
    If you get some other error, please post the error output.
    Your experience with <> and "" for include directives is misleading. You can make incorrect inferences due to not testing every possible combination of headers locations and #include directives..
    The C++ standard says the <> form is required for standard headers. It goes on to say that the search method for the "" and <> forms is implementation-defined. The search method for Sun C++ is described in the C++ Users Guide
    [http://docs.sun.com/app/docs/doc/820-7599/bkaso?a=view]
    The details of lookup vary only slightly among modern compilers. If you use <> for system headers and "" for project headers, you should expect to get the right result. The <> form can prevent local directories from being searched, which is appropriate for system includes, but not for project includes.

Maybe you are looking for

  • How to delete videos from iPod Touch 3 generation

    I have the ipod touch 3 generation but the screen does not work. So... i want to delete videos and pictures from it but i dont know how. I go to itunes and i try from the "photos" tab but the little bar at the bottom shows that all the pictures are s

  • WIA service not started

    Hi, I tried to Scan from Photoshop and this mesage prompted "No WIA compatible devices were detected. Check that your devices is plugged in...". I found that the Windows Imaging Acquisition is not started in the services.msc list. What's the issue he

  • Nokia 3161 Problem with Bluetooth

    I just bought a Nokia 3161 but the blue tooth does not work with any other cell phone. I've tried a million times and it just won't work. It connects with the other phone but when the time comes to transfer a file it stops and a message that says som

  • Use of excel2collection not working

    Hey everyone, I'm trying to upload an XLS format file with APEX; I'm using Apex listener and following the steps that I saw in blogs like Spendolini's (http://spendolini.blogspot.com.es/2010/02/uploading-xls-files-with-apex-listener.html) and in this

  • Have problem when generate Web Service from bapi function

    Dear all, Please kindly help me about generating Web Service from BAPI function, It does not success only this attached function. I have done so many function without any problems. I found 1 case that I use specific variable to be an import/ export t