[REQUEST] smokinguns, smokinguns-data, smokinguns-mappack

There already is a "smokinguns" package in the AUR, but it's a 32-bit binary and it's the same as the smokinguns-bin package, and unmantained. What's needed is a smokinguns package built from source, smokinguns-data and additionaly smokinguns-mappack.
The game engine's source code:
http://smokinguns.svn.sourceforge.net/v … guns/tags/
The data files:
http://www.smokin-guns.org/downloads/Sm … ns_1.1.zip
The map pack:
http://q3alive.net/deb/main/smokinguns- … -1_all.deb
The list of maps contained in the map pack:
http://forum.smokin-guns.org/viewtopic. … 507#p24507
All the above-mentioned packages built for Debian (both 32-bit and 64-bit):
http://q3alive.net/deb/main/

Note: The 1.1 release compiles just fine on x86_64, but executing the resulting binary leads to a segmentation fault (and an error message 'ERROR: opStack corrupted in compiled code (offset 4)'). This is caused by the removal of some code upstream.
So smokinguns won't run on x86_64 natively without some patching (from ioquake3 svn).
i686 isn't tested and there is a TODO in the PKGBUILD.
smokinguns
pkgname=smokinguns
pkgver=1.1
pkgrel=1
pkgdesc='A semi-realistic simulation of the "old west" great atmosphere built on id Tech 3.'
url="http://www.smokin-guns.org"
arch=('x86_64' 'i686')
license=('GPL2')
depends=('sdl' 'openal' 'curl' 'zlib' 'libjpeg' 'speex' 'libgl' 'smokinguns-data')
makedepends=('subversion')
conflicts=('smokinguns-bin')
replaces=('westernquake3')
source=()
svntrunk=https://smokinguns.svn.sourceforge.net/svnroot/smokinguns/tags/release_${pkgver}
svnmod=tag
build() {
cd "$srcdir"
msg "Connecting to SVN server...."
if [[ -d "$svnmod/.svn" ]]; then
(cd "$svnmod" && svn up)
else
svn co "$svntrunk" --config-dir ./ "$svnmod"
fi
msg "SVN checkout done or server timeout"
msg "Starting build..."
rm -rf "$srcdir/$svnmod-build"
cp -r "$srcdir/$svnmod" "$srcdir/$svnmod-build"
cd "$srcdir/$svnmod-build"
# Build
# Set basedir
echo "DEFAULT_BASEDIR = /usr/share/${pkgname}" >> "$srcdir/$svnmod-build/Makefile.local"
# Use system libraries
echo "USE_INTERNAL_ZLIB=0" >> "$srcdir/$svnmod-build/Makefile.local"
echo "USE_INTERNAL_JPEG=0" >> "$srcdir/$svnmod-build/Makefile.local"
echo "USE_INTERNAL_SPEEX=0" >> "$srcdir/$svnmod-build/Makefile.local"
make -j3
package() {
cd "${srcdir}/${svnmod}-build"
# TODO Check if $arch works on i686 as the folder could be called i386
# and fix it if it doesn't work.
install -Dm 755 "$srcdir/$svnmod-build/build/release-linux-$arch/$pkgname.$arch" "$pkgdir/usr/bin/$pkgname"
install -Dm 755 "$srcdir/$svnmod-build/build/release-linux-$arch/${pkgname}_dedicated.$arch" "$pkgdir/usr/bin/${pkgname}_dedicated"
# vim:set ts=2 sw=2 et:
smokinguns-data
pkgname=smokinguns-data
pkgver=1.1
pkgrel=1
pkgdesc='A semi-realistic simulation of the "old west" great atmosphere built on id Tech 3. (data files)'
url="http://www.smokin-guns.org"
arch=('any')
license=('custom')
depends=()
makedepends=()
source=('http://www.smokin-guns.org/downloads/Smokin_Guns_1.1.zip')
md5sums=('f6eac64fa534fa9ff121dda5fd2dba44')
package() {
cd "$srcdir/Smokin' Guns $pkgver"
install -d "$pkgdir/usr/share/${pkgname%%-*}/baseq3"
install -m 644 baseq3/* "$pkgdir/usr/share/${pkgname%%-*}/baseq3"
install -d "$pkgdir/usr/share/${pkgname%%-*}/smokinguns"
install -m 644 smokinguns/* "$pkgdir/usr/share/smokinguns/smokinguns"
# vim:set ts=2 sw=2 et:
EDIT: namcap lists zlib as already satisfied, and openal and curl as unneeded but the makefile indicates that both of them are loaded during runtime (USE_OPENAL_DLOPEN=1).
Last edited by leper (2012-07-20 20:41:22)

Similar Messages

  • Error "cannot load request real time data targets" for new cube in BI 7.

    Hi All,
    WE have recently upgarded our SCM system from 4.1 to SCM 7.0 which incorporated BI 7.0.
    I am using BI 7.0 for first time and ahve the following issue:
    I ceated a new infocube and data source of flat file and succesfully created transformation, and Data Transfer Process. Everything looked fine. I added flat file and checked preview and could see data. Now when I start job to load data in infocube the follwing error is shown "cannot load request real time data targets". 
    I checked cube type in setting in infcune is shows as Standard.  When I doube clicked on error the following message showed up
    You are trying to load data into a real-time InfoCube using a DTP.
    This is only possible if the correct load settings have been defined for the InfoCube.
    Procedure
    In the object tree of the Data Warehousing Workbench, call Load Behavior of Real-Time InfoCube from the context menu of the InfoCube. Switch load behavior to Transactional InfoCube can be loaded; planning not allowed.
    I did not understand what it is meant and how to set changes. Can someone advice and follow me through.
    Thanks
    KV

    Hi Kverma,
    Real-time InfoCubes can be filled with data using two different methods: using the transaction for entering planning data, and using BI staging, whereby planning data cannot be loaded simultaneously. With Real time cube you can select the method you want to use for update as
    Real Time data Target can be loaded With Data; Planning not allowed &
    Real Time data Target can be Planned; Data loading not allowed
    You can change this behaviour by right clicking on cube and selecting Change real time load behaviour and select first option. You will be able to load the data then
    Regards,
    Kams

  • Customizing tables not asking for Customizing Request while saving data

    Hi,
    I have some customizing tables in my development server (Delivery Class = 'C').
    These always used to ask for a Customizing Request whenever data was saved in them.
    Suddenly, I have noticed they are no more asking for any Customizing Request. I cross-checked in the Transport Organizer and confirmed that there are no customizing requests of mine which may be already holding any data entries of these tables.
    I wonder why this may be happening (believe it to be some basis configuration issue. also asked my basis guy but he has no clue).
    Kindly suggest.
    Thanks,
    Z

    Thanks Navneet and Gautham.
    My problem is now solved. Let me summarize the problem and the solution now.
    -> The customization tables suddenly stopped asking for a request while saving data.
        Somehow the settings had been reset, and as Gautham pointed out, it was corrected in the tcode SCC4
    -> Most of the tables now worked fine, but still few of them didnt ask for requests
        Here, I found out that the developers had chosen "no, or user, recording routine" instead of  "standard recording routine". For such tables, when i check in the tcode SE54, menu path Environment -> Maintenance Objects -> Change, I find the Transport category 'No Transport'. Regenerating the maintenance generator choosing "standard recording routine" fixes this and the tables now ask for a customizing request.
    Thanks, both, for the quick response.

  • IP SLA Request size (ARR data portion) UDP Jitter

    Looking through the documentation for ip sla udp jitter, Cisco says these are the default values -
    "By default, ten packet frames (N), each with a payload size of 10 bytes (S), are generated every 10 ms (T), and the operation is repeated every 60 seconds (F)."
    however, looking at sh ip sla configuration on my router I get different values -
    ip sla 1001
    udp-jitter 2.2.2.2 20000 source-ip 1.1.1.1
    ip sla schedule 1001 life 3000 start-time now
    sh ip sla configuration
    Entry number: 1001
    Owner:
    Tag:
    Operation timeout (milliseconds): 5000
    Type of operation to perform: udp-jitter
    Target address/Source address: 1.1.1.1/2.2.2.2
    Target port/Source port: 20000/0
    Type Of Service parameter: 0x0
    Request size (ARR data portion): 32
    Packet Interval (milliseconds)/Number of packets: 20/10
    This is confusing to me. According to this, the operation is sending 10 frames, at 32 bytes each with 20 ms between frames. Is this correct? Or are these default parameters for UDP Jitter? If so, this definitely does not match up with the data presented on cisco.com
    thanks,
    Alex

    Hi Alex ,
    for UDP-jitter ,  Request Data size is :32( By Default) ,however you can change it .
    NMS-6500(config-ip-sla-jitter)#request-data-size ?
      <16-1500>  Number of bytes in payload
    for ICMP ECHO ,
    Request Data size is :28  ( By Default)
    Thanks-
    Afroz
    [Do rate the useful post]

  • Strange error in requests returning huge data

    Hi
    Whenever a request returns huge data, we get the following error, which is annoying because there is no online source or documentation about this error:
    Odbc driver returned an error (SQLFetchScroll).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46073] Operation 'stat()' on file '/orabi/OracleBIData/tmp/nQS_3898_715_34357490.TMP' failed with error: (75) ¾§ . (HY000)
    Any idea what might be wrong?
    Thanks

    The TMP folder is also "working" directory for the cache management (not exclusively). OBIEE tries to check if the report can be run against a cache entry using the info in this file.
    Check if MAX_ROWS_PER_CACHE_ENTRY , MAX_ROWS_PER_CACHE_ENTRY and MAX_CACHE_ENTRY_SIZE are set correctly.
    Regards
    John
    http://obiee101.blogspot.com

  • No of requests in a Data Target

    Hi
      How/Where i can see the count of Requests loaded in a Data Provider in BI 7.0
    Thanks

    Hi,
    RSICCONT is table used to check the requests in the Data Target level ( Cube and DSO) and also if you are not able to delete the request from the data targets in PRODUCTION (Sometimes you will not have authorization for deleting Request) by going to the mentioned you can delete the request.
    Regards
    Ram.

  • What to do if the request the wrong data.

    Hi all,
    for one datatarget we running delta loads daily.
    for one request if find wrong data.
    please tell how much correct the data and load data(data target  is delta enabled ).
    thanks,
    cheta

    Hi,
    When you have a bad request in your data target, what you can do is make the QM status red manually for that request and then go to the data target and delete the bad request; and when you run the IP again it will ask you confirmation for repeat the last delta request. So, you can get last delta (that failed one for which we deleted the bad request) along with new delta.
    Hope this solves your concern...
    Regards,
    Habeeb

  • Warning: This request requires buffering data to succeed (while Publishing using VS 2012 to Cloud Service - Web Role

    While publishing using VS 2012 professional to Azure Web Role getting following warning. After this warning even if i waited for hours, publish process never finish and then I have to manually deploy the package on Azure Cloud Instance.
    Warning: This request requires buffering data to succeed.

    Thank you for reply @Will,
    I do not have access to my work station computer at this moment. will share the screenshot. Basically what happens is -
    1. I start the publish wizard on Windows Azure Project (which as one web role configured)
    2. Proceed the publish wizard with advanced options enabled for remote debugging and remote connection enabled.
    3. The publish wizard finish and it starts uploading the package and configuration on the azure could service.
    4. In the Microsoft Windows Azure activity log pane of the Visual Studio 2012 Professional, after 10-15 minutes it starts showing following warning continously, i even waited for few hours but publish process never completes. Finally i have cancel the publish
    process and upload packages and config manually on the azure portal. 
    Warning: This request requires buffering data to succeed.

  • PSA request updated to data targets but not showing

    Hi All,
    It must be a basic question for BW support activities. However appreciate if someone can help me out as I am unable to find similar post.
    In PSA the request shows it successfully updated to a data target but I can't see the delta request in the data target (Cube)- Manage.
    This is a delta request. Can someone tell me how do I load the data back in to the cube? Do I need to delete the request from cube and run it again but I guess the deltas will be lost.
    Help. pls give me all the steps in detail how do I fix this.
    Thanks,
    B

    Hi,
    There are two options.
    1. at PSA find how many records are exist for your request.
    Note/down load the records into excel if you have countable. As my guess delta records might be less.
    Later thru repair full request you can load to PSA and then to target.
    AT repair full request we need to use proper selections to load required records only.
    2. PSA Request must be stored at back end table.
    in that table if we can change update further status then we can do the psa request to target thru delta dtp.
    Thanks

  • Sample XML request for Parametric Data Collection.

    Hello Experts,
    Can any one please post a Sample XML request for Parametric Data Collection.
    Thanks in advance.
    Rgds
    Nityanand Singh

    Stuart,
    I have dealt with the issue you mentioned as a bug with DcGroupRef. In fact, it is not a bug but a misinterpretation of the WS. Those fields you mentioned are a part of Test Plan measurement collection (MeasureGroup and MeasureName fields in particular). However, if you check the database, Test Plan measurement values are collected to a separate table which is not processed by WS at all, however, the WS pushes the data to the table used by DC500. And within this context, DcGroupRef is the must.
    I have rectified such situation at one customer by manually adding the values to the incomplete records. They used to collect the data in such way as of ME 5.0 or even earlier by means of Prod XML.
    Implementation of WS in 5.2 and 6.0 are completely different, especially taking into account switching to usage of PAPI.
    So, it is not a bug but a feature not implemented yet.
    And with that, I'm taking over the ticket.
    Regards,
    Sergiy

  • Asking for transport request whie table data updation

    Hi All,
    I am trying to update a table TCJ04 using transaction OPS6. When ever I am adding a new entry or edit the existing entry and click SAVE, the table is asking for Transport request number.
    This table carries a master data and should not be asking for transport request. Rather its access has to be controlled by user authorisation.
    Please tell me as to what is the reason of asking for transport request.
    regards,
    Gaurav.

    Hi Gourav,
    If you go table maintanance generater of the table TCJ04 in SE11, you will find that Standard recording routine radio button is selected. That is the reason you are asked to provide transport request while updating data.

  • How to Record HTTP Requests and POST data

    Hai all..
    Can anyone help me to solve this issue..
    How to Record HTTP Requests and POST data by using java..
    regards
    Ranjith Nair

    You should read about TCP and splitting data stream into packets and learn how to understand packet header to assemble stream from packets.
    Actually there are few different stages:
    1. detect handshake to start new empty stream within your code;
    2. detect subsequent packets and assemble stream (there are counters within packet header and they will help).
    After creating start of TCP stream (usually 1KB is enough) you'll be able to detect is it HTTP request/header or no and start logging or ignoring packets for this connection.

  • QM action not allowed for DTP requests in master data and Text tables

    Hi,
    I have a master data object load request which has failed, returned error in st22 and job finished.
    BUT the request has not turned red in the monitor - it's still yellow. That means that I can not delete request nor start new load to infoprovider because it believes a request is still running. But it's not, I've checked both sm37, sm50 etc.
    When trying to manually change QM status to 'red' it says 'QM action not allowed for DTP requests in master data and Text tables'
    How can I force QM status to red so that I can move on?
    Running NW2004s BI (7.0) Patch 15.
    I searched for this question but there is no answer
    Thank you

    Folks
    I know how frustrating this problem is even in netweaver 7.0 environment. I found a solution for this problem atlast and it works but a not direct way of resolving this issue.
    When this request is in yellow status and not able to change / delete the request, its actually in a pseudo status and it is a bug in the program. This request sits in table RSBKREQUEST with processing type as 5 in data elements USTATE, TSTATE and this 5 is actually "Active" status which is obviously wrong.
    All we need is, ask your basis person to change the status to 3 in both these data elements and then it allows to reload the delta. Once the delta is successfully loaded, you can delete the previous bad request even though it is still in yellow. Once the request is deleted, the request status gets updated as "4" in table RSBKREQUEST.
    Hope this helps.
    Thanks

  • BPC 7.5NW Report Issues When Requesting Year To Date Data

    Dynamic reports built with 2 row expansions (Cost Ctr, Account) up to 3 columns (not expansions, set to different categories with excel formulas for variance calculations...Act vs. Bud for example) result in error messages (error retrieving data and another related error messge) when requesting YTD data vs. Periodic data.  The report runs fast and properly with Periodic measure.  When running with the YTD measure, attempts to reduce the report data volume by removing comparative categories and removing formatting (after ranges) still results in YTD data retrieve errors.
    Has anyone else had similar issues with BPC 7.5NW, SP9, and YTD data not pulling into reports?  What are the common causes for issues with YTD data retrieval?  Given the design by SAP of the BPC NW product and promotion of using BPC for both Periodic and YTD data, should I expect this report to work properly, meaning that I can get output with YTD data without long runtimes or errors that result in terminating the report?  Thank you.

    Hi,
    This would do it :SQL> !cat q.sql
    with t (dt, val) as (
         select to_date('2011/01/04','yyyy/mm/dd'), 123 from dual union all
         select to_date('2011/04/09','yyyy/mm/dd'), 234 from dual union all
         select to_date('2011/06/28','yyyy/mm/dd'), 345 from dual union all
         select to_date('2011/10/18','yyyy/mm/dd'), 456 from dual union all
         select to_date('2011/12/23','yyyy/mm/dd'), 567 from dual union all
         select to_date('2012/01/07','yyyy/mm/dd'), 678 from dual union all
         select to_date('2012/05/13','yyyy/mm/dd'), 789 from dual union all
         select to_date('2012/07/19','yyyy/mm/dd'), 890 from dual union all
         select to_date('2012/08/30','yyyy/mm/dd'), 901 from dual union all
         select to_date('2012/09/22','yyyy/mm/dd'), 012 from dual
    ------ end of sample data ------
    select *
    from t
    where dt >= trunc( add_months(trunc( &&dateexec. ,'month'),-1) ,'year')
    and dt < trunc( &&dateexec. ,'month')
    undefine dateexecThe dateexec parameter is just here to "simulate" sysdate of different points in year.
    <i>(your actual query would have sysdate where the dateexec parameter appears)</i>
    SQL> @q
    Enter value for dateexec: sysdate
    DT                         VAL
    07/01/2012 00:00:00        678
    13/05/2012 00:00:00        789
    19/07/2012 00:00:00        890 sysdate does the current year up to previous month.
    SQL> @q
    Enter value for dateexec: to_date('20120122','yyyymmdd')
    DT                         VAL
    04/01/2011 00:00:00        123
    09/04/2011 00:00:00        234
    28/06/2011 00:00:00        345
    18/10/2011 00:00:00        456
    23/12/2011 00:00:00        567when ran in january, it retrieves all the previous year.

  • Unable to delete bad request in ODS DATA TARGET

    Hi Experts,
    I have got an abend in load and need to rerun from POF manually .So i need to delete bad request in ODS .But I am unable to delete bad request in ODS.
    Please tell me how to delete request in red.

    Hi,
    Try to do the following:-
    1. Note that bad  request number
    2. Go to SE16
    3. Open table RSODSACTREQ.: Filter the contents by that request number . There will be one entry for that request . Delete that entry
    4. Open table RSICCONT. There will be one entry for that request . Delete that entry
    5. Open Table RSMONICDP. Filter the contents by that request number . There will be 3-4 entries for that request  depending on number of data packages in  that request .Delete all those entries
    Once these entries are deleted , the bad request will be automatically deleted from the ODS.
    Regards,
    Satya

Maybe you are looking for

  • IMessage & FaceTime Not Working on iPad after iOS 6.0.1 update?

    I have an iPad 16GB 3rd Generation and whenever I try to sign in with my Apple ID to Messages and FaceTime it pops up with "Could not sign in. Please check your network connection and try again." I have tried so many things for this including resetti

  • Question regarding ASO application in Essbase 11 version

    Hi All, Thanks for the replies to my previous posts. I have a question regarding the ASO applications for telecom company built in Essbase 11 version. Please provide your feedback on the design. The ASO application has the following number of Dimensi

  • Using XML with Flex - Best Practice Question

    Hi I am using an XML file as a dataProvider for my Flex application. My application is quite large and is being fed a lot of data – therefore the XML file that I am using is also quite large. I have read some tutorials and looked thorough some online

  • How do I get the iPhone 4s to read a new email that I just recived, while I am driving?

    Hi: don't know if this is possible, but, when I am driving and I don't want to have to "read" an incoming email, how I do get the iPhone 4S to actually say out loud what's in the email?  does voice over work on emails ? thanks!

  • Menu bar dropdowns not working since iOS 5 update

    Since the iOS 5 update for the iPhone when opening up certain web pages the dropdown menus stopped working even with the latest release. However in Safari there doesn't seem to be an issue. Obviously it was something to do with the updated web browse