public inbox for eudev@lists.gentoo.org
 help / color / mirror / Atom feed
* [eudev] Unbind eudev of btrfs
@ 2014-11-06  4:58 Александр Паутов
  2014-11-06  7:15 ` Didier Spaier
  2014-11-06 10:33 ` Anthony G. Basile
  0 siblings, 2 replies; 11+ messages in thread
From: Александр Паутов @ 2014-11-06  4:58 UTC (permalink / raw
  To: eudev

Hello!

Starting with version 1.10-r2 eudev requires header btrfs.h. But kernel
version 3.4 there is no such header.
eudev-1.9-r2 is marked as unused. Can I somehow decouple from eudev
btrfs.h?

I use gentoo on cubietruck.
$ uname -a
Linux cumini 3.4.104-sun7i-1 + # 1 SMP PREEMPT Fri Sep 26, 2014 00:13:50
IRKT armv7l ARMv7 Processor rev 4 (v7l) sun7i GNU / Linux

-- 
With the respect, Alexander Pautov


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [eudev] Unbind eudev of btrfs
  2014-11-06  4:58 [eudev] Unbind eudev of btrfs Александр Паутов
@ 2014-11-06  7:15 ` Didier Spaier
  2014-11-06  7:36   ` Александр Паутов
  2014-11-06 10:35   ` Anthony G. Basile
  2014-11-06 10:33 ` Anthony G. Basile
  1 sibling, 2 replies; 11+ messages in thread
From: Didier Spaier @ 2014-11-06  7:15 UTC (permalink / raw
  To: eudev

Hello,
On 06/11/2014 05:58, Александр Паутов wrote:
> Hello!
>
> Starting with version 1.10-r2 eudev requires header btrfs.h. But kernel
> version 3.4 there is no such header.
> eudev-1.9-r2 is marked as unused. Can I somehow decouple from eudev
> btrfs.h?
>
> I use gentoo on cubietruck.
> $ uname -a
> Linux cumini 3.4.104-sun7i-1 + # 1 SMP PREEMPT Fri Sep 26, 2014 00:13:50
> IRKT armv7l ARMv7 Processor rev 4 (v7l) sun7i GNU / Linux
>
I don't know if that is that is possible but anyway you'll now need
ay least kernel version 3.7 if i understand well as noted in the NEWS
file shipped in source tarball for systemd 1.10 and in this announce:
http://lists.freedesktop.org/archives/systemd-devel/2014-October/024662.html

* Userspace firmware loading support has been removed and
   the minimum supported kernel version is thus bumped to 3.7.

Didier Spaier





^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [eudev] Unbind eudev of btrfs
  2014-11-06  7:15 ` Didier Spaier
@ 2014-11-06  7:36   ` Александр Паутов
  2014-11-06  7:47     ` Didier Spaier
  2014-11-06 10:35   ` Anthony G. Basile
  1 sibling, 1 reply; 11+ messages in thread
From: Александр Паутов @ 2014-11-06  7:36 UTC (permalink / raw
  To: eudev

В Четверг, 06.11.2014 в 08:15 +0100, Didier Spaier писал:
> I don't know if that is that is possible but anyway you'll now need
> ay least kernel version 3.7 if i understand well as noted in the NEWS
> file shipped in source tarball for systemd 1.10 and in this announce:
> http://lists.freedesktop.org/archives/systemd-devel/2014-October/024662.html
> 
> * Userspace firmware loading support has been removed and
>    the minimum supported kernel version is thus bumped to 3.7.
> 
> Didier Spaier
> 

What have systemd?
Ebuild in eudev-1.10-r2 contains the minimum kernel version 2.6.39.
Why would include btrfs.h tough? Why not make the use-flag?

-- 
With the respect, Alexander Pautov


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [eudev] Unbind eudev of btrfs
  2014-11-06  7:36   ` Александр Паутов
@ 2014-11-06  7:47     ` Didier Spaier
  2014-11-06  9:26       ` Александр Паутов
  2014-11-06 10:38       ` Anthony G. Basile
  0 siblings, 2 replies; 11+ messages in thread
From: Didier Spaier @ 2014-11-06  7:47 UTC (permalink / raw
  To: eudev


On 06/11/2014 08:36, Александр Паутов wrote:
> В Четверг, 06.11.2014 в 08:15 +0100, Didier Spaier писал:
>> I don't know if that is that is possible but anyway you'll now need
>> ay least kernel version 3.7 if i understand well as noted in the NEWS
>> file shipped in source tarball for systemd 1.10 and in this announce:
>> http://lists.freedesktop.org/archives/systemd-devel/2014-October/024662.html
>>
>> * Userspace firmware loading support has been removed and
>>     the minimum supported kernel version is thus bumped to 3.7.
>>
>> Didier Spaier
>>
>
> What have systemd?
> Ebuild in eudev-1.10-r2 contains the minimum kernel version 2.6.39.
> Why would include btrfs.h tough? Why not make the use-flag?
>
Maybe I was wrongly assuming that the need of kernel
version 3.7 for firmware loading support implied the same
need for udev as for systemd?

I'll let other people respond as I'm not a developer.

Didier


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [eudev] Unbind eudev of btrfs
  2014-11-06  7:47     ` Didier Spaier
@ 2014-11-06  9:26       ` Александр Паутов
  2014-11-06 10:39         ` Anthony G. Basile
  2014-11-06 18:27         ` Didier Spaier
  2014-11-06 10:38       ` Anthony G. Basile
  1 sibling, 2 replies; 11+ messages in thread
From: Александр Паутов @ 2014-11-06  9:26 UTC (permalink / raw
  To: eudev

В Четверг, 06.11.2014 в 08:47 +0100, Didier Spaier писал:
> 
> Maybe I was wrongly assuming that the need of kernel
> version 3.7 for firmware loading support implied the same
> need for udev as for systemd?
> 
> I'll let other people respond as I'm not a developer.
> 
> Didier

Forgive me if impolite wrote.
It seems to find where to fix. Make a temporary patch. Eudev compiled
without btrfs.h. I will test what happened.

-- 
With the respect, Alexander Pautov


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [eudev] Unbind eudev of btrfs
  2014-11-06  4:58 [eudev] Unbind eudev of btrfs Александр Паутов
  2014-11-06  7:15 ` Didier Spaier
@ 2014-11-06 10:33 ` Anthony G. Basile
  2014-11-07  1:45   ` Александр Паутов
  1 sibling, 1 reply; 11+ messages in thread
From: Anthony G. Basile @ 2014-11-06 10:33 UTC (permalink / raw
  To: eudev

On 11/05/14 23:58, Александр Паутов wrote:
> Hello!
>
> Starting with version 1.10-r2 eudev requires header btrfs.h. But kernel
> version 3.4 there is no such header.
> eudev-1.9-r2 is marked as unused. Can I somehow decouple from eudev
> btrfs.h?
>
> I use gentoo on cubietruck.
> $ uname -a
> Linux cumini 3.4.104-sun7i-1 + # 1 SMP PREEMPT Fri Sep 26, 2014 00:13:50
> IRKT armv7l ARMv7 Processor rev 4 (v7l) sun7i GNU / Linux
>

Yes we can. Can you open a bug at https://github.com/gentoo/eudev/issues 
so we have a record of this and I don't forget.

-- 
Anthony G. Basile, Ph. D.
Chair of Information Technology
D'Youville College
Buffalo, NY 14201
(716) 829-8197


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [eudev] Unbind eudev of btrfs
  2014-11-06  7:15 ` Didier Spaier
  2014-11-06  7:36   ` Александр Паутов
@ 2014-11-06 10:35   ` Anthony G. Basile
  1 sibling, 0 replies; 11+ messages in thread
From: Anthony G. Basile @ 2014-11-06 10:35 UTC (permalink / raw
  To: eudev

On 11/06/14 02:15, Didier Spaier wrote:
> Hello,
> On 06/11/2014 05:58, Александр Паутов wrote:
>> Hello!
>>
>> Starting with version 1.10-r2 eudev requires header btrfs.h. But kernel
>> version 3.4 there is no such header.
>> eudev-1.9-r2 is marked as unused. Can I somehow decouple from eudev
>> btrfs.h?
>>
>> I use gentoo on cubietruck.
>> $ uname -a
>> Linux cumini 3.4.104-sun7i-1 + # 1 SMP PREEMPT Fri Sep 26, 2014 00:13:50
>> IRKT armv7l ARMv7 Processor rev 4 (v7l) sun7i GNU / Linux
>>
> I don't know if that is that is possible but anyway you'll now need
> ay least kernel version 3.7 if i understand well as noted in the NEWS
> file shipped in source tarball for systemd 1.10 and in this announce:
> http://lists.freedesktop.org/archives/systemd-devel/2014-October/024662.html
>
>
> * Userspace firmware loading support has been removed and
>    the minimum supported kernel version is thus bumped to 3.7.
>
> Didier Spaier
>
>
>

This can be fixed.  You test for the presence of btrfs.h and if it 
doesn't exist, you add the missing decls.

-- 
Anthony G. Basile, Ph. D.
Chair of Information Technology
D'Youville College
Buffalo, NY 14201
(716) 829-8197


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [eudev] Unbind eudev of btrfs
  2014-11-06  7:47     ` Didier Spaier
  2014-11-06  9:26       ` Александр Паутов
@ 2014-11-06 10:38       ` Anthony G. Basile
  1 sibling, 0 replies; 11+ messages in thread
From: Anthony G. Basile @ 2014-11-06 10:38 UTC (permalink / raw
  To: eudev

On 11/06/14 02:47, Didier Spaier wrote:
>
> On 06/11/2014 08:36, Александр Паутов wrote:
>> В Четверг, 06.11.2014 в 08:15 +0100, Didier Spaier писал:
>>> I don't know if that is that is possible but anyway you'll now need
>>> ay least kernel version 3.7 if i understand well as noted in the NEWS
>>> file shipped in source tarball for systemd 1.10 and in this announce:
>>> http://lists.freedesktop.org/archives/systemd-devel/2014-October/024662.html
>>>
>>>
>>> * Userspace firmware loading support has been removed and
>>>     the minimum supported kernel version is thus bumped to 3.7.
>>>
>>> Didier Spaier
>>>
>>
>> What have systemd?
>> Ebuild in eudev-1.10-r2 contains the minimum kernel version 2.6.39.
>> Why would include btrfs.h tough? Why not make the use-flag?
>>
> Maybe I was wrongly assuming that the need of kernel
> version 3.7 for firmware loading support implied the same
> need for udev as for systemd?
>
> I'll let other people respond as I'm not a developer.
>
> Didier

1) userland firmware loading has been removed from eudev too, but that's 
not what's going on here.

2) always feel free to respond.  i depend on the community for feedback.

-- 
Anthony G. Basile, Ph. D.
Chair of Information Technology
D'Youville College
Buffalo, NY 14201
(716) 829-8197


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [eudev] Unbind eudev of btrfs
  2014-11-06  9:26       ` Александр Паутов
@ 2014-11-06 10:39         ` Anthony G. Basile
  2014-11-06 18:27         ` Didier Spaier
  1 sibling, 0 replies; 11+ messages in thread
From: Anthony G. Basile @ 2014-11-06 10:39 UTC (permalink / raw
  To: eudev

On 11/06/14 04:26, Александр Паутов wrote:
> В Четверг, 06.11.2014 в 08:47 +0100, Didier Spaier писал:
>>
>> Maybe I was wrongly assuming that the need of kernel
>> version 3.7 for firmware loading support implied the same
>> need for udev as for systemd?
>>
>> I'll let other people respond as I'm not a developer.
>>
>> Didier
>
> Forgive me if impolite wrote.
> It seems to find where to fix. Make a temporary patch. Eudev compiled
> without btrfs.h. I will test what happened.
>

I can fix this.  If you tell me what decls it needs i'll be able to add 
the configure check.

-- 
Anthony G. Basile, Ph. D.
Chair of Information Technology
D'Youville College
Buffalo, NY 14201
(716) 829-8197


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [eudev] Unbind eudev of btrfs
  2014-11-06  9:26       ` Александр Паутов
  2014-11-06 10:39         ` Anthony G. Basile
@ 2014-11-06 18:27         ` Didier Spaier
  1 sibling, 0 replies; 11+ messages in thread
From: Didier Spaier @ 2014-11-06 18:27 UTC (permalink / raw
  To: eudev

On 06/11/2014 10:26, Александр Паутов wrote:
 > В Четверг, 06.11.2014 в 08:47 +0100, Didier Spaier писал:
 >>
 >> Maybe I was wrongly assuming that the need of kernel
 >> version 3.7 for firmware loading support implied the same
 >> need for udev as for systemd?
 >>
 >> I'll let other people respond as I'm not a developer.
 >>
 >> Didier
 >
 > Forgive me if impolite wrote.
 > It seems to find where to fix. Make a temporary patch. Eudev compiled
 > without btrfs.h. I will test what happened.

Hi Александр,

You were not impolite at all!

My question (admittedly off topic and now answered by Anthony) was
genuine as I wrote that in a forum post:
http://www.linuxquestions.org/questions/slackware-14/%5Bannounce%5D-eudev-for-slackware-14-1-is-available-for-testing-purposes-4175505218/#post5262869
and wondered if what I wrote was accurate.

By the way Anthony, I have no bug or weirdness report yet coming from
users of eudev 2.1.1 for Slackware 14.1: so far so good, thanks to you
and the whole team!

Best regards,
Didier

PS: Александр, our Slint project now provides polyglot installers and
administration tools for Slackware in Russian an Ukrainian among other
languages, see:
http://slint.fr
if you want to try it.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [eudev] Unbind eudev of btrfs
  2014-11-06 10:33 ` Anthony G. Basile
@ 2014-11-07  1:45   ` Александр Паутов
  0 siblings, 0 replies; 11+ messages in thread
From: Александр Паутов @ 2014-11-07  1:45 UTC (permalink / raw
  To: eudev

В Четверг, 06.11.2014 в 05:33 -0500, Anthony G. Basile писал:
> 
> Yes we can. Can you open a bug at https://github.com/gentoo/eudev/issues 
> so we have a record of this and I don't forget.
> 

Open issue:
https://github.com/gentoo/eudev/issues/100

I hope correctly created issue.

P.S. Excuse me for the mistakes in English.

-- 
With the respect, Alexander Pautov


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-11-07  1:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-06  4:58 [eudev] Unbind eudev of btrfs Александр Паутов
2014-11-06  7:15 ` Didier Spaier
2014-11-06  7:36   ` Александр Паутов
2014-11-06  7:47     ` Didier Spaier
2014-11-06  9:26       ` Александр Паутов
2014-11-06 10:39         ` Anthony G. Basile
2014-11-06 18:27         ` Didier Spaier
2014-11-06 10:38       ` Anthony G. Basile
2014-11-06 10:35   ` Anthony G. Basile
2014-11-06 10:33 ` Anthony G. Basile
2014-11-07  1:45   ` Александр Паутов

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox