SOLVED Installing idjc from AUR, compiling fails. libavformat problem?

I'm having difficulty installing idjc from the AUR. I'm not sure what could be causing it, although it seems like it might be an issue with libavformat. Here is the relevant part of the output:
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -std=gnu99 -O2 -I/usr/include/FLAC -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT idjcmixer-avcodecdecode.o -MD -MP -MF .deps/idjcmixer-avcodecdecode.Tpo -c -o idjcmixer-avcodecdecode.o `test -f 'avcodecdecode.c' || echo './'`avcodecdecode.c
avcodecdecode.c: In function 'once_init':
avcodecdecode.c:43:4: warning: implicit declaration of function 'avcodec_init' [-Wimplicit-function-declaration]
avcodecdecode.c: In function 'avcodecdecode_eject':
avcodecdecode.c:64:4: warning: 'av_close_input_file' is deprecated (declared at /usr/include/libavformat/avformat.h:1533) [-Wdeprecated-declarations]
avcodecdecode.c: In function 'avcodecdecode_play':
avcodecdecode.c:161:7: warning: 'avcodec_decode_audio3' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3658) [-Wdeprecated-declarations]
avcodecdecode.c: In function 'avcodecdecode_reg':
avcodecdecode.c:243:7: warning: 'av_close_input_file' is deprecated (declared at /usr/include/libavformat/avformat.h:1533) [-Wdeprecated-declarations]
avcodecdecode.c:248:4: warning: 'av_find_stream_info' is deprecated (declared at /usr/include/libavformat/avformat.h:1357) [-Wdeprecated-declarations]
avcodecdecode.c:256:7: warning: 'av_close_input_file' is deprecated (declared at /usr/include/libavformat/avformat.h:1533) [-Wdeprecated-declarations]
avcodecdecode.c:262:4: warning: 'avcodec_open' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3380) [-Wdeprecated-declarations]
avcodecdecode.c:266:7: warning: 'av_close_input_file' is deprecated (declared at /usr/include/libavformat/avformat.h:1533) [-Wdeprecated-declarations]
avcodecdecode.c: In function 'avformatinfo':
avcodecdecode.c:295:22: error: 'AV_METADATA_DONT_STRDUP_KEY' undeclared (first use in this function)
avcodecdecode.c:295:22: note: each undeclared identifier is reported only once for each function it appears in
avcodecdecode.c:295:52: error: 'AV_METADATA_DONT_STRDUP_VAL' undeclared (first use in this function)
avcodecdecode.c:301:7: warning: 'av_find_stream_info' is deprecated (declared at /usr/include/libavformat/avformat.h:1357) [-Wdeprecated-declarations]
avcodecdecode.c:311:7: warning: 'av_close_input_file' is deprecated (declared at /usr/include/libavformat/avformat.h:1533) [-Wdeprecated-declarations]
make[2]: *** [idjcmixer-avcodecdecode.o] Error 1
make[2]: Leaving directory `/tmp/packerbuild-1000/idjc/idjc/src/idjc-0.8.7/c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/packerbuild-1000/idjc/idjc/src/idjc-0.8.7'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
The build failed.
Last edited by themusicalduck (2012-08-01 22:07:43)

Yes, ffmpeg libraries dropped support for many deprecated functions and macros.  Either this was fairly recent, or the documentation has been fairly slow to catch up.
This change, however, is documented.  AV_METADATA_... needs to be replaces with AV_DICT_... and dict.h needs to be included.
This is an upstream issue and should be reported there, but I'll see if I can get a PKGBUILD to "patch" the problem in the mean time.
edit:  I was able to fix this issue with a single sed line in the PKGBUILD, but then new issues sprang up.  I fixed those, then yet more arose.  The entire package is written against an outdated version of the ffmpeg libraries.  This either needs to be built against those old versions, or fixed (rewritten) upstream.
edit2: if you don't need mp4 support, you should be able to disable this option and compile everything else just fine.  To do so you can use this PKGBULD hack in the build function:
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--disable-static
sed -i 's/\(#define HAVE_AVCODEC 1\)/\/*\1*\//g' config.h
sed -i 's/\(#define HAVE_AVFORMAT 1\)/\/*\1*\//g' config.h
sed -i 's/\(#define HAVE_AVUTIL 1\)/\/*\1*\//g' config.h
make
adding the three sed lines.  This compiles fine, but again, you will not have mp4 support.
Last edited by Trilby (2012-08-01 21:35:57)

Similar Messages

  • [SOLVED] install package from aur via yaourt

    Hi,
    i installed yaourt and tried to install from the aur.
    it keeps asking me to continue bulding and then restart building. it just wont install any packages.
    for none-aur packages it works fine btw.
    any help?
    alex
    Last edited by alext (2011-10-11 23:13:53)

    me too and it didnt.
    [xxx@xxx pcmanfm-mod]$ yaourt ntfs-config
    1 aur/ntfs-config 1.0.1-7 (200)
    Enable/disable NTFS write support with a simple click
    ==> Enter n° of packages to be installed (ex: 1 2 3 or 1-3)
    ==> -------------------------------------------------------
    ==> 1
    ==> Downloading ntfs-config PKGBUILD from AUR...
    x PKGBUILD
    x python-2.7.patch
    Comment by: loleg on Sat, 25 Jun 2011 10:07:14 +0000
    Compiles installs OK using yaourt, however does not work on my up-to-date system with the issue discussed here: http://ubuntuforums.org/archive/index.php/t-1497399.html
    Comment by: jlcordeiro on Mon, 27 Jun 2011 08:56:12 +0000
    Can you check if:
    sudo mkdir /etc/hal/fdi
    sudo touch /etc/hal/fdi/policy
    solves the problem?
    Comment by: mr430 on Tue, 04 Oct 2011 15:56:44 +0000
    jlcordeiro, same problem and making /etc/hal/fdi directory solve it, thanks
    Comment by: jlcordeiro on Sat, 08 Oct 2011 08:17:08 +0000
    Updated with the solution to the mentioned problem.
    Comment by: archdria on Tue, 11 Oct 2011 12:04:43 +0000
    Please, add perl-xml-parser as makedep :)
    Comment by: jlcordeiro on Tue, 11 Oct 2011 21:36:05 +0000
    Done. Thank you :)
    First Submitted: Fri, 19 Jan 2007 21:10:44 +0000
    ntfs-config 1.0.1-7
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> ntfs-config dependencies:
    - python2 (already installed)
    - pygtk (already installed)
    - udev (already installed)
    - ntfs-3g (already installed)
    - perl-xml-parser (already installed)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'core' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'extra' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community-testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'multilib' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    ==> Continue building ntfs-config ? [Y/n]
    ==> -------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for ntfs-config:
    Password:
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'core' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'extra' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community-testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'multilib' not recognized.
    error: target not found: recognized.
    ==> Restart building ntfs-config ? [y/N]
    ==> ------------------------------------
    ==>
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> ntfs-config dependencies:
    - python2 (already installed)
    - pygtk (already installed)
    - udev (already installed)
    - ntfs-3g (already installed)
    - perl-xml-parser (already installed)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'core' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'extra' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community-testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'multilib' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    ==> Continue building ntfs-config ? [Y/n]
    ==> -------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for ntfs-config:
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'core' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'extra' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community-testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'multilib' not recognized.
    error: target not found: recognized.
    ==> Restart building ntfs-config ? [y/N]
    ==> ------------------------------------
    ==>
    ==> WARNING: Following packages have not been installed:
    ntfs-config
    Edit: now ive just seen that i forgot about the warnings. i am not sure about what they mean and how to fix it.
    Last edited by alext (2011-10-11 22:16:58)

  • Can't install Ejecter from AUR

    Hi everyone
    I've been trying to install Ejecter from AUR using yaourt, but I get an error and the installation aborts.
    This is what the terminal tells me:
    Checking for program gcc,cc              : ok /usr/bin/gcc
    Checking for program cpp                 : ok /usr/bin/cpp
    Checking for program ar                  : ok /usr/bin/ar
    Checking for program ranlib              : ok /usr/bin/ranlib
    Checking for gcc                         : ok 
    Checking for program valac               : ok /usr/bin/valac
    Checking for gthread-2.0                 : Traceback (most recent call last):
      File "/tmp/yaourt-tmp-guido/aur-ejecter/src/ejecter-0.3.1/.waf3-1.5.9-92e9dcf84354592025d5265e05eb8bc4/wafadmin/Utils.py", line 414, in recurse
        txt=readf(base+'_'+name,m='rU')
      File "/tmp/yaourt-tmp-guido/aur-ejecter/src/ejecter-0.3.1/.waf3-1.5.9-92e9dcf84354592025d5265e05eb8bc4/wafadmin/Utils.py", line 379, in readf
        f=open(fname,m)
    IOError: [Errno 2] No such file or directory: '/tmp/yaourt-tmp-guido/aur-ejecter/src/ejecter-0.3.1/wscript_configure'
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
      File "./waf", line 148, in <module>
        Abortando...
    ==> ERROR: Makepkg was unable to build ejecter.
    ==> Restart building ejecter ? [y/N]
    ==> --------------------------------
    ==>
    There are no comments on the AUR package, so I don't know if this bugs only happens to me.
    Thanks in advance for your help!

    I have the same problem with Pino from AUR.
    ==> Starting build()...
    Checking for program gcc,cc : ok /usr/bin/gcc
    Checking for program cpp : ok /usr/bin/cpp
    Checking for program ar : ok /usr/bin/ar
    Checking for program ranlib : ok /usr/bin/ranlib
    Checking for gcc : ok
    Checking for program valac : ok /usr/bin/valac
    Checking for gthread-2.0 : Traceback (most recent call last):
    File "/tmp/clyde-johan/pino/pino/src/pino-0.2.10/.waf3-1.5.9-d1e0349fc8937631a656fb8ea7e99063/wafadmin/Utils.py", line 414, in recurse
    txt=readf(base+'_'+name,m='rU')
    File "/tmp/clyde-johan/pino/pino/src/pino-0.2.10/.waf3-1.5.9-d1e0349fc8937631a656fb8ea7e99063/wafadmin/Utils.py", line 379, in readf
    f=open(fname,m)
    IOError: [Errno 2] No such file or directory: '/tmp/clyde-johan/pino/pino/src/pino-0.2.10/wscript_configure'
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
    File "./waf", line 148, in <module>
    Aborting...
    error: Build failed

  • Error from ejbc: Compiler failed executable.exec

    Hi all,
    I am using weblogic server 8.1 and encounter an error when I build my project, could anyone give me a helping hand? Thank you.
    This is my Configuration:
    Application Type: Empty Application
    Project Type: EJB Project
    Project Name: LibraryEJBProject
    DataSource: LibraryDataSource using cgPool
    Table: Library_Book under Schemas\Weblogic\Tables of pointbase server
    EJB name: BookBean.EJB under LibraryEJBProject\book
    When I right click LibraryEJBProject and click build, the following error comes out:
    ======================================================
    Build project LibraryEJBProject started.
    BUILD STARTED
    build:
    Created dir: C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build
    check-env:
    WARNING: Checking to see if there is anything new to build...
    Created dir: C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_ejb_crc
    no-ejbgen:
    run-build:
    clean-modules:
    removed module 'LibraryEJBProject.jar'
    WARNING: Running EJBGen...
    Loading source file C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\/wlw_LibraryEJBProject_build/../wlw_ejb_crc//ejbgentemp/Book\BookBean.java...
    Constructing Javadoc information...
    EJBGen 2.16
    [Info:] Creating C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\/wlw_LibraryEJBProject_build/../wlw_ejb_crc//ejbgentemp\Book\Book.java
    [Info:] Creating C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\/wlw_LibraryEJBProject_build/../wlw_ejb_crc//ejbgentemp\Book\BookHome.java
    [Info:] Creating C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\/wlw_LibraryEJBProject_build/../wlw_ejb_crc//ejbgentemp\META-INF\ejb-jar.xml
    [Info:] null [Bean] MAKE CLASS NAME G:BookHome P:Book N:BookHome
    [Info:] null [Bean] MAKE CLASS NAME G:Book P:Book N:Book
    [Info:] Creating C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\/wlw_LibraryEJBProject_build/../wlw_ejb_crc//ejbgentemp\META-INF\weblogic-ejb-jar.xml
    [Info:] Creating C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\/wlw_LibraryEJBProject_build/../wlw_ejb_crc//ejbgentemp\META-INF\weblogic-cmp-rdbms-jar.xml
    [Info:] Creating C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\/wlw_LibraryEJBProject_build/../wlw_ejb_crc//ejbgentemp\ejbgen-build.xml
    post-ejbgen:
    clean-ejbc:
    Copying 7 files to C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build
    WARNING: EJBGen ok. Compiling...
    runjavac:
    Compiling 3 source files to C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build
    WARNING: All files compiled. Running ejbc...
    <Dec 3, 2004 12:18:44 PM CST> <Warning> <EJB> <BEA-010212> <The EJB 'Book(Jar: C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build)' contains at least one method without an explicit transaction attribute setting. The default transaction attribute of Supports will be used for the following methods: local-home[createQuery(), remove(java.lang.Object), findByPrimaryKey(java.lang.Integer), create(java.lang.Integer)] local[getBookID(), getIsbn(), getName(), setPublisher(java.lang.String), getPublisher(), setAuthor(java.lang.String), setBookID(java.lang.Integer), remove(), setIsbn(java.lang.String), getAuthor(), setName(java.lang.String)] >
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:76: cannot resolve symbol
    symbol : class BookBean
    location: interface Book.Book
    public final class Book_5wlu3i__WebLogic_CMP_RDBMS extends Book.BookBean
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:760: cannot resolve symbol
    symbol : class Book_5wlu3i_Intf
    location: interface Book.Book
    Book.Book_5wlu3i_Intf beanIntf)
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i_Intf.java:39: cannot resolve symbol
    symbol : class Book_5wlu3i_Intf
    location: interface Book.Book
    (java.sql.ResultSet rs, java.lang.Integer offset, Object __WL_pk, Book.Book_5wlu3i_Intf var)
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i_ELOImpl.java:15: cannot resolve symbol
    symbol : class Book
    location: interface Book.Book
    implements Book.Book, weblogic.utils.PlatformConstants, java.io.Serializable
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i_LocalHomeImpl.java:13: cannot resolve symbol
    symbol : class BookHome
    location: interface Book.Book
    implements Book.BookHome, weblogic.utils.PlatformConstants
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i_LocalHomeImpl.java:76: cannot resolve symbol
    symbol : class Book
    location: interface Book.Book
    public Book.Book create (java.lang.Integer arg0)
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i_LocalHomeImpl.java:101: cannot resolve symbol
    symbol : class Book
    location: interface Book.Book
    public Book.Book findByPrimaryKey(java.lang.Integer arg0)
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:244: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.setEntityContext(arg0);
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:257: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.unsetEntityContext();
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:269: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.ejbActivate();
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:490: cannot resolve symbol
    symbol : class Book_5wlu3i__WebLogic_CMP_RDBMS
    location: interface Book.Book
    Book.Book_5wlu3i__WebLogic_CMP_RDBMS __WL_bean = null;
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:566: cannot resolve symbol
    symbol : class Book_5wlu3i__WebLogic_CMP_RDBMS
    location: interface Book.Book
    __WL_bean = (Book.Book_5wlu3i__WebLogic_CMP_RDBMS)__WL_pm.getBeanFromRS(__WL_pk, __WL_rsInfo);
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:763: cannot resolve symbol
    symbol : class Book_5wlu3i__WebLogic_CMP_RDBMS
    location: interface Book.Book
    Book.Book_5wlu3i__WebLogic_CMP_RDBMS __WL_bean = (Book.Book_5wlu3i__WebLogic_CMP_RDBMS)beanIntf;
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:763: cannot resolve symbol
    symbol : class Book_5wlu3i__WebLogic_CMP_RDBMS
    location: interface Book.Book
    Book.Book_5wlu3i__WebLogic_CMP_RDBMS __WL_bean = (Book.Book_5wlu3i__WebLogic_CMP_RDBMS)beanIntf;
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:922: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.ejbLoad();
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:936: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.ejbStore();
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:950: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.ejbRemove();
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:1051: cannot resolve symbol
    symbol : class Book_5wlu3i__WebLogic_CMP_RDBMS
    location: interface Book.Book
    case 0: __WL_loadGroup0FromRS(rs, offset, __WL_pk, (Book.Book_5wlu3i__WebLogic_CMP_RDBMS)eb); break;
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:1167: reference to + is ambiguous, both method +(java.lang.String,java.lang.String) in and method +(java.lang.String,int) in match
    if(__WL_verbose) Debug.say("setting("+this+") 'author' using column " __WL_num ". Value is " + this.author);
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:1178: reference to + is ambiguous, both method +(java.lang.String,java.lang.String) in and method +(java.lang.String,int) in match
    if(__WL_verbose) Debug.say("setting("+this+") 'isbn' using column " __WL_num ". Value is " + this.isbn);
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:1189: reference to + is ambiguous, both method +(java.lang.String,java.lang.String) in and method +(java.lang.String,int) in match
    if(__WL_verbose) Debug.say("setting("+this+") 'name' using column " __WL_num ". Value is " + this.name);
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:1200: reference to + is ambiguous, both method +(java.lang.String,java.lang.String) in and method +(java.lang.String,int) in match
    if(__WL_verbose) Debug.say("setting("+this+") 'publisher' using column " __WL_num ". Value is " + this.publisher);
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:1663: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.ejbCreate( arg0);
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:1702: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.ejbPostCreate( arg0);
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:1847: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.ejbRemove();
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:1907: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.ejbLoad();
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:1938: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.ejbStore();
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i__WebLogic_CMP_RDBMS.java:2072: cannot resolve symbol
    symbol : variable super
    location: class Book.Book_5wlu3i__WebLogic_CMP_RDBMS
    super.ejbPassivate();
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i_LocalHomeImpl.java:80: cannot resolve symbol
    symbol : class Book
    location: interface Book.Book
    return (Book.Book) super.create(md_ejbCreate_I,
    ^
    C:\DOCUME~1\NICHOL~1.LAB\LOCALS~1\Temp\wlw_LibraryEJBProject_build\Book\Book_5wlu3i_LocalHomeImpl.java:105: cannot resolve symbol
    symbol : class Book
    location: interface Book.Book
    return (Book.Book)
    ^
    30 errors
    ERROR: ERROR: Error from ejbc: Compiler failed executable.exec
    ERROR: ERROR: ejbc couldn't invoke compiler
    BUILD FAILED
    ERROR: ERROR: Error from ejbc: Compiler failed executable.exec
    ERROR: ERROR: ejbc couldn't invoke compiler
    ======================================================
    What would be the cause of the error, would it be related to the way I create the datasource and the table? Or other causes, please help. Thank you.
    Regards,
    Nicholas Lok

    It's difficult to tell solely by the messages. One there seems to be a problem finding a base class. One thing that I notice is that the package seems to contain 'book' with a lower case 'b' as in:
    EJB name: BookBean.EJB under LibraryEJBProject\book
    Whereas all the error messages are saying that they are having trouble finding something with a package name like 'Book' with a capital 'B'.
    Perhaps that is the problem, the package has to be consistently 'book' or 'Book' and can't be both.
    Hope I'm right and hope this helps.
    thorick

  • Any point to install OSS from AUR?

    I have my sound working great with ALSA, I'm just curious if there's any benefit to installing OSS from AUR (http://aur.archlinux.org/packages.php?ID=7134) ??

    I use the package, though not from the AUR. I downloaded mine directly from 4Front Tech's website: http://www.opensound.com/
    I went this route because they provide the specific driver for my m-audio soundcard. In this thread: http://bbs.archlinux.org/viewtopic.php?id=44072 NoOneImportant noted that the sound is better than vanilla alsa.

  • [SOLVED] Makepkg, install dependencies from AUR.

    Is it possible for makepkg to install the dependencies from AUR with makepkg -si?
    Last edited by lemanski6 (2012-09-20 18:05:38)

    Nope.  Many "AUR helpers" do this though.  In my limited experience yaourt seems to be one that handles this seemlessly, but I'd say it comes with some costs of hiding what is doing from the user.

  • Can't install Dropbox from AUR due to missing dependencies.

    I'm posting in the Newbie Corner, since I suspect that this is a newbie issue with a really simple solution..
    I've been using Dropbox for Linux directly from Dropbox.com, but I had now decided to convert to the AUR version (easier to update). But it won't install. It won't even build.
    ==> Manglende avhengigheter:
    -> qt
    ==> Kontrollerer avhengigheter som trengs under bygging...
    ==> FEIL: Kunne ikke finne alle avhengigheter.
    ==> ERROR: Makepkg was unable to build bbox-git.
    ==> Restart building bbox-git ? [y/N]
    Not optimal that this is in norwegian.. But in essence it tells me that there are missing dependencies. Qt to be exact. And because of this makepkg is not able to build bbox-git. Earlier in the process (when the dependencies for bbox-git is listed) it says that qt is not installed and will be buildt from AUR. I've tried to reinstall qt. Please help.
    EDIT:
    I'm using Yaourt.
    Last edited by madr (2013-06-08 22:24:06)

    Trilby wrote:You say you've tried to install qt, does that mean you failed to install it?  qt should not be installed from the AUR, it is a package group in [extra].
    I've tried to reinstall it. And I've installed it from the official repos of course. The AUR bit is output from Yaourt, not me.
    karol wrote:
    Run
    LC_ALL=C <command>
    to get output in English.
    I'll post the output of this later (it's getting late here).
    mcmillan wrote:
    First, that's not the dropbox package, but something that is like dropbox. If you want the actual dropbox program you want https://aur.archlinux.org/packages/dropbox
    If this is the package you actually want, it looks like it hasn't been updated since the qt packaged was renamed qt4, so you'll need to change that in the PKGBUILD file by hand.
    It is the package you're linking to I'm having trouble installing. Okay, I'll have a look. Later. I'll get back to this thread.
    karol wrote:I'm not sure if https://aur.archlinux.org/packages/dropbox is easier to update - as you can read in the comments, many users are not happy with the auto-update feature.
    Maybe it's too easy to update ;P , but YMMV.
    Do I ever catch a break in life? Not often at least.

  • Cannot install anything from AUR

    Hi everyone, I'm quite new on Arch and I'm having troubles trying to installing software from the AUR. When I try to run 'makepkg' I only get:
    ==> ERROR: install file (google-chrome-dev.install) does not exist.
    (in this case with Chrome, but it happens with everything else, too)
    I feel like it's something stupid, but I can't figure out what.
    Thank you for the support.

    Please (re-)read https://wiki.archlinux.org/index.php/AU … g_packages and remember to mark the thread as solved :-)

  • [SOLVED] Install archlinux from a archlinux system -system not booting

    Hey there,
    I am trying to install a fresh archlinux system from within an existing archlinux installation. -- I really hope to get help here, I am clueless.
    Theoretically this could be posted in the newby section but I think my problem is more special and it's not my first archlinux installation at all.
    The facts:
    I am renting an ovh server (kimsufi.com) and I want to install archlinux without their special ovh features.
    The rescue system (debian) don't let me install archlinux (pacstrap error -> "mount: mount point /mnt/dev/pts does not exist"). Same as here -> https://bbs.archlinux.org/viewtopic.php?pid=1231074
    Because of that I install archlinux over the webinterface and then I want to install archlinux on another partition.
    The problem:
    The archlinux system from ovh is working, it is booting fine. My freshly installed system looks to don't boot at all.
    There are no logs in /var/log (no dmesg etc.) so I think that it doesn't past grub.
    I am clueless what I can do to get it to boot.
    What I have tried...
    "Pretty everything" I would say but this doesn't help anyone.
    pacman -Syu linux mkinitcpio grub <- to be sure everything is installed.
    -- Openssh is installed and configured, network is configured, fstab is correct, openssh and netctl is on autostart with systemctl.
    mkinitcpio -p linux <- everything ok
    grub-mkconfig -o /boot/grub/grub.cfg <- that's also fine
    grub-install --recheck /dev/sda <- no problems so far
    That's all, I hope I haven't forgotten anything.
    Partitions:
    Device Boot Start End Blocks Id System
    /dev/sda1 4096 526335 261120 83 Linux <--- /boot of the ovh system
    /dev/sda2 526336 19398655 9436160 83 Linux <--- / of the ovh system
    /dev/sda3 * 19398656 20445183 523264 83 Linux <--- /boot of the fresh system
    /dev/sda4 20445184 26736639 3145728 5 Extended
    /dev/sda5 20447232 26736639 3144704 83 Linux <--- / of the fresh system
    The bootflag is ignored because grub is installed into MBR.
    Please post any ideas, I don't know what I may have forgotten.
    Last edited by lookingaty (2014-02-14 21:24:39)

    Since it's a server by ovh/kimsufi, I am not able to see what's going on with grub. (I have no idea how to diagnose that problem.)
    The grub.cfg seems to be correct.
    I tried it again without an extended partition, every partition are primary ones. Still no logs.
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 526335 262144 83 Linux <--- /boot of both systems (only grub.cfg changes)
    /dev/sda2 526336 19398655 9436160 83 Linux <--- / of the ovh system
    /dev/sda3 19398656 25690111 3145728 83 Linux <--- / of the fresh system
    At the moment the grub.cfg points to the OVH archlinux, not the freshly installed one.
    I have modified that file by hand to OVH archlinux (sda2; UUID changed of course). OVH archlinux boots.
    I can run grub-mkconfig -o /boot/grub/grub.cfg with the fresh system in arch-chroot again but it won't help.
    But I can still do this and post it here.
    My grub.cfg:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 bdf22a6f-cc53-41bc-a539-681a16bad2d2
    else
    search --no-floppy --fs-uuid --set=root bdf22a6f-cc53-41bc-a539-681a16bad2d2
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_archlinux ###
    menuentry "Arch Linux pkg-linux kernel" --class arch-linux --class arch --class gnu-linux --class gnu --class os {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    fi
    set gfxpayload=keep
    insmod ext2
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Arch Linux pkg-linux kernel ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading Arch Linux pkg-linux kernel initramfs ...'
    initrd /initramfs-linux.img
    menuentry "Arch Linux pkg-linux kernel (fallback initramfs)" --class arch-linux --class arch --class gnu-linux --class gnu --class os {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    fi
    set gfxpayload=keep
    insmod ext2
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Arch Linux pkg-linux kernel ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading Arch Linux pkg-linux kernel fallback initramfs ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_archlinux ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-bdf22a6f-cc53-41bc-a539-681a16bad2d2' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-bdf22a6f-cc53-41bc-a539-681a16bad2d2' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-bdf22a6f-cc53-41bc-a539-681a16bad2d2' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###

  • [SOLVED] Can't install linuxwacom from AUR with latest X Server

    I am unable to reinstall linuxwacom, which I had reinstalled perfectly the day before the big update from testing yesterday, which, among many other things, updated X Server to 1.7.0.901-1.
    Here is the error output (am installing linuxwacom 0.8.4-6 from the AUR). I'm including everything that apears (to me) to be associated with the error, but if there should be more or less, let me know:
    In file included from /usr/include/xorg/xf86str.h:38,
    from /usr/include/xorg/xf86.h:46,
    from ./xf86Wacom.h:68,
    from ./xf86Wacom.c:93:
    /usr/include/xorg/input.h:79:1: warning: this is the location of the previous definition
    ./xf86Wacom.c: In function 'xf86WcmInitialCoordinates':
    ./xf86Wacom.c:368: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:395: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c: In function 'xf86WcmRegisterX11Devices':
    ./xf86Wacom.c:630: warning: passing argument 3 of 'InitButtonClassDeviceStruct' from incompatible pointer type
    /usr/include/xorg/input.h:274: note: expected 'Atom *' but argument is of type 'CARD8 *'
    ./xf86Wacom.c:630: error: too few arguments to function 'InitButtonClassDeviceStruct'
    ./xf86Wacom.c:670: warning: passing argument 3 of 'InitValuatorClassDeviceStruct' makes pointer from integer without a cast
    /usr/include/xorg/input.h:280: note: expected 'Atom *' but argument is of type 'int'
    ./xf86Wacom.c:670: error: too few arguments to function 'InitValuatorClassDeviceStruct'
    ./xf86Wacom.c:712: warning: implicit declaration of function 'InitKeyClassDeviceStruct'
    ./xf86Wacom.c:720: warning: implicit declaration of function 'InitKbdFeedbackClassDeviceStruct'
    ./xf86Wacom.c:751: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:756: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:757: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:765: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:766: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:772: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:773: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:781: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:786: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:790: error: too few arguments to function 'InitValuatorAxisStruct'
    make[2]: *** [xf86Wacom.o] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-sara/aur-linuxwacom/linuxwacom/src/linuxwacom-0.8.4-3/src/xdrv'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-sara/aur-linuxwacom/linuxwacom/src/linuxwacom-0.8.4-3/src'
    make: *** [all-recursive] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build linuxwacom package.
    Error: unable to update linuxwacom
    Because of this, I can no longer use my pen or touchscreen. My tablet is a Lenovo X61t.
    This is probably due to the testing repo as the package's maintainer (gwash) was unable to reproduce this with the latest updates from core and extra installed.
    [edit] Perhaps this is because this package is designed to be compatible with version 1.6 of X Server, and I'm using 1.7 (the latest in testing). Are any other tablet users in testing experiencing this problem? [/edit]
    [edit] And as I thought, downgrading xorg-server to 1.6 fixed this (this also required downgrading evdev and the intel driver). So it's just linuxwacom's incompatibility with verison 1.7, which will hopefully be fixed soon. Marking the subject line as SOLVED, though the real solution is an update to linuxwacom. [/edit]
    Last edited by Sara (2011-06-08 22:43:19)

    N30N wrote:
    schuschu wrote:Could someone put a PKGBUILD with patch into the AUR please?
    I've added the patch to the linuxwacom-cvs package.
    Thanks, but I still can't build it:
    patching file src/xdrv/xf86Wacom.c
    Hunk #1 succeeded at 100 with fuzz 2 (offset 10 lines).
    Hunk #2 succeeded at 367 (offset -36 lines).
    Hunk #3 succeeded at 397 (offset -33 lines).
    Hunk #4 succeeded at 555 (offset -33 lines).
    Hunk #5 succeeded at 611 (offset -22 lines).
    Hunk #6 succeeded at 649 (offset -22 lines).
    Hunk #7 succeeded at 667 (offset -22 lines).
    Hunk #8 succeeded at 683 (offset -22 lines).
    Hunk #9 succeeded at 723 (offset -22 lines).
    Hunk #10 succeeded at 750 (offset -22 lines).
    Hunk #11 succeeded at 781 (offset -22 lines).
    Hunk #12 succeeded at 791 (offset -22 lines).
    Hunk #13 succeeded at 823 (offset -22 lines).
    Hunk #14 succeeded at 849 (offset -22 lines).
    Hunk #15 FAILED at 881.
    1 out of 15 hunks FAILED -- saving rejects to file src/xdrv/xf86Wacom.c.rej

  • [SOLVED] Unable to install gpodder3 from AUR

    I am a linux and arch newbie and about 3 weeks into my arch experience. I really like it so far, finding and fixing errors and getting all of my (laptop) hardware working is interesting.
    One program I am having real problems to install is gpodder. This worked flawlessly for me on mint and I really enjoyed using it to sync my podcasts with my ipod nano and would love arch even more if I could get it working. I enjoy simple GUIs where using the terminal seems a bit laborious.
    In the AUR there is a gpodder3 package available however when I attempt
    user@arch ~/Downloads/gpodder3 $ makepkg -s
    ==> Making package: gpodder3 3.5.1-1 (Sun 19 May 06:19:45 BST 2013)
    ==> WARNING: Using a PKGBUILD without a package() function is deprecated.
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: python2-mygpoclient
    ==> ERROR: 'pacman' failed to install missing dependencies.
    All of my packages and mirrors are up-to-date using
    pacman -Syyu
    I tried installing 'python2-mygpoclient' manually but no luck there either. Has anyone got gpodder on arch working under xfce?
    Would anyone please help me to get this installed?
    Last edited by cdrjameson (2013-05-19 06:40:50)

    Thanks for the advice on the AUR helpers. As I am so new to Arch and linux really I think I'll stick to vanilla pacman until I feel comfortable. I have read plenty of posts and blogs decrying the use of AUR helpers for novices.
    My search always starts with -Ss and then I investigate further using the ArchWiki - seems to work for me so far. Although I think I have been a bit like a kid in a candy shop and I have downloaded loads of different packages to see what they are like and now I am faced with removing some (getting back to the Arch way) and working out what their dependencies are/were. This is not a question as such just a request for your good will( I think i'll need it!) as I try to navigate the package manamgement between removing xfce and installing e17.

  • Error installing package from AUR. /usr/lib64 exists in filesystem

    I installed the package zoneminder-xinetd 1.27.0-1 using the instruction on the wiki, the installation finished successfully. then I realized that the package was outdated, so I uninstalled it using "sudo pacman -R zoneminder-xinetd", manually edit the files .AURINFO and PKGBUILD to get the new version, compiled successfully using 'makepkg -s' but when I'm try to install it(sudo pacman -U zoneminder-xinetd-1.28.0-1-x86_64.pkg.tar.xz) I got this error:
    error: failed to commit transaction (conflicting files)
    zoneminder-xinetd: /usr/lib64 exists in filesystem
    Errors occurred, no packages were upgraded.
    I also tried to install this other package https://aur.archlinux.org/packages/zoneminder after removing some unwanted dependencies but i get the same error.

    fsckd wrote:Pacman 4.2 handles symlinks differently than past versions of pacman. Allan's blog has a good description (see the section "Directory Symlink Handling") http://allanmcrae.com/2014/12/pacman-4-2-released/. I suggest you inform the maintainers of those packages so that they may update the PKGBUILDs.
    Thanks for the quick answer.
    I solved this issue by adding "-DCMAKE_INSTALL_LIBDIR=/lib" to the cmake in the PKGBUILD. The mantainer of the zoneminder package solved this already by adding "-DZM_PERL_SUBPREFIX=/lib/perl5 \".
    Also, I adopted the zoneminder-xinetd package .

  • [SOLVED] Installing VLC from Extras doesn't work.

    Hey guys,
    During installation I enabled the pacman repository mirror for my country. Which is hosted by Kangaroot.net
    Just now I tried to install VLC media player. Oddly enough pacman couldn't find a couple of dependency packages on the Kangaroot mirror.
    To fix this I went into /etc/pacman.d/mirrorlist and enabled all the mirrors from Germany. I figured that would fix it.
    Seems that the German mirrors are missing the same packages though. This is pacman's output:
    error: failed retrieving file 'libdvbpsi-0.2.1-1-i686.pkg.tar.xz' from mir.archlinux.fr : Not Found
    error: failed retrieving file 'ffmpeg-20111108-1-i686.pkg.tar.xz' from archlinux.polymorf.fr : Not Found
    error: failed retrieving file 'libupnp-1.6.13-1-i686.pkg.tar.xz' from archlinux.polymorf.fr : Not Found
    error: failed retrieving file 'vlc-1.1.12-3-i686.pkg.tar.xz' from mir.archlinux.fr : Not Found
    When you look up "Archlinux" on the videolan.org website it claims VLC ought to be available in the Extras repository.
    What am I missing?
    Last edited by 20k (2011-11-26 21:26:44)

    Am I right in understanding that because pacman's database was not properly updated it couldn't find the same packages on other mirrors either?
    Yes. Your database was out of date, therefore pacman was looking for things which would no longer exist on any up to date mirror.
    EDIT: If your problem is solved, please edit your thread title to reflect this
    Last edited by b4data (2011-11-23 18:09:41)

  • Bibletime from AUR :: makepkg failing

    Howdy. 
    Attempts to makepkg bibletime from the AUR have been aborting.  I couldn't find how to contact the maintainer. 
    Here's how it all ends. 
    make[4]: Leaving directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4/bibletime/frontend/display'
    make[4]: Entering directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4/bibletime/frontend'
    rm -rf manageindicesform.h;
    /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload ./manageindicesform.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> manageindicesform.h ;
    g++ -DHAVE_CONFIG_H -I. -I../.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include/sword -I/usr/include -I/usr/lib -I/usr/include/sword -DQT_THREAD_SUPPORT -D_REENTRANT -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -Wall -I../../ -I../../bibletime -I../../bibletime -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fexceptions -MT btinstallmgr.o -MD -MP -MF .deps/btinstallmgr.Tpo -c -o btinstallmgr.o btinstallmgr.cpp
    In file included from btinstallmgr.cpp:14:
    [i]kio_ftptransport.h:45: error: invalid covariant return type for 'virtual std::vector<ftpparse, std::allocator<ftpparse> > BookshelfManager::KIO_FTPTransport::getDirList(const char*)'[/i]
    /usr/include/sword/ftptrans.h:56: error: overriding 'virtual std::vector<sword::DirEntry, std::allocator<sword::DirEntry> > sword::FTPTransport::getDirList(const char*)'
    make[4]: *** [btinstallmgr.o] Error 1
    make[4]: Leaving directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4/bibletime/frontend'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4/bibletime/frontend'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4/bibletime'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/bwayne/misc/src/bibletime/src/bibletime-1.6.4'
    make: *** [all] Error 2
    ==> ERROR: Build Failed. Aborting...
    I'm fairly new to building from source.  The offender looks to be
    kio_ftptransport.h:45: error: invalid covariant return type for 'virtual std::vector<ftpparse, std::allocator<ftpparse>
    Google returned nada.  Ask.com returned this.  some kinda code or something :)
    Any tips would be nice. 
    Notes or links to notes on how to go about solving these sorts of issues for myself are doubly appreciated.  Kinda new to building from source.  Thanks!

    The latest version seems to be 1.6.5 and the PKGBUILD is for 1.6.4 (I just flagged it out-of-date), you could try building 1.6.5 instead and see if that works better. Usually you only need to change the pkgver and update the md5sum array for that to work, and I've checked the PKGBUILD for this package and I don't think there should be any problem with that approach.

  • [SOLVED] Installing modemmanager + accessing aur + misc issues

    Hi All:
    I am new to Arch. It was a very learning and trying experience getting Arch up and running with Gnome 3, and wireless connectivity etc., but it was a lot of fun and the system is very fun to use.. Now, I have Network Manager installed so that I can also connect to the internet using a datacard (USB modem) as well as wireless internet when in office.
    After struggling to get the modem out of the CD mode, installing modemmanager, and usb_modeswitch, things were working ok, sort of. Network Manager detected my datacard and showed it in available connections in the applet (in the clutter notification).. When I clicked on it to try and connect, nothing happens. I then open Network Settings, and go to Mobile Broadband tab, and click on "Options" but nothing shows up. I thought maybe, modemmanager didn't install properly so I try uninstalling it, and re-installing and try again. I guess I did this a couple of times without thinking.. Somewhere in the middle of it all, modemmanager got messed up, and when I did "clyde -Qi modemmanager", it showed like (typing this from memory):
    extra/modemmanager <version-number>
    Null
    So, I uninstalled it ("clyde -R modemmanager"), and tried reinstalling it (clyde -S --repos modemmanager), but it won't install. It keeps saying that there are many files are that already existing so installation is aborted. I am not sure if I can delete those files (some are in the d-bus folder etc).. Without modemmanager, my USB modem won't show up on the network manager applet anymore.
    I wanted to post the contents of that error message here, using pastebin, but that brings me to the next problem:
    Some websites are not accessible from my Arch installation. The websites I know aren't working are:
    1. Aur website (doesn't load),
    2. Arch forums (loads but won't let me post),
    3. pastebin.com (loads but won't let me post),
    4. Youtube (loads site but video won't load).
    These sites work fine from my windows installation. Also, sending email via IMAP on thunderbird is very whimsical. I think if the message is bigger than a particular size, it gets stuck halfway.. Searching for the youtube issue, I found someone saying that setting MTU on the network manager will solve it. So, I set MTU to 1436 bytes. (or something close) That solved the youtube problem, but the remaining problems still persist.
    Sorry I am not able to give all the error messages here yet, because of the website accessing problem in my Arch installation. I am posting this from windows. Another problem I was having was not being able to write to my NTFS partition from Arch (even with root privileges) but I will leave that to another time/thread, because I still think there are things I can try to get that working..
    I will try and use a wired connection to see if that solves the problems. Meanwhile, any suggestions on how I can cleanup the modemmanager files so I can re-install it would be very helpful.
    Thanks,
    Maha
    Last edited by magesha (2011-07-20 11:54:59)

    Ok, fixed it thanks to some very helpful people in the IRC channel. Many thanks.
    I think my main mistakes was using clyde for installing from the repo, and not letting clyde finish properly once.. Removed the files after checking with pacman -Qo that they don't belong to any package. Then reinstalled modemmanager from the repo. Used nm-connections-editor to add the modem settings, and all set now!
    As for the website/posting problem, somehow it seems to have vanished. Either my router has some intermittent issues or MTU = 1426 bytes is somehow sacred.. Anyways, marking this post as [SOLVED].
    -Magesha

Maybe you are looking for

  • SOAP Adapter DynamicConfiguration SRemoteHost

    Hi guys, i use in my SOAP to FTP scenario the adapter specific parameter SRemoteHost, that means i add a suffix with the sender hostname to the receiver filename. It works fine, the only problem i have is, that the field SRemoteHost has the value '10

  • Corrupted fonts can't remove

    Apparently I have some corrupted fonts which I have not been able to remove.  I disable them, restart computer and some enabled again.  Attempt to remove via comand, occasionally they appear in trash but some have the grayed out "remove font..." Anyo

  • How to Restrict transaction GR55

    Hi friends, I want to restrict generate option in transaction GR55 to  some users. only few groups needs to be able to generate the reports.I ran a trace and could not find any auth object which restricts the Generate option.Please help. Thanks, kuma

  • Transport Hierarchy

    Hi all, Is it possible to transport a hierarchy built like this; main node text node(Year) sub node text node(quarter) least level subnode inser characteristic (0calmonth) can any one help me with a solution? Thanks Lakshmi

  • MOSS 2007 document library with 50000 items

    I have a document library in MOSS 2007 which contain 50000 items. The size is around 70GB. Right now it's working fine and there is no slowness or any performance issue but I am afraid it may not be like this forever. What can I do to improve this si