Hello
When there is a high number of packages are in the 'blocked queue' e.g >
1000 packages, can the package that they depend on be escalated up the tree
to get built sooner ?
e.g 2000 packages may depend on binutils, so escalate binutils to build
sooner
Thanks
Glenn
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
I was wondering why brp-checks are sometimes less strict than they are on Factory.
Look at this short excerpt from a buildlog:
src/skin_main.cpp: In function 'void* Run(void*)':
src/skin_main.cpp:347: warning: control reaches end of non-void function
src/skin_main.cpp: At global scope:
src/skin_main.cpp:457: warning: 'int onSystrayChange(vlc_object_t*, const char*, vlc_value_t, vlc_value_t, void*)' defined but not
used
src/skin_main.cpp:492: warning: 'int onTaskBarChange(vlc_object_t*, const char*, vlc_value_t, vlc_value_t, void*)' defined but not
used
Ok, we all agree what the compiler warns about here. In 11.1, this is raised to an error:
I: Program returns random data in a function
E: $pkg no-return-in-nonvoid-function src/skin_main.cpp:347
In 11.2 this passes cleanly the brp check (even though the compiler still warns on it).
Now what would be the proper behavior? what 11.2 (aka Factory at the moment) does or what 11.1 does?
Having a 'reaches end of non-void' on a function declared as void* looks weird anyhow :) but that's another story.
If the 11.2 behavior is correct: how can I get 11.1 ignore this specific error? (I don't want to completely disable brp-checks. I got to love them).
If the 11.1 behavior is correct: why did this vanish from the brp on Factory?
Best regards,
Dominique
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
I've setup hermes to notify me on "*OBS Request Create*" and "*OBS
Request Change" *directly (no digest) by email but after creating a
submit request and then revoking it twice on Sunday (difficulty in
making up my mind where to send the patch and which patch to send) then
making a final submit request, I never received any mail. I have now set
it up to notify me on builds as well and triggered a rebuild which
finished but received no notification. Am I misunderstanding hermes or
is there something wrong?
Regards
Dave P
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
I've been trying to get ccache working on one of my builds, and have
been having some issues. I've tracked the problem down to an
incorrectly generated shell script.
The setupccache function in 'build' creates a few wrapper shell scripts
to make things work (gcc/cc specifically), but the series of echos to
create the script has a typo. The first and second echo lines
both contain a single > redirect, so the first line is immediately
destroyed. The net result is the #!/bin/sh header doesn't end up in the
script file:
echo '#! /bin/sh' > $BUILD_ROOT/var/lib/build/ccache/bin/$i
echo "test -e /usr/bin/$i || exit 1" >
$BUILD_ROOT/var/lib/build/ccache/bin/$i
The second line should look like this:
echo "test -e /usr/bin/$i || exit 1" >>
$BUILD_ROOT/var/lib/build/ccache/bin/$i
A patch has been attached. I checked this out from:
https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build
If that is an incorrect location to base the patch on, let me know.
Josh
Hi,
1) Is there a way to provide translated "Summary" and "Description" fields in the RPM spec file ?
2) Is this translation handled by the translation team, or should the packagers try to provide it in as many languages as possible ?
I didn't find any mention of this neither in the openSUSE packaging guidelines nor the Fedora ones.
Thanks,
Vincent Petry
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Is it worth for a bug ?
https://build.opensuse.org/main/search_result?search_text=apache&x=0&y=0
OpenSUSE Frontend Error:
Error Details:
Errorcode: uncaught_exception
Message: Mysql::Error: Duplicate entry '72318-DbPackage' for key 2:
INSERT INTO `meta_cache` (`cachable_id`, `content`, `cachable_type`)
VALUES(72318, '<package name=\"libapr1\"
project=\"home:svenwappler:apache_php_mysql\">\n <title>libapr (Apache
Portable Runtime)</title>\n <description>This package is based on the
package \'libapr1\' from project \'Apache\'.\n\nThe mission of the
Apache Portable Runtime (APR) project is to create and maintain software
libraries that provide a predictable and consistent interface to
underlying platform-specific implementations.The primary goal is to
provide an API to which software developers may code and be assured of
predictable if not identical behaviour regardless of the platform on
which their software is built, relieving them of the need to code
special-case conditions to work around or take advantage of
platform-specific deficiencies or features.The APR is used by both Open
Source and Commercial projects, prominent examples being the Apache HTTP
server.</description>\n <person userid=\"svenwappler\"
role=\"maintainer\"/>\n</package>\n', 'DbPackage')
Exception from API:
ActiveRecord::StatementInvalid: Mysql::Error: Duplicate entry
'72318-DbPackage' for key 2: INSERT INTO `meta_cache` (`cachable_id`,
`content`, `cachable_type`) VALUES(72318, '<package name=\"libapr1\"
project=\"home:svenwappler:apache_php_mysql\">\n <title>libapr (Apache
Portable Runtime)</title>\n <description>This package is based on the
package \'libapr1\' from project \'Apache\'.\n\nThe mission of the
Apache Portable Runtime (APR) project is to create and maintain software
libraries that provide a predictable and consistent interface to
underlying platform-specific implementations.The primary goal is to
provide an API to which software developers may code and be assured of
predictable if not identical behaviour regardless of the platform on
which their software is built, relieving them of the need to code
special-case conditions to work around or take advantage of
platform-specific deficiencies or features.The APR is used by both Open
Source and Commercial projects, prominent examples being the Apache HTTP
server.</description>\n <person userid=\"svenwappler\"
role=\"maintainer\"/>\n</package>\n', 'DbPackage')
Stack Trace:
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:150:in
`log'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:281:in
`execute'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:156:in
`insert_sql'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:291:in
`insert_sql'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:44:in
`insert_without_query_dirty'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:19:in
`insert'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/base.rb:2272:in
`create_without_callbacks'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/callbacks.rb:226:in
`create_without_timestamps'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/timestamp.rb:29:in
`create'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/base.rb:2238:in
`create_or_update_without_callbacks'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/callbacks.rb:213:in
`create_or_update'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/base.rb:1972:in
`save_without_validation'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/validations.rb:934:in
`save_without_transactions'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/transactions.rb:108:in
`save'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:66:in
`transaction'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/transactions.rb:80:in
`transaction'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/transactions.rb:100:in
`transaction'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/transactions.rb:108:in
`save'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/transactions.rb:120:in
`rollback_active_record_state!'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/transactions.rb:108:in
`save'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/base.rb:572:in
`create'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb:10:in
`create'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb:83:in
`new_record'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/base.rb:1693:in
`with_scope'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb:83:in
`send'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb:83:in
`new_record'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb:10:in
`create'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/associations.rb:1114:in
`send'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/associations.rb:1114:in
`create_meta_cache'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/app/models/db_package.rb:292:in
`to_axml'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/app/controllers/search_controller.rb:45:in
`search'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/app/controllers/search_controller.rb:44:in
`each'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/app/controllers/search_controller.rb:44:in
`search'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/app/controllers/search_controller.rb:14:in
`package'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/base.rb:1158:in
`send'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/base.rb:1158:in
`perform_action_without_filters'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in
`call_filters'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/filters.rb:689:in
`perform_action_without_benchmark'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
/usr/lib64/ruby/1.8/benchmark.rb:293:in `measure'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in
`perform_action_without_caching'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/caching.rb:678:in
`perform_action'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in
`cache'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in
`cache'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/caching.rb:677:in
`perform_action'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/base.rb:524:in
`send'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/base.rb:524:in
`process_without_filters'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in
`process_without_session_management_support'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in
`process'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/base.rb:388:in
`process'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in
`handle_request'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in
`dispatch'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in
`dispatch_cgi'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in
`dispatch'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/railties/lib/fcgi_handler.rb:101:in
`process_request'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/railties/lib/fcgi_handler.rb:149:in
`with_signal_handler'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/railties/lib/fcgi_handler.rb:99:in
`process_request'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/railties/lib/fcgi_handler.rb:77:in
`process_each_request'
/usr/lib64/ruby/vendor_ruby/1.8/fcgi.rb:612:in `each_cgi'
/usr/lib64/ruby/vendor_ruby/1.8/fcgi.rb:609:in `each'
/usr/lib64/ruby/vendor_ruby/1.8/fcgi.rb:609:in `each_cgi'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/railties/lib/fcgi_handler.rb:76:in
`process_each_request'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/railties/lib/fcgi_handler.rb:50:in
`process!'
/srv/www/vhosts/opensuse.org/frontend/releases/20080407174105/vendor/rails/railties/lib/fcgi_handler.rb:24:in
`process!'
/srv/www/vhosts/opensuse.org/frontend/current/public/dispatch.fcgi:24
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
I have created a branch of Kernel:HEAD in order to have backports to
openSUSE 11.0:
http://download.opensuse.org/repositories/home:/hennichodernich:/branches:/…
I now encountered the problem that the debuginfo is not stripped from
the kernel modules, making the packages awfully large.
I have the same problem with a "rpmbuild --rebuild
kernel-pae.nosrc.rpm" on my local machine, for 2.6.29 kernels, this
worked quite well, but now, something seems to have changed.
best regards
Henning
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
To fix an issue with the devel project settings, we need to shutdown the
service for some minutes.
Should be back in not more than 15 minutes.
thanks
adrian
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian(a)suse.de
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi, can anyone point me to information on how to make a patch file for
use with osc.
Regards
Dave P
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org