Grass and Qgis from Community repo to AUR

I noticed that the Grass and Qgis packages disappeared from the community repo. Although they are still available through AUR, should I become worried since I use these programs almost daily on my Arch machines?

Hm, maybe I start first with 1 ct: I've modified the PKGBUILD of the Qgis  AUR package (pkgver = 1.7.3 and md5sums to the 1.7.3 tar.bz2 package).
The following PKGBUILD should work:
# Maintainer: Lantald
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: Gerardo Exequiel Pozzi <[email protected]>
# Contributor: Eric Forgeot < http://esclinux.tk >
pkgname=qgis
pkgver=1.7.3
pkgrel=1
pkgdesc='Quantum GIS is a Geographic Information System (GIS) that supports vector, raster & database formats'
url='http://qgis.org/'
license=('GPL')
arch=('i686' 'x86_64')
# update to http://www.qgis.org/wiki/Building_QGIS_from_Source#Overview
depends=('libmysqlclient' 'postgresql-libs' 'sqlite3' 'jasper' 'curl' 'qt' 'python2' 'python2-qt' 'giflib' 'xerces-c' 'cfitsio' 'qwt5' 'gdal' 'flex' 'bison')
makedepends=('cmake' 'grass' 'gsl' 'postgis' 'netcdf' 'fcgi' 'python2-sip' 'txt2tags')
optdepends=('postgis: postgis support and SPIT plugin'
'fcgi: qgis mapserver'
'python2-sip: python-support'
'grass: grass plugin'
'gsl: georeferencer ')
options=('!makeflags')
source=("http://qgis.org/downloads/qgis-${pkgver}.tar.bz2"
'qgis.desktop')
md5sums=('e1b3b1f33ea8d648bde0eddf54f7eb90'
'8ab66039f2aba519b92f52272ec3c13e')
build() {
# Fix insecure RPATH is weird, but just works ;)
# echo "os.system(\"sed -i '/^LFLAGS/s|-Wl,-rpath,.\+ ||g' gui/Makefile core/Makefile\")" >> python/configure.py.in
#cd qgis-${pkgver}
rm -rf build
mkdir build
cd build
cmake ../qgis-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DGRASS_PREFIX=/opt/grass \
-DQGIS_MANUAL_SUBDIR=share/man \
-DQWT_INCLUDE_DIR=/usr/include/qwt5 \
-DQWT_LIBRARY=/usr/lib/libqwt5.so \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DPYTHON_SITE_PACKAGES_DIR=/usr/lib/python2.7/site-packages \
-DPYTHON_INCLUDE_PATH=/usr/include/python2.7/
make
package() {
cd build
make DESTDIR=${pkgdir} install
# create a more user-friendly application name link
ln -s /usr/bin/qgis $pkgdir/usr/bin/quantum-gis
# install some freedesktop.org compatibility
install -D -m644 ${srcdir}/qgis.desktop \
${pkgdir}/usr/share/applications/qgis.desktop
This build also eliminated a conflict between Qgis 1.7.2 and the Grass-svn build I got this morning.
For the time being all the bleeding cutting edge packages are working!
I tried to post a comment on the AUR page but apparently that needs another subscription...
Keep things up! "GIS Archers UNITE!!!"

Similar Messages

  • Newsbeuter build from community repo is failing [SOLVED]

    I can't seem to find anything like this on the forums or otherwise, making me think its not a newsbeuter bug, but rather something wrong with my system.
    I installed the newsbeuter package recently and got back
    Error: an instance of newsbeuter is already running (PID: 0)
    So I ps -e | grep newsbeuter, nothing. I uninstall and build from the newest version on git.. same thing happens. I remove that and build the old version. Again same issue. Could something be causing this? Or should I just file a bug report with newsbeuter?
    Last edited by tmvphil (2010-03-04 21:34:14)

    Hey,
    maybe newsbeuter didn't shut down properly, the last time, it was closed. Have a look into ~/.newsbeuter. If there's a file named "cache.db.lock" remove it (if there really isn't an instance of newsbeuter running).
    This file prevents newsbeuter to open it's cache, if it's allready opened. But if newsbeuter isn't shut down properly, this file remains.
    edit: But it makes me wonder, that it claims, the running instance has the PID 0 o_O
    Last edited by knopwob (2010-03-04 09:14:33)

  • [SOLVED] community repo: no bug report?

    Hi guys, found a minor bug in a package from community repo. Tried to post it to the bugtracker and realized that it is impossible  to mark "package: community" category. Why? And how I'm supposed to deal with this?
    Last edited by ogronom (2009-12-21 17:57:40)

    choose Community Packages project
    also http://bbs.archlinux.org/viewtopic.php?id=85083 see Mr.Elendig post
    Last edited by wonder (2009-12-21 17:30:25)

  • Moving eiskaltdcpp from AUR to community repo

    Not sure if this is the place to ask this
    Is there any reason why eiskaltdcpp is not there in the community repo and instead in AUR. Considering that Eiskaltdcpp works much better than Linuxdcpp which currently is available in the official repos, I was hoping that Eiskaltdcpp could also be moved to the official repos.

    The probable reason is that no TU wants to maintain the package (or other problems, but I guess that chance is small as it is GPL3). Seeing that the package hasn't been updated since 2013-09-12 and seems out of date (check the page), the chance of it being adopted by a TU and put into community seem small at the moment.
    By the way, votes are used to indicate popularity of a package and will increase visibility of the package. So, voting is a good way to start promoting a package.
    EDIT: I was wrong, the package is not out of date. My bad.
    Last edited by runical (2015-02-27 10:46:19)

  • AUR and community repo is great.

    Lately I have been needed all types of utility and dependency packages, and community repo is often there to provide. AUR and community repo is great! My thanks to all AUR contributors and TUs.

    Moo-Crumpus wrote:Still would like to have aur in pacman...
    I think this is the wrong approach. AUR unsupported is inherently unsafe. We do have TUs flagging packages as safe, but tools such as aurbuild (which I use extensively, don't get me wrong) are likely to open big security holes for users that don't check or don't know how to check the PKGBUILDs.
    We already have AUR in pacman -- the [community] repository. Rather than having more inherent support for aurbuild-style building built into pacman or makepkg, it seems to me we need more unsupported packages going into [community]. This means we need more TUs.
    I'd also like to see more [community] packages going into [extra], which means we need more developers. ;-) But officially supporting aurbuild-style tools in pacman is just not a safe idea.
    Dusty

  • Start and stop the Communication channel from Java Mapping

    How to start and stop the Communication channel from Java Mapping in XI 3.0
    Scenario  PI - > MQ -> Third Party web application 
    Web application is down and then Communication channels are stop manually .  
    We need to automate this process,
    MQ Solution - Trigger will be set in MQ which will be called when web application is stopped
    Trigger will send u201CSTOP u201C message to PI
    How to configure PI scenario to stop different com channels when this message received ?

    check this link: http://help.sap.com/saphelp_nw04/helpdata/EN/45/0c86aab4d14dece10000000a11466f/frameset.htm
    make sure that MQ send http request to PI. i dont think a configuration scenario is required in PI. Only roles should be enabled with proper user provided to MQ team.
    However, for security reasons, you can configure a scenario if you dont want to expose PI infrastructure directly to 3rd parties.

  • Hello..Does anyone in this community know what the following error code indicates   0x8002006E   I was trying to burn a DVD from files in a burn folder. They were pictures from my Nikon camera. I can play videos and movies from the same dvd player.

    I was trying to burn a DVD from files in a burn folder. They were pictures from my Nikon camera. I can play videos and movies from the same dvd player.    Thanks for any help you can offer,

    Thanks for your reply:
    I did find an error log related to the error code and tried all suggestions on the list of recommendations, still no luck            
    I definitely am running OS X10.5.8 (hopefully will be updating later on this month)
    I tried several brand new discs from the same box, still no luck.
    My last option is to go out and try a different brand, guess I'll go with Verbatim this time but I think I'll poke around some more before buying 20 more new discs.

  • Installing IEs4linux from the repos - how to?

    I got ies4linux from the repos (I guess community), and ran the script to install IE6. Now when starting it with wine iexplorer.exe it wants to install Mozilla - unfortunately that doesn't work.
    [ ~/.ies4linux/ie6/drive_c/Program Files/Internet Explorer ] wine iexplore.exe
    fixme:shell:StopWatchMode () stub!
    fixme:ole:CoResumeClassObjects stub
    fixme:shdocvw:go_home stub
    fixme:urlmon:URLMonikerImpl_BindToObject use running object table
    fixme:urlmon:ObtainUserAgentString (0, 0x7de0c70b, 0x7de0c704): stub
    fixme:urlmon:ObtainUserAgentString (0, 0x1290e8, 0x7de0c704): stub
    fixme:wininet:InternetLockRequestFile STUB
    err:cabinet:FDICopy FDIIsCabinet failed.
    err:mshtml:check_version Could not open VERSION file
    Could not load Mozilla. HTML rendering will be disabled.
    fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x1265b4)->((null) 1 0x33f1ec (nil))
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->((null) 25 2 0x33f200 (nil))
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->((null) 26 2 0x33f200 (nil))
    fixme:shdocvw:ClientSite_GetContainer (0x1265b4)->(0x33f23c)
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->({000214d1-0000-0000-c000-000000000046} 37 0 0x33f358 (nil))
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->({000214d1-0000-0000-c000-000000000046} 84 0 (nil) 0x33f390)
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->((null) 29 2 0x33fcc0 (nil))
    fixme:shdocvw:DocHostUIHandler_GetDropTarget (0x1265b4)
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->({000214d0-0000-0000-c000-000000000046} 69 0 (nil) 0x33fc08)
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->({000214d0-0000-0000-c000-000000000046} 69 0 (nil) 0x33fc08)
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->((null) 26 2 0x33fca0 (nil))
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->((null) 29 2 0x33fcb0 (nil))
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->({000214d1-0000-0000-c000-000000000046} 103 0 (nil) (nil))
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->({de4ba900-59ca-11cf-9592-444553540000} 2315 0 (nil) (nil))
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->((null) 35 0 (nil) (nil))
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->((null) 28 2 0x33fc08 (nil))
    fixme:shdocvw:ClientSite_GetContainer (0x1265b4)->(0x33fb4c)
    fixme:shdocvw:InPlaceFrame_SetStatusText (0x1265b4)->(0xb7ded9b1)
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->((null) 25 2 0x33fa80 (nil))
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->((null) 26 2 0x33fa80 (nil))
    fixme:shdocvw:ClOleCommandTarget_Exec (0x1265b4)->((null) 21 2 (nil) (nil))
    The Aur doesn't really help either.

    Same problem here. Did you also get this message when installing IE6?
    ~/.ies4linux/downloads/ie6/EN-US/SETUPW95.CAB: No such file or directory
    I looked for SETUPW95.CAB somewhere else and dropped it in ~/.ies4linux/downloads/ie6/EN-US. After that, I get:
    IEs4Linux installations finished!
    To run your IEs, type:
    ie6
    When, after a succesful install, running IE6 as 'ie6', everything just works fine (so far).
    EDIT: Unfortunately, I only succeed to start IE6 once. After I close the Wine-application, the terminal hangs and, according to ps, the instance remains open. After closing it the hard way I am not able to start IE anymore, a reinstall using the ies4linux-script is necessary.
    Last edited by Marcel- (2008-07-16 23:52:43)

  • [community] repo: Movement of orphaned packages to unsupported.

    Hi fellow Archers,
    With time, the number of orphaned packages in the community repo has steadily increased because of various reasons: TUs no longer had time/interest to maintain a package, TUs leaving the group, etc. Currently there's about 300 orphans in [community] and the TU group doesn't have currently the time or interest to maintain all of them.  We finally came to the conclusion that it would be better to have maintained PKGBUILD in AUR than stale packages in community. So, in the next weeks, we'll gradually move some (all?) of them to unsupported. To ensure that these PKGBUILD get adopted by regular users, we'll be handing out orphaned community packages to users who are willing to maintain them. So if you are interested in one or more orphaned community packages, request it in this thread and it'll be moved to unsupported for you to adopt it. We'll be accepting requests until April 4th  but it could be extended if necessary. Hopefully, this will drop the number of orphans to a manageable amount. If not, more orphans will be moved to unsupported.
    Once a package is moved to unsupported, I can't guaranty that someone else browsing the AUR will adopt it. So you should adopt it as soon as it's moved to unsupported. If someone else request a package that you want before you, as a matter of courtesy, please give that person a few days to adopt the PKGBUILD. After that, you can adopt it. Also, once you adopt a package, you'll probably need to update it as some of these packages are out-of-date or the arch and license fields are missing.
    "Reserved" orphans: DaNiMoTh is currently a TU candidate and, if he gets voted in, is willing to  adopt the following orphans: mozplugger, sportstracker, gobby and rsnapshot. You may request them but they'll remain in the community repo until the end of the voting period to minimize package movement.
    Snowman

    The community repo cleanup is completed.
    The current orphans will remain in community and have been fixed/updated.
    I've added myself to the notification list so I'll be aware of any
    comments.
    Some packages were completely removed from community/AUR:
    schism:              obsoleted by schismtracker
    gst-plugins-png:     Arch no longer support gstreamer 0.8
    mysql-administrator: obsoleted by mysql-gui-tools
    mysql-query-browser: obsoleted by mysql-gui-tools
    multisync:           This app has been actually splitted in two other apps
                         (multisync-gui and msynctool) whose PKGBUILDs are in
                         unsupported.
    Other packages that were also in current/extra were removed.
    Packages that were moved to unsupported:
    If you want to browse the list with the AUR interface, do a search with me
    (Snowman) as submitter and look for the orphaned packages. Several of them
    have found a new maintainer in unsupported.
    Here's the list:
    adns-python
    alac_decoder
    alex
    anubis
    arc
    asterisk-addons
    asterisk-sounds
    asterisk-webvmail
    atlascpp
    bioapi
    cal3d
    ccid
    cherrypy
    chicken
    cohoba
    contacts
    cyphesis
    daap-sharp
    dirac
    e-uae
    echelon
    editobj
    eds-feed
    entagged-sharp
    expresskeys
    fantasdic
    flamerobin
    flumotion
    gaim-xmms
    galago-gtk-sharp
    galago-sharp
    gap
    gaupol
    gcursor
    gizmod
    gnelib
    gnome-ppp
    gnome-subtitles
    gnomeradio
    gpixpod
    gpodder
    grism
    gsoap
    gstreamer0.10-pulse
    gyrus
    hawknl
    ifolder
    ifolder-server
    imapfilter
    incollector
    invest-applet
    io-vm
    iwar
    joscar
    ketchup
    krb5-auth-dialog
    lbdb
    ldtp
    leaftag-gnome
    liban
    libannodex
    libao-pulse
    libatomic_ops
    libccc
    libchipcard2
    libcmml
    libfakekey
    libfishsound
    libflaim
    libgconf-java
    libggigcp
    libggiwmh
    libglade-java
    libgnome-java
    libharu
    libiaxclient
    libleaftag
    libmatchbox
    libmodelfile
    libmusclecard
    liboggz
    libomxil
    libopensync-plugin-evolution2
    libp11
    libphish
    libprelude
    libpreludedb
    libpri
    libptp2
    librasc
    libsexymm
    libsirius
    libupnp
    log4cxx
    log4j
    log4net
    logjam
    matchbox-common
    matchbox-desktop
    matchbox-keyboard
    matchbox-panel
    matchbox-panel-manager
    matchbox-themes-extra
    matchbox-window-manager
    mediatomb
    mercator
    ming
    mt-daapd
    mudmagic
    mugshot
    muscletool
    nautilus-burn-sharp
    nautilus-ifolder
    nemerle
    nepenthes
    netatalk
    nihongobenkyo
    olsrd
    ontv
    openct
    openproducer
    opensc
    openscenegraph
    openvpn-admin
    osgedit
    outguess
    pam_bioapi
    pam_p11
    pcsclite
    prelude-manager
    prewikka
    pureadmin
    py2play
    pyao
    pygmy
    pygopherd
    pykanjicard
    pymusepack
    pyopenal
    python-axon
    python-dvb3
    python-empy
    python-gammu
    python-kenosis
    python-leaftag
    python-nattraverso
    python-pyalsaaudio
    python-pyannodex
    python-pygoocanvas
    python-pyicu
    python-pylucene
    python-renderpm
    python-scw
    python-sexy
    python-tofu
    python-vobject
    python-xlrd
    pyzor
    rugg
    ruli
    rvm
    sabbu
    sage
    sharpmusique
    shn2make
    simias
    skstream
    slune
    sobby
    soya
    straw
    synbak
    synfig-core
    synfig-etl
    synfigstudio
    tagutils
    tangerine
    unicap
    varconf
    vazaar
    wammu
    wfmath
    wmradio
    xmltv
    xmltv-druid

  • Packages moved from [community] - unsupported

    After a repo cleanup discussion a number of packages were moved from [community] -> unsupported. This means these packages currently have no maintainers, they are orphans.
    You are all free and encouraged to adopt and maintain any of these packages!
    The list:
    aoeui
    asterisk
    awesfx
    basilisk
    bitterbpp
    byzanz
    childsplay
    childsplay-plugins
    codeblocks
    cowbell
    cupsddk
    dejagnu
    dellfand
    doxygenfilter
    fvwm-themes-devel
    gtk2hs
    gtubeclock
    haskell-binary
    hwinfo
    kdedecor-crystalgl
    kdenlive-svn
    kima
    kio-sysinfo
    klogoturtle
    libggi
    libggimisc
    libgii
    libgiigic
    linuxdcpp-ru
    lirc-xmms-plugin
    man2texi
    microdc2
    mowitz
    php-gtk2
    pyglet
    qdevelop
    qsa
    rafkill
    rapidsvn
    rb_libtorrent
    sdcv
    siag-office
    sidplay
    slurm
    tweak
    uucp
    winki
    yakuake-split
    zaptel
    zsh-lovers
    Also, I think most of this list has moved to unsupported
    ddclient 3.7.3-1
    fpconst 0.7.3-1
    gnu-efi 3.0a-2
    gpomme 1.12-1
    lxmusic 0.1.1-2
    lxpanel 0.2.4-2
    lxsession 0.1.1-3
    mairix 0.21-1
    netwmpager 1.11-1
    pommed 1.12-2
    python-soappy 0.12.0-5
    refit 0.7-3
    sux 1.0.1-1
    xkbset 0.5-2

    champus wrote:
    All right, all done, let's maintain ;-)
    Edit:
    Well, I even can't find any developer-website for hwinfo. Even at SuSE there are no information about it (but they have been the prior developers). Does somebody know a developers mail-adress or any other information about the hwinfo-project?
    One more thing, every entry for hwinfo13.48 in google links to the Archlinux-AUR. It seems like there does no official hwinfo 13.48 exist (but in AUR). Possibly the available version in UNSUPPORTED is inofficial oder faked version-nr?
    for all other people start a new thread about such things in the appropriate forum section.
    @champus:
    use as url: http://download.opensuse.org/distributi … /suse/src/
    you can find the hwinfo src rpm there, which you should use as source.
    in the build part of the PKGBUILD extract the rpm with rpmextract.sh, which gives you the source tarball. From there I think you can figure out what to do next.

  • Docky out of community repo

    Why docky and dockmanager packages are no longer available in community repository and only there are in AUR?
    Thanks and regards!

    The post you're referring to is three months old.  If the package is building again, then what's the problem?  The difference between [community] and the AUR is that packages in the [community] repo are considered fairly stable and trustworthy.  If a package won't build, or is prone to dependency hell, then it stays in the AUR.  As far as I'm concerned, so long as it's a well-established package and will build, it doesn't really matter where it comes from.

  • Community repo (sustainability)

    I'm not familiar with the details of the process involved in maintaining the community repository. However, as an Arch user I witness some of its faults. If these faults are a reason to evaluate or not how things are being done, or to gauge the Community repository quality, I leave it to those in the know. But when a package that has a hard kernel dependency is upgraded in the Community repo and that package doesn't include an essential module which renders it virtually useless, I get annoyed. I need to rollback both package and kernel upgrade. I'd expect from the community repo, what I don't ask in AUR; care.
    I'm not judgmental of the TU (or any other TU for that matter). I fully understand and appreciate all the hard work that they brought upon themselves and the dedication they often show. However when a TU is maintaining well above 1000 packages, something got to be wrong in the humble opinion of this user of yours. It's expected that gross mistakes will eventually happen. And it's when I lose confidence in the Community repo and wonder if it's just not AUR with appointed people to give it a the proper look of an official repo. If the policy is to hold everything that is humanly possible in Community, even if at the end of a string, I think that makes more damage than good.
    The incident isn't isolated. They happen not because we have bad TU (of that I'm positive). But almost certainly because we have overtaxed TUs, either by choice or imposition. Anyways... all this is my my opinion. I'm however, as a user, asked to adhere to the Arch Way. Complexity without complication. I don't expect this to have a double meaning.

    marfig wrote:I'm not familiar with the details of the process involved in maintaining the community repository. However, as an Arch user I witness some of its faults. If these faults are a reason to evaluate or not how things are being done, or to gauge the Community repository quality, I leave it to those in the know. But when a package that has a hard kernel dependency is upgraded in the Community repo and that package doesn't include an essential module which renders it virtually useless, I get annoyed. I need to rollback both package and kernel upgrade. I'd expect from the community repo, what I don't ask in AUR; care.
    this things happen and most cases are upstream issues. i know about powertop and it was a mistake but vmware modules seems to be because upstream deprecated something i guess.(lets see how the bug report is going)
    I'm not judgmental of the TU (or any other TU for that matter). I fully understand and appreciate all the hard work that they brought upon themselves and the dedication they often show. However when a TU is maintaining well above 1000 packages, something got to be wrong in the humble opinion of this user of yours. It's expected that gross mistakes will eventually happen. And it's when I lose confidence in the Community repo and wonder if it's just not AUR with appointed people to give it a the proper look of an official repo. If the policy is to hold everything that is humanly possible in Community, even if at the end of a string, I think that makes more damage than good.
    i fully agree with you. our TUs and developers teams is way to small compared with the amount of packages that we have in the repos. What about applying as TU and help us maintaining(translation getting rid of crap from our repos) ?
    Last edited by wonder (2010-08-20 16:51:17)

  • When do packages move from [community] to [extra]?

    I notice azureus has 74 votes, while the next lowest package (skype) has 50. Is there a hard and set or not-so-hard and set rule for when packages are moved from [community] to [extra]? In the short history of AUR, have any packages been promoted to [extra]? (I'm guessing not because azureus has been highest for as long as I can remember).
    Come to think of it, have mechanisms been put in place to demote packages from [extra] to [community] if they aren't popular enough?
    I don't want to be seen as a trouble maker, I'm just curious. ;-) Having said that, I understand this is probably a flamewar waiting to happen and I am so thankful I am not moderator of this board. 8-)
    Dusty

    stonecrest wrote:
    Snowman wrote:
    Dusty wrote:In the short history of AUR, have any packages been promoted to [extra]? (I'm guessing not because azureus has been highest for as long as I can remember).
    Yes, rxvt-unicode went from community to extra.
    But that wasn't based on having X number of votes..
    Agree.  It was promoted because neri was interested in maintaining it. It had 20+ votes, IIRC.

  • [Solved] How to build a module that's not in repos or AUR?

    I am trying to follow the ABS instructions to build a module. I have the source code from GitHub. However, I cannot find anything that says what to do if the module has not already been built somewhere in Arch. It is not in the abs tree and it is not in the AUR. Maybe I just don't understand the ABS instructions, but I seem to need a PKGBUILD to use it. All I have is the source code for the module.
    On Debian, I just run make, then make install. For some reason, that fails in Arch:
    gcc: error: -pg and -fomit-frame-pointer are incompatible
    The recommendations I have found to work around that error say to keep -fomit-frame-pointer and remove -pg. However, -pg is not actually in the Makefile, it is apparently coming from some default location. If I can't find it, I can't remove it.
    In case anyone knows another way to find Arch modules, the one I need is rtl8192du. It is for a USB wireless adapter dongle. https://github.com/lwfinger/rtl8192du
    Tim
    Last edited by ratcheer (2014-06-12 20:49:34)

    Trilby wrote:
    The results of `git describe` will not be sequential (nor monotonically increasing which is really the requirement).  The wiki suggests using tags, if they are present.  But as I rarely use tags myself, I usually use something like the following:
    $(git rev-list --count HEAD).$(git describe --always)
    This does provide the "describe" hash, but before that is a monotonically increasing number so new commits always show as upgrades.
    That fails for me:
    ==> Validating source files with md5sums...
    rtl8192du ... Skipped
    ==> Extracting sources...
    -> Creating working copy of rtl8192du git repo...
    Cloning into 'rtl8192du'...
    done.
    ==> Starting pkgver()...
    /scratch/rtl8192du-git/PKGBUILD: line 20: 251.e627694: command not found

  • SOLVED-My maintained package is now in the community repo, now what?:)

    Hi,
    I am the maintainer of the package ibus-unikey in the AUR, but now it's moved into the community repo, how can I still maintain this package?
    Many thanks.
    Tinh
    Last edited by tinhtruong (2010-12-28 09:44:42)

    Essentially you don't maintain it any more.  A Trusted User will maintain it in the [community] repo (and should have emailed to let you know...).

Maybe you are looking for

  • Graphics in FrameMaker 9 lost when converted in Adobe Acrobat 9 Pro

    Since upgrading to FrameMaker 9, some graphics that appear fine in FrameMaker become black boxes in the PDFs created by Adobe Acrobat 9 Pro. By finding the original graphic and reimporting it, the problem is solved, but the original graphic is not al

  • Editing a saved selection

    Experts, I have a quick question. I have my saved selection out there on a page. Now, if I want to change that saved selection to add sorting on one column, how do I do that? Do I need to create another saved selection or is there a way to edit the e

  • DTW error while uploading the GL account

    Hi all I m trying to upload GL accounts from dtw with segment account and I created segment in sap but dtw uploaded the title account but active account is not uploading and its giving error ...enter valid code . please help Thanks \ ricky

  • Transport of Message Class

    Hi, I have added a set of messages to a message class for different kinds of developments. So the messages are under different transport requests. I want to move the transports up in the landscape. Does the sequence of transports for the message clas

  • Why am I now unable to download app updates via iTunes?

    I am unable to update my apps in iTunes.  When I log in and search for updates, the list of apps to update populates, but when I click to download the updates, I get the message regarding content for the 17+ crowd, and I acknowledge this, but the dow