Native ZFS for Linux

Oboy. http://github.com/behlendorf/zfs

I've tried making PKGBUILD's. And spl build and installs fine, but I get a building error on zfs:
Making all in module
make[2]: Entering directory `/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module'
make -C /usr/src/linux-2.6.35-ARCH SUBDIRS=`pwd` modules
make[3]: Entering directory `/usr/src/linux-2.6.35-ARCH'
CC [M] /home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module/avl/../../../module/avl/avl.o
/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module/avl/../../../module/avl/avl.c:90:23: fatal error: sys/types.h: No such file or directory
compilation terminated.
make[5]: *** [/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module/avl/../../../module/avl/avl.o] Error 1
make[4]: *** [/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module/avl] Error 2
make[3]: *** [_module_/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module] Error 2
make[3]: Leaving directory `/usr/src/linux-2.6.35-ARCH'
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch'
make: *** [all] Error 2
I don't know what this error is. Could it be a bug in gcc?

Similar Messages

  • Native Extension for Linux

    Hi,
    I'd like to explore the posibility to create a navite extension for AIR/Linux. I haven't found documentation on how to do it. Is this already supported in version 3?
    I want to create a serial port communication extension for AIR.
    Can some one please confirm is this is possible at this point? and if so point me in the right direction.
    Thanks,

    AIR isn't supported on desktop Linux anymore. AIR 2.6 is the last supported version, so native extensions are not possible on Linux. You can find this announcement buried in this article: http://blogs.adobe.com/flashplayer/2011/06/adobe-air-and-linux-increasing-distribution-on- devices.html

  • Native libraries for Linux

    When can I expect proper Linux support?
    Tanenbaum:/opt/bea/wlserver6.0# find /opt/bea/ -name "*muxer*"
    /opt/bea/wlserver6.0/lib/aix/libmuxer.so
    /opt/bea/wlserver6.0/lib/hpux11/libmuxer.sl
    /opt/bea/wlserver6.0/lib/solaris/libmuxer.so
    Tanenbaum:/opt/bea/wlserver6.0/config/marketxs#
    Erik

    These are on the way with version 6.0.
    Michael Girdley, BEA Systems Inc
    Learning WebLogic? Buy the book.
    http://www.learnweblogic.com/
    "Erik van Zijst" <[email protected]> wrote in message
    news:[email protected]..
    When can I expect proper Linux support?
    Tanenbaum:/opt/bea/wlserver6.0# find /opt/bea/ -name "*muxer*"
    /opt/bea/wlserver6.0/lib/aix/libmuxer.so
    /opt/bea/wlserver6.0/lib/hpux11/libmuxer.sl
    /opt/bea/wlserver6.0/lib/solaris/libmuxer.so
    Tanenbaum:/opt/bea/wlserver6.0/config/marketxs#
    Erik

  • Programming Editor for Linux

    Does anybody know a good, and feature rich programming editor, written in native code for linux, and designed to develop in Java? All the good editors are written in Java, and unfortunately java applications are still very slow on linux..

    Hi,
    I am using SuSE Linux 8.0 which comes with the KDE GUI. KDE inludes an editor named Kate (among others), which is quite good for editing all sorts of source codes including Java.
    I am using JBuilder on Linux too (which I use the most for Java editing though) and can not confirm however that it is too slow. It works fine.
    Ulrich

  • When is Adobe Suit for Linux comming?

    Rumors are that Microsoft is working on a native Office for Linux (link: http://techreport.com/news/24333/rumor-microsoft-mulls-native-office-for-linux ) . When is Adobe lunching a Suit for Linux?
    Disclaimer : ) I paid for my copy of Design Suit, I will be happy to pay for those programs for Linux as they are the only reason I need Windows. There are stable, standardized APIs Linuxes out there (RedHat, for example), further more from what I can say, Linux (Ubuntu, Xubuntu, Fedora - no experience with other versions) is more stable than Windows...

    This subject comes up about once per year, and the answer has always been "not yet, and probably never," but that is, of course, subject to change. So far, no changes.
    Hunt

  • JIT / Static compiler for Linux/J2SDK 1.4

    Hello friends,
    Could you please suggest a static / JIT compiler to native code for Linux / J2SDK platform? If you are using one, I would appreciate any comments.
    Thank you.

    Ok, but if you compile a java program directly into an
    executable (thats what I think he's talking about),
    then its always faster than a VM that has to analyze,
    etc first.mkmm... untrue....
    when you want to compile into native code before runtime, then you don't know runtime variables, and you cant optimize out the ones that are for example loaded at the beginning of the program, and will never change.
    but if hotspot dedects that such a case appears, that it has to run some method over and over again, just to return the same value all the time, then it may just substitute that method with the returned value....
    or something like that.... (havent coded any hotspot engine yet, so woun't know for sure ;)

  • SAP JCO Native libraries for ARM Architecture..

    Hello All,
    I would like to know if SAP has released any JCO native libraries for Linux ARM architecture.
    We have Linux x86 libraries but do not have the source code to compile it on ARM.
    Can someone help me in getting the source code for the native libraries for Linux or if there is any ARM libraries already provided by SAP.
    Please help !
    Best regards
    Sandy

    Hi,
    I have the same problem - have you had any success with this. In the porting docs, sun says they can supply the source code under special agreement. Do you know anything about this?
    Thanks,
    Allon

  • Microsoft SQL Server ODBC Driver 1.0 for Linux problem

    Hello! I've RedHat Linux 6 Update 1 x64 on VMware Player and MS SQL Server on real machine. My application "servernew" on RedHat. All right, but when i try connect my SQL Server:
    retcode = SQLDriverConnect(hdbc,NULL,string,sizeof(string),buf,sizeof(buf),&StringLength2,SQL_DRIVER_NOPROMPT);
    i get retocde = -1;
    Using SQLGetDiagRec:
    MessageText = Data source name not found, and no default driver specified
    To make my connection i use next attempts for connection string:
    //char constring[200]="Driver={Microsoft Server ODBC Driver 1.0 for Linux};Server=ARTPK2\\SQLEXPRESS2;Database=Kurs;Uid=sa;Pwd=2ef5Fese";
    //char constring[200]="Driver={SQL Server Native Client 11.0};Server=ARTPK2\\SQLEXPRESS2;Database=Kurs;Uid=sa;Pwd=2ef5Fese";
    //char constring[200]="Driver={Microsoft SQL Server ODBC Driver V1.0 for Linux};Server=ARTPK2\\SQLEXPRESS2;Database=Kurs;Uid=sa;Pwd=2ef5Fese";
    //char constring[200]="Driver={/opt/microsoft/sqlncli/lib64/libsqlncli-11.0.so.1790.0};Server=ARTPK2\\SQLEXPRESS2;Database=Kurs;Uid=sa;Pwd=2ef5Fese";
    char constring[200]="DSN={SQL Server Native Client 11.0};Uid=sa;Pwd=2ef5Fese";
    but...Data source name not found, and no default driver specified .. help me

    Ok. New attempts with sqlcmd:
    [root@localhost ~]# sqlcmd -S 192.168.0.3 -U sa -P 2ef5Fese -d first
    SqlState HYT00, Login timeout expired
    A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information
    see SQL Server Books Online.
    TCP Provider: Error code 0x6F
    New error 0x6F (i turned off firewall in windows).
    [root@localhost ~]# sqlcmd -S ARTPK2\\SQLEXPRESS2 -U sa -P 2ef5Fese -d first
    SqlState HYT00, Login timeout expired
    A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information
    see SQL Server Books Online.
    SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF].
    It's bad way, but...
    [root@localhost ~]# sqlcmd -D -S ARTPK2\\SQLEXPRESS2 -U sa -P 2ef5Fese -d first
    SqlState IM002, Data source name not found, and no default driver specified
    It's like in my program!!
      retcode = SQLDriverConnect(hdbc,NULL,string,sizeof(string),buf,sizeof     (buf),&StringLength2,SQL_DRIVER_NOPROMPT);
      i get retocde = -1;
      Using SQLGetDiagRec:
      MessageText = Data source name not found, and no default driver specified
    Why "SQLDriverConnect"  is looking for DNS?!

  • OWB 9.2 (for linux) can be installed on ES3.0?

    Hi,
    I am having OWB 9.2 for Linux. I installed the same on Linux AS2.1
    When I am trying to install it on ES3.0 (2.4.21-4.EL #1 Fri Oct 3 18:13:58 EDT 2003 i686 i686 i386 GNU/Linux), I am facing the below error
    "Initializing Java Virtual Machine from ../../stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux/bin/java. Please wait...
    [oracle@bplinux55 Disk1]$ Error occurred during initialization of VM
    Unable to load native library: /OWB_DISK/Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    The Java version installed on the m/c is
    java version "1.4.2_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
    How I can install OWB9.2 on ES3.0, or Oracle will issue some patch for the same.
    Regards
    Vipin Rana

    I had a similar problem using Red Hat. The solution was to reinstall JVM. There is an article in metalink describing the process:
    http://metalink.oracle.com/metalink/plsql/ml2_gui.startup
    Subject: How to Reload the JVM in 9.2.0.X
    Doc ID: Note:209870.1

  • When is iTunes going to be avalible for Linux?

    Hi. I wanted to know if iTunes is or will be supported on Linux. iTunes not being available on Linux is the only reason why I haven't switched. If you need to know specifically what Linux OS I want iTunes to be supported on it is Ubuntu.

    Apple have made no announcements that I am aware of, and as fellow users nobody here knows about their plans. However it might be worth considering that the past might be some indication of the future. As long as Linux is a minority operating system it is unlikely to get its own native version of iTunes.
    http://en.wikipedia.org/wiki/Usage_share_of_operating_systems
    However it appears to be possible to run iTunes using a Windows emulator.
    http://ipod.about.com/od/advanceditunesuse/f/Downloading-Itunes-For-Linux.htm
    tt2

  • About "kernel.exec-shield" and "because they will bring security issue" for linux ASE

    In " ASE Quick Installation Guide for Linux", "kernel.exec-shield=0" and  “kernel.randomaize-va-space=0” should be set.
    But SuSE engineers say that  “kernel.exec-shield=0”and “kernel.randomaize-va-space=0” will bring the OS security issue.
    Customer want to know why ASE need the above parameters ?
    Has anybody the idea for customer's question?

    If the parameters are not set as documented, attempts to start additional engines beyond the first one will fail, generating stack traces.
    ASE acts in many ways like it's own operating system, scheduling individual user connections (spids) to actively run (note that ASE was developed well before native threading was commonly available).  Each spid has it's own stack information that gets swapped in when it is set to "running" state on the engine and swapped out when it yields the engine.  The mechanics of this is not that different from the buffer overrun exploits described in the Red Hat document linked to by the
    install guide, http://www.redhat.com/f/pdf/rhel/WHP0006US_Execshield.pdf
    and the exec-shield mechanics definatately interfere ASE's operations when ASE is using multiple dataserver processes (engines) that swap spids around.
    -bret

  • Report Dev/Server 6i Rel. 2 for LINUX , RWServlet problem@#$!

    for those who managed to get Oracle Reports Server/Developer 6i Release 2 for Linux to work with RWServlet i.e.:
    calling reports like this :
    http://hostname:port/webApp/RWServlet?server=...+userid=...+otherParams=Paramsvalues
    I want to know:
    1-Wich linux distribution you have?
    -Mine is RedHat 7.1
    2-the version of glibc you had when you installed it?
    -Mine is glibc-2.2.2
    3-the web listener
    -Mine is WebLogic 6.0 sp2
    I keep having problems with the RWServlet, you know the famous error: java.lang.UnsatisfiedLinkError: rwinit
    Can't find rwsvl60 dynamic library in the system. Please check system path to include rwsvl60 library.
    <Aug 10, 2001 10:57:49 AM GMT+05:00> <Info> <HTTP> <[WebAppServletContext(3512601,ebilling)] Report: init>
    <Aug 10, 2001 10:57:49 AM GMT+05:00> <Error> <HTTP> <[WebAppServletContext(3512601,ebilling)] Error loading servlet: 'Report'
    java.lang.UnsatisfiedLinkError: rwinit
    at oracle.reports.rwcgi.RWServlet.rwinit(Native Method)
    at oracle.reports.rwcgi.RWServlet.init(RWServlet.java:39)
    at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:638)
    at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:581)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:526)
    at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:306)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:208)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1631)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    I've read on some bug report and forums that on Linux you have to copy the library $ORACLE_HOME/bin/rwsvl60.so to
    $ORACLE_HOME/lib/librwsvl60.so and put the $ORACLE_HOME/lib directory in your LD_LIBRARY_PATH environment variable.
    Even if you do this, you still have the java.lang.UnsatisfiedLinkError: rwinit.
    So i've decompiled the RWServlet.class file to put some debug code in it, and look what i obtained:
    Can't find rwsvl60 dynamic library in the system. Please check system path to include rwsvl60 library.
    java.lang.UnsatisfiedLinkError: /home/epresent/ora/lib/librwsvl60.so: /home/epresent/ora/lib/libca60.so.0: undefined symbol: mmmmsg
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at oracle.reports.rwcgi.RWServlet.<clinit>(RWServlet.java:135)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:603)
    at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:581)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:526)
    at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:306)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:208)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.jav a:1631)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    There is apparently a problem with librwsvl60.so and libca60.so, I think its a problem with the version of glibc you use
    at the installation when it create the links, etc. Does anybody find the solution?
    null

    Did you get around this? I'm having the same problem.
    Thanks,
    Ron

  • Error when trying to install 9.2.0.4 for Linux x86

    I downloaded oracle 9.2.0.4 for Linux x86 from here:
    http://www.oracle.com/technology/software/products/oracle9i/htdocs/linuxsoft.html
    When I did the necessary extractions, and then ran the runInstaller, I get the following java error:
    [oracle@zeus Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2006-08-15_11-27-09AM/jre/bin/java. Please wait...
    Error occurred during initialization of VM
    Unable to load native library: /tmp/OraInstall2006-08-15_11-27-09AM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    I'm logged on to the server as the oracle user. Is this the correct version for Oracle for Linux x86.
    Here's what I get from uname -a:
    [oracle@zeus]$ uname -a
    Linux zeus 2.4.21-40.ELsmp #1 SMP Thu Feb 2 22:22:39 EST 2006 i686 i686 i386
    GNU/Linux
    I have installed Oracle 10g successfully on this server as well.

    Installation howto you can find on http://www.puschitz.com
    Try use "Search" function before you create new topic. This one was discussed many times.

  • Itunes for Linux OS

    How to install itunes for Linux OS ??

    Some people have reported at least partial success using one of the Windows emulators such as WINE, so you might try that. There is no native version of iTunes for Linux and no indications from Apple that they have any plans for one.
    Regards.

  • Drivers odbs for linux RH6.2

    hello!
    My nam is Federico and i'm Italian .
    My english not well and I hope that to me you understand.
    I try the drivers odbc for linux RH6.2 where i have installed Oracle 8.1.6 server, but I do not succeed in, who can help me?
    Thanks all!!!!

    Andy Price wrote:
    >
    Hi Everyone,
    Can anyone confim the following:-
    2) The WebLogic jDriver for Oracle doesn't exist for Linux RH6.2. The only
    option available is to use the Oracle native (oci) driver or the oracle thin
    driver.
    Correct. Our native Oracle driver uses Oracle's OCI libraries. Last I
    heard, the Oracle OCI libs were pretty buggy on Linux.
    -- Rob
    If anyone can confirm these points I would be very grateful.
    Rgds,
    Andy--
    Coming Soon: Building J2EE Applications & BEA WebLogic Server
    by Michael Girdley, Rob Woollen, and Sandra Emerson
    http://learnweblogic.com

Maybe you are looking for

  • HP Pavilion dv6t-7000 fan problem

    So for the past few months, my laptop's fan (the one in the upper left corner, if you're looking at the keyboard head on), has been making a grating, annoying fan noise when it's cold/when I first open it up in the morning.  In the last week, it star

  • New LCD Monitor Blinks On and Off

    I just purchased a new 22" Visionmaster LCD monitor, connected via digital cable to my ATI Radeon 128Mb video card. However, it tends to switch OFF to a black screen, and after about 5 seconds it comes back on. The screen displays the word DIGITAL in

  • Visibility of newly added target property in e-mails

    Hi, I manually added new property for oracle database targets and put some values there and would like to see the property reflected in e-mail alerts. The template for the e-mail has [USER_DEFINED_TARGET_PROP] already however new property not shown,

  • Class com.collaxa.cube.xml.dom.CubeDOMText  not found

    I am migrating application from 10.1.2 to SOA Suite 10.1.3. I had an issue with the captioned class when I try to compile using JDeveloper 10.1.3.1 or 10.1.3.2. Not sure which jar this class belongs to. Tried searching using jarscan but I couldn't fi

  • The procedure entry point EncodePointer could not be located in dynamic link library KERNEL32.dll

    Every time I open a program to update to service pack 1 I get the following message. (The procedure entry point EncodePointer could not be located in dynamic link library KERNEL32.dll) Any sugestions?