Hi All,
Yesterday I noticed that the repository
/repositories/Application:/Geo/openSUSE_11.4/
is removed. I suspect that an error was involved. There was a request
to remove the Geo repo for version 12.1 (request id. 190115), but that
one is still there.
OpenSuSE 11.4 is presently on Evergreen LTS, and we use the software
in this repo at the office on our GIS workstation.
Can someone please restore the repo for 11.4?
Thanks in advance,
Stephan van den Akker
Peutz bv
the Netherlands
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
I'm facing a strang behaviour on obs:
https://build.opensuse.org/package/rawlog/home:e9925248:darwin/headerdoc/op…
It installs libxml2-devel:
[ 36s] [98/99] cumulate libxml2-devel-2.9.0-2.1.1
[ 37s] libxml2-devel-2.9.0-2.1.1 ########################################
The build fails with:
[ 44s] cc -lxml2 -lpthread xml2man.o strcompat.o -o xml2man
[ 44s] xml2man.o: In function `writeData_sub':
[ 44s] /home/abuild/rpmbuild/BUILD/headerdoc-8.9.14/xmlman/xml2man.c:730: undefined reference to `xmlUnlinkNode'
[ 44s] /home/abuild/rpmbuild/BUILD/headerdoc-8.9.14/xmlman/xml2man.c:738: undefined reference to `xmlFreeNode'
[ 44s] xml2man.o: In function `main':
[ 44s] /home/abuild/rpmbuild/BUILD/headerdoc-8.9.14/xmlman/xml2man.c:116: undefined reference to `xmlCheckVersion'
[ 44s] /home/abuild/rpmbuild/BUILD/headerdoc-8.9.14/xmlman/xml2man.c:126: undefined reference to `xmlParseFile'
[ 44s] /home/abuild/rpmbuild/BUILD/headerdoc-8.9.14/xmlman/xml2man.c:147: undefined reference to `xmlParseMemory'
[ 44s] /home/abuild/rpmbuild/BUILD/headerdoc-8.9.14/xmlman/xml2man.c:149: undefined reference to `xmlDocGetRootElement'
[ 44s] /home/abuild/rpmbuild/BUILD/headerdoc-8.9.14/xmlman/xml2man.c:173: undefined reference to `xmlFreeDoc'
[ 44s] /home/abuild/rpmbuild/BUILD/headerdoc-8.9.14/xmlman/xml2man.c:174: undefined reference to `xmlCleanupParser'
This means, that cc does not find libxml2.
On a openSuSE 12.3 chroot:
$rpm -ql libxml2-devel |grep -v include
/usr/bin/xml2-config
/usr/lib64/libxml2.la
/usr/lib64/libxml2.so
/usr/lib64/pkgconfig/libxml-2.0.pc
/usr/lib64/xml2Conf.sh
/usr/share/aclocal
/usr/share/aclocal/libxml.m4
/usr/share/man/man1/xml2-config.1.gz
/usr/share/man/man3/libxml.3.gz
So /usr/lib64/libxml2.so, which is necessary to link libxml2, should be in the obs chroot. /usr/lib64 is the default search
path for libraries, so it should be found by the compiler via -lxml2.
Executing the same command (as well as building the package via rpmbuild directly) in the openSuSE 12.3 chroot finds the library.
I currently don't have any clue, what could be different.
Regards,
Martin
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Most files in obs-build are put into /usr/lib. This directory is
intended only for binaries, but all but one (initvm.`uname -m`) are
architecture independent and therefore should go into /usr/share and
only initvm.`uname -m` should stay in /usr/lib.
I'm willing to create PR to change the location. But it will affect both
obs-build and open-build-service.
Do you agree with this change?
--
Miroslav Suchy,
Red Hat, Software Engineer, #brno, #devexp, #fedora-buildsys
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello folks,
So, here is my GSoC 2013 update for the week ending on 9/08/2013
1. What have I done last week?
Finished with refactoring the code. The discussion system is now live
on http://build.opensuse.org (Yayy!). Apart from that, a
functionality for edit/delete comments has been pushed to github.
2. What am I'm doing this week
I just moved in to my college. So will be a little caught with the
usual move-in and orientation things. But no big deal. I have received
feedback from my mentor on the edit/delete functionality I have put up
on github and will make sure the same gets corrected/implemented soon.
Apart from that, we will target to finish off the entire edit/delete
functionality set this week, along with test suites, make sure all the
data transfer happens via JSON and not XML. So next week we can move
on to hermes and start building notification types for the discussion
system in OBS.
Important links
Trello: https://trello.com/board/discussion-system/51a5ede2db062a7e6f001b7c
Github: https://github.com/shayonj/open-build-service
Travis: https://travis-ci.org/shayonj/open-build-service
Cheers!
--
Shayon
http://wrkb.in
IRC nick: shayonj
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
it's Thursday morning (here in Nuremberg) and we're in the maintenance
window. Thus, ci.opensuse.org will be updated to SP3 and rebooted.
--
Sascha Peilicke
SUSE Linux GmbH, Maxfeldstr. 5, D-90409 Nuernberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer HRB 16746 (AG Nürnberg)
Hey guys,
How can I add Available Scheduler Architectures to the OBS Appliance? all I can see is Kiwi.
Thanks.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
As you might have noticed is the scheduler quite slow these days.
The root cause is that our disks are almost full.
While new hardware is on the way, I took this as a reason to create
another bunch of requests to delete repositories building for distributions
which are EOL.
This new requests contain the point of time when they will get accepted, if
they are still in "new" state.
Our osc and webui can not show it yet (will work on that tomorrow), but
you can see it via the api already if you are curious. For example:
osc api /request/187342
--
Adrian Schroeter
email: adrian(a)suse.de
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284
(AG Nürnberg)
Maxfeldstraße 5
90409 Nürnberg
Germany
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hey guys,
I finally could put an OBS appliance together, I logged in as Admin
and tried to create my first project and got an error 500, I checked
/srv/www/obs/api/log/production.log and all it says is:
[^[[32mINFO ^[[0m|# 3623] Started GET "/source/home:Admin/_meta" for
1.2.3.4 at 2013-08-13 19:24:06 +0000
[^[[32mINFO ^[[0m|# 3623] Processing by SourceController#project_meta as XML
[^[[32mINFO ^[[0m|# 3623] Parameters: {"project"=>"home:Admin"}
[^[[32mINFO ^[[0m|# 3623] Rendered status.xml.builder (0.2ms)
[^[[32mINFO ^[[0m|# 3623] Completed 404 Not Found in 6ms (Views: 0.6ms
| ActiveRecord: 0.6ms | Backend: 0.0ms | XML: 0.0ms)
[^[[32mINFO ^[[0m|# 3623] Started PUT "/source/home:Admin/_meta" for
1.2.3.4 at 2013-08-13 19:24:06 +0000
[^[[32mINFO ^[[0m|# 3623] Processing by SourceController#project_meta as XML
[^[[32mINFO ^[[0m|# 3623] Parameters: {"project"=>"home:Admin"}
[^[[32mINFO ^[[0m|# 3623] Rendered text template (0.0ms)
[^[[32mINFO ^[[0m|# 3623] Completed 500 Internal Server Error in 92ms
(Views: 0.5ms | ActiveRecord: 9.0ms | Backend: 3.0ms | XML: 0.0ms)
Also, webui/log/production.log has this:
[^[[32mINFO ^[[0m|# 3725] Authenticated request to
"/project/save_new?method=post" from Admin
[^[[31mERROR^[[0m|# 3725] --> caught EOFError: end of file reached,
retrying with new HTTP connection
[^[[32mINFO ^[[0m|# 3725] Completed 500 Internal Server Error in 793ms
[^[[31mFATAL^[[0m|# 3725] ActiveXML::Transport::Error (<status
code='500' origin='backend'>
<summary>access denied by $ipaccess rules</summary>
Any ideas what can cause that?
To my untrained eyes it looks like it did not allow me to create it
(access denied) so please let me know if I need to adjust something in
the config files.
Thanks
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
looks like OBS health state is converging to the zero line.. :-(
Can we expect recovery soon, or is there a bigger issue lurking?
Cheers,
Pete
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
I installed it and I'm getting this:
Ruby (Rack) application could not be started
These are the possible causes:
There may be a syntax error in the application's code. Please check
for such errors and fix them.
A required library may not installed. Please install all libraries
that this application requires.
The application may not be properly configured. Please check whether
all configuration files are written correctly, fix any incorrect
configurations, and restart this application.
A service that the application relies on (such as the database server
or the Ferret search engine server) may not have been started. Please
start that service.
I noticed it says that host is missing so I put
frontend_host="localhost" in /srv/www/obs/webui/config/options.yml (I
think that's the name of the file)
And after that it says Error 500
I can reach https://myobsserver:444 and login using Admin/opensuse
What can I do?
Thanks,
--
Jorge Hernandez
165 East 115th Street #4B
New York, NY 10029
jfha73(a)gmail.com
tel:
fax:
mobile:
646-403-9802
646-519-4352
646-262-1908
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org