Hi,
Since I updated to this final release (from a previous/beta release), my
system contains a lot of links to nonexistant images in the webui, e.g.
images/home_grey.png, images/icons/comment_delete.png, images/package.png,
images/icons/accept.png, images/icons/brick_edit.png, ...
When I search for those on disk, I find such dead links:
buildservice:/srv/www/obs/webui/public/images # find /srv/ -name brick_edit.png
/srv/www/obs/webui/public/vendor/neutral/images.rpmold/icons/brick_edit.png
buildservice:/srv/www/obs/webui/public/images # ls -al /srv/www/obs/webui/public/vendor/neutral/images.rpmold/icons/brick_edit.png
lrwxrwxrwx 1 root root 42 Jun 29 2011 /srv/www/obs/webui/public/vendor/neutral/images.rpmold/icons/brick_edit.png -> ../../../bento/images/icons/brick_edit.png
../../../bento/images/icons/brick_edit.png does not exist in this case
Everything is working, but it looks quite ugly...
Looks like a missing package dependency.
--
With best regards,
Carsten Hoeger
Hello,
I've got a question. After installation ("Option 1: Only use the
webui") I tried to register an account but I got something like
http://db.tt/dIGOf7io (...XHTML 1.0 Strict//EN" "http://www.w3.org
(unknown)) and nothing else. What does it mean in that context?
Thanks.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
I need some help/insight on the notification system in OBS.
I wrote a tiny perl module as a notification plugin to replace
Hermes (we only have very modest needs for notifications at
Packman, Hermes is both overkill and barely documented).
The trouble is that I only see a single notification coming in
(a SRCSRV_START), but no SRCSRV_REQUEST_CREATE, which is
actually what I'm looking for.
The module is here:
http://susepaste.org/38190545
After putting it into BSConfig.pm like this:
our $notification_plugin = "notify_email";
and restarting the srcserver, all I get into the log file is a
SRCSRV_START. I did create a SR but nothing happened.
Any ideas?
Thanks
--
-o) Pascal Bleser
/\\ http://opensuse.org -- we haz green
_\_v http://fosdem.org -- we haz conf
Hi, please seems through these packages.
https://build.opensuse.org/package/live_build_log?arch=i586&package=kimtoy&…
it says:
/usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld:
note: 'pthread_create@@GLIBC_2.1' is defined in DSO
/lib/libpthread.so.0 so try adding it to the linker command line
/lib/libpthread.so.0: could not read symbols: Invalid operation
and this:
https://build.opensuse.org/package/live_build_log?arch=i586&package=recordi…
it gives many E: suse-filelist-forbidden-debuginfo.
but their x86_64 branches works perfectly. so it's possibly not spec
file or source code misbehavior ...since ld is a common action and
automatically strip debuginfo is OBS's feature.
any clues?
thanks
marguerite
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
We will take down OBS server side building tomorrow, maybe the entire day.
The reason is that we will sync the entire binary backend
data to a new file system and switch to it.
software.o.o, api.o.o and build.o.o will operate normal except for some
minutes when doing the real switch. That means you will be able to submit
sources and do local builds. Just server side builds and publishing
will not be possible.
We will have a more productive and faster OBS afterwards hopefully.
bye
adrian
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian(a)suse.de
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
I added some lines to my project config to ease RHEL6/CentOS6
packaging and was told by Ismail Dönmez that it maybe useful to
integrate them at a higher level. So here they are:
%if 0%{?centos_version} >= 600 || 0%{?rhel_version} >= 600
Substitute: libxerces-c-devel xerces-c-devel
Substitute: pkg-config pkgconfig
Substitute: libexpat-devel expat-devel
%endif
One more question while I am here:
Does anyone know if the package lists for CentOS and RHEL always
differ (for instance concerning xerces-c) or whether this is a build
service peculiarity?
Regards,
Michael
Hi,
now that building has started again, how about the discussion about link vs.
aggregate starts again, too...
I'm looking at the status page, and I see that almost half of the page is full
of kernels being built.
Why is that? Because people forked them.
As far as I can understand, there are two reasons for forking a package
instead of aggregating it:
1. you are making changes to it
2. you made changes to a different package that is used during build
Am I right with that?
...and is there, by any chance, an automated process to change a _link into an
_aggregate?
bye,
MH
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
I see there were some issues with publishing recently which are fixed
according to the OBS portal. But I'm actually waiting for published
build results which have finished building almost 24 hours ago.
How can I publish them finally?
Wolfgang
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello,
the openSUSE:Tools:2.1 gives me permission denied error wenn running "zypper lu"
:~ # LANG=C zypper lu
Permission to access
'http://download.opensuse.org/repositories/openSUSE:/Tools:/2.1/SLE_11_SP1/r…' denied.
Abort, retry, ignore? [a/r/i/?] (a): a
Problem retrieving files from 'openSUSE:Tools:2.1'.
Permission to access 'SLE_11_SP1/repodata/repomd.xml' denied.
Please see the above error message for a hint.
Warning: Disabling repository 'openSUSE:Tools:2.1' because of the above error.
Loading repository data...
Reading installed packages...
No updates found.
Opening it in browser shows me that Tools: subdir does not exist or is hidden
Is this intended/permanent or an error on download.o.o ?
Carsten