Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298227 - x11-drivers/xf86-input-synaptics should print post install messages if kernel config is not present
Summary: x11-drivers/xf86-input-synaptics should print post install messages if kernel...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gilles Dartiguelongue (RETIRED)
URL:
Whiteboard:
Keywords: InOverlay, InVCS
Depends on:
Blocks:
 
Reported: 2009-12-24 15:57 UTC by Matthew Turnbull
Modified: 2010-04-10 12:21 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
print message if kernel config is missing (xf86-input-synaptics-1.2.1.patch,1003 bytes, text/plain)
2009-12-24 15:58 UTC, Matthew Turnbull
Details
Fix printing the postinst warning about kernel config (fix-postinst-warning-xf86-input-synaptics-1.2.2.patch,423 bytes, patch)
2010-04-10 09:42 UTC, Didier Barvaux
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Turnbull 2009-12-24 15:57:32 UTC
If there is no kernel .config present, the post install messages should be printed
Comment 1 Matthew Turnbull 2009-12-24 15:58:27 UTC
Created attachment 214049 [details]
print message if kernel config is missing
Comment 2 Matthew Turnbull 2010-01-31 03:02:13 UTC
poke - poke

I certainly don't mean to be an annoyance, but this has been sitting here for over a month and I wanted to make sure it hasn't been forgotten.
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2010-04-07 21:43:04 UTC
Fixed. Thanks for report. And sorry it took so long.
Comment 5 Matthew Turnbull 2010-04-07 21:54:50 UTC
At least what was committed to the overlay is missing the bang (!) in front of linux_config_exists.


-       if linux_config_exists \
+       if ! linux_config_exists \
Comment 6 Didier Barvaux 2010-04-10 09:41:35 UTC
(In reply to comment #5)
> At least what was committed to the overlay is missing the bang (!) in front of
> linux_config_exists.
> 
> 
> -       if linux_config_exists \
> +       if ! linux_config_exists \
> 

The mistake is in the tree now. Ebuild x11-drivers/xf86-input-synaptics-1.2.2 prints the postinst warning if one got a linux config. Please apply the attached patch on x11-drivers/xf86-input-synaptics-1.2.2.
Comment 7 Didier Barvaux 2010-04-10 09:42:22 UTC
Created attachment 227219 [details, diff]
Fix printing the postinst warning about kernel config
Comment 8 Tomáš Chvátal (RETIRED) gentoo-dev 2010-04-10 09:47:27 UTC
Fixed :P
Interestlingly enough i didn't break the stable version :D
Interestingly enough
Comment 9 Didier Barvaux 2010-04-10 12:21:58 UTC
(In reply to comment #8)
> Fixed :P
> Interestlingly enough i didn't break the stable version :D
> Interestingly enough
> 

New ebuild works fine. Thanks Tomáš.