Greetings list,
Why do we allocate high priority builders to deprecated projects such as KDE3?
It's frustrating for me to have my builds be scheduled behind this deprecated
project.
Please remove KDE3 from factory and let it live in it's own namespace. KDE3 in
factory is a taint on our openSUSE project.
Cheers the noo,
Graham
Downloaded the Build 0258 DVD and installed the 12.2 on one of the partitions.
Installation was without problems. Update after installation was done without
problem.
Problem started after I wanted to install KMail.
Both Zypper and Yast refused to do their work, complaining about a running
packagekit. The offered choice to stop the package kit did not work.
Was able to start the software management wit a konsole with package-manager.
Known problem?
--
Linux User 183145 using KDE4 on a Pentium IV ,
powered by openSUSE 12.1 (i586) Kernel: 3.3.0-16-desktop
KDE Development Platform: 4.8.1 (4.8.1) "release 483")
15:55pm up 1:10, 3 users, load average: 1.21, 0.72, 0.60
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Sascha, list,
With Go language changes pretty much finished and a Go 1.0 stable release
iminent I'd like to progress more with how we support this language. We
already have a very good Go compiler in Factory but I would also like to have
the gccgo compiler available for 12.2 so that we can offer a great Go hacking
environment.
Go currently has two reference implementations of it's spec, the first is the
more commonly used {5,6,8}g compiler which is developed with the main Go tree,
it's a derivative of Ken Thompson's plan 9 C compiler. The second reference
implementation is the gccgo frontend introduced with gcc46 by Ian Taylor (who
engineered the gold linker).
The benefits of having both compilers are as follows:
5g, 6g, 8g compilers are *very* fast
but
gccgo compiler generates faster code
also
The language is new, having two reference compilers is great for sanity
checks on Go code projects.
Some developers may be more comfortable with a gcc frontend because they
use the gcc collection anyway.
Building the gccgo frontend is no problem, however to implement the same
parity of concurrency features as the other compiler, gccgo needs to be built
with the gold linker.
Go concurrency is based on lightweight threads called goroutines, the
goroutines are multiplexed on top of OS threads with each goroutine having
their own small initial stack. This is managed by the Go runtime but the
compiler and linker must support it.
The version of the gold linker in factory (binutils 2.22) supports segmented
stacks however gcc47 is currently built with traditional ld linker.
Since now is the time where we are potentially adopting gcc47 it's also a good
time to ask about what I would like to see from it. I can easily build gcc47
on my local OBS with my preference for the gold linker, but it's clear from
the .spec.in comments of the gcc package that the compiler testing framework
is an internal affair. I would therefore request that an analysis of building
gcc with the gold linker was performed on the internal test framework for gcc.
If it's impractical to ask for a change of linker at the same time as a change
of gcc version, then by all means say so (note that I'm only asking that gcc
be built with gold linker). In which case I can try and maintain a gccgo
compiler inside the go language project.
thoughts, advice and criticism very welcome.
Cheers the noo,
Graham
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Hi,
I tried installing Milestone 2 (factory snapshot from 2012-03-16, to be
exact) using an autoyast profile.
When I tried to use an extra /usr partition, I got the error message below.
Both files not found in the error message below are in /usr/lib64. The
corresponding packages are libblkid1 and libkmod2.
When I install to only one partition, the problem goes away.
Best regards
Robert
----><8------><8--- error message at first boot ---><8------><8----
Booting 'openSUSE, with Linux 3.3.0-rc6-1-desktop'
Loading Linux 3.3.0-rc6-1-desktop ...
Loading initial ramdisk ...
doing fast boot
Creating device nodes with udev
udevd[198]: failed to execute
'/etc/sysconfig/network/scripts/ifup-sysctl' '/etc
/sysconfig/network/scripts/ifup-sysctl lo -o hotplug': No such file or
directory
resuming device not found (ignoring)
Waiting for device /dev/root to appear: ok
fsck from util-linux 2.2.1
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a -C0 /dev/sda1
/dev/sda1: clean, 8434/262944 files, 114475/1050112 blocks
fsck succeeded. Mounting root device read-write.
Mounting root /dev/root
mount -o rw,acl,usr_xattr -t ext3 /dev/root /root
/sbin/fsck: error while loading shared libraries: libblkid.so.1: cannot
open shared object file: No such file or directory
/sbin/init: error while loading shared libraries: libkmod.so.2: cannot
open shared object file: No such file or directory
[ 5.531005] Kernel panic - not syncing: Attempted to kill init!
[ 5.5331059] panic occurred, switching back to text console
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
On Sat, Mar 17, 2012 at 12:57:27PM +0100, Christoph Obexer wrote:
> the Nvidia driver needs a "patch" to compile:
>
> http://www.nvnews.net/vbulletin/showpost.php?p=2526815&postcount=6
>
> "Then go to the kernel sub folder and open the conftest.sh search for
> "CFLAGS=”$CFLAGS -I$SOURCES/arch/x86/include” and replace it with
> CFLAGS=”$CFLAGS -I$SOURCES/arch/x86/include
> -I$SOURCES/arch/x86/include/generated”
>
> HTH
If nothing happens in the next week please file a bug report and assign
it to Stefan <sndirsch at suse dor com> in bugzilla.
It might be helpful if you use a dedicated thread from beginning and in
particular a subject which allows an easier way to identify what the
mail is about.
Thanks,
Lars
--
Lars Müller [ˈlaː(r)z ˈmʏlɐ]
Samba Team
SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany
you will need to patch the driver... the process was discussed on the
factory-ml already.
Alin
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Hi:
Currently factory has broken udev rules..
/lib/udev/rules.d/60-persistent-storage.rules
calls /sbin/blkid but that executable is no longer there.but under the
the /usr hierarchy.
This causes all sorts of errors at boot.
Just a heads-up.
Cristian.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
uname -a
Linux crash2 3.3.0-rc6-1-desktop #1 SMP PREEMPT Tue Mar 6 19:02:14 UTC
2012 (0d8ec4d) x86_64 x86_64 x86_64 GNU/Linux
27: None 00.0: 1070a WLAN
[Created at net.124]
Unique ID: AYEt.QXn1l67RSa1
Parent ID: y9sn.6YBoXuWNRV3
SysFS ID: /class/net/wlan0
SysFS Device Link: /devices/pci0000:00/0000:00:14.4/0000:02:08.0
Hardware Class: network interface
Model: "WLAN network interface"
Driver: "ath5k"
Driver Modules: "ath5k"
Device File: wlan0
HW Address: 00:0f:b5:f9:f9:c3
Link detected: yes
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #19 (Ethernet controller)
many log entries: ath5k phy0: gain calibration timeout (2462MHz)
and loose wireless connection. Only can reconnect by warm/cold reboot.
found on google two work-a-rounds:
add to boot: processor.ignore_ppc=1
add to wireless card parameters/options:
fastchanswitch
the first has worked for me for about 12 hrs.
did not have problems with previous kernel
Have not filed bug-report ????
--
(paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711
http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2http://en.opensuse.org openSUSE Community Member
Registered Linux User #207535 @ http://linuxcounter.net
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org