Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:matwey:experimental:Leap:42.2:Rings:0
dejagnu
dejagnu-ignore-libwarning.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dejagnu-ignore-libwarning.patch of Package dejagnu
dejagnu/ChangeLog * lib/target.exp (prune_warnings): Correct pic/PIC regexp. Ignore incompatible library warning. Index: dejagnu/lib/target.exp ================================================================================ --- dejagnu-1.4.4/lib/target.exp +++ dejagnu-1.4.4/lib/target.exp @@ -277,7 +277,10 @@ regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*is not implemented and will always fail\[^\n\]*" $text "" text # Cygwin cc1 warns about -fpic and -fPIC - regsub -all ".*: warning: -f(pic|PIC) ignored for target .*" $text "" text + regsub -all "(^|\n)\[^\n\]*: warning: -f(pic|PIC) ignored for target \[^\n\]*" $text "" text + + # Ignore linker warning when searching 64bit libraries in /lib. + regsub -all "(^|\n)\[^\n\]*: skipping incompatible \[^\n\]* when searching for \[^\n\]*" $text "" text # It might be tempting to get carried away and delete blank lines, etc. # Just delete *exactly* what we're ask to, and that's it.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor