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 22:44 | Nová verze

    Správce souborů GNOME Commander (Wikipedie) byl přepsán do Rustu a vydán v nové verzi 2.0.0.

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

    Sway (Wikipedie), dlaždicový (tiling) správce oken pro Wayland kompatibilní s i3, byl vydán ve verzi 1.12. Do vývoje se zapojilo 50 vývojářů. Přehled novinek na GitHubu. Sway 1.12 závisí na wlroots 0.20.0.

    Ladislav Hagara | Komentářů: 0
    dnes 16:33 | IT novinky

    Papež Lev XIV. ve své první encyklice Magnifica Humanitas (Skvělé lidství), která se věnuje umělé inteligenci (AI), varoval před dezinformacemi, které AI manipulací s obsahem vytváří. Moc mají podle něj sociální sítě ovládané hrstkou soukromníků. Upozornil také roli digitálních platforem v obchodování s lidmi, které podle něj musí být uznáno jako současná forma otroctví. Papež se také poprvé omluvil za roli, kterou Vatikán sehrál při legitimizaci otroctví, a za to, že jej po staletí neodsoudil.

    Ladislav Hagara | Komentářů: 0
    dnes 16:11 | IT novinky

    Český telekomunikační úřad zveřejnil Výroční zprávu za rok 2025 (pdf), která shrnuje jeho hlavní aktivity v oblasti regulace elektronických komunikací, poštovních služeb, digitálních služeb a přípravy na dohled nad umělou inteligencí. Součástí zprávy jsou také data o vývoji trhu, včetně pokračujícího růstu spotřeby mobilních dat a rozšiřování sítí nové generace. Celkový objem přenesených mobilních dat dosáhl v roce 2025 přibližně

    … více »
    Ladislav Hagara | Komentářů: 0
    dnes 16:00 | Nová verze

    Tým sdružení CZ.NIC vyvíjející routovacího daemona BIRD oznámil vydání nových verzí 3.3.0 a 2.19.0. Ty přinášejí podporu pro EVPN/VXLAN a automatizaci BGP na základě router advertisementů. Více informací je k dispozici v archivu uživatelského mailing-listu.

    VSladek | Komentářů: 0
    včera 04:33 | Nová verze

    Open source software pro úpravu digitálních fotografií LightZone (Wikipedie) byl vydán v nové verzi 5.0.0. LightZone je dnes k dispozici pod licencí BSD. Původně se jednalo o proprietární software vyvíjený společností Light Crafts. Ta v prosinci 2012 souhlasila s uvolněním zdrojových kódů jako open source [Wayback Machine].

    Ladislav Hagara | Komentářů: 0
    23.5. 17:22 | Nová verze

    Byla vydána verze 0.84 telnet a ssh klienta PuTTY (Wikipedie). Podrobnosti v přehledu nových vlastností a oprav chyb a Change Logu.

    Ladislav Hagara | Komentářů: 2
    22.5. 19:44 | IT novinky

    Microsoft představil Azure Linux 4.0 a Azure Container Linux. Na konferenci Open Source Summit North America 2026 organizované konsorciem Linux Foundation a sponzorované také Microsoftem. Azure Linux 4.0 vychází z Fedora Linuxu. Azure Container Linux je založen na projektu Flatcar. Azure Linux (GitHub, Wikipedie) byl původně znám jako CBL-Mariner.

    Ladislav Hagara | Komentářů: 0
    22.5. 12:22 | Zajímavý článek

    Nové číslo časopisu Raspberry Pi zdarma ke čtení: Raspberry Pi Official Magazine 165 (pdf).

    Ladislav Hagara | Komentářů: 0
    22.5. 10:55 | Nová verze

    Byla vydána verze 9.2 open source virtualizační platformy Proxmox VE (Proxmox Virtual Environment, Wikipedie) založené na Debianu. Přehled novinek v poznámkách k vydání a informačním videu.

    Ladislav Hagara | Komentářů: 7
    Které desktopové prostředí na Linuxu používáte?
     (12%)
     (8%)
     (2%)
     (14%)
     (31%)
     (4%)
     (6%)
     (3%)
     (16%)
     (26%)
    Celkem 1711 hlasů
     Komentářů: 30, poslední 3.4. 20:20
    Rozcestník

    Dotaz: Debian a komplilace MySQL z source

    11.3.2010 13:57 Andrej.Man
    Debian a komplilace MySQL z source
    Přečteno: 170×
    Ahoj, potrebuji zkompilovat mysql z source protoze je nutny zasah do zdrojoveho kodu (konkretne potrebuji zvetsit delku uzivatelskeho jmena ktera je standartne 16 znaku), provedl jsem to nasledne #apt-get source mysql-server #apt-get build-dep mysql-server ... nasledne upravy kodu ... #debuild -us -uc

    ... zkousel jsem i #dpkg-buildpackage -rfakeroot -uc -b ... dokonce i zakladni #apt-get -b source packagename ... dela chybu

    prikladam vypis poslednich radku vypisu v podstate se opakuje neustale toto
    mysql-test-run: WARNING: caught exit of unknown child -1
    mysql-test-run: WARNING: Forcing kill of process 32231
    Restoring snapshot of databases
    Resuming Tests
    
    
    mysql-test-run: WARNING: Process 32231 died
    view_grant                     [ fail ]
    
    ERROR: Failed to start master mysqld 0
    
    Stopping All Servers
    mysql-test-run: WARNING: caught exit of unknown child -1
    mysql-test-run: WARNING: Forcing kill of process 32231
    Restoring snapshot of databases
    Resuming Tests
    
    mysql-test-run: WARNING: Process 32247 died
    wait_timeout                   [ fail ]
    
    ERROR: Failed to start master mysqld 0
    
    Stopping All Servers
    mysql-test-run: WARNING: caught exit of unknown child -1
    mysql-test-run: WARNING: Forcing kill of process 32247
    Restoring snapshot of databases
    Resuming Tests
    
    mysql-test-run: WARNING: Process 32263 died
    warnings                       [ fail ]
    
    ERROR: Failed to start master mysqld 0
    
    Stopping All Servers
    mysql-test-run: WARNING: caught exit of unknown child -1
    mysql-test-run: WARNING: Forcing kill of process 32263
    Restoring snapshot of databases
    Resuming Tests
    
    mysql-test-run: WARNING: Process 32279 died
    windows                        [ fail ]
    
    ERROR: Failed to start master mysqld 0
    
    Stopping All Servers
    mysql-test-run: WARNING: caught exit of unknown child -1
    mysql-test-run: WARNING: Forcing kill of process 32279
    Restoring snapshot of databases
    Resuming Tests
    
    mysql-test-run: WARNING: Process 32295 died
    windows_shm                    [ fail ]
    
    ERROR: Failed to start master mysqld 0
    
    Stopping All Servers
    mysql-test-run: WARNING: caught exit of unknown child -1
    mysql-test-run: WARNING: Forcing kill of process 32295
    Restoring snapshot of databases
    Resuming Tests
    
    mysql-test-run: WARNING: Process 32311 died
    xa                             [ fail ]
    
    ERROR: Failed to start master mysqld 0
    
    Stopping All Servers
    mysql-test-run: WARNING: caught exit of unknown child -1
    mysql-test-run: WARNING: Forcing kill of process 32311
    Restoring snapshot of databases
    Resuming Tests
    
    -------------------------------------------------------
    Stopping All Servers
    Failed 496/496 tests, 0.00% were successful.
    
    The log files in var/log may give you some hint
    of what went wrong.
    If you want to report this error, please read first the documentation at
    http://www.mysql.com/doc/en/MySQL_test_suite.html
    The servers were restarted 496 times
    Spent 0.000 of 1274 seconds executing testcases
    
    mysql-test-run in default mode: *** Failing the test(s): alias alter_table analyse analyze ansi archive archive_gis auto_increment backup bdb-alter-table-1 bdb-alter-table-2 bdb-crash bdb-deadlock bdb bdb_cache bdb_gis bdb_notembedded bench_count_distinct bigint binary binlog binlog_innodb binlog_killed blackhole bool bootstrap bulk_replace case cast check client_xml comments compare compress connect consistent_snapshot constraints count_distinct count_distinct2 count_distinct3 create create_not_windows create_select_tmp csv ctype_ascii ctype_big5 ctype_collate ctype_cp1250_ch ctype_cp1251 ctype_cp932 ctype_cp932_binlog ctype_create ctype_eucjpms ctype_euckr ctype_gb2312 ctype_gbk ctype_hebrew ctype_latin1 ctype_latin1_de ctype_latin2 ctype_latin2_ch ctype_ldml ctype_many ctype_mb ctype_recoding ctype_sjis ctype_tis620 ctype_uca ctype_ucs ctype_ucs2_def ctype_ucs_binlog ctype_ujis ctype_utf8 date_formats default delayed delete derived dirty_close distinct drop drop_temp_table empty_table endspace errors exampledb execution_constants explain federated federated_archive federated_bug_13118 federated_bug_25714 federated_innodb fix_priv_tables flush flush2 flush_block_commit flush_block_commit_notembedded flush_table foreign_key fulltext fulltext2 fulltext3 fulltext_cache fulltext_distinct fulltext_left_join fulltext_multi fulltext_order_by fulltext_update fulltext_var func_compress func_concat func_crypt func_date_add func_default func_des_encrypt func_encrypt func_encrypt_nossl func_equal func_gconcat func_group func_if func_in func_isnull func_like func_math func_misc func_op func_regexp func_sapdb func_set func_str func_system func_test func_time func_timestamp gcc296 gis-rtree gis grant grant2 grant3 grant_cache greedy_optimizer group_by group_min_max handler having heap heap_auto_increment heap_btree heap_hash help index_merge index_merge_bdb index_merge_innodb index_merge_innodb2 index_merge_ror index_merge_ror_cpk information_schema information_schema_chmod information_schema_db information_schema_inno init_connect init_file innodb-deadlock innodb-lock innodb-replace innodb-ucs2 innodb innodb_cache innodb_gis innodb_mysql innodb_notembedded innodb_timeout_rollback innodb_unsafe_binlog insert insert_notembedded insert_select-binlog insert_select insert_update join join_crash join_nested join_outer key key_cache key_diff key_primary keywords kill limit loaddata loaddata_autocom_innodb loaddata_autocom_ndb lock lock_multi lock_tables_lost_commit long_tmpdir lowercase_fs_off lowercase_mixed_tmpdir lowercase_table lowercase_table2 lowercase_table3 lowercase_table_grant lowercase_table_qcache lowercase_view merge metadata mix_innodb_myisam_binlog multi_statement multi_update myisam-blob myisam mysql mysql_client_test mysql_protocols mysql_upgrade mysqladmin mysqlbinlog-cp932 mysqlbinlog mysqlbinlog2 mysqlcheck mysqldump-compat mysqldump-max mysqldump mysqlshow mysqltest ndb_alter_table2 ndb_autodiscover ndb_autodiscover2 ndb_autodiscover3 ndb_basic ndb_bitfield ndb_blob ndb_bug26793 ndb_cache ndb_cache2 ndb_cache_multi ndb_cache_multi2 ndb_charset ndb_condition_pushdown ndb_config ndb_database ndb_gis ndb_index ndb_index_ordered ndb_index_unique ndb_insert ndb_limit ndb_load ndb_loaddatalocal ndb_lock ndb_minmax ndb_multi ndb_read_multi_range ndb_rename ndb_restore ndb_restore_different_endian_data ndb_restore_print ndb_single_user ndb_subquery ndb_transaction ndb_trigger ndb_truncate ndb_types ndb_update negation_elimination not_embedded_server null null_key odbc olap openssl_1 order_by order_fill_sortbuf outfile overflow packet parser_precedence perror preload profiling ps ps_10nestset ps_11bugs ps_1general ps_2myisam ps_3innodb ps_4heap ps_5merge ps_6bdb ps_7ndb ps_grant query_cache query_cache_merge query_cache_notembedded query_cache_with_views raid range read_only rename repair replace rollback round row rowid_order_bdb rowid_order_innodb rpl000001 rpl000002 rpl000004 rpl000005 rpl000006 rpl000008 rpl000009 rpl000010 rpl000011 rpl000012 rpl000013 rpl000015 rpl000017 rpl_EE_error rpl_alter rpl_auto_increment rpl_auto_increment_11932 rpl_change_master rpl_charset rpl_charset_sjis rpl_commit_after_flush rpl_create_database rpl_critical_errors rpl_ddl rpl_deadlock rpl_delete_all rpl_do_grant rpl_drop rpl_drop_db rpl_drop_temp rpl_dual_pos_advance rpl_empty_master_crash rpl_error_ignored_table rpl_failed_optimize rpl_flush_log_loop rpl_flush_tables rpl_free_items rpl_get_lock rpl_grant rpl_ignore_grant rpl_ignore_revoke rpl_ignore_table rpl_init_slave rpl_innodb rpl_insert_delayed rpl_insert_id rpl_insert_ignore rpl_insert_select rpl_loaddata rpl_loaddata_charset rpl_loaddata_rule_m rpl_loaddata_rule_s rpl_loaddatalocal rpl_locale rpl_log rpl_log_pos rpl_many_optimize rpl_master_pos_wait rpl_max_relay_size rpl_misc_functions rpl_multi_delete rpl_multi_delete2 rpl_multi_query rpl_multi_update rpl_multi_update2 rpl_multi_update3 rpl_multi_update4 rpl_mystery22 rpl_openssl rpl_optimize rpl_packet rpl_ps rpl_redirect rpl_relayrotate rpl_relayspace rpl_replicate_do rpl_reset_slave rpl_rewrite_db rpl_rotate_logs rpl_server_id1 rpl_server_id2 rpl_session_var rpl_set_charset rpl_skip_error rpl_slave_status rpl_sp rpl_sp_effects rpl_sporadic_master rpl_ssl rpl_start_stop_slave rpl_temporary rpl_timezone rpl_trigger rpl_trunc_temp rpl_until rpl_user_variables rpl_variables rpl_view schema select select_found select_safe show_check skip_grants skip_name_resolve sp-big sp-destruct sp-dynamic sp-error sp-prelocking sp-security sp-threads sp-ucs2 sp-vars sp sp_notembedded sp_stress_case sp_trans sp_trans_log sql_mode ssl ssl_8k_key ssl_compress ssl_connect status strict strict_autoinc_1myisam strict_autoinc_2innodb strict_autoinc_3heap strict_autoinc_4bdb strict_autoinc_5ndb subselect subselect2 subselect3 subselect_gis subselect_innodb subselect_notembedded sum_distinct synchronization sysdate_is_now system_mysql_db system_mysql_db_fix30020 system_mysql_db_fix40123 system_mysql_db_refs tablelock temp_table timezone timezone2 timezone4 timezone_grant trigger-compat trigger-grant trigger-trans trigger truncate type_binary type_bit type_bit_innodb type_blob type_date type_datetime type_decimal type_enum type_float type_nchar type_newdecimal type_ranges type_set type_time type_timestamp type_uint type_varchar type_year udf union update user_var-binlog user_var varbinary variables view view_grant wait_timeout warnings windows windows_shm xa
    mysql-test-run: *** ERROR: there were failing test cases
    make[2]: *** [test-ns] Error 1
    make[2]: Leaving directory `/root/mysql-dfsg-5.0-5.0.51a'
    make[1]: *** [test-force] Error 2
    make[1]: Leaving directory `/root/mysql-dfsg-5.0-5.0.51a'
    make: *** [build-stamp] Error 1
    dpkg-buildpackage: failure: debian/rules build gave error exit status 2
    Build command 'cd mysql-dfsg-5.0-5.0.51a && dpkg-buildpackage -b -uc' failed.
    E: Child process failed
    
    

    Odpovědi

    Jakub Lucký avatar 11.3.2010 14:15 Jakub Lucký | skóre: 40 | Praha
    Rozbalit Rozbalit vše Re: Debian a komplilace MySQL z source
    Jen tak mě napadá

    1) neběží vám tam už nějaké MySQL (jestli se třeba neperou o port)?

    2) nechcete ten test zkusit pod rootem, teoreticky může startování s fakerootem selhat
    If you understand, things are just as they are; if you do not understand, things are just as they are.
    11.3.2010 14:28 Andrej.Man
    Rozbalit Rozbalit vše Re: Debian a komplilace MySQL z source

    1) zkousel jsem to z bezicim MySQL i na zcela cistem systemu ... vysledek stejny

    2) zkousel jsem to i pod rootem

    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.