[SOLVED]What to do when AUR provides source files, but no 'configure'?

Not sure if this is better posted here in "Newbie Corner" or in the "AUR" forum.... but I suppose it's a newbie-type question.
There's a package I've installed from AUR on another Arch system and the install process went smoothly then.  New box; everything else is working fine and dandy, but need help with a package found in AUR.
The package  installs source files -- no binaries available -- and there's no 'configure' file.  There's a 'configure.in' file that gets parsed by 'autoconf', but there are errors, and no 'configure' gets created.
The PDF documentation from the author implies there's a 'configure' already prepared (the author writes the standard "Enter these commands:  ./configure && make install"), and located in the src directory.
Is this an issue for the Arch package maintainer, or for the upstream author?  And might I be pointed to a suitable resource to continue my own investigation?
Thanks!
Last edited by fionn (2013-10-06 19:49:25)

skottish wrote:
fionn wrote:
Trilby wrote:You *might* be looking for `makepkg -o` which is what gets the actual source code for the package.
Oh, Cr*p.  This means I need to do it all over again and burn another CD.
I have a tinfoil-hat wearing conspiracy-theory nut of a brother-in-law who wants a new system, compiled from sources, "without Government Interference".  He wants an "air-gap" (not networked) box to prevent NSA boogeymen from monkeying around with our Precious Bodily Fluids or some damned thing like that.  Why is it always a brother-in-law who goes off the deep end?  Why can't I have one who's a lawyer or doctor or something useful?
You know, you may gently want to look into the idea that you're taking advice from a hat wearing bird. I'm not suggesting anything, but it is something that you may want to consider.
On the upside, it does look to be an aluminum-free chapeau...

Similar Messages

  • Can you please tell me what to do when I change a file from PDF to word and it comes up with headers

    Can you you please tell me what to do when I change a file from PDF to word and it comes up with headers and footers. I do not want the headers and footers but I need the information so that changes can be made in them  - There are over 80 pages in this document and every page had a header and footer. The document did not have any headers and footers when it was first typed out.

    Good day,
    Try converting the document to a .doc format instead of .docx. 
    If that doesn't resolve the issue, please share the file with us via the File Conversion Issue form.  Be sure to reference this forum thread in your description so we can circle back on the issue.
    Kind regards,
    David
    Adobe Systems

  • Acrobat 8.0 crashes when combining certain JPG files but not some other set of JPG files. Please help

    Question:  Acrobat 8.0 crashes when combining certain JPG files but not some other set of JPG files. why this is happening. Please help.

    IT may be a bug. It may be fixed in Acrobat 9, 10 or 11.

  • [SOLVED] KDE switches activities when opening a new File

    First off, I've been using KDE Plasma Workspaces for a few months now, and for the most part am largely satisfied.  Thanks to both the developers of KDE and to the contributors on Arch who made setting everything up a breeze.
    One thing that does annoy me however is how it switches Activities when opening  a new file, if the default application already has a running instance.  For instance, say I have one Activity which I am using as a development environment and have Kate open to view source.  Now I switch to a second Activity where I am working on editing style sheets for my web page and again wish to use Kate.  If I open Dolphin and click on one of my style sheets (launching Kate as the default editor) I will be switched back to my first Activity and have the style sheet opened in the already running instance of Kate. 
    To me this behavior is not ideal, I would rather have the DE spawn a new instance of kate for that Activity.  I've perused through some of the settings options but haven't seen anything obvious.
    Last edited by brewlius_cesar (2013-08-14 10:29:32)

    Thanks for the response schmidtbag, but these are both suggestions for opening a file in an existing instance of Kate, when I am looking to instead spawn a new instance (at least for the current Activity).  Also, these suggestions are specific to Kate, where I would like this behavior to extend across KDE.
    Maybe I am just making a big fuss over nothing,  but for me it seems more appropriate to spawn a new instance of a program if I click on a file from a file browser, such as Dolphin.  If I wanted to open a file in an already running instance of a program I would use Ctrl+O from that program, or drag the file over to the program as schmidtbag suggested.
    I'm thinking about reposting over at kde.org, I'll be sure to follow up back over here, no matter what the outcome is.

  • [SOLVED] Can't save UTF-8 encoded source file in IDE

    I had a problem where I could not save a c++ source file from anjuta using the gtksourceview plugin, but could using the scintilla plugin.  I would get an error message with "invalid byte sequence in conversion input" in the text.  Eclipse CDT also would not save a modified file with a similar error message.
    The fix was to uncomment the proper lines in the file /etc/locale.gen for my locale and run locale-gen as described in the Archlinux wiki article "Configuring locales."
    I did not find any help for this problem using internet searches, so I thought I would document it here.  Just in case someone else fails to setup their locale and runs into the same trouble.

    I think so (haven't checked), but it is a really simple test xml which is not really error prone).
    But the problem is a different one, because I also just tried to read a txt file with some Japanese characters into an NSString using initWithContentsOfURL.
    When I print the string in the console, I only get messed up characters (the latin characters next to the Japanese are displayed fine).
    It is a general problem of reading out an UTF-8 file from an url.
    Spent the whole last night to google something helpful but couldn't find anything. Now I'm tired at work
    Thomas

  • What is the procedure to load source files in to jDeveloper

    Hi,
    I am working on jDeveloper to build custom application to integrate to e-business suite. I am in the mid of development, unfortunately i have to move to another location and need to start developement. I have .jpr,jpx,jws and all the source files(all java files) from old system. i want to load these files into new system jDeveloper and start working from there. I tried opening the files and jDeveloper so many ways but could not succeed and facing errors.
    Can any one tell me what is the best and correct way to import files into new system's jDeveloper.
    Thanks

    Hi just copy the old jdev folder from jdeveloper/jdevhome/jdev folder, to new jdeveloper installation after deleting the jdev folder from new installtion.You will get the same old projects and files automatically!
    Regards,
    Mukul

  • Java.lang.NoClassDefFoundError when compile SQLJ source file

    Always got error message java.lang.NoClassDefFoundError: sun/io/CharToByteConverter
    when using sqlj to compile SQLJ source file.
    The CLASSPATH (partial) .:$ORACLE_HOME/sqlj/lib/translator.zip:$ORACLE_HOME/sqlj/lib/runtime.zip
    I am able to compile the demo TestInstallCreateTable.java and TestInstallJDBC.java but not TestInstallSQLJ.sqlj in the same directory.
    I am using Oracle 8.1.6 R2 client in Linux Intel on Red Hat 6.0. Can anyone explain why this happened ?

    From the forthcoming new version of the SQLJ FAQ:
    "NoClassDefFoundError: sun/io/CharToByteConverter"
    (This is likely a general configuration issue, not something specific to your code.)
    Running sqlj results in the following error message.
    java.lang.NoClassDefFoundError: sun/io/CharToByteConverter
    at sqlj.tools.Sqlj.initializeErrors(Sqlj.java:519)
    This happens if you are running under a JRE environment, and not a full JDK environment. You need to download and install a full JDK environment. Note that the Oracle
    database installation will only set up a Java Runtime Environment. Oracle does not distribute the Java Development Kit - you have to get it from http://java.sun.com
    If that did not help, you'd need to give us a fuller picture of your environmnet (JDK versions, PATH, CLASSPATH settings, etc.).
    Thanks!

  • Automatically run integration procedure when new csv source file arrives

    Hello,
    I have some steps to integrate my data defined as steps in odi package. All data will be loaded from csv file, located in source directory. End users will have smb acces to this folder end they will able to place new csv (with valid, defined name) to this folder. So, odi should check periodically if new file arrived and if new file found - my packege should be executed. Or alternatively - package can run periodically and perform check if source file exists if so, data from it should be integrated.
    What is the best way to do this?

    I would do a package starting with an ODIWaitForFile step ;).
    You can find this tool in the toolbox on the left.

  • [SOLVED] What are Git-type AUR packages?

    I read the ArchWiki Entry on Git, but I still don't really understand what it is in terms of Aur packages.
    I've seen this a couple of times, where there's a second git version of a package in AUR. For example, when I type 'prey' into Yaourt, I get a couple of results, among them:
    3 aur/prey-git 20100424-1 (5)
        Prey is a lightweight application that will help you track and find your laptop if it ever gets stolen.
    4 aur/prey-tracker 0.6.0-1 (100)
        Remote tracking and monitoring application for laptops, smartphones, and other electronic devices
    Either would install Prey on my computer, right? What are the differences and/or benefits of either?
    Last edited by Winston-Wolfe (2013-06-06 11:11:27)

    https://aur.archlinux.org/
    Statistics
    Packages     42851
    Orphan Packages     9729
    Packages added in the past 7 days     126
    Packages updated in the past 7 days     1052
    Packages updated in the past year     17219
    Packages never updated     10679
    Registered Users     46348
    Trusted Users     34
    x33a wrote:As someone mentioned on the forums recently, people should at least abandon the packages so others can take over.
    You can always e-mail the maintainer and if you don't get a response in two weeks, ask on the AUR ML to take that package over.
    In the meantime you can post a link to the updated PKGBUILD etc. in comments on the AUR page of that package.
    As with my posts, quantity != quality ;P

  • What to do when you have an iPhone5 but Mac OS 10.5.8

    If you are reading this, you are probably experiencing the same thing as I am: you got an iPhone5, tried to sync it with iTunes just to find out that you can't do so since your Mac runs on OS 10.5.8.
    There have been multiple posts about how to upgrade your OS, but none describes what is really involved in the actual process.
    I thought I would share my experience here in the hope that it might help others who are in the same situation.
    First, I called 1-800-MY-APPLE and told them that I'm considering upgrading to Snow Leopard (OS 10.6).
    The representative asked for my computer's information (which I could easily get from "About this Mac" under the Apple menu).
    She then told me whether my computer is upgradable to Snow Leopard (it is) and how far I could upgrade (it could take Lion 10.7, but not Mountain Lion 10.8).
    The cost of getting Snow Leopard discs is $19.99 + tax, with no shipping fee.
    The cost of upgrading to Lion is also  $19.99 + tax, with no shipping fee.
    Thus, if I want to go all the way to Lion, it's $19.99 x 2 + tax.
    By upgrading to Snow Leopard, I can get iTunes's latest version (10.7) and sync all my media.
    By upgrading to Lion, I could also utilize iCloud in full capacity.
    I decided to go all the way to Lion.
    When I called them this morning (Thursday) around 7:30am, and I was connected to a representative right away.
    My entire conversation with her, including the actual order,  took about 15 minutes.
    FYI, they are open 24-7.
    I was told that I should get my Snow Leopard discs by tomorrow or Saturday.
    As for Lion, you get a code to download, so there is really no wait time (although you obviously have to upgrade to Snow Leopard first).
    There are other ways of dealing with the situation (using a pc with Windows, getting iTunes Match (but you pay $24.99/year), getting a new Mac, etc.), but I found upgrading to Snow Leopard for $19.99 with 1-2 days wait quite reasonable.
    This is not to say that I was happy about having to go through all this, but I was anticipating much worse - after all, if you do a search for Snow Leopard discs on Amazon, they come up around $100.
    And who knows how quickly you can get them from those sellers?
    I was also glad to talk to someone who can confirm whether my computer is upgradable or not.
    I didn't want to place an order and then find out my Mac can't upgrade.
    I hope others find this info helpful.

    well unfortunally it is on a windows machine. sp i t is not possible to move it
    Yes, it is very possible to move it.
    You simply cannot do it using FireWire target disk mode as PT was trying to exlapin.
    1 - You can network the computer together.
    2 - You can copy them on DVD/CD.
    3 - You can use yamipod to get them off the iPod.
    4 - You can use the iPod to copy the library from your Windows computer to the Mac computer.
    Click here -> How to use your iPod to move your music to a new computer

  • What to do when you have internet connection but go to use an app, you get the Error message, 'An error occurred connecting to the server. Please make sure you have an internet connection' ?

    Yesterday, I downloaded the twoignite app. When I went to open the app to use, this error message appeared: An error occurred connecting to the server. Please make sure you have an internet connection. I checked my connection and found I had a solid connection. I have tried closing the app and reopening it; deleting the app and redownloading it (more than once); turning off my iphone and turning it back on. None of these things have worked. Thanks.

    Have you already seen this:
    http://forums.adobe.com/message/5099439#5099439
    Maybe you could also try asking in the kuler forum.

  • What values to place in signer.properties file for Webutil configuration

    Hi. I'm not sure of what value to place in JDK_HOME in signer.properties for Webutil configuration. My current settings are:
    JDK_HOME=D:\ora9i\jdk
    JINIT_HOME=C:\Archivos de programa\Oracle\JInitiator 1.3.1.13
    #Certificate settings:
    # These are used to generate the initial signing certificate
    # Change them to suite your organisation
    DN_CN=Product Management
    DN_OU=Development Tools
    DN_O=Oracle
    DN_C=US
    JAR_KEY=webutil
    JAR_KEY_PASSWORD=webutil
    Is JDK_HOME the jdk for oracle or SDK for windows machine(how to find?)?. Also how do i repeat the process of makecert and signing of webutil.jar and jacob.jar?. If i try to repeat this process I get the following warnings or error?
    Makecert:
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil> already exists
    Certificate created...

    JDK_HOME is just the location of a Java distribution with Keytool in it - have a look at the signer batch file and you'll see how each variable is used. Also if you run keytool from the command prompt it will show you the commands to delete and existing Key or list the keys that are currently stored.

  • "An error (1502) occurred during the action Open." when opening original .VSD files, but NOT copies!?

    We have a weird situation we're trying to troubleshoot for quite a while: We have multiple .vsd files stored on our network in DFS shares.. We have multiple users who cannot open the files, when they try by navigating to the file and double-clicking it,
    they get "An error (1502) occurred during the action Open. File not found"
    However, if they copy and paste the file to the same exact network folder, THAT file they can open with no problem!
    The problem is very bizarre. I've checked obvious things such as file/folder permissions, versions of Visio installed, things in common between people who can and can't open the files.. I even did some testing today with some strange results...
    Windows 7 x64 machine with Visio 2010 Pro installed (x86):
    1. Opened file by double-clicking it in explorer, "Got the 1502 error"
    2. Tried it again, this time I just get "File not found"
    3. Opened Vizio, did a File --> Open --> navigated to the file and opened it that way... 1502 error.
    4. Copy/pasted the file into the same folder where it's stored, then double-clicked the copy and it opens fine.
    5. Closed the copy, tried to open the original, still get file not found / error 1502.
    The file does exist, it IS there.. sometimes the user just copies it to their local desktop (well, it's not really local, it's redirected) and it opens fine there.. other users email themselves a copy of the file and then open it that way.. it works for
    some, not for others.. and there's no discernible pattern yet to identify who this is affecting. Anyone have any ideas?
    -Keith
    -Keith Elkin

    Hi,
    Based on the error message, the issue may be caused by the Visio file is occupied by some other program in DFS.
    >>4. Copy/pasted the file into the same folder where it's stored, then double-clicked the copy and it opens fine.<< If you did this step, the Visio file would rename in the same folder, like file1.vsd. Thus, it opened well.
    Thus, I recommend you check the file's status in computer management in DFS server, see the below image:
    If the affected Visio files were occupied, please try to clean them(right click>close the file) to test.
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Sorry,
    This didn't help, the files are not open, locked open, and the issue still persists. Any other suggestions?
    -Keith
    -Keith Elkin

  • As I scroll through a file, it drops to the bottom or flies off the side of my screen. It reopens when i click the file, but why is is flying off of my screen?

    I am having a new issue with my Macbook Pro.
    As I scroll through to review a file the file flies off to the side or drops off the bottom of the screen.
    I can reopen the file okay but scroll 3 or 4 times and it whooshes off the screen again.
    This has never happened before this morning.
    I wonder if it is not a symptom of a bigger problem.
    I have been downloading Shutterstock files for the last few days & have 100 images in the file that is acting up.
    Could it be that the file is stuffed too full?
    Any help is appreciated.
    Thanks,
    Shannon

    I'm going to assume you don't have a fancy multiple monitor desktop...
    This page contains a script that positions the browser window at the upper left. If Firefox is your default browser, then copy the following:
    http://dev.jeffersonscher.com/jstest.html
    and paste it somewhere that you can click it, such as a Word document or an email. If you have enabled the Run command on the Start Menu (more info: [http://www.nirmaltv.com/2009/01/15/enable-run-command-in-start-menu-in-windows-7/ How to Enable Run Command in Start Menu in Windows 7]) then you can simply paste it into the Run box and click OK to launch it in the browser.
    If the script method doesn't work, you can use the slow method. With the Firefox window active, press Alt+Spacebar to open the control menu, then press the right arrow once, then press the left arrow repeatedly until the window comes into view. When you can see enough of it to be able to click and drag its title bar, press Enter to complete the move operation.
    Any luck?

  • [SOLVED] Creating src package when the source files must d/l manually

    There's a program which requires to input some data before the GPL source can be downloaded.
    http://www.csse.uwa.edu.au/cnet/download.html
    When I put `source=('cnet-3.3.1.tgz')` in the PKGBUILD and put the archive in PKGBIULD's dir - it compiles and installs just fine.
    However when creating a source file with `mkaurball` it puts the whole archive in the .src.tar.gz.
    What do I do?
    Last edited by axper (2014-06-28 12:11:58)

    You should file a bug against pkgbuild-introspection , looks like mkaurball needs an extra check for archives in source array.
    You could use makepkg --source for now, and upload the file that creates.
    An alternative may be to edit the .src.tar.gz mkaurball created and delete the cnet*.tgz manually .
    Not sure is editing .AURINFO is also needed .

Maybe you are looking for

  • Content Server SQL Server 2000 Connection Error (very annoying)

    All of the diagnostic tests are failing because of SQLServer connection error (see below for diagnosticTests.jsp output). I checked database.content.properties file, all connection information is correct. The portal is running on the same SQL server.

  • How to access holap cube...

    hi alll.... i have created an olap metaoutline using essbase integration services(11.1.1.3) i hav to create an holap cube on it. how do i load data into it from rdbms source and access it in admin studio.....

  • Not opening PNG

    Why is it when I create a PNG file in fireworks and save it as such does it not open automatically with fireworks? Meaning that when I click on the icon it brings up the "Open with" box, and Fireworks is not an option. (not only is it not an option,

  • Is it necessary to have a sim in my iPad to use iMessage ?

    I'm not able to use iMessage from my iPad.

  • Wifi drops connection every time i shut the lid.

    wifi drops connection every time i shut the lid, even if only for 1 second and will not reauth with the wifi without removeing, then adding the wifi back and reauth to the network every time i shut the lid. mbp 2011