* [cyber] I: Sisyphus-20160117 x86_64 beehive_status: +61 -95 (750)
@ 2016-01-17 12:05 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2016-01-17 12:05 UTC (permalink / raw)
To: sisyphus-cybertalk
61 NEW error logs
guestfs-data-0.2-alt5
'/tmp/make-initrd.VMaEB9ItK/4.4.0-un-def-alt1.guestfs.mk.example/initrd.img' ->
'/usr/lib64/guestfs/initramfs.x86_64.img'
mv: cannot move
'/tmp/make-initrd.VMaEB9ItK/4.4.0-un-def-alt1.guestfs.mk.example/initrd.img' to
'/usr/lib64/guestfs/initramfs.x86_64.img': No such file or directory
Removing work directory ...
--
+ cp -a '/usr/lib64/guestfs/*' /usr/src/tmp/guestfs-data-buildroot/usr/lib64/guestfs/
cp: cannot stat '/usr/lib64/guestfs/*': No such file or directory
hal-0.5.15-alt2
awk '/^#define.*KEY_/ { if ($2 != "KEY_MAX") { print substr($2, 5) } }' <
/usr/include/linux/input.h > hal-setup-keymap-keys.txt
awk 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print
"%null-strings"; print "%%";} { print $1 ", KEY_" $1 }' < hal-setup-keymap-keys.txt >
hal-setup-keymap-hash-name.gperf
gperf -t --ignore-case -N lookup_key -H hash_input_names -p -C <
hal-setup-keymap-hash-name.gperf > hal-setup-keymap-hash-name.h
(standard input): No keywords in input file!
make[2]: *** [hal-setup-keymap-hash-name.h] Error 1
make[2]: Leaving directory `/usr/src/RPM/BUILD/hal-0.5.15/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/hal-0.5.15'
make: *** [all] Error 2
make: Leaving directory `/usr/src/RPM/BUILD/hal-0.5.15'
jinput-2.0.6-alt1_6.20130309svnjpp7
[javac]
/usr/src/RPM/BUILD/jinput-2.0.6/plugins/linux/src/java/net/java/games/input/LinuxNativeTypesMap.java:83:
error: cannot find symbol
[javac] buttonIDs[NativeDefinitions.KEY_LEFTCTRL] =
Component.Identifier.Key.LCONTROL;
--
[javac] location: class NativeDefinitions
[javac]
/usr/src/RPM/BUILD/jinput-2.0.6/plugins/linux/src/java/net/java/games/input/LinuxNativeTypesMap.java:84:
error: cannot find symbol
[javac] buttonIDs[NativeDefinitions.KEY_A] = Component.Identifier.Key.A;
--
[javac] location: class NativeDefinitions
[javac]
/usr/src/RPM/BUILD/jinput-2.0.6/plugins/linux/src/java/net/java/games/input/LinuxNativeTypesMap.java:85:
error: cannot find symbol
[javac] buttonIDs[NativeDefinitions.KEY_S] = Component.Identifier.Key.S;
--
[javac] location: class NativeDefinitions
[javac]
/usr/src/RPM/BUILD/jinput-2.0.6/plugins/linux/src/java/net/java/games/input/LinuxNativeTypesMap.java:86:
error: cannot find symbol
[javac] buttonIDs[NativeDefinitions.KEY_D] = Component.Identifier.Key.D;
--
[javac] location: class NativeDefinitions
[javac]
/usr/src/RPM/BUILD/jinput-2.0.6/plugins/linux/src/java/net/java/games/input/LinuxNativeTypesMap.java:87:
error: cannot find symbol
[javac] buttonIDs[NativeDefinitions.KEY_F] = Component.Identifier.Key.F;
--
[javac] location: class NativeDefinitions
[javac]
/usr/src/RPM/BUILD/jinput-2.0.6/plugins/linux/src/java/net/java/games/input/LinuxNativeTypesMap.java:88:
error: cannot find symbol
[javac] buttonIDs[NativeDefinitions.KEY_G] = Component.Identifier.Key.G;
--
[javac] location: class NativeDefinitions
[javac]
/usr/src/RPM/BUILD/jinput-2.0.6/plugins/linux/src/java/net/java/games/input/LinuxNativeTypesMap.java:89:
error: cannot find symbol
[javac] buttonIDs[NativeDefinitions.KEY_H] = Component.Identifier.Key.H;
--
[javac] location: class NativeDefinitions
[javac]
/usr/src/RPM/BUILD/jinput-2.0.6/plugins/linux/src/java/net/java/games/input/LinuxNativeTypesMap.java:90:
error: cannot find symbol
[javac] buttonIDs[NativeDefinitions.KEY_J] = Component.Identifier.Key.J;
--
[javac] location: class NativeDefinitions
[javac]
/usr/src/RPM/BUILD/jinput-2.0.6/plugins/linux/src/java/net/java/games/input/LinuxNativeTypesMap.java:91:
error: cannot find symbol
[javac] buttonIDs[NativeDefinitions.KEY_K] = Component.Identifier.Key.K;
--
[javac] location: class NativeDefinitions
[javac]
/usr/src/RPM/BUILD/jinput-2.0.6/plugins/linux/src/java/net/java/games/input/LinuxNativeTypesMap.java:92:
error: cannot find symbol
[javac] buttonIDs[NativeDefinitions.KEY_L] = Component.Identifier.Key.L;
libpki-0.8.8-alt1
MI2a: mark libmysqlclient18
E: Couldn't find package postgresql9.4-devel
hsh-install: Failed to calculate package file list.
libpqxx-1:4.0.1-alt1_5
Selecting gcc5-c++ for 'gcc-c++'
E: Couldn't find package libpq5.7-devel
hsh-install: Failed to calculate package file list.
libudev0-181-alt6
+ make -j1
make: Entering directory `/usr/src/RPM/BUILD/libudev0-181'
mkdir -p test && tar -C test/ -xJf ./test/sys.tar.xz
mkdir -p src/extras/keymap
gawk '/^#define.*KEY_[^ ]+[ \t]+[0-9]/ { if ($2 != "KEY_MAX") { print $2 }
}' < /usr/include/linux/input.h | sed 's/^KEY_COFFEE$/KEY_SCREENLOCK/' >
src/extras/keymap/keys.txt
gawk 'BEGIN{ print "struct key { const char* name; unsigned short id; };"; print
"%null-strings"; print "%%";} { print $1 ", " $1 }' < src/extras/keymap/keys.txt >
src/extras/keymap/keys-from-name.gperf
/usr/bin/gperf -L ANSI-C -t --ignore-case -N lookup_key -H hash_key_name -p -C <
src/extras/keymap/keys-from-name.gperf > src/extras/keymap/keys-from-name.h
(standard input): No keywords in input file!
make: *** [src/extras/keymap/keys-from-name.h] Error 1
make: Leaving directory `/usr/src/RPM/BUILD/libudev0-181'
mbm-gpsd-0.1.0-alt1
MI2a: mark libdbus-glib
E: Couldn't find package libnl1-devel
hsh-install: Failed to calculate package file list.
opm-core-2.3-alt1.1
MI2a: mark xml-utils
E: Couldn't find package postgresql9.4-devel
hsh-install: Failed to calculate package file list.
opm-wh_nagios-2.3-alt1.1
Building Dependency Tree...
E: Couldn't find package postgresql9.4-devel
hsh-install: Failed to calculate package file list.
pg_rman-1.2.8-alt1.1
data.o: In function `doInflate':
/usr/src/RPM/BUILD/pg_rman/data.c:155: undefined reference to `COMP_CRC32'
data.o: In function `doDeflate':
/usr/src/RPM/BUILD/pg_rman/data.c:77: undefined reference to `COMP_CRC32'
data.o: In function `copy_file':
/usr/src/RPM/BUILD/pg_rman/data.c:817: undefined reference to `INIT_CRC32'
/usr/src/RPM/BUILD/pg_rman/data.c:942: undefined reference to `COMP_CRC32'
/usr/src/RPM/BUILD/pg_rman/data.c:979: undefined reference to `COMP_CRC32'
/usr/src/RPM/BUILD/pg_rman/data.c:1017: undefined reference to `FIN_CRC32'
/usr/src/RPM/BUILD/pg_rman/data.c:827: undefined reference to `FIN_CRC32'
data.o: In function `backup_data_file':
/usr/src/RPM/BUILD/pg_rman/data.c:325: undefined reference to `INIT_CRC32'
/usr/src/RPM/BUILD/pg_rman/data.c:579: undefined reference to `FIN_CRC32'
/usr/src/RPM/BUILD/pg_rman/data.c:510: undefined reference to `COMP_CRC32'
pgmodeler-0.8.2-alt0beta
Selecting gcc5-c++ for 'gcc-c++'
E: Couldn't find package libpq5.7-devel
hsh-install: Failed to calculate package file list.
python-module-AccessControl-3.0.11-alt1.git20141218
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-Acquisition-4.2.3-alt1.dev0.git20150614
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-CacheControl-0.11.1-alt1.git20150128
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-bumpversion
hsh-install: Failed to calculate package file list.
python-module-CherryPy-SQLAlchemy-0.5.2-alt1.git20150111
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-bumpversion
hsh-install: Failed to calculate package file list.
python-module-DocumentTemplate-2.13.3-alt1.dev.git20141218
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-ExtensionClass-4.1.3-alt1.dev0.git20150522
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-FlexGet-1.2.294-alt1.git20150324
MI2a: mark python-module-funcsigs
E: Couldn't find package python-module-httmock
hsh-install: Failed to calculate package file list.
python-module-ImportConfig-0.0.4-alt1.git20150108
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-pre_commit
hsh-install: Failed to calculate package file list.
python-module-Missing-3.0.1-alt1.dev.git20141218
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-MultiMapping-3.0-alt1.dev0.git20150411
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-Persistence-3.0-alt1.a1
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-Record-3.0.1-alt1.git20130504
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-ZODB-4.2.1-alt2.dev0.git20150714
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-aiohttp-0.15.3-alt1.git20150425
Selecting python3-dev for 'python3-devel'
E: Couldn't find package python3-module-bumpversion
hsh-install: Failed to calculate package file list.
python-module-auxlib-0.0.19-alt1.git20150731
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-ddt
hsh-install: Failed to calculate package file list.
python-module-behave-1.2.5-alt1.a1.git20141018
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-hamcrest
hsh-install: Failed to calculate package file list.
python-module-binaryornot-0.3.0-alt1.git20140505
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-invoke
hsh-install: Failed to calculate package file list.
python-module-bloscpack-0.8.0-alt1.dev.git20150325
No local packages or download links found for coveralls
error: Could not find suitable distribution for Requirement.parse('coveralls')
python-module-collective.buildout.cluster-0.7-alt1.dev.svn20100731
MI2a: mark python-module-pluggy
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-collective.js.speakjs-1.0.1-alt1.dev0.git20130408
MI2a: mark python-module-pluggy
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-facebookads-2.2.2-alt1.git20141121
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-configparser
hsh-install: Failed to calculate package file list.
python-module-int_date-0.1.0-alt1.git20150816
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-hamcrest
hsh-install: Failed to calculate package file list.
python-module-js.socialshareprivacy-1.5-alt1.git20140212
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-hgtools
hsh-install: Failed to calculate package file list.
python-module-jsonmodels-2.0.1-alt1.git20141115
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-invoke
hsh-install: Failed to calculate package file list.
python-module-kaa-base-0.99.2-alt1.git20130522
raise ImportError('sqlite 3.3.1 or higher required')
ImportError: sqlite 3.3.1 or higher required
The full traceback has been saved in /usr/src/tmp/sphinx-err-epdf5T.log, if you want
to report the issue to the developers.
python-module-libthumbor-1.0.1-alt1.git20141020
Selecting python-module-z4r-coveralls for 'python-module-coveralls'
E: Couldn't find package python-module-thumbor
hsh-install: Failed to calculate package file list.
python-module-mockingjay-0.2.0-alt1.git20150528
No local packages or download links found for coveralls
error: Could not find suitable distribution for Requirement.parse('coveralls')
python-module-packaging-15.4-alt1.dev0.git20150801
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-invoke
hsh-install: Failed to calculate package file list.
python-module-pycrest-0.0.3-alt1.git20150208
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-httmock
hsh-install: Failed to calculate package file list.
python-module-pyeda-0.27.3-alt1.git20150318
+ install -p -m644 /usr/lib/python2.7/site-packages/sphinx/objects.inv doc/
install: cannot stat '/usr/lib/python2.7/site-packages/sphinx/objects.inv': No such
file or directory
python-module-pyhistory-1.3-alt1.git20141017
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-invoke
hsh-install: Failed to calculate package file list.
python-module-pyjade-3.0.0-alt1.git20150225
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-pyramid
hsh-install: Failed to calculate package file list.
python-module-pyramid_turbolinks-1.0-alt1.git20141104
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-pyramid
hsh-install: Failed to calculate package file list.
python-module-pysnmp4-4.2.6-alt1.rc1
/.out/python-module-pysnmp4-4.2.6-alt1.rc1.noarch.rpm: python2 modules should not have
python3 requirements
sisyphus_check: check-python ERROR: python modules packaging violation
hsh-rebuild: python-module-pysnmp4-4.2.6-alt1.rc1.src.rpm: sisyphus_check failed.
python-module-pytest-allure-adaptor-1.5.4-alt1.git20150206
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-hamcrest
hsh-install: Failed to calculate package file list.
python-module-pytest-runner-2.6.1-alt1
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-hgtools
hsh-install: Failed to calculate package file list.
python-module-spec-1.2.2-alt1.git20150423
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-invoke
hsh-install: Failed to calculate package file list.
python-module-tlslite-ng-0.5.0-alt1.beta4.git20150724
filesystem is already the newest version.
E: Couldn't find package python-module-diff_cover
hsh-install: Failed to calculate package file list.
python-module-trytond_nereid_test-3.2.1.0-alt1
MI2c: mark libmysqlclient18
E: Couldn't find package python-module-trytond_nereid
hsh-install: Failed to calculate package file list.
python-module-wheel-0.24.0-alt1
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-ed25519ll
hsh-install: Failed to calculate package file list.
python-module-xmltool-0.4-alt1.git20150304
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-tw2.core
hsh-install: Failed to calculate package file list.
python-module-yieldfrom.botocore-0.1.3-alt1.git20150428
+ install -p -m644 /usr/lib/python2.7/site-packages/sphinx/objects.inv docs/
install: cannot stat '/usr/lib/python2.7/site-packages/sphinx/objects.inv': No such
file or directory
python-module-zconfig-3.0.5-alt2.dev.git20140320
rpm-build-python is already the newest version.
E: Couldn't find package python-module-Zope2-tests
hsh-install: Failed to calculate package file list.
python-module-zetup-0.2.13-alt1.git20150428
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-hgdistver
hsh-install: Failed to calculate package file list.
python3-module-pymyinstall-1.1.434-alt1.git20150823
Selecting python3-dev for 'python3-devel'
E: Couldn't find package python3-module-pyquickhelper
hsh-install: Failed to calculate package file list.
python3-module-tvrage3-0.1.1-alt1.git20140510
+ install -p -m644 /usr/lib/python2.7/site-packages/sphinx/objects.inv ./
install: cannot stat '/usr/lib/python2.7/site-packages/sphinx/objects.inv': No such
file or directory
ruby-tmail-1.2.3.1-alt3.5
- boundary="boundary"
This is the preamble
--boundary
Content-Type: text/plain
Blah
--boundary--
Finished in 0.368033398 seconds.
210 tests, 4002 assertions, 1 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
99.5238% passed
570.60 tests/s, 10874.01 assertions/s
skytools-2.1.13-alt1
postgresql9.5-server: Depends: postgresql9.5 (= 9.5.0-alt1)
E: Broken packages
hsh-install: Failed to calculate package file list.
ttmkfdir-3.0.9-alt1_46
libtool-default: compile: g++ -Wall -pedantic -I/usr/include/freetype2 -ggdb -pipe
-Wall -g -O2 -c ttf.cpp -fPIC -DPIC -o .libs/ttf.o
ttf.cpp:6:32: fatal error: freetype2/tttables.h: No such file or directory
compilation terminated.
vtk-5.10.1-alt8
Examples/Build/vtkMy/Unsorted/CMakeLists.txt:39 (VTK_WRAP_PYTHON3)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find Wget (missing: WGET_EXECUTABLE)
-- Found Motif: /usr/lib64/libXm.so
-- Looking for C++ include Xm/PushB.h
-- Looking for C++ include Xm/PushB.h - found
-- Found Qt4: /usr/lib64/qt4/bin/qmake (found suitable version "4.8.7", minimum required
is "4.5.0")
-- Configuring incomplete, errors occurred!
See also "/usr/src/RPM/BUILD/vtk-5.10.1/CMakeFiles/CMakeOutput.log".
See also "/usr/src/RPM/BUILD/vtk-5.10.1/CMakeFiles/CMakeError.log".
95 error logs REMOVED from the list
aiccu-2007.01.15-alt2.qa1
avr-binutils-2:2.23.2-alt1
ceph-0.94.5-alt1
classmate-0.8.0-alt1_3jpp7
cqrlog-1.9.0-alt3
freshplayerplugin-0.3.3-alt1
glibc-6:2.22-alt1
gnustep-Etoile-DocGenerator-0.1-alt4.git20140227
gnustep-objc2-1.7.0-alt10.svn20140704
gsasl-1.8.0-alt1.1
guestfs-data-0.2-alt4
kdenetwork-3.5.13.2-alt4.2
libbluray-0.9.0-alt1
libgxml-0.6.0-alt1
linphone-3.9.1-alt1
memcached-1.4.13-alt3.1
netlabel_tools-0.20-alt2
ntfsprogs-2.0.0-alt8.1.qa1
perl-Server-Starter-0.32-alt1
postgresql9.3-1C-9.3.10-alt1.1
postgresql9.4-1C-9.4.5-alt1.1
postgresql9.4-9.4.5-alt1.1
python-module-Products.ATVocabularyManager-1.6.7-alt1.dev0.git20140314
python-module-Products.JYUDynaPage-2.0-alt1.svn20120418
python-module-Products.PloneFormGen-1.7.17-alt1.dev0.git20140926
python-module-Products.PloneHelpCenter-4.0.1-alt1.dev0.git20141016
python-module-Products.PolicyHTTPCacheManager-1.2.1-alt1.svn20091120
python-module-Products.mediaPerson-0.4-alt1.svn20130221
python-module-SQLAlchemy-Continuum-1.1.5-alt1.git20141228
python-module-bobo-2.3.0-alt1.git20141121
python-module-chronometer-1.0-alt1.git20141221
python-module-collective.blueprint.jsonmigrator-0.1.1-alt1.git20100929
python-module-collective.dancing-1.0-alt1.dev.git20141020
python-module-collective.formlib.link-0.2-alt1
python-module-collective.geo.behaviour-1.2-alt1.dev0.git20140226
python-module-collective.geo.contentlocations-3.2-alt1.dev0.git20140226
python-module-collective.geo.json-0.3-alt1.dev0.git20140805
python-module-collective.geo.kml-3.3-alt1.dev0.git20140818
python-module-collective.geo.leaflet-0.1-alt1.b8.dev0.git20150114
python-module-collective.js.underscore-1.5.2-alt1.git20140122
python-module-collective.phantasy-2.7-alt1.dev0.git20150119
python-module-collective.recipe.template-1.12-alt1.git20140909
python-module-collective.rtvideo.vimeo-0.2.1-alt1.dev0.git20141201
python-module-collective.ruleactions.pythonscript.pythonscript-0.2-alt1.dev0.git20150105
python-module-collective.singing-0.7.3-alt1.dev0.git20150105
python-module-collective.transmogrifier-1.5-alt1.git20130407
python-module-collective.vdexvocabulary-0.3-alt1.dev.git20141103
python-module-collective.z3cform.mapwidget-2.1-alt1.dev0.git20141110
python-module-ftw.contentpage-1.10.1-alt1.dev0.git20150224
python-module-ftw.geo-1.3.3-alt1.dev0.git20141107
python-module-ftw.lawgiver-1.5.1-alt1.dev0.git20141208
python-module-ftw.publisher.core-2.4.2-alt1.dev0.git20141202
python-module-ftw.publisher.sender-2.2.2-alt1.dev0.git20141231
python-module-ftw.topics-1.1.3-alt1.dev0.git20141127
python-module-hmmlearn-0.1.1-alt1.git20150423
python-module-hy-0.10.1-alt1.git20150217
python-module-kotti-1.1.0-alt1.alpha.1.git20150319
python-module-kotti_accounts-0.2.5-alt1.git20140820
python-module-kotti_bootswatch-0.1.3-alt1.dev0.git20141231
python-module-kotti_calendar-0.9.0-alt1.dev.git20150107
python-module-kotti_contactform-0.6-alt1.dev.git20150122
python-module-kotti_feed-0.2-alt1.git20150124
python-module-kotti_link-0.2-alt1.dev0.git20150213
python-module-kotti_media-0.7-alt1.dev.git20150122
python-module-kotti_navigation-0.3.1-alt1
python-module-kotti_settings-0.3-alt1.dev.git20150124
python-module-kotti_site_gallery-0.3.0-alt1.dev.git20150121
python-module-kotti_velruse-0.3.4-alt1.git20131126
python-module-p4a.fileimage-1.0.2-alt1
python-module-p4a.subtyper-2.0-alt1.git20130808
python-module-p4a.z2utils-1.0.3-alt1.git20130528
python-module-plone.app.robotframework-0.9.8-alt1.dev0.git20141013
python-module-plone.formwidget.captcha-1.0.3-alt2.dev0.git20140903
python-module-plone.formwidget.recaptcha-1.0-alt1.b4.git20101118
python-module-plone.intelligenttext-2.0.3-alt1.dev0.git20140826
python-module-plone.pony-1.3-alt1.svn20081011
python-module-plone.recipe.zope2instance-4.2.17-alt1.dev0.git20141101
python-module-pyaio-0.4-alt1.git20130914
python-module-pyin-0.3.3-alt1.git20150211
python-module-pyramid_celery-2.0.0-alt1.git20150203
python-module-raven-5.2.0-alt1.git20150303
python-module-simplelayout.portlet.dropzone-1.2.3-alt1.dev0.git20130814
python-module-transmogrify.dexterity-1.5-alt1.dev0.git20141106
python-module-tw2.lesscss-2.0.1-alt1.d.git20120309
python-module-twisted-web2-8.1.0-alt2.1
python-module-unicore.ask-0.1.0-alt1.git20150319
python-module-unicore.distribute-0.0.4-alt1.git20150310
python-module-unicore.google-0.0.1-alt1.git20150120
python-module-unimr.memcachedlock-0.1-alt1.rc2.r144828
python-module-web_utils-0.0.4-alt1.git20150319
python-module-xmldirector.plonecore-0.3.3.1-alt1.git20150105
python-module-zc.resumelb-1.0.0-alt1.git20150219
rkward-0.6.3-alt4
scanmem-0.15.2-alt1
zsh-1:5.1.1-alt1
Total 750 error logs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-17 12:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-17 12:05 [cyber] I: Sisyphus-20160117 x86_64 beehive_status: +61 -95 (750) ALT beekeeper
ALT Linux Sisyphus cybertalk
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
public-inbox-index sisyphus-cybertalk
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git