Problem of permission in my PKGBUILD

Hello,
I'm trying to build my first package from scratch. It's "Biometrics manager" a GUI form BioAPI package.
I wrote a very basic PKGUILD
pkgname=biometrics-manager
pkgver=0.4rc1
pkgrel=1
pkgdesc="Gnome graphical interface for BioAPI"
url="http://www.nax.cz/2006/12/06/usability-tests-of-my-fingerprint-manager-gui/"
options=('!LIBTOOL')
arch=('i686')
license="GPL"
depends=('pam_bioapi' 'bioapi')
#md5sums=('5bdc98a888c324e091548de25b04d9f6')
source=(http://www.nax.cz/pub/bioapi/pam_bioapi/biometrics-manager-0.4rc1.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
But when I try to build it I get :
/bin/install: cannot create regular file `/etc/pam.d/biometrics-manager': Permission denied
Isn't the fakeroot supposed to be there just to get rid of that kind of problems ?
thanks a lot and sorry for the newbie question

I wrong : sed -i "s|/etc/pam.d/|$startdir/pkg/etc/pam.d/|g" /etc/pam.d/Makefile  its
sed -i "s|/etc/pam.d/|$startdir/pkg/etc/pam.d/|g" etc/pam.d/Makefile
I put a "/" more
CFGINST in $startdir/biometrics-manager-0.4rc1/etc/pam.d/Makefile its guilty.

Similar Messages

  • Problem with permission - not even allowed to open Safari

    Hi
    I have a mbp mid 2010 with 8gb ram running Lion 10.7.4
    I have recently experienced problems with permissions, and have tried fixing it.
    The original problem was that I wasn't allowed to update the SW via the update tool. This problem arose approx. 4 weeks ago. Before then it wasn't a problem. I posted this problem on this forum, and got help by reseting the permission to default by pressen command +R during boot, and via the terminal to reset the permissions. This did the trick a very short while....
    Now I have new problem - I'm not not even allowed to open Safari due to lack of permission. When having disc doctor to analyse the hard drive it shows a very very long list, with issues.
    I have a time machine backup on my NAS, but I don't have permission to access it - can anybody help, please
    Br
    Per

    No, can't say I have.
    Could very well well be an image format issue, or a corrupted file. What platform is the source from (iOS, Android?). And what does "not being able to open" mean exactly?
    You might also try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray before doing the reset.

  • Problem changing permission using EAC (time-consuming error)

    Hello,
    i tried to change the PF permission tree using EAC and selecting "Apply changes to this public folder and all its subfolders." The process stuck at around 80%, and now if i try to change permission on every PF i have the following error:
    The operation can't be performed because you're running another time-consuming operation. Try again when it completes.
    I can manage the permission using EMS, but i'd like to solve that problem.
    Thanks for help!

    At the end i recycled the iis worker process related to EAC.
    Now i can change again PF permissions, but just one by one...

  • Network sharing problem (user permission)

    Hi,
    I'm having problem with the network sharing and user permision.
    My company computer configuration listed as follows:-
    iMac 1 - Mac OS 10.6.8
    iMac 2 - Mac OS 10.5.8
    iMac 3 - Mac OS 10.5.5
    PowerMac G5      - Mac OS 10.4.9
    4 PC - All windows XP
    We have problem with the file sharing on iMac 1.
    All the computers can share each other flawlessly. (Mac using SMB to access windows).
    However, when iMac 1 copy a folder, or create a new folder in PC, some problem occurs.
    - the folder being create/copy was set to be full access (read/write) for everyone in the permissions setting.
    - the folder can be share with everyone on the iMac1
    - when it copy through the network to a PC, iMac 2, iMac 3, and PowerMac G5 cannot access the foler.
    - all the PC and iMac1 still can access it.
    Any clue to this funny issue?

    What happens if you create another user with administrative right ?
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • Server.policy how to solve this problem of permission

    I had deployed a adf faces application.
    I think adf framework build images, and javascritps at cache....
    then my page appear like this:
    http://img113.imageshack.us/img113/7519/adferror9lb.jpg
    the erros at log of SunApplicationServer of this issue is this:
    http://img115.imageshack.us/img115/3169/imagem1lm.jpg
    my server.policy is equal this:
    server.policy
    // Copyright 2004-2005 Sun Microsystems, Inc.  All rights reserved.
    // Use is subject to license terms.
    /* Copyright 2004 Sun Microsystems, Inc. All rights reserved.     */
    /* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */
    // Core server classes get all permissions by default
    grant codeBase "file:${com.sun.aas.installRoot}/lib/-" {
         permission java.security.AllPermission;
    // lockhart classes get all permissions by default
    grant codeBase "file:${com.sun.aas.webconsoleLib}/cc.jar" {
            permission java.security.AllPermission;
    // jato classes get all permissions by default
    grant codeBase "file:${com.sun.aas.jatoRoot}/jato.jar" {
            permission java.security.AllPermission;
    // iMQ classes get all permissions by default
    grant codeBase "file:${com.sun.aas.imqLib}/-" {
         permission java.security.AllPermission;
    // ANT classes get all permissions by default
    grant codeBase "file:${com.sun.aas.antLib}/-" {
         permission java.security.AllPermission;
    // Pointbase embedded server classes get all permissions by default
    grant codeBase "file:${com.sun.aas.pointbaseRoot}/lib/-" {
         permission java.security.AllPermission;
    // Web Services classes get all permissions by default
    grant codeBase "file:${com.sun.aas.webServicesLib}/-" {
         permission java.security.AllPermission;
    // permissions for avkit classes
    grant codeBase "file:${j2ee.appverification.home}/lib/-" {
        permission java.security.AllPermission;
    // Basic set of required permissions granted to all remaining code
    grant {
         permission java.lang.RuntimePermission  "loadLibrary.*";
         permission java.lang.RuntimePermission  "queuePrintJob";
         permission java.net.SocketPermission    "*", "connect";
         permission java.io.FilePermission       "<<ALL FILES>>", "read, write, delete";
            // work-around for pointbase bug 4864405     
            permission java.io.FilePermission "${com.sun.aas.instanceRoot}${/}lib${/}databases${/}-", "delete";
            permission java.io.FilePermission "${java.io.tmpdir}${/}-", "delete";
         permission java.util.PropertyPermission "*", "read";
         permission java.lang.RuntimePermission     "modifyThreadGroup";
    // Following grant block is only required by Connectors. If Connectors
    // are not in use the recommendation is to remove this grant.
    grant {
            permission javax.security.auth.PrivateCredentialPermission "javax.resource.spi.security.PasswordCredential * \"*\"","read";
    // Following grant block is only required for Reflection. If Reflection
    // is not in use the recommendation is to remove this section.
    grant {
         permission java.lang.RuntimePermission "accessDeclaredMembers";
    // Permissions to invoke CORBA objects in server
    grant {
        permission com.sun.enterprise.security.CORBAObjectPermission "*", "*";
    };

    Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry.
    See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled extensions that are not compatible on the next start in "Tools > Add-ons > Extensions" then click the "Find Updates" button to do a compatibility check.

  • Family Sharing problem: Ask Permission Notifications

    Ask Permission Notifications are only showing up when I log onto my Macbook and not my iPhone. Is there something in my iPhone settings that is I have activated preventing me from getting these notifications?

    Did you create her as a child account, or is she set up as an adult ?
    From Request and make purchases with Ask to Buy :
    Ask to Buy is a feature of Family Sharing, and the family organizer can turn on Ask to Buy for any family member who isn't an adult. When a family member initiates a new purchase or free download, a request is sent to the organizer if Ask to Buy is on.
    There are instructions on that link for how to turn 'ask to buy' on and off for under 18s

  • OUTLOOK 2013 permission shared calendar Free/Busy doesn't work for some the users Exchange 2010 and Exchange 2003 that use outlook 2007/2010

    Hello,
    We are in coexitence organisation (transition Migration) Exchange 2003 sp2 and Exchange 2010 sp1.
    Users in Exchange 2003 use outlook 2007 and outlook 2010
    Users in Exchange 2010 use outlook 2007, outlook 2010 and outlook 2013.
    Issue: users in Exchange 2003 can't open outlook 2013 user calendar when he has Busy/Free information as default permission in his calendar.
    User in Exchange 2010 with outlook 2007 can't also open outlook 2013 user calendar when he has Busy/Free information as default permission in his calendar.
    Is it normal ? or exist some configurations to do in order to coexist all thoses clients and servers ?
    Thanks in advance

    Hi,
    Does this issue occur on Outlook only or both Outlook and OWA?
    Since you have double checked the permissions via multiple methods, it seems there is nothing problem on permission. Please make sure the migration from Exchange 2003 server completed successfully.
    If in OWA everything goes well (cannot see details), it should be an issue on the Outlook client side.
    I suggest run Outlook under safe mode to avoid some AVs and add-ins.
    I suggest re-create profile to refresh the caches.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Php curl connection & mysql connection from netbeans (jdbc) problem

    I set up a LAMP stack on my laptop for development of TYPO3 a cms. Everything is cushty but two issues remain where I'm at my wits end.
    In netbeans I cannot connect to the mysql database using the jdbc driver and specifying the localhost. My php application can using the same credentials.
    I realized that I cannot connect to the mysql from the command line either if I use the loopback dress.
    this works: mysql -u root -p -h localhost   
    this doesn't: mysql -u  root -p -h 127.0.0.1                                                                     
    > ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) 
    In my php application I have the problem that I cannot fetch a file via curl and fopen. I have tried both and curl/allow_fopen are enabled in the php.ini but no luck.
    since both problems are permission related it's only the /etc/hosts.allow which comes to mind which could cause a problem but I already allowed everything the hosts.allow
    # /etc/hosts.allow                                                                                         
    rpcbind: 192.168.1.0/255.255.255.0                                                                                                             
    mysqld: ALL : allow                                                                                                                           
    ALL: 127.0.0.1 : allow                                                                                                                         
    httpd: ALL : allow                                                                                                                             
    ALL : ALL : allow
    #/etc/hosts
    127.0.0.1               localhost       localhost.localdomain   lt-tom-arch                                                                   
    Any idea what I'm missing? What can I use to debug the issue further
    #php.ini
    [PHP]
    engine = On
    short_open_tag = Off
    asp_tags = Off
    precision = 14
    y2k_compliance = On
    output_buffering = 4096
    zlib.output_compression = Off
    implicit_flush = Off
    unserialize_callback_func =
    serialize_precision = 100
    allow_call_time_pass_reference = Off
    safe_mode = Off
    safe_mode_gid = Off
    safe_mode_include_dir =
    safe_mode_exec_dir =
    safe_mode_allowed_env_vars = PHP_
    safe_mode_protected_env_vars = LD_LIBRARY_PATH
    error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
    disable_functions =
    disable_classes =
    expose_php = On
    max_execution_time = 300
    max_input_time = 60
    memory_limit = 128M
    error_reporting = E_ALL & ~E_DEPRECATED
    display_errors = Off
    display_startup_errors = Off
    log_errors = On
    log_errors_max_len = 1024
    ignore_repeated_errors = Off
    ignore_repeated_source = Off
    report_memleaks = On
    track_errors = Off
    html_errors = Off
    error_log = /var/log/php.log
    variables_order = "GPCS"
    request_order = "GP"
    register_globals = Off
    register_long_arrays = Off
    register_argc_argv = Off
    auto_globals_jit = On
    post_max_size = 8M
    magic_quotes_gpc = Off
    magic_quotes_runtime = Off
    magic_quotes_sybase = Off
    auto_prepend_file =
    auto_append_file =
    default_mimetype = "text/html"
    include_path = ".:/usr/share/pear"
    doc_root =
    user_dir =
    extension_dir = "/usr/lib/php/modules/"
    enable_dl = Off
    file_uploads = On
    upload_max_filesize = 12M
    max_file_uploads = 20
    allow_url_fopen = On
    allow_url_include = On
    default_socket_timeout = 60
    extension=gettext.so
    extension=json.so
    extension=mcrypt.so
    extension=curl.so
    extension=gd.so
    extension=mysql.so
    extension=openssl.so
    [Date]
    date.timezone = America/Montreal
    [filter]
    [iconv]
    [intl]
    [sqlite]
    [sqlite3]
    [Pcre]
    [Pdo]
    [Pdo_mysql]
    pdo_mysql.cache_size = 2000
    pdo_mysql.default_socket=
    [Phar]
    [Syslog]
    define_syslog_variables = Off
    [mail function]
    SMTP = localhost
    smtp_port = 25
    mail.add_x_header = On
    [SQL]
    sql.safe_mode = Off
    [ODBC]
    odbc.allow_persistent = On
    odbc.check_persistent = On
    odbc.max_persistent = -1
    odbc.max_links = -1
    odbc.defaultlrl = 4096
    odbc.defaultbinmode = 1
    [Interbase]
    ibase.allow_persistent = 1
    ibase.max_persistent = -1
    ibase.max_links = -1
    ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
    ibase.dateformat = "%Y-%m-%d"
    ibase.timeformat = "%H:%M:%S"
    [MySQL]
    mysql.allow_local_infile = On
    mysql.allow_persistent = On
    mysql.cache_size = 2000
    mysql.max_persistent = -1
    mysql.max_links = -1
    mysql.default_port =
    mysql.default_socket =
    mysql.default_host =
    mysql.default_user =
    mysql.default_password =
    mysql.connect_timeout = 60
    mysql.trace_mode = Off
    [MySQLi]
    mysqli.max_persistent = -1
    mysqli.allow_persistent = On
    mysqli.max_links = -1
    mysqli.cache_size = 2000
    mysqli.default_port = 3306
    mysqli.default_socket =
    mysqli.default_host =
    mysqli.default_user =
    mysqli.default_pw =
    mysqli.reconnect = Off
    [mysqlnd]
    mysqlnd.collect_statistics = On
    mysqlnd.collect_memory_statistics = Off
    [Session]
    session.save_handler = files
    session.use_cookies = 1
    session.use_only_cookies = 1
    session.name = PHPSESSID
    session.auto_start = 0
    session.cookie_lifetime = 0
    session.cookie_path = /
    session.cookie_domain =
    session.cookie_httponly =
    session.serialize_handler = php
    session.gc_probability = 1
    session.gc_divisor = 1000
    session.gc_maxlifetime = 1440
    session.bug_compat_42 = Off
    session.bug_compat_warn = Off
    session.referer_check =
    session.entropy_length = 0
    session.entropy_file =
    session.cache_limiter = nocache
    session.cache_expire = 180
    session.use_trans_sid = 0
    session.hash_function = 0
    session.hash_bits_per_character = 5
    url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
    [MSSQL]
    mssql.allow_persistent = On
    mssql.max_persistent = -1
    mssql.max_links = -1
    mssql.min_error_severity = 10
    mssql.min_message_severity = 10
    mssql.compatability_mode = Off
    mssql.secure_connection = Off
    [Assertion]
    [COM]
    [mbstring]
    [gd]
    [exif]
    [Tidy]
    tidy.clean_output = Off
    [soap]
    soap.wsdl_cache_enabled=1
    soap.wsdl_cache_dir="/tmp"
    soap.wsdl_cache_ttl=86400
    soap.wsdl_cache_limit = 5
    [sysvshm]
    [ldap]
    ldap.max_links = -1
    [mcrypt]
    [dba]
    #my.cnf
    [client]
    port = 3306
    socket = /var/run/mysqld/mysqld.sock
    [mysqld]
    port = 3306
    socket = /var/run/mysqld/mysqld.sock
    datadir = /var/lib/mysql
    skip-external-locking
    key_buffer = 16M
    max_allowed_packet = 1M
    table_cache = 64
    sort_buffer_size = 512K
    net_buffer_length = 16K
    myisam_sort_buffer_size = 8M
    skip-networking
    server-id = 1
    [mysqldump]
    quick
    max_allowed_packet = 16M
    [mysql]
    [isamchk]
    key_buffer = 20M
    sort_buffer_size = 20M
    read_buffer = 2M
    write_buffer = 2M
    [myisamchk]
    key_buffer = 20M
    sort_buffer_size = 20M
    read_buffer = 2M
    write_buffer = 2M
    [mysqlhotcopy]
    interactive-timeout

    Regarding Curl/fopen I'm one step further. PHP cannot resolve hostnames and can connect only if an IP is specified. I resolved the domain I needed manually in the hosts file and it works. it appears it cannot use the systems DNS or the system doesn't allow it to use DNS. I have other ubuntu servers in the network who can resolve just fine.
    any idea what could be causing this?
    Could it have something to do with my nsswitch.conf? Should there be another dns somewhere?
    # Begin /etc/nsswitch.conf
    passwd: files
    group: files
    shadow: files
    publickey: files
    hosts: files dns
    networks: files
    protocols: files
    services: files
    ethers: files
    rpc: files
    netgroup: files
    # End /etc/nsswitch.conf

  • Permission Denied error when attempting NW2004s Testdrive on SUSE Linux

    1) I downloaded the 7 .iso images for NW2004s testdrive and concatenated the files as described in the download page.
    2) I wrote an image of the concatenated file onto a DVD.
    3) Installed the 64 bit 1.4.2 JRE SLES 11 installation media. Had to "search" in YaST
    4) executed the command /media/D50077575/install.sh as suggested in the instruction I get the following error
                  bash: /media/D50077574/install.sh: Permission denied
    hence not able to even start the first step in the installation process.
    Kindly help to resolve this installation issue.
    Thanks,
    Ashok
    Edited by: Ashok* on May 22, 2009 11:39 PM

    The problem of Permission seem to be solved when I invoked the command as follows
    bash /media/D50077574/install.sh (i.e. I invoked the shell and passed the install.sh as a parm)
    However I see the following errors thrown out on the terminal window but the installation moves on to next file.
    can the suggested method of bzip2recover be a good idea?
    out from installation
    unpacking /media/D50077574/server/TAR/x86_64/SAPDB_I.tar.bz2
    unpacking /media/D50077574/server/TAR/x86_64/SAPDB_II.tar.bz2
    bzip2: Data integrity error when decompressing.
         Input file = (stdin), output file = (stdout)
    It is possible that the compressed file(s) have become corrupted.
    You can use the -tvv option to test integrity of such files.
    You can use the `bzip2recover' program to attempt to recover
    data from undamaged sections of corrupted files.
    tar: Unexpected EOF in archive
    tar: Unexpected EOF in archive
    tar: Error is not recoverable: exiting now
    unpacking /media/D50077574/server/TAR/x86_64/SAPDB_III.tar.bz2

  • Problem with video playback with iTunes

    Several problems :
    Problem with video playback with iTunes -
    Since about a week, When I launch a video, it takes a long time to get started, then only the sound starts with no pictures - If I press pause then play the video is played normally. Did anyone face or heard about same kind of issue .
    Problem with permission disk errors
    After re-installing White Tiger and After I installed the last OSX 10.6.5 update
    I found the following problem
    Group differs on "Applications / Utilities / AirPort Utility.app / Contents / Resources / wanArrow.png", should be 0 instead of 80.
    Last but not least :
    My computer seems slow - I have 60gig free on My hard drive and I test my hard drive and everything seems all good .

    What was the fix for this? Everything has sucked for my itunes video playback since the last major revision release.

  • "An error occurred creating the application.Check file system permission"

    Hi There ,
    I am facing a problem in creating a webcenter portal webapplication.
    I have followed the steps given in Help topics of Jdeveloper,but after performing all the steps i am getting this error
    "An error occurred creating the application.Check file system permission". Kindly help me to get through this error.
    Regards
    Vivek

    Hi Vivek,
    I hope this is the problem with permission.you Don't have Admin permission to access those folder.
    my Suggestion is
    1.use Administrator account(on windows) for develop applications(its give full access to the folder from your system). or
    2 open your JDeveloper as Administrator. (just right click on JDeveloper from you shortcuts or from programs run as Administrator)
    I hope this will be helpful.
    Best Regards
    Siva Sankar

  • I can't launch any downloaded applications!!! Don't ask for permission

    Normally/Before, when i download an app, i click to open, it will pop up a windows to ask me if i want to open it, for it's downloaded from the internet, i will allow it.
    But now, nothing pop up, and if i launch no matter which app downloaded from the net, the icon in the dock keep jumping and nothing happen.
    I think its certain a problem of permission. Here is what i have done:
    I repaired the disk permission;
    I installed the latest system and java update(though i don't know if its relevent);
    Check the file permission.
    I show the contents of the app package, i try to launch the "XXXX XXXXX" file directly under the file "MacOS". So it's terminal, says:
    Last login: Tue May  8 16:48:59 on console
    DXMB:~ DX$ /Volumes/ XXXXX\ XXXXX.app/Contents/MacOS/XXXX\XXXXXXX ; exit;
    -bash: /Volumes/XXXX XXXXX/XXXX XXXXX.app/Contents/MacOS/XXXX XXXXX: Operation not permitted
    logout
    [Opération terminée]
    I suppose the problem is simple, there is no longer the pop up window to ask for permission?
    What can i do?! I searched on the net, but found nothing.....
    Thanks!

    Thank u baltwo, I know a reinstallation will work out, but i really don't want to, so i come here to see your opinions
    Just a reinstall without erase my contents seems not impossible? and won't work?

  • How to reset permission in recovery mode

    Hi, i've OS X v10.7.3 and i have a problem with permission. So i want to reset it from recovery mode ( cmd + R on startup ). My problem is that when i start my mac holding cmd + R it goes directly to the internet recovery mode and it doesn't happear the chosse mode ( recovery or lion ). What can i do? can someone help me?

    I'm not sure what happened with the repair permissions, if this is what you ran all night. Or why your desktop isn't what you expect.
    I suggest you backup your system by using TIme Machine or one of the cloning softwares Carbon Copy Cloner or SuperDuper to an external drive. Then boot back into the Recovery HD and select the option to Reinstall Mac OS X. The reinstall will first redownload Lion then install it. You won't harm your data or applications as Lion will simply reinstall itself over itself. However, doing the backup prior to this will safeguard your data and apps. You won't need to migrate any data or apps as those are still on your system.

  • MLT - Problems with ffmpeg

    Hi, im having problems to provide a new PKGBUILD for the new version 0.3.4 of "mlt". The notes for the new version recommends a specific version of "ffmpeg", SVN r16313.
    I tried to make and test the new PKGBUILD on a fresh arch install, on a VirtualBox 32-bit guest on my 64-bit host. First i installed ffmpeg from the standard repos, but as expected, "mlt" wont build with the current version from the "extra" repository. Then i made a PKGBUILD for "ffmpeg-svn", compiled and installed it, and "mlt" built and worked (Tested with "mlt++" and "kdenlive", which i also compiled on the virtual test machine). Because that is not very user friendly, to have to install a specific version of "ffmpeg", i tried the configuration option "--avformat-svn", which (if i understood correctly) statically links "ffmpeg r16313". That also worked, and "mlt++" and "kdenlive" worked too.
    Finally i tried the PKGBUILD on my real 64-bit system, and it didnt compiled. I dont understand, why it compiles on a fresh system and not on my real system, which are both up to date. Or could some packages in 32-bit and 64-bit have different versions? May it be, that this is the reason?
    Heres the PKGBUILD (i can post the error message, when im at home):
    # Contributor: Fabian Schoelzel <[email protected]>
    # Contributor: funkyou <[email protected]>
    # Contributor: tardo <[email protected]>
    # Contributor: Stefan Husmann <[email protected]>
    pkgname=mlt
    pkgver=0.3.4
    pkgrel=1
    pkgdesc="An open source multimedia framework"
    arch=('i686' 'x86_64')
    url="http://www.mltframework.org"
    license=('GPL')
    depends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2')
    makedepends=('subversion')
    source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
    md5sums=('1c5caf0a3c03b6fe312b9e5998ae01f8')
    build() {
    cd $srcdir/$pkgname-$pkgver
    ./configure --prefix=/usr --enable-gpl --disable-mmx \
    --qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/Qt \
    --avformat-svn --avformat-swscale
    make || return 1
    make DESTDIR=$pkgdir install || return 1

    There was a thread about ffmpeg on the Arch dev mailing list. And just now a new version (20081220) entered [testing]. You should give that a shot.
    Edit: This is the thread: http://archlinux.org/pipermail/arch-dev … 09799.html
    Edit2: It builds well with the stuff from [testing].
    Last edited by mutlu_inek (2009-01-12 19:13:17)

  • Sometimes: java.lang.SecurityException: Permission denied

    Hello,
    we are using a lot of signed applets in our Web application (used web server: JBoss 5.1).
    For example we use an applet in javascript code and call some of applet's methods. The called java methods are privileged code.
    Since Update to JRE 1.6.0_24 we are getting sometimes:
    Permission denied: null
    java.lang.SecurityException: Permission denied: null
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Ausnahme: java.lang.SecurityException: Permission denied: null
    java.net.MalformedURLException: no protocol: ./Test.jar
         at java.net.URL.<init>(Unknown Source)
         at java.net.URL.<init>(Unknown Source)
         at sun.plugin.util.GrayBoxPainter.setProgressFilter(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.setupGrayBoxPainter(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.showAppletException(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Test.jar is signed. Most of the time Test.jar can be found. The problem seems to appear in case of new JVM (and new java console).
    We arent't operating on the local file system.
    Are there any ideas, known problems?
    Thanks in advance.

    We've encountered the same problem
    exception: Permission denied: null.
    java.lang.SecurityException: Permission denied: null
    at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.SecurityException: Permission denied: null
    But seems to me, that the issue is related to combination of Java6 update 24 and Firefox 3.6.14. We tested on two stations, first FF3.6.14, java6u24, second FF3.6.14, java6u23. On the first station we got exception, but on the second java works fine. After reinstaling java on the first stations to verstion 6u23, everything works fine.

Maybe you are looking for

  • Again a Error 500--Internal Server Error

              Hi folks,           I hope someone can help out. I get a error 500 and the already documented "java.lang.VerifyError:           (class: jsp_servlet/_cda/_RedArticleDetailFB, method: _jspService signature: (Ljavax/servlet/http/HttpServletReq

  • Query Optimisation

    I am facing some funny problem regarding performance of query. If I fire query thro' PL/SQL.. Select a.*,b.* into .......... from a,b where a.key between m_min and m_max and a.col_1 = b.key This takes a long time for execution. But if I replace m_min

  • Querry on third party PR

    Hi All, I am an SD consultant configuring a 3rd party process, i have the following querries: 1. When i create a PR automatically from a sales order will it copy all the items from the sales order - even if the items are supplied by different vendors

  • Adobe interactive form property pdfSource

    Hello,    Would like to know what is the significance of property 'pdfSource' in the Interactive Forms UI element. How this attribute is used and when it should be used. Thanks.

  • Errors, time machine wont go more than 15Go

    Hi I start time machine the backup begin. Than stop 15,2 Go onthe 133,6 Go it should back up! Il try several thing. 1 reformat the External HD be "Mac OS Extended (Journaled)" and Select GUID 2 redonne the partitionning "Volume Scheme" choose "1 part