[opensuse-buildservice] bs and ARM
Hello, Finally I got a little time, so I'd like to try to compile a few packages for Debian ARM. Last time I worked with the BS, I used PPC and openSUSE 11.0. Now looking for info, how to get started BS for ARM. So, I got some questions: - which version to use if I want to compile for ARM? - http://en.opensuse.org/Build_Service/Build_Service_Installation_Tutorial only has instructions up to openSUSE 11.0. Does the same apply for 11.1? Is it the doc I should use for cross builds: http://en.opensuse.org/Build_Service/Concepts/CrossDevelopment ? - Can I compile for Debian Lenny? ( http://en.opensuse.org/Build_Service/Concepts/CrossDevelopment only mentions Etch ) Some packages are not included in Debian Lenny for ARM, which are available in Ubuntu and I'd try to recompile them for Debian... - is it already possible to boot openSUSE/ARM? Would be nice to see it running at least in Qemu... Bye, CzP -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Peter Czanik wrote:
Hello, Finally I got a little time, so I'd like to try to compile a few packages for Debian ARM. Last time I worked with the BS, I used PPC and openSUSE 11.0. Now looking for info, how to get started BS for ARM. So, I got some questions:
- which version to use if I want to compile for ARM?
- http://en.opensuse.org/Build_Service/Build_Service_Installation_Tutorial only has instructions up to openSUSE 11.0. Does the same apply for 11.1? Is it the doc I should use for cross builds: http://en.opensuse.org/Build_Service/Concepts/CrossDevelopment ?
- Can I compile for Debian Lenny? ( http://en.opensuse.org/Build_Service/Concepts/CrossDevelopment only mentions Etch ) Some packages are not included in Debian Lenny for ARM, which are available in Ubuntu and I'd try to recompile them for Debian...
- is it already possible to boot openSUSE/ARM? Would be nice to see it running at least in Qemu...
Bye, CzP Hi,
for a list of tested targets, see: http://en.opensuse.org/Build_Service/PoweredBy. There is a list of tested distros in the test system. In the public OBS, no all of them are available. Happy Hacking, Martin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Dienstag 07 Juli 2009 18:11:05 schrieb Peter Czanik:
Hello, Finally I got a little time, so I'd like to try to compile a few packages for Debian ARM. Last time I worked with the BS, I used PPC and openSUSE 11.0. Now looking for info, how to get started BS for ARM. So, I got some questions:
- which version to use if I want to compile for ARM? The stable version in openSUSE:Tools should to it. But the latest features are in the version of openSUSE:Tools:Devel .
- http://en.opensuse.org/Build_Service/Build_Service_Installation_Tutorial only has instructions up to openSUSE 11.0. Does the same apply for 11.1? Is it the doc I should use for cross builds: http://en.opensuse.org/Build_Service/Concepts/CrossDevelopment ? Should be same or only with little differences.
- Can I compile for Debian Lenny? ( http://en.opensuse.org/Build_Service/Concepts/CrossDevelopment only mentions Etch ) Some packages are not included in Debian Lenny for ARM, which are available in Ubuntu and I'd try to recompile them for Debian...
yes, debian and ubuntu @arm are possible - see martin's post and the download-on-demand feature
- is it already possible to boot openSUSE/ARM? Would be nice to see it running at least in Qemu... At least Base:build:arm is there atm. But no runnable images, yet. Wait some days - I just borked it and need to recover. My bad.
Bye, Jan-Simon -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hello, On 2009-07-07 18:59, Jan-Simon Möller wrote:
Am Dienstag 07 Juli 2009 18:11:05 schrieb Peter Czanik:
Hello, Finally I got a little time, so I'd like to try to compile a few packages for Debian ARM. Last time I worked with the BS, I used PPC and openSUSE 11.0. Now looking for info, how to get started BS for ARM. So, I got some questions:
- which version to use if I want to compile for ARM?
The stable version in openSUSE:Tools should to it. But the latest features are in the version of openSUSE:Tools:Devel .
While trying to install the svn version from openSUSE:Tools:Devel I ran into a problem during database propagation. I followed /usr/share/doc/packages/obs-api-svn/README.SETUP which says: " * Configure your MySQL user and password in in the "production:" section of these files: " and then later: " # cd /srv/www/obs/frontend/ # RAILS_ENV="production_slave" rake db:migrate " Using "production_slave" for RAILS_ENV lead to an ugly error, while changing it to "production" propagated the database. Is it the correct solution, or I should rater follow http://en.opensuse.org/Build_Service/Build_Service_Installation_Tutorial/ope... which says: "Configure your MySQL user and password in the "production_slave:" section of these files: " Which instruction is right? Bye, CzP bigone111:/srv/www/obs/frontend # RAILS_ENV="production_slave" rake db:migrate --trace (in /srv/www/obs/frontend) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate rake aborted! Access denied for user 'root'@'localhost' (using password: NO) /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/mysql_adapter.rb:576:in `real_connect' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/mysql_adapter.rb:576:in `connect' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/mysql_adapter.rb:204:in `initialize' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/mysql_adapter.rb:76:in `new' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/mysql_adapter.rb:76:in `mysql_connection' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:223:in `send' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:223:in `new_connection' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:245:in `checkout_new_connection' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:188:in `checkout' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:184:in `loop' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:184:in `checkout' /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:183:in `checkout' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:98:in `connection' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:326:in `retrieve_connection' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:123:in `retrieve_connection' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:115:in `connection' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/migration.rb:435:in `initialize' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/migration.rb:400:in `new' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/migration.rb:400:in `up' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/migration.rb:383:in `migrate' /usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/tasks/databases.rake:116 /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `call' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `execute' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `each' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `execute' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:578:in `invoke_with_call_chain' /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:571:in `invoke_with_call_chain' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:564:in `invoke' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2019:in `invoke_task' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `each' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1997:in `top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1991:in `top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1970:in `run' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1967:in `run' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31 /usr/bin/rake:19:in `load' /usr/bin/rake:19 bigone111:/srv/www/obs/frontend # RAILS_ENV="production" rake db:migrate --trace (in /srv/www/obs/frontend) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate == InitialDatabase: migrating ================================================ -- create_table("groups", {:force=>true}) -> 0.0375s -- add_index("groups", ["parent_id"], {:name=>"groups_parent_id_index"}) -> 0.0608s -- create_table("groups_roles", {:force=>true, :id=>false}) -> 0.0414s -- add_index("groups_roles", ["group_id", "role_id"], {:unique=>true, :name=>"groups_roles_all_index"}) -> 0.0337s -- add_index("groups_roles", ["role_id"], {:name=>"role_id"}) -> 0.0336s -- create_table("groups_users", {:force=>true, :id=>false}) -> 0.0317s -- add_index("groups_users", ["group_id", "user_id"], {:unique=>true, :name=>"groups_users_all_index"}) -> 0.0351s -- add_index("groups_users", ["user_id"], {:name=>"user_id"}) -> 0.0342s -- create_table("roles", {:force=>true}) -> 0.0396s -- add_index("roles", ["parent_id"], {:name=>"roles_parent_id_index"}) -> 0.0439s -- create_table("roles_static_permissions", {:force=>true, :id=>false}) -> 0.0478s -- add_index("roles_static_permissions", ["static_permission_id", "role_id"], {:unique=>true, :name=>"roles_static_permissions_all_index"}) -> 0.0438s -- add_index("roles_static_permissions", ["role_id"], {:name=>"role_id"}) -> 0.0422s -- execute("INSERT INTO `roles_static_permissions` VALUES (1,1,NOW()),(1,2,NOW()),(1,3,NOW()),(1,4,NOW()), (2,2,NOW())") -> 0.0007s -- create_table("roles_users", {:force=>true, :id=>false}) -> 0.0323s -- add_index("roles_users", ["user_id", "role_id"], {:unique=>true, :name=>"roles_users_all_index"}) -> 0.0354s -- add_index("roles_users", ["role_id"], {:name=>"role_id"}) -> 0.0358s -- execute("INSERT INTO `roles_users` VALUES (1,1,NOW())") -> 0.0006s -- create_table("static_permissions", {:force=>true}) -> 0.0378s -- add_index("static_permissions", ["title"], {:unique=>true, :name=>"static_permissions_title_index"}) -> 0.0360s -- create_table("user_registrations", {:force=>true}) -> 0.0344s -- add_index("user_registrations", ["user_id"], {:unique=>true, :name=>"user_registrations_user_id_index"}) -> 0.0444s -- add_index("user_registrations", ["expires_at"], {:name=>"user_registrations_expires_at_index"}) -> 0.0415s -- create_table("users", {:force=>true}) -> 0.0401s -- add_index("users", ["login"], {:unique=>true, :name=>"users_login_index"}) -> 0.0437s -- add_index("users", ["password"], {:name=>"users_password_index"}) -> 0.0421s -- create_table("watched_projects", {:force=>true}) -> 0.0343s -- add_index("watched_projects", ["bs_user_id"], {:name=>"watched_projects_users_fk_1"}) -> 0.0438s == InitialDatabase: migrated (1.1976s) ======================================= == AddMetaCache: migrating =================================================== -- create_table("db_projects") -> 0.0319s -- add_index("db_projects", ["name"], {:unique=>true, :name=>"projects_name_index"}) -> 0.0356s -- create_table("db_packages") -> 0.0318s -- add_index("db_packages", ["db_project_id", "name"], {:unique=>true, :name=>"packages_all_index"}) -> 0.0453s -- create_table("project_user_role_relationships") -> 0.0400s -- add_index("project_user_role_relationships", ["db_project_id", "bs_user_id", "bs_role_id"], {:unique=>true, :name=>"project_user_role_all_index"}) -> 0.0443s -- create_table("package_user_role_relationships") -> 0.0403s -- add_index("package_user_role_relationships", ["db_package_id", "bs_user_id", "bs_role_id"], {:unique=>true, :name=>"package_user_role_all_index"}) -> 0.0429s -- create_table("tags") -> 0.0318s -- add_index("tags", ["name"], {:unique=>true, :name=>"tags_name_unique_index"}) -> 0.0434s -- create_table("db_projects_tags", {:id=>false}) -> 0.0306s -- add_index("db_projects_tags", ["db_project_id", "tag_id"], {:unique=>true, :name=>"projects_tags_all_index"}) -> 0.0450s -- create_table("bs_roles") -> 0.0402s -- add_index("bs_roles", ["title"], {:unique=>true, :name=>"bs_roles_title_unique_index"}) -> 0.0468s == AddMetaCache: migrated (0.5605s) ========================================== == UserAdminnote: migrating ================================================== -- add_column("users", "adminnote", :text) -> 0.0415s == UserAdminnote: migrated (0.0416s) ========================================= == AddRepositories: migrating ================================================ -- create_table(:repositories) -> 0.0455s -- add_index("repositories", ["db_project_id", "name"], {:unique=>true, :name=>"projects_name_index"}) -> 0.0439s -- create_table(:path_elements) -> 0.0403s -- add_index("path_elements", ["parent_id", "repository_id"], {:unique=>true, :name=>"parent_repository_index"}) -> 0.0355s -- add_index("path_elements", ["parent_id", "position"], {:unique=>true, :name=>"parent_repo_pos_index"}) -> 0.0340s -- create_table(:architectures) -> 0.0317s -- add_index("architectures", ["name"], {:unique=>true, :name=>"arch_name_index"}) -> 0.0602s -- create_table(:architectures_repositories, {:id=>false}) -> 0.0363s -- add_index("architectures_repositories", ["repository_id", "architecture_id"], {:unique=>true, :name=>"arch_repo_index"}) -> 0.2789s == AddRepositories: migrated (0.6213s) ======================================= == CreateDisabledRepos: migrating ============================================ -- create_table(:disabled_repos) -> 0.0387s -- add_index("disabled_repos", ["db_package_id", "repository_id", "architecture_id"], {:unique=>true, :name=>"package_repo_arch_index"}) -> 0.0438s == CreateDisabledRepos: migrated (0.0828s) =================================== == CreateTaggings: migrating ================================================= -- create_table(:taggings) -> 0.0395s -- add_index("taggings", ["taggable_id", "taggable_type", "tag_id", "user_id"], {:unique=>true, :name=>"taggings_taggable_id_index"}) -> 0.0446s == CreateTaggings: migrated (0.0843s) ======================================== == AddIndexForTaggableType: migrating ======================================== -- add_index("taggings", "taggable_type") -> 0.0400s == AddIndexForTaggableType: migrated (0.0401s) =============================== == AddTimeStamp: migrating =================================================== -- add_column(:taggings, :created_at, :datetime) -> 0.0325s -- add_column(:tags, :created_at, :datetime) -> 0.0336s == AddTimeStamp: migrated (0.0663s) ========================================== == AddCreateAndModifiedTimeStamps: migrating ================================= -- add_column(:db_projects, :created_at, :datetime, {:default=>"2005-01-01 00:00:01"}) -> 0.0326s -- add_column(:db_projects, :updated_at, :datetime, {:default=>"2005-01-01 00:00:01"}) -> 0.0504s -- add_column(:db_packages, :created_at, :datetime, {:default=>"2005-01-01 00:00:02"}) -> 0.0339s -- add_column(:db_packages, :updated_at, :datetime, {:default=>"2005-01-01 00:00:02"}) -> 0.0420s == AddCreateAndModifiedTimeStamps: migrated (0.1594s) ======================== == AddDownloadCounter: migrating ============================================= -- add_column(:db_packages, :downloads, :integer, {:default=>0}) -> 0.0327s == AddDownloadCounter: migrated (0.0328s) ==================================== == RemoveBogusDefaultTimestamps: migrating =================================== -- change_column(:db_projects, :created_at, :datetime, {:default=>0}) -> 0.0406s -- change_column(:db_projects, :updated_at, :datetime, {:default=>0}) -> 0.0363s -- change_column(:db_packages, :created_at, :datetime, {:default=>0}) -> 0.0497s -- change_column(:db_packages, :updated_at, :datetime, {:default=>0}) -> 0.0668s == RemoveBogusDefaultTimestamps: migrated (0.1939s) ========================== == CreatePackageUrl: migrating =============================================== -- add_column(:db_packages, :url, :string) -> 0.0426s == CreatePackageUrl: migrated (0.0427s) ====================================== == AddArchs: migrating ======================================================= == AddArchs: migrated (0.0275s) ============================================== == CreateAdvancedDownloadStats: migrating ==================================== -- create_table(:download_stats) -> 0.0579s -- add_index(:download_stats, ["db_project_id"], {:name=>"project"}) -> 0.0439s -- add_index(:download_stats, ["db_package_id"], {:name=>"package"}) -> 0.0421s -- add_index(:download_stats, ["repository_id"], {:name=>"repository"}) -> 0.0504s -- add_index(:download_stats, ["architecture_id"], {:name=>"arch"}) -> 0.0434s == CreateAdvancedDownloadStats: migrated (0.2390s) =========================== == RemoveOldDownloadCounter: migrating ======================================= -- remove_column(:db_packages, :downloads) -> 0.0477s == RemoveOldDownloadCounter: migrated (0.0478s) ============================== == AddRatingTable: migrating ================================================= -- create_table(:ratings) -> 0.0390s -- add_index(:ratings, ["object_id"], {:name=>"object"}) -> 0.0362s -- add_index(:ratings, ["user_id"], {:name=>"user"}) -> 0.0418s == AddRatingTable: migrated (0.1181s) ======================================== == CreateStatusMessages: migrating =========================================== -- create_table(:status_messages) -> 0.0560s -- add_index(:status_messages, ["user_id"], {:name=>"user"}) -> 0.0440s == CreateStatusMessages: migrated (0.1005s) ================================== == AddSeverityToStatusMessages: migrating ==================================== -- add_column(:status_messages, :severity, :integer) -> 0.0412s == AddSeverityToStatusMessages: migrated (0.0413s) =========================== == AddPermissionsForStatusMessages: migrating ================================ -- execute("INSERT INTO `roles_static_permissions` VALUES (1,5,NOW())") -> 0.0004s == AddPermissionsForStatusMessages: migrated (0.0053s) ======================= == AddPermissionsForDownloadCounters: migrating ============================== -- execute("INSERT INTO `roles_static_permissions` VALUES (1,6,NOW())") -> 0.0004s == AddPermissionsForDownloadCounters: migrated (0.0033s) ===================== == AddActivityAttributes: migrating ========================================== -- add_column(:db_packages, :update_counter, :integer, {:default=>0}) -> 0.0457s -- add_column(:db_packages, :activity_index, :float, {:default=>100}) -> 0.0426s == AddActivityAttributes: migrated (0.0886s) ================================= == CreateBlacklistTags: migrating ============================================ -- create_table(:blacklist_tags) -> 0.0391s == CreateBlacklistTags: migrated (0.0392s) =================================== == CreateMessages: migrating ================================================= -- create_table(:messages) -> 0.0486s -- add_index(:messages, ["object_id"], {:name=>"object"}) -> 0.0441s -- add_index(:messages, ["user_id"], {:name=>"user"}) -> 0.0382s == CreateMessages: migrated (0.1354s) ======================================== == InsertSrcAndNoarchArchitecture: migrating ================================= == InsertSrcAndNoarchArchitecture: migrated (0.0081s) ======================== == AddSelectableFlagForArchitectures: migrating ============================== -- add_column(:architectures, :selectable, :boolean, {:default=>false}) -> 0.0794s == AddSelectableFlagForArchitectures: migrated (0.0863s) ===================== == PermissionUpdate: migrating =============================================== -- add_column(:roles, :global, :boolean, {:default=>false}) -> 0.0511s -- rename_column(:project_user_role_relationships, :bs_role_id, :role_id) -> 0.0453s -- rename_column(:package_user_role_relationships, :bs_role_id, :role_id) -> 0.0429s == PermissionUpdate: migrated (0.1502s) ====================================== == AddLocalPermissions: migrating ============================================ == AddLocalPermissions: migrated (0.0220s) =================================== == AddProjectBuildFlags: migrating =========================================== -- create_table("project_flag_groups", {:force=>true}) -> 0.0437s -- add_index("project_flag_groups", ["db_project_id"], {:name=>"db_project_id_index"}) -> 0.0451s -- add_index("project_flag_groups", ["flag_group_type_id"], {:name=>"flag_group_type_id_index"}) -> 0.0344s -- create_table("package_flag_groups", {:force=>true}) -> 0.0385s -- add_index("package_flag_groups", ["db_project_id"], {:name=>"db_project_id_index"}) -> 0.0445s -- add_index("package_flag_groups", ["flag_group_type_id"], {:name=>"flag_group_type_id_index"}) -> 0.0418s -- create_table("flag_group_types", {:force=>true}) -> 0.0399s -- create_table("project_flags", {:force=>true}) -> 0.0344s -- add_index("project_flags", ["project_flag_group_id"], {:name=>"project_flag_group_id_index"}) -> 0.0434s -- add_index("project_flags", ["flag_type_id"], {:name=>"flag_type_id_index"}) -> 0.0433s -- create_table("package_flags", {:force=>true}) -> 0.0389s -- add_index("package_flags", ["package_flag_group_id"], {:name=>"package_flag_group_id_index"}) -> 0.0441s -- add_index("package_flags", ["flag_type_id"], {:name=>"flag_type_id_index"}) -> 0.0350s -- create_table("flag_types", {:force=>true}) -> 0.0305s == AddProjectBuildFlags: migrated (0.5592s) ================================== == CreateFlags: migrating ==================================================== -- create_table(:flags) -> 0.0339s == CreateFlags: migrated (0.0341s) =========================================== == ImportBuildFlagsFromBackend: migrating ==================================== [MIGRATION PROJECT-FLAGUPDATE] starting flag update for projects [MIGRATION PROJECT-FLAGUPDATE]...done. [MIGRATION PACKAGE-FLAGUPDATE] starting flag update for packages [MIGRATION PACKAGE-FLAGUPDATE] ...done. == ImportBuildFlagsFromBackend: migrated (0.0763s) =========================== == RemoveOldFlagTables: migrating ============================================ -- Saving data from disabled_repos to /srv/www/obs/frontend/db/data/production//disabled_repos.yml -> 0.0006s -> 8 rows -- Saving data from flag_types to /srv/www/obs/frontend/db/data/production//flag_types.yml -> 0.0004s -> 8 rows -- Saving data from flag_group_types to /srv/www/obs/frontend/db/data/production//flag_group_types.yml -> 0.0004s -> 8 rows -- Saving data from project_flags to /srv/www/obs/frontend/db/data/production//project_flags.yml -> 0.0004s -> 8 rows -- Saving data from project_flag_groups to /srv/www/obs/frontend/db/data/production//project_flag_groups.yml -> 0.0004s -> 8 rows -- Saving data from package_flags to /srv/www/obs/frontend/db/data/production//package_flags.yml -> 0.0004s -> 8 rows -- Saving data from package_flag_groups to /srv/www/obs/frontend/db/data/production//package_flag_groups.yml -> 0.0004s -> 8 rows -- drop_table(:disabled_repos) -> 0.0011s -- drop_table(:flag_types) -> 0.0037s -- drop_table(:flag_group_types) -> 0.0012s -- drop_table(:project_flags) -> 0.0010s -- drop_table(:project_flag_groups) -> 0.0011s -- drop_table(:package_flags) -> 0.0013s -- drop_table(:package_flag_groups) -> 0.0017s == RemoveOldFlagTables: migrated (0.0157s) =================================== == AddDeletedPseudoRepository: migrating ===================================== == AddDeletedPseudoRepository: migrated (0.0152s) ============================ == AddBugownerRole: migrating ================================================ == AddBugownerRole: migrated (0.0033s) ======================================= == AddRemoteBsConfig: migrating ============================================== -- add_column(:db_projects, :remoteurl, :string) -> 0.0509s -- add_column(:db_projects, :remoteproject, :string) -> 0.0729s == AddRemoteBsConfig: migrated (0.1241s) ===================================== == ModifyRepositoryForRemoteBs: migrating ==================================== -- remove_index(:repositories, {:name=>"projects_name_index"}) -> 0.0411s -- add_column(:repositories, :remote_project_name, :string) -> 0.0421s -- add_index(:repositories, [:db_project_id, :name, :remote_project_name], {:unique=>true, :name=>"projects_name_index"}) -> 0.0350s -- add_index(:repositories, :remote_project_name, {:name=>"remote_project_name_index"}) -> 0.0339s == ModifyRepositoryForRemoteBs: migrated (0.1526s) =========================== == AddDevelProject: migrating ================================================ -- add_column(:db_packages, :develproject_id, :integer) -> 0.0321s -- add_index(:db_packages, [:develproject_id], {:name=>"devel_project_id_index"}) -> 0.0356s == AddDevelProject: migrated (0.0679s) ======================================= == RenameDebugFlagToDebuginfo: migrating ===================================== [MIGRATION PROJECT-FLAGUPDATE] starting flag update for projects [MIGRATION PROJECT-FLAGUPDATE]...done. [MIGRATION PACKAGE-FLAGUPDATE] starting flag update for packages [MIGRATION PACKAGE-FLAGUPDATE] ...done. == RenameDebugFlagToDebuginfo: migrated (0.0014s) ============================ == AddI686Arch: migrating ==================================================== == AddI686Arch: migrated (0.0079s) =========================================== == AddRenderedMetaCache: migrating =========================================== -- create_table(:meta_cache) -> 0.0414s -- add_index(:meta_cache, [:cachable_id, :cachable_type], {:unique=>true}) -> 0.0358s == AddRenderedMetaCache: migrated (0.0775s) ================================== == AddLocalArch: migrating =================================================== == AddLocalArch: migrated (0.0028s) ========================================== == AddArchOrder: migrating =================================================== -- add_column(:architectures_repositories, :position, :integer, {:null=>false, :default=>0}) -> 0.0447s == AddArchOrder: migrated (0.0451s) ========================================== == AddDownloadPermissionsAndRole: migrating ================================== == AddDownloadPermissionsAndRole: migrated (0.0104s) ========================= == AddArchs2: migrating ====================================================== == AddArchs2: migrated (0.0029s) ============================================= == AddDownload: migrating ==================================================== -- create_table(:downloads) -> 0.0484s == AddDownload: migrated (0.0487s) =========================================== == AddArchs3: migrating ====================================================== == AddArchs3: migrated (0.0029s) ============================================= == AddBcntsynctag: migrating ================================================= -- add_column(:db_packages, :bcntsynctag, :string) -> 0.0471s == AddBcntsynctag: migrated (0.0473s) ======================================== == AddDevelPackage: migrating ================================================ -- add_column(:db_packages, :develpackage_id, :integer) -> 0.0408s -- add_index(:db_packages, [:develpackage_id], {:name=>"devel_package_id_index"}) -> 0.0422s == AddDevelPackage: migrated (0.0832s) ======================================= ** Invoke db:schema:dump (first_time) ** Invoke environment ** Execute db:schema:dump bigone111:/srv/www/obs/frontend # -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hello, 2009-07-07 18:59 keltezéssel, Jan-Simon Möller írta:
- is it already possible to boot openSUSE/ARM? Would be nice to see it running at least in Qemu...
At least Base:build:arm is there atm. But no runnable images, yet. Wait some days - I just borked it and need to recover. My bad.
Any news on this? I'm finally back from vacation, so hopefully will have some time to test it and fix my local BS installation... Bye, CzP -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Montag 20 Juli 2009 17:15:20 schrieb Peter Czanik:
Hello,
At least Base:build:arm is there atm. But no runnable images, yet. Wait some days - I just borked it and need to recover. My bad.
Base:build:arm is stable and bootstrapping now with the latest factory checkins. An x11-stack for testing will be built in home:dl9pf:arm-x11. Best Jan-Simon -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
2009-07-20 17:19 keltezéssel, Jan-Simon Möller írta:
Am Montag 20 Juli 2009 17:15:20 schrieb Peter Czanik:
Hello,
At least Base:build:arm is there atm. But no runnable images, yet. Wait some days - I just borked it and need to recover. My bad.
Base:build:arm is stable and bootstrapping now with the latest factory checkins.
An x11-stack for testing will be built in home:dl9pf:arm-x11.
I see that https://build.opensuse.org/project/show?project=home%3Adl9pf%3Abranches%3Aop... has a lot of packages. Is it possible to bootstrap it to a bit more complete system than Base:build:arm ? Bye, CzP -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Montag 17 August 2009 17:52:51 schrieb Peter Czanik:
2009-07-20 17:19 keltezéssel, Jan-Simon Möller írta:
Am Montag 20 Juli 2009 17:15:20 schrieb Peter Czanik:
Hello,
At least Base:build:arm is there atm. But no runnable images, yet. Wait some days - I just borked it and need to recover. My bad.
Base:build:arm is stable and bootstrapping now with the latest factory checkins.
An x11-stack for testing will be built in home:dl9pf:arm-x11.
I see that https://build.opensuse.org/project/show?project=home%3Adl9pf%3Abranches%3Ao penSUSE%3AFactory has a lot of packages. Is it possible to bootstrap it to a bit more complete system than Base:build:arm ?
Its WIP ;) Best, Jan-Simon -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Jan-Simon Möller
-
Martin Mohring
-
Peter Czanik