Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-20 Thread Adam Williamson
On Thu, 2014-10-16 at 04:27 -0400, Felix Miata wrote:
> My Google foo is getting me nowhere fast. I want to follow-up on
> https://bugs.freedesktop.org/show_bug.cgi?id=85016#c4 but need an
> xorg-x11-drv-intel git 3.0.0 version to do it. How can I find out if and
> where such an rpm package exists for F21 and/or F22?

Well. rawhide is currently following the 2.99 release series, it is not
building from git snapshots.

The 2.99 release series, however, is basically the same thing as 'git
3.0.0 version'. The 2.99 releases are tagged straight from the upstream
master branch - if you look back through the master branch changes at
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/log you'll see
the 2.99.* tags. Currently the 2.99.916 tag is on the third page, for
e.g.,
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/log/?ofs=100 .

So when 2.99.917 is tagged, that will include whatever change it is you
want that's landed between 2.99.916 and now.

If you can't wait and want to ask the maintainer to backport the fix to
the Fedora Rawhide package before 2.99.917 is tagged, filing a
downstream bug report is the appropriate thing to do.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-18 Thread poma
On 17.10.2014 20:26, Felix Miata wrote:
> poma composed on 2014-10-17 16:45 (UTC+0200):
> 
>> Felix Miata wrote:
> 
>>> Anyway, I'm not going to build. Even if I wanted to, the systems with the 
>>> bug
>>> have limited available space, so I'm not going to shrink it and risk
>>> eliminating it by installing one time use software and source. F21 can 
>>> either
>>> go out the door with the bug, or I can wait and see if the fix gets into F21
>>> through someone else's effort.
> 
>> limited available space? :)
>  
>> https://lists.fedoraproject.org/pipermail/devel/2014-October/203442.html
>
>>   I have F20, F21 and/or F22 installed on 15 machines, of which one has more
>>   than one core, and only 2-3, maybe 4, of which have HT. Some people need to
>>   get the most out of their money, and/or take whatever they can get.
>  
> # hostname -s
> t2240
> # grep PRETTY /etc/os-release
> PRETTY_NAME="Fedora 22 (Rawhide)"
> # lspci | grep VGA
> 00:02.0 VGA compatible controller: Intel Corporation 
> 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
> # df /
> Filesystem 1K-blocksUsed Available Use% Mounted on
> /dev/sda20   4436818 2367577   1843931  57% /
> 
> That's rather more freespace than my average test installations. Still, I 
> have no idea how much space your suggestion might require.
> 


su -c 'yum install rpmdevtools'
...
Install  1 Package  (+43 Dependent packages)
Upgrade (  5 Dependent packages)

Total download size: 14 M
...

~~~

su -c 'yum-builddep xorg-x11-drv-intel'
...
Install  14 Packages (+30 Dependent packages)
Upgrade  ( 36 Dependent packages)

Total download size: 66 M
...



rpmdev-setuptree

~~~

su -c 'yum install git'
...
Install  1 Package (+3 Dependent packages)

Total download size: 5.0 M
Installed size: 25 M
...

~

cd ~/rpmbuild/SOURCES
git clone http://pkgs.fedoraproject.org/git/xorg-x11-drv-intel.git
cd xorg-x11-drv-intel
./make-git-snapshot.sh
./make-intel-gpu-tools-snapshot.sh
cp xorg-x11-drv-intel.spec xorg-x11-drv-intel.spec.orig
perl -i -p -e 's/#define gitdate 20120907/%define gitdate 20141018/' 
xorg-x11-drv-intel.spec
perl -i -p -e 's/#define gitrev .%{gitdate}/%define gitrev .%{gitdate}/' 
xorg-x11-drv-intel.spec
perl -i -p -e 's/%define gputoolsver 1.7/%define gputoolsver %{gitdate}/' 
xorg-x11-drv-intel.spec
perl -i -p -e 's/Release:   2%{\?gitrev}%{\?dist}/Release:   
101%{?gitrev}%{?dist}/' xorg-x11-drv-intel.spec
sed -i '/^Patch2/d' xorg-x11-drv-intel.spec
sed -i '/^%patch2/d' xorg-x11-drv-intel.spec
sed -i '/^autoreconf/d' xorg-x11-drv-intel.spec
sed -i '/%configure/i ./autogen.sh' xorg-x11-drv-intel.spec
diff -u xorg-x11-drv-intel.spec.orig xorg-x11-drv-intel.spec
sleep 30
rm sna-fixes.patch
cp *.sh *.patch *.tar.bz2 ../
rpmbuild -ba xorg-x11-drv-intel.spec
...
Wrote: 
/home/poma/rpmbuild/SRPMS/xorg-x11-drv-intel-2.99.916-101.20141018.fc21.src.rpm
Wrote: 
/home/poma/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-2.99.916-101.20141018.fc21.x86_64.rpm
Wrote: 
/home/poma/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-devel-2.99.916-101.20141018.fc21.x86_64.rpm
Wrote: 
/home/poma/rpmbuild/RPMS/x86_64/intel-gpu-tools-2.99.916-101.20141018.fc21.x86_64.rpm
Wrote: 
/home/poma/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-debuginfo-2.99.916-101.20141018.fc21.x86_64.rpm
...

~

du -hs ~/rpmbuild
300M/home/poma/rpmbuild

~~~

su -c 'yum install 
/home/poma/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-2.99.916-101.20141018.fc21.x86_64.rpm'
...
Upgrade  1 Package

Total size: 2.0 M
...

~

rpm -q xorg-x11-drv-intel
xorg-x11-drv-intel-2.99.916-101.20141018.fc21.x86_64


poma

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-17 Thread Felix Miata
poma composed on 2014-10-17 16:45 (UTC+0200):

> Felix Miata wrote:

>> Anyway, I'm not going to build. Even if I wanted to, the systems with the bug
>> have limited available space, so I'm not going to shrink it and risk
>> eliminating it by installing one time use software and source. F21 can either
>> go out the door with the bug, or I can wait and see if the fix gets into F21
>> through someone else's effort.

> limited available space? :)
 
> https://lists.fedoraproject.org/pipermail/devel/2014-October/203442.html
   
>   I have F20, F21 and/or F22 installed on 15 machines, of which one has more
>   than one core, and only 2-3, maybe 4, of which have HT. Some people need to
>   get the most out of their money, and/or take whatever they can get.
 
# hostname -s
t2240
# grep PRETTY /etc/os-release
PRETTY_NAME="Fedora 22 (Rawhide)"
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 01)
# df /
Filesystem 1K-blocksUsed Available Use% Mounted on
/dev/sda20   4436818 2367577   1843931  57% /

That's rather more freespace than my average test installations. Still, I have 
no idea how much space your suggestion might require.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-17 Thread poma
On 17.10.2014 05:11, Felix Miata wrote:
> poma composed on 2014-10-16 18:52 (UTC-0400):
> 
>> Wishful thinking will get you nowhere.
> 
> In openSUSE it's not wishful thinking. I do a software search. I see what I
> want. I enable that repo if it isn't already enabled, and I install, just a
> few minutes.
> 
>> I gave you a direct instruction to make the packages, 
> 
> So you say, but here's how you started:
> http://cgit.freedesktop.org/xorg/driver/xf86-video-intel
> 
> Then what? That page is full of tabs and links.
> 
> Next:
> http://cgit.freedesktop.org/xorg/app/intel-gpu-tools
> 
> Same problem.
> 
> Next:
> http://pkgs.fedoraproject.org/cgit/xorg-x11-drv-intel.git/plain
> 
> Fewer links, but the same question.
> 

the same question!
To build or not to build! :)


> Anyway, I'm not going to build. Even if I wanted to, the systems with the bug
> have limited available space, so I'm not going to shrink it and risk
> eliminating it by installing one time use software and source. F21 can either
> go out the door with the bug, or I can wait and see if the fix gets into F21
> through someone else's effort.
> 

limited available space? :)

https://lists.fedoraproject.org/pipermail/devel/2014-October/203442.html
  
  I have F20, F21 and/or F22 installed on 15 machines, of which one has more
  than one core, and only 2-3, maybe 4, of which have HT. Some people need to
  get the most out of their money, and/or take whatever they can get.


>> afterwards you can test them and after you confirm the bug is fixed then you 
>> can request an upgrade through Bugzilla.
> 
> BTW, I did yum remove xorg-x11-drv-intel and then rpm installed
> xf86-video-intel-3.0.0git-216.1.i586.rpm from an openSUSE repo. That produced
...

:)


poma


-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread Felix Miata
poma composed on 2014-10-16 18:52 (UTC-0400):

> Wishful thinking will get you nowhere.

In openSUSE it's not wishful thinking. I do a software search. I see what I
want. I enable that repo if it isn't already enabled, and I install, just a
few minutes.

> I gave you a direct instruction to make the packages, 

So you say, but here's how you started:
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel

Then what? That page is full of tabs and links.

Next:
http://cgit.freedesktop.org/xorg/app/intel-gpu-tools

Same problem.

Next:
http://pkgs.fedoraproject.org/cgit/xorg-x11-drv-intel.git/plain

Fewer links, but the same question.

Anyway, I'm not going to build. Even if I wanted to, the systems with the bug
have limited available space, so I'm not going to shrink it and risk
eliminating it by installing one time use software and source. F21 can either
go out the door with the bug, or I can wait and see if the fix gets into F21
through someone else's effort.

> afterwards you can test them and after you confirm the bug is fixed then you 
> can request an upgrade through Bugzilla.

BTW, I did yum remove xorg-x11-drv-intel and then rpm installed
xf86-video-intel-3.0.0git-216.1.i586.rpm from an openSUSE repo. That produced
apparent solution:
https://bugs.freedesktop.org/show_bug.cgi?id=85016#c5
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread poma
On 17.10.2014 00:17, Felix Miata wrote:
> poma composed on 2014-10-16 23:44 (UTC+0200):
> 
>> You call yourself a tester, a tester which is unable comprehended core 
>> principles of testing.
>> Dude are you kidding me? :)
> 
> It's not a necessary prerequisite to testing to subscribe to any particular
> definition of test. I test what makes sense for me to test given local
> restraints (e.g. time, interest, hardware): installation, package management,
> basic OS functionality, and a subset of the vast mountain of software
> available to users. My selected subset does not include software made for
> creating or building software. That in Fedora means I only test packages that
> others build. I don't make packages. I install them. I use them.
> 
> What you offered is OT. I asked about available packages, not building 
> packages.
> 


Wishful thinking will get you nowhere.


>> Use the Source, Dude.
>> http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/tree/configure.ac?id=6b98f16#n26
>> [2.99.916],
> 
> Telling me how to build or what to build is no practical help to me. I'm not
> a programmer. I tried many moons ago. It's a waste of time for me to try
> further. My available supply of round tuits is much better spent identifying
> and reporting existing misbehavior, QC as it were.
> 


A programmer!? :)
I gave you a direct instruction to make the packages, afterwards you can test 
them and after you confirm the bug is fixed then you can request an upgrade 
through Bugzilla.
You could make it 10 times so far. :)


poma


-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread poma
On 16.10.2014 23:44, poma wrote:
> On 16.10.2014 20:52, Felix Miata wrote:
>> poma composed on 2014-10-16 15:42 (UTC+0200):
>>
>>> Felix Miata wrote:
>>
 My Google foo is getting me nowhere fast. I want to follow-up on
 https://bugs.freedesktop.org/show_bug.cgi?id=85016#c4 but need an
 xorg-x11-drv-intel git 3.0.0 version to do it. How can I find out if and
 where such an rpm package exists for F21 and/or F22?
>>
 There's a link on
 https://fedoraproject.org/wiki/Archive:Infrastructure/PackageDatabase?rd=Infrastructure/PackageDatabase
 that seems might be the answer, but it gets a 404.
>>
 Any chance installing
 http://download.opensuse.org/repositories/home:/sumski:/test/openSUSE_Factory/i586/xf86-video-intel-3.0.0git-216.1.i586.rpm
 would work?
>>
>>> http://cgit.freedesktop.org/xorg/driver/xf86-video-intel
>>> http://cgit.freedesktop.org/xorg/app/intel-gpu-tools
>>
>>> http://pkgs.fedoraproject.org/cgit/xorg-x11-drv-intel.git/plain
>>
>>> cd ~/rpmbuild/SOURCES
>>> git clone http://pkgs.fedoraproject.org/git/xorg-x11-drv-intel.git
>>> cd xorg-x11-drv-intel
>>> ./make-git-snapshot.sh
>>> ./make-intel-gpu-tools-snapshot.sh
>>> cp xorg-x11-drv-intel.spec xorg-x11-drv-intel.spec.orig
>>> perl -i -p -e 's/#define gitdate 20120907/%define gitdate 20141016/' 
>>> xorg-x11-drv-intel.spec
>>> perl -i -p -e 's/#define gitrev .%{gitdate}/%define gitrev .%{gitdate}/' 
>>> xorg-x11-drv-intel.spec
>>> perl -i -p -e 's/%define gputoolsver 1.7/%define gputoolsver %{gitdate}/' 
>>> xorg-x11-drv-intel.spec
>>> perl -i -p -e 's/Release:   2%{\?gitrev}%{\?dist}/Release:   
>>> 101%{?gitrev}%{?dist}/' xorg-x11-drv-intel.spec
>>> sed -i '/^Patch2/d' xorg-x11-drv-intel.spec
>>> sed -i '/^%patch2/d' xorg-x11-drv-intel.spec
>>> sed -i '/^autoreconf/d' xorg-x11-drv-intel.spec
>>> sed -i '/%configure/i ./autogen.sh' xorg-x11-drv-intel.spec
>>> diff -u xorg-x11-drv-intel.spec.orig xorg-x11-drv-intel.spec
>>> sleep 30
>>> rm sna-fixes.patch
>>> cp *.sh *.patch *.tar.bz2 ../
>>> rpmbuild -ba xorg-x11-drv-intel.spec
>>
>> I suppose all that must be trying to tell me how to build, but I don't build,
>> I test packages others build. That's why $SUBJECT includes the word
>> "package". If that's not trying to tell me how to build, I don't understand
>> any of it.
>>
> 
> I ain't telling you, I write, for anyone who is able to read with a grain of 
> salt.
> And do accordingly.
> You call yourself a tester, a tester which is unable comprehended core 
> principles of testing.
> Dude are you kidding me? :)
> 
> 
>>> ~/rpmbuild/SRPMS/xorg-x11-drv-intel-2.99.916-101.20141016.fc20.src.rpm
>>> ~/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-2.99.916-101.20141016.fc20.x86_64.rpm
>>> ~/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-devel-2.99.916-101.20141016.fc20.x86_64.rpm
>>> ~/rpmbuild/RPMS/x86_64/intel-gpu-tools-2.99.916-101.20141016.fc20.x86_64.rpm
>>
>> This is even more confusing, since I thought I made explicit that the
>> upstream fix is in git3.0.0, not 2.99.9##.
>>
> 
> Use the Source, Dude.
> http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/tree/configure.ac?id=6b98f16#n26
> [2.99.916],
> 


BTW the Git started with the 2.2.0 development
https://github.com/git/git/commit/670a3c1


poma


-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread Felix Miata
poma composed on 2014-10-16 23:44 (UTC+0200):

> You call yourself a tester, a tester which is unable comprehended core 
> principles of testing.
> Dude are you kidding me? :)

It's not a necessary prerequisite to testing to subscribe to any particular
definition of test. I test what makes sense for me to test given local
restraints (e.g. time, interest, hardware): installation, package management,
basic OS functionality, and a subset of the vast mountain of software
available to users. My selected subset does not include software made for
creating or building software. That in Fedora means I only test packages that
others build. I don't make packages. I install them. I use them.

What you offered is OT. I asked about available packages, not building packages.

> Use the Source, Dude.
> http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/tree/configure.ac?id=6b98f16#n26
> [2.99.916],

Telling me how to build or what to build is no practical help to me. I'm not
a programmer. I tried many moons ago. It's a waste of time for me to try
further. My available supply of round tuits is much better spent identifying
and reporting existing misbehavior, QC as it were.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread poma
On 16.10.2014 20:54, Michael Cronenworth wrote:
> On 10/16/2014 01:52 PM, Felix Miata wrote:
>> This is even more confusing, since I thought I made explicit that the
>> upstream fix is in git3.0.0, not 2.99.9##.
> 
> There is no "3.0.0" yet. Anyone versioning it that way is wrong.
> 

The force is strong with this one.


-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread poma
On 16.10.2014 20:52, Felix Miata wrote:
> poma composed on 2014-10-16 15:42 (UTC+0200):
> 
>> Felix Miata wrote:
> 
>>> My Google foo is getting me nowhere fast. I want to follow-up on
>>> https://bugs.freedesktop.org/show_bug.cgi?id=85016#c4 but need an
>>> xorg-x11-drv-intel git 3.0.0 version to do it. How can I find out if and
>>> where such an rpm package exists for F21 and/or F22?
> 
>>> There's a link on
>>> https://fedoraproject.org/wiki/Archive:Infrastructure/PackageDatabase?rd=Infrastructure/PackageDatabase
>>> that seems might be the answer, but it gets a 404.
> 
>>> Any chance installing
>>> http://download.opensuse.org/repositories/home:/sumski:/test/openSUSE_Factory/i586/xf86-video-intel-3.0.0git-216.1.i586.rpm
>>> would work?
> 
>> http://cgit.freedesktop.org/xorg/driver/xf86-video-intel
>> http://cgit.freedesktop.org/xorg/app/intel-gpu-tools
> 
>> http://pkgs.fedoraproject.org/cgit/xorg-x11-drv-intel.git/plain
> 
>> cd ~/rpmbuild/SOURCES
>> git clone http://pkgs.fedoraproject.org/git/xorg-x11-drv-intel.git
>> cd xorg-x11-drv-intel
>> ./make-git-snapshot.sh
>> ./make-intel-gpu-tools-snapshot.sh
>> cp xorg-x11-drv-intel.spec xorg-x11-drv-intel.spec.orig
>> perl -i -p -e 's/#define gitdate 20120907/%define gitdate 20141016/' 
>> xorg-x11-drv-intel.spec
>> perl -i -p -e 's/#define gitrev .%{gitdate}/%define gitrev .%{gitdate}/' 
>> xorg-x11-drv-intel.spec
>> perl -i -p -e 's/%define gputoolsver 1.7/%define gputoolsver %{gitdate}/' 
>> xorg-x11-drv-intel.spec
>> perl -i -p -e 's/Release:   2%{\?gitrev}%{\?dist}/Release:   
>> 101%{?gitrev}%{?dist}/' xorg-x11-drv-intel.spec
>> sed -i '/^Patch2/d' xorg-x11-drv-intel.spec
>> sed -i '/^%patch2/d' xorg-x11-drv-intel.spec
>> sed -i '/^autoreconf/d' xorg-x11-drv-intel.spec
>> sed -i '/%configure/i ./autogen.sh' xorg-x11-drv-intel.spec
>> diff -u xorg-x11-drv-intel.spec.orig xorg-x11-drv-intel.spec
>> sleep 30
>> rm sna-fixes.patch
>> cp *.sh *.patch *.tar.bz2 ../
>> rpmbuild -ba xorg-x11-drv-intel.spec
> 
> I suppose all that must be trying to tell me how to build, but I don't build,
> I test packages others build. That's why $SUBJECT includes the word
> "package". If that's not trying to tell me how to build, I don't understand
> any of it.
> 

I ain't telling you, I write, for anyone who is able to read with a grain of 
salt.
And do accordingly.
You call yourself a tester, a tester which is unable comprehended core 
principles of testing.
Dude are you kidding me? :)


>> ~/rpmbuild/SRPMS/xorg-x11-drv-intel-2.99.916-101.20141016.fc20.src.rpm
>> ~/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-2.99.916-101.20141016.fc20.x86_64.rpm
>> ~/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-devel-2.99.916-101.20141016.fc20.x86_64.rpm
>> ~/rpmbuild/RPMS/x86_64/intel-gpu-tools-2.99.916-101.20141016.fc20.x86_64.rpm
> 
> This is even more confusing, since I thought I made explicit that the
> upstream fix is in git3.0.0, not 2.99.9##.
> 

Use the Source, Dude.
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/tree/configure.ac?id=6b98f16#n26
[2.99.916],


poma


-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread Felix Miata
Michael Cronenworth composed on 2014-10-16 13:54 (UTC-0500):

> Felix Miata wrote:

>> This is even more confusing, since I thought I made explicit that the
>> upstream fix is in git3.0.0, not 2.99.9##.

> There is no "3.0.0" yet. Anyone versioning it that way is wrong.

I don't see how git#.0 is materially different from #.99. They both look like
#.#beta# or #.#rc#.

In any event, upstream has had a bug fix commit made over a month ago, while
the available driver's last changelog entry is older still (by 1 day).
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread Felix Miata
Kamil Paral composed on 2014-10-16 09:32 (UTC-0400):

>> My Google foo is getting me nowhere fast. I want to follow-up on
>> https://bugs.freedesktop.org/show_bug.cgi?id=85016#c4 but need an
>> xorg-x11-drv-intel git 3.0.0 version to do it. How can I find out if and
>> where such an rpm package exists for F21 and/or F22?

> $ pkgwat releases xorg-x11-drv-intel
> Starting new HTTPS connection (1): apps.fedoraproject.org
> +---+-+-+
> | release   | stable_version  | testing_version |
> +---+-+-+
> | Rawhide   | 2.99.916-2.fc22 | None|
> | Fedora 21 | 2.99.916-2.fc21 | 2.99.916-2.fc21 3 karma |
> | Fedora 20 | 2.21.15-7.fc20  | None|
> | Fedora 19 | 2.21.12-2.fc19  | None|
> | Fedora EPEL 7 | None| None|
> | Fedora EPEL 6 | None| None|
> | Fedora EPEL 5 | None| None|
> +---+-+-+

Nice, but somewhat expensive. Pkgwat is only 23k, but it wants 17 deps,
including 13 python* plus openjpeg2, 28M total installed size. :-p

> And also:
> http://koji.fedoraproject.org/koji/packageinfo?packageID=7794

> It seems you need to wait, unless you really want to build it yourself.

Build myself won't happen, probably ever.

Does anyone ever just email whoever's at the top of the list and/or the last
email address in the changelog? Filing a bug for something already fixed
upstream over a month ago just seems like a wrong thing to do.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread Michael Cronenworth

On 10/16/2014 01:52 PM, Felix Miata wrote:

This is even more confusing, since I thought I made explicit that the
upstream fix is in git3.0.0, not 2.99.9##.


There is no "3.0.0" yet. Anyone versioning it that way is wrong.
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread Felix Miata
poma composed on 2014-10-16 15:42 (UTC+0200):

> Felix Miata wrote:

>> My Google foo is getting me nowhere fast. I want to follow-up on
>> https://bugs.freedesktop.org/show_bug.cgi?id=85016#c4 but need an
>> xorg-x11-drv-intel git 3.0.0 version to do it. How can I find out if and
>> where such an rpm package exists for F21 and/or F22?

>> There's a link on
>> https://fedoraproject.org/wiki/Archive:Infrastructure/PackageDatabase?rd=Infrastructure/PackageDatabase
>> that seems might be the answer, but it gets a 404.

>> Any chance installing
>> http://download.opensuse.org/repositories/home:/sumski:/test/openSUSE_Factory/i586/xf86-video-intel-3.0.0git-216.1.i586.rpm
>> would work?

> http://cgit.freedesktop.org/xorg/driver/xf86-video-intel
> http://cgit.freedesktop.org/xorg/app/intel-gpu-tools

> http://pkgs.fedoraproject.org/cgit/xorg-x11-drv-intel.git/plain

> cd ~/rpmbuild/SOURCES
> git clone http://pkgs.fedoraproject.org/git/xorg-x11-drv-intel.git
> cd xorg-x11-drv-intel
> ./make-git-snapshot.sh
> ./make-intel-gpu-tools-snapshot.sh
> cp xorg-x11-drv-intel.spec xorg-x11-drv-intel.spec.orig
> perl -i -p -e 's/#define gitdate 20120907/%define gitdate 20141016/' 
> xorg-x11-drv-intel.spec
> perl -i -p -e 's/#define gitrev .%{gitdate}/%define gitrev .%{gitdate}/' 
> xorg-x11-drv-intel.spec
> perl -i -p -e 's/%define gputoolsver 1.7/%define gputoolsver %{gitdate}/' 
> xorg-x11-drv-intel.spec
> perl -i -p -e 's/Release:   2%{\?gitrev}%{\?dist}/Release:   
> 101%{?gitrev}%{?dist}/' xorg-x11-drv-intel.spec
> sed -i '/^Patch2/d' xorg-x11-drv-intel.spec
> sed -i '/^%patch2/d' xorg-x11-drv-intel.spec
> sed -i '/^autoreconf/d' xorg-x11-drv-intel.spec
> sed -i '/%configure/i ./autogen.sh' xorg-x11-drv-intel.spec
> diff -u xorg-x11-drv-intel.spec.orig xorg-x11-drv-intel.spec
> sleep 30
> rm sna-fixes.patch
> cp *.sh *.patch *.tar.bz2 ../
> rpmbuild -ba xorg-x11-drv-intel.spec

I suppose all that must be trying to tell me how to build, but I don't build,
I test packages others build. That's why $SUBJECT includes the word
"package". If that's not trying to tell me how to build, I don't understand
any of it.

> ~/rpmbuild/SRPMS/xorg-x11-drv-intel-2.99.916-101.20141016.fc20.src.rpm
> ~/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-2.99.916-101.20141016.fc20.x86_64.rpm
> ~/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-devel-2.99.916-101.20141016.fc20.x86_64.rpm
> ~/rpmbuild/RPMS/x86_64/intel-gpu-tools-2.99.916-101.20141016.fc20.x86_64.rpm

This is even more confusing, since I thought I made explicit that the
upstream fix is in git3.0.0, not 2.99.9##.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread poma
On 16.10.2014 10:27, Felix Miata wrote:
> My Google foo is getting me nowhere fast. I want to follow-up on
> https://bugs.freedesktop.org/show_bug.cgi?id=85016#c4 but need an
> xorg-x11-drv-intel git 3.0.0 version to do it. How can I find out if and
> where such an rpm package exists for F21 and/or F22?
> 
> There's a link on
> https://fedoraproject.org/wiki/Archive:Infrastructure/PackageDatabase?rd=Infrastructure/PackageDatabase
> that seems might be the answer, but it gets a 404.
> 
> Any chance installing
> http://download.opensuse.org/repositories/home:/sumski:/test/openSUSE_Factory/i586/xf86-video-intel-3.0.0git-216.1.i586.rpm
> would work?
> 


http://cgit.freedesktop.org/xorg/driver/xf86-video-intel
http://cgit.freedesktop.org/xorg/app/intel-gpu-tools

http://pkgs.fedoraproject.org/cgit/xorg-x11-drv-intel.git/plain


cd ~/rpmbuild/SOURCES
git clone http://pkgs.fedoraproject.org/git/xorg-x11-drv-intel.git
cd xorg-x11-drv-intel
./make-git-snapshot.sh
./make-intel-gpu-tools-snapshot.sh
cp xorg-x11-drv-intel.spec xorg-x11-drv-intel.spec.orig
perl -i -p -e 's/#define gitdate 20120907/%define gitdate 20141016/' 
xorg-x11-drv-intel.spec
perl -i -p -e 's/#define gitrev .%{gitdate}/%define gitrev .%{gitdate}/' 
xorg-x11-drv-intel.spec
perl -i -p -e 's/%define gputoolsver 1.7/%define gputoolsver %{gitdate}/' 
xorg-x11-drv-intel.spec
perl -i -p -e 's/Release:   2%{\?gitrev}%{\?dist}/Release:   
101%{?gitrev}%{?dist}/' xorg-x11-drv-intel.spec
sed -i '/^Patch2/d' xorg-x11-drv-intel.spec
sed -i '/^%patch2/d' xorg-x11-drv-intel.spec
sed -i '/^autoreconf/d' xorg-x11-drv-intel.spec
sed -i '/%configure/i ./autogen.sh' xorg-x11-drv-intel.spec
diff -u xorg-x11-drv-intel.spec.orig xorg-x11-drv-intel.spec
sleep 30
rm sna-fixes.patch
cp *.sh *.patch *.tar.bz2 ../
rpmbuild -ba xorg-x11-drv-intel.spec


~/rpmbuild/SRPMS/xorg-x11-drv-intel-2.99.916-101.20141016.fc20.src.rpm
~/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-2.99.916-101.20141016.fc20.x86_64.rpm
~/rpmbuild/RPMS/x86_64/xorg-x11-drv-intel-devel-2.99.916-101.20141016.fc20.x86_64.rpm
~/rpmbuild/RPMS/x86_64/intel-gpu-tools-2.99.916-101.20141016.fc20.x86_64.rpm


poma

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread Kamil Paral
> My Google foo is getting me nowhere fast. I want to follow-up on
> https://bugs.freedesktop.org/show_bug.cgi?id=85016#c4 but need an
> xorg-x11-drv-intel git 3.0.0 version to do it. How can I find out if and
> where such an rpm package exists for F21 and/or F22?

$ pkgwat releases xorg-x11-drv-intel
Starting new HTTPS connection (1): apps.fedoraproject.org
+---+-+-+
| release   | stable_version  | testing_version |
+---+-+-+
| Rawhide   | 2.99.916-2.fc22 | None|
| Fedora 21 | 2.99.916-2.fc21 | 2.99.916-2.fc21 3 karma |
| Fedora 20 | 2.21.15-7.fc20  | None|
| Fedora 19 | 2.21.12-2.fc19  | None|
| Fedora EPEL 7 | None| None|
| Fedora EPEL 6 | None| None|
| Fedora EPEL 5 | None| None|
+---+-+-+


And also:
http://koji.fedoraproject.org/koji/packageinfo?packageID=7794


It seems you need to wait, unless you really want to build it yourself.
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

RE: ?howto?: find needed package in not configured repository -> intel video driver

2014-10-16 Thread John Dulaney
> Date: Thu, 16 Oct 2014 04:27:58 -0400
> From: mrma...@earthlink.net
> To: test@lists.fedoraproject.org
> Subject: ?howto?: find needed package in not configured repository -> intel 
> video driver
>
> My Google foo is getting me nowhere fast. I want to follow-up on
> https://bugs.freedesktop.org/show_bug.cgi?id=85016#c4 but need an
> xorg-x11-drv-intel git 3.0.0 version to do it. How can I find out if and
> where such an rpm package exists for F21 and/or F22?
>
> There's a link on
> https://fedoraproject.org/wiki/Archive:Infrastructure/PackageDatabase?rd=Infrastructure/PackageDatabase
> that seems might be the answer, but it gets a 404.
>
> Any chance installing
> http://download.opensuse.org/repositories/home:/sumski:/test/openSUSE_Factory/i586/xf86-video-intel-3.0.0git-216.1.i586.rpm
> would work?
> --
> "The wise are known for their understanding, and pleasant
> words are persuasive." Proverbs 16:21 (New Living Translation)
>
> Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
>
> Felix Miata *** http://fm.no-ip.com/
> --

You could grab the srpm and build it yourself.

John.
  
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test