abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
AbcLinuxu hledá autory!
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    dnes 03:44 | Nová verze

    Bitwig Studio (Wikipedie) bylo vydáno ve verzi 6. Jedná se o proprietární multiplatformní (macOS, Windows, Linux) digitální pracovní stanici pro práci s audiem (DAW).

    Ladislav Hagara | Komentářů: 0
    dnes 02:11 | Komunita

    Společnost Igalia představila novou linuxovou distribuci (framework) s názvem Moonforge. Jedná se o distribuci určenou pro vestavěné systémy. Vychází z projektů Yocto a OpenEmbedded.

    Ladislav Hagara | Komentářů: 0
    dnes 00:44 | Nová verze

    Google Chrome 146 byl prohlášen za stabilní. Nejnovější stabilní verze 146.0.7680.71 přináší řadu novinek z hlediska uživatelů i vývojářů. Podrobný přehled v poznámkách k vydání. Opraveno bylo 29 bezpečnostních chyb. Vylepšeny byly také nástroje pro vývojáře.

    Ladislav Hagara | Komentářů: 0
    dnes 00:22 | Nová verze

    D7VK byl vydán ve verzi 1.5. Jedná se o fork DXVK implementující překlad volání Direct3D 3 (novinka), 5, 6 a 7 na Vulkan. DXVK zvládá Direct3D 8, 9, 10 a 11.

    Ladislav Hagara | Komentářů: 0
    včera 23:22 | Nová verze

    Bylo vydáno Eclipse IDE 2026-03 aneb Eclipse 4.39. Představení novinek tohoto integrovaného vývojového prostředí také na YouTube.

    Ladislav Hagara | Komentářů: 3
    včera 10:22 | Upozornění

    Ze systému Slavia pojišťovny uniklo přibližně 150 gigabajtů citlivých dat. Jedná se například o pojistné dokumenty, lékařské záznamy nebo přímou komunikaci s klienty. Za únik může chyba dodavatelské společnosti.

    Ladislav Hagara | Komentářů: 9
    včera 10:11 | IT novinky

    Sněmovna propustila do dalšího kola projednávání vládní návrh zákona o digitální ekonomice, který má přinést bezpečnější on-line prostředí. Reaguje na evropské nařízení DSA o digitálních službách a upravuje třeba pravidla pro on-line tržiště nebo sociální sítě a má i víc chránit děti.

    Ladislav Hagara | Komentářů: 27
    včera 09:33 | IT novinky

    Meta převezme sociální síť pro umělou inteligenci (AI) Moltbook. Tvůrci Moltbooku – Matt Schlicht a Ben Parr – se díky dohodě stanou součástí Meta Superintelligence Labs (MSL). Meta MSL založila s cílem sjednotit své aktivity na poli AI a vyvinout takovou umělou inteligenci, která překoná lidské schopnosti v mnoha oblastech. Fungovat by měla ne jako centralizovaný nástroj, ale jako osobní asistent pro každého uživatele.

    Ladislav Hagara | Komentářů: 0
    včera 00:22 | Nová verze

    Byla vydána betaverze Fedora Linuxu 44 (ChangeSet), tj. poslední zastávka před vydáním finální verze, která je naplánována na úterý 14. dubna.

    Ladislav Hagara | Komentářů: 1
    10.3. 12:11 | IT novinky

    Open source router Turris Omnia NG Wired je v prodeji. Jedná se o Turris Omnia NG bez Wi-Fi. Je připraven pro zamontování do racku.

    Ladislav Hagara | Komentářů: 6
    Které desktopové prostředí na Linuxu používáte?
     (16%)
     (7%)
     (0%)
     (11%)
     (29%)
     (2%)
     (5%)
     (2%)
     (13%)
     (25%)
    Celkem 1055 hlasů
     Komentářů: 26, poslední dnes 08:56
    Rozcestník

    Dotaz: ARCH ZFS SPL configure error

    11.7.2010 22:11 mapim | skóre: 18
    ARCH ZFS SPL configure error
    Přečteno: 458×
    Ahoj,

    chtel bych zkompilovat nativni podporu pro zfs-0.4.9 na mem 2.6.34-ARCHu. Kdyz spustim ./configure, vyplivne to hlasku:
    checking kernel source version... Not found
    configure: error:
                    *** Cannot determine the version of the linux kernel source.
                    *** Please prepare the kernel before running this script
    
    Pridam parametr
    ./configure --with-linux=/usr/src/linux-2.6.32-lts/ 
    a vyplivne to chybu:
    checking spl source directory... Not found
    configure: error:
                            *** Please specify the location of the spl source
                            *** with the '--with-spl=PATH' option
    
    Nevite nekdo co to to spl je? Jsem z tech pojmu trochu mimo, resp. nevim co doinstalovat :)

    Odpovědi

    12.7.2010 15:26 Anton Vorobev
    Rozbalit Rozbalit vše Re: ARCH ZFS SPL configure error
    http://github.com/behlendorf/spl

    tady je postup:
    1. SPL: http://wiki.github.com/behlendorf/spl/building-the-spl
    2. ZFS: http://wiki.github.com/behlendorf/zfs/building-zfs
    13.7.2010 11:37 mapim | skóre: 18
    Rozbalit Rozbalit vše Re: ARCH ZFS SPL configure error
    ee, stejna chyba. Mozna bych mel polozit dotaz jinak.

    Jak donutit system, aby byla verze kernelu pro skript ./configure zjistitelna?
    [kill@bill spl-0.4.9]# ./configure --with-linux=/usr/src/linux-2.6.34-ARCH
    checking metadata... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking target system type... x86_64-unknown-linux-gnu
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for a BSD-compatible install... /bin/install -c
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries.
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking spl license... GPL
    checking spl config... all
    checking kernel source directory... /usr/src/linux-2.6.34-ARCH
    checking kernel build directory... /usr/src/linux-2.6.34-ARCH
    checking kernel source version... Not found
    configure: error:
                    *** Cannot determine the version of the linux kernel source.
                    *** Please prepare the kernel before running this script
    
    [kill@bill spl-0.4.9]# ls -Aal /usr/src/linux-2.6.34-ARCH/
    total 14372
    drwxr-xr-x 21 root root     4096 Jul 11 22:45 .
    drwxr-xr-x  3 root root     4096 Jul 11 22:45 ..
    drwxr-xr-x  4 root root     4096 Jul  5 22:48 arch
    drwxr-xr-x  2 root root     4096 Jul  5 22:48 block
    -rw-r--r--  1 root root   107266 Jul  5 22:48 .config
    drwxr-xr-x  3 root root     4096 Jul  5 22:48 crypto
    drwxr-xr-x  3 root root     4096 Jul  5 22:48 Documentation
    drwxr-xr-x 80 root root     4096 Jul  5 22:48 drivers
    drwxr-xr-x 62 root root     4096 Jul  5 22:48 fs
    drwxr-xr-x 16 root root     4096 Jul  5 22:48 include
    drwxr-xr-x  2 root root     4096 Jul  5 22:48 init
    drwxr-xr-x  6 root root     4096 Jul  5 22:48 kernel
    drwxr-xr-x  2 root root     4096 Jul  5 22:48 lib
    -rw-r--r--  1 root root    53184 Jul  5 22:48 Makefile
    drwxr-xr-x  2 root root     4096 Jul  5 22:48 mm
    -rw-r--r--  1 root root   644192 Jul  5 22:48 Module.symvers
    drwxr-xr-x 41 root root     4096 Jul  5 22:48 net
    drwxr-xr-x  2 root root     4096 Jul  5 22:48 samples
    drwxr-xr-x 12 root root     4096 Jul  5 21:59 scripts
    drwxr-xr-x  6 root root     4096 Jul  5 22:48 security
    drwxr-xr-x 19 root root     4096 Jul  5 22:48 sound
    drwxr-xr-x  2 root root     4096 Jul  5 22:48 .tmp_versions
    drwxr-xr-x  2 root root     4096 Jul  5 22:48 usr
    drwxr-xr-x  3 root root     4096 Jul  5 22:48 virt
    -rw-r--r--  1 root root 13815817 Jul  5 22:46 vmlinux
    
    stativ avatar 13.7.2010 12:42 stativ | skóre: 54 | blog: SlaNé roury
    Rozbalit Rozbalit vše Re: ARCH ZFS SPL configure error
    Zkoušel jste make oldconfig && make prepare ve zdrojácích jádra?
    Ať sežeru elfa i s chlupama!!! ljirkovsky.wordpress.com stativ.tk
    16.7.2010 09:18 mapim | skóre: 18
    Rozbalit Rozbalit vše Re: ARCH ZFS SPL configure error
    [kill@bill linux-2.6.34-ARCH]# make oldconfig && make prepare 
    scripts/kconfig/conf -o arch/x86/Kconfig
    #
    # configuration written to .config
    #
    scripts/kconfig/conf -s arch/x86/Kconfig
      CHK     include/linux/version.h
      CHK     include/generated/utsrelease.h
    make[1]: *** No rule to make target `missing-syscalls'.  Stop.
    make: *** [prepare0] Error 2
    

    Založit nové vláknoNahoru

    Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.