Source: gworkspace
Version: 0.8.8-1.2
Severity: normal
Tags: sid jessie
User: pkg-gnustep-maintain...@lists.alioth.debian.org
Usertags: gnustep-base1.24-transition gnustep-gui0.24-transition 
gnustep-transition

Your package builds successfully with the new GNUstep libraries, but
there are some GCC warnings that *may* lead to problems at runtime and
may affect the forthcoming gnustep transition/jessie release.  Latest
versions of the core GNUstep packages are available at mentors.d.n [*];
they will be uploaded to experimental first.

Please note that the warnings may be unrelated to GNUstep or changes in
GNUstep but could be legitimate nevertheless.  In case the fix is
applicable for the current gnustep-* library packages in sid (-base/1.22
and -gui/0.20) you can upload the fixed package before the transition
begins.  Otherwise, please wait for the transition to complete and
do not forget to adjust the Build-Depends field accordingly:

  libgnustep-base-dev (>= 1.24.6)
  or
  libgnustep-gui-dev (>= 0.24)

Relevant portion(s) of the log:

Making all for framework FSNode...
[...]
FSNode.m:324:3: warning: large integer implicitly truncated to unsigned type 
[-Woverflow]
   return NSNotFound;
   ^
[...]
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix 
scrollToFirstPositionCell:withScrollTune:]':
FSNBrowserMatrix.m:113:3: warning: passing argument 1 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
   [self getRow: &row column: &col ofCell: aCell];
   ^
FSNBrowserMatrix.m:113:3: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserMatrix.m:113:3: warning: passing argument 2 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:113:3: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix selectIconOfCell:]':
FSNBrowserMatrix.m:128:5: warning: passing argument 1 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
     [self getRow: &row column: &col ofCell: aCell];
     ^
FSNBrowserMatrix.m:128:5: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserMatrix.m:128:5: warning: passing argument 2 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:128:5: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix 
unSelectIconsOfCellsDifferentFrom:]':
FSNBrowserMatrix.m:149:9: warning: passing argument 1 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
         [self getRow: &row column: &col ofCell: c];
         ^
FSNBrowserMatrix.m:149:9: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserMatrix.m:149:9: warning: passing argument 2 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:149:9: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix mouseDown:]':
FSNBrowserMatrix.m:199:5: warning: passing argument 1 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
     if ([self getRow: &row column: &col forPoint: lastLocation]) {
     ^
FSNBrowserMatrix.m:199:5: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserMatrix.m:199:5: warning: passing argument 2 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:199:5: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix(DraggingDestination) 
draggingEntered:]':
FSNBrowserMatrix.m:391:3: warning: passing argument 1 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
   if ([self getRow: &row column: &col forPoint: location]) {
   ^
FSNBrowserMatrix.m:391:3: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserMatrix.m:391:3: warning: passing argument 2 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:391:3: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix(DraggingDestination) 
draggingUpdated:]':
FSNBrowserMatrix.m:420:3: warning: passing argument 1 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
   if ([self getRow: &row column: &col forPoint: location]) {
   ^
FSNBrowserMatrix.m:420:3: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserMatrix.m:420:3: warning: passing argument 2 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:420:3: note: expected 'NSInteger *' but argument is of type 
'int *'
[...]
FSNBrowserColumn.m: In function '-[FSNBrowserColumn removeCellsWithNames:]':
FSNBrowserColumn.m:452:7: warning: passing argument 1 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
       [matrix getRow: &row column: &col ofCell: cell];  
       ^
FSNBrowserColumn.m:452:7: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserColumn.m:452:7: warning: passing argument 2 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
FSNBrowserColumn.m:452:7: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserColumn.m: In function '-[FSNBrowserColumn mouseUp:]':
FSNBrowserColumn.m:1138:3: warning: passing argument 1 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
   if ([matrix getRow: &row column: &col forPoint: p] == NO) {
   ^
FSNBrowserColumn.m:1138:3: note: expected 'NSInteger *' but argument is of type 
'int *'
FSNBrowserColumn.m:1138:3: warning: passing argument 2 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
FSNBrowserColumn.m:1138:3: note: expected 'NSInteger *' but argument is of type 
'int *'
[...]
FSNListView.m: In function '-[FSNListViewDataSource(NodeRepContainer) 
selectedReps]':
FSNListView.m:1262:3: warning: passing argument 1 of 
'getIndexes:maxCount:inIndexRange:' from incompatible pointer type [enabled by 
default]
   int selcount = [set getIndexes: buf maxCount: count inIndexRange: &range];
   ^
FSNListView.m:1262:3: note: expected 'NSUInteger *' but argument is of type 
'unsigned int *'
FSNListView.m: In function '-[FSNListViewDataSource(NodeRepContainer) 
selectedNodes]':
FSNListView.m:1284:3: warning: passing argument 1 of 
'getIndexes:maxCount:inIndexRange:' from incompatible pointer type [enabled by 
default]
   int selcount = [set getIndexes: buf maxCount: count inIndexRange: &range];
   ^
FSNListView.m:1284:3: note: expected 'NSUInteger *' but argument is of type 
'unsigned int *'
FSNListView.m: In function '-[FSNListViewDataSource(NodeRepContainer) 
selectedPaths]':
FSNListView.m:1306:3: warning: passing argument 1 of 
'getIndexes:maxCount:inIndexRange:' from incompatible pointer type [enabled by 
default]
   int selcount = [set getIndexes: buf maxCount: count inIndexRange: &range];
   ^
FSNListView.m:1306:3: note: expected 'NSUInteger *' but argument is of type 
'unsigned int *'
[...]
Making all for bundle NSColorViewer...
[...]
NSColorViewer.m: In function '-[NSColorViewer displayData:ofType:]':
NSColorViewer.m:157:5: warning: passing argument 1 of 
'getHue:saturation:brightness:alpha:' from incompatible pointer type [enabled 
by default]
     [color getHue: &hue saturation: &saturation brightness: &brightness alpha: 
&alpha];
     ^
NSColorViewer.m:157:5: note: expected 'CGFloat *' but argument is of type 
'float *'
NSColorViewer.m:157:5: warning: passing argument 2 of 
'getHue:saturation:brightness:alpha:' from incompatible pointer type [enabled 
by default]
NSColorViewer.m:157:5: note: expected 'CGFloat *' but argument is of type 
'float *'
NSColorViewer.m:157:5: warning: passing argument 3 of 
'getHue:saturation:brightness:alpha:' from incompatible pointer type [enabled 
by default]
NSColorViewer.m:157:5: note: expected 'CGFloat *' but argument is of type 
'float *'
NSColorViewer.m:157:5: warning: passing argument 4 of 
'getHue:saturation:brightness:alpha:' from incompatible pointer type [enabled 
by default]
NSColorViewer.m:157:5: note: expected 'CGFloat *' but argument is of type 
'float *'
NSColorViewer.m:160:5: warning: passing argument 1 of 
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
     [color getRed: &red green: &green blue: &blue alpha: &alpha];
     ^
NSColorViewer.m:160:5: note: expected 'CGFloat *' but argument is of type 
'float *'
NSColorViewer.m:160:5: warning: passing argument 2 of 
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
NSColorViewer.m:160:5: note: expected 'CGFloat *' but argument is of type 
'float *'
NSColorViewer.m:160:5: warning: passing argument 3 of 
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
NSColorViewer.m:160:5: note: expected 'CGFloat *' but argument is of type 
'float *'
NSColorViewer.m:160:5: warning: passing argument 4 of 
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
NSColorViewer.m:160:5: note: expected 'CGFloat *' but argument is of type 
'float *'
[...]
Making all for app GWorkspace...
[...]
Desktop/GWDesktopView.m: In function '-[GWDesktopView updateDefaults]':
Desktop/GWDesktopView.m:570:3: warning: passing argument 1 of 
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
   [backColor getRed: &red green: &green blue: &blue alpha: &alpha];
   ^
Desktop/GWDesktopView.m:570:3: note: expected 'CGFloat *' but argument is of 
type 'float *'
Desktop/GWDesktopView.m:570:3: warning: passing argument 2 of 
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
Desktop/GWDesktopView.m:570:3: note: expected 'CGFloat *' but argument is of 
type 'float *'
Desktop/GWDesktopView.m:570:3: warning: passing argument 3 of 
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
Desktop/GWDesktopView.m:570:3: note: expected 'CGFloat *' but argument is of 
type 'float *'
Desktop/GWDesktopView.m:570:3: warning: passing argument 4 of 
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
Desktop/GWDesktopView.m:570:3: note: expected 'CGFloat *' but argument is of 
type 'float *'
[...]
FileViewer/GWViewerBrowser.m: In function '-[GWViewerBrowser menuForEvent:]':
FileViewer/GWViewerBrowser.m:102:9: warning: passing argument 1 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
         if ([matrix getRow: &row column: &col forPoint: location] == NO) {
         ^
FileViewer/GWViewerBrowser.m:102:9: note: expected 'NSInteger *' but argument 
is of type 'int *'
FileViewer/GWViewerBrowser.m:102:9: warning: passing argument 2 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
FileViewer/GWViewerBrowser.m:102:9: note: expected 'NSInteger *' but argument 
is of type 'int *'
[...]
Finder/Finder.m: In function '-[Finder removeSearchPlaceWithPath:]':
Finder/Finder.m:643:7: warning: passing argument 1 of 'getRow:column:ofCell:' 
from incompatible pointer type [enabled by default]
       [placesMatrix getRow: &row column: &col ofCell: cell];
       ^
Finder/Finder.m:643:7: note: expected 'NSInteger *' but argument is of type 
'int *'
Finder/Finder.m:643:7: warning: passing argument 2 of 'getRow:column:ofCell:' 
from incompatible pointer type [enabled by default]
Finder/Finder.m:643:7: note: expected 'NSInteger *' but argument is of type 
'int *'
[...]
Preferences/HiddenFilesPref.m: In function '-[HiddenFilesPref 
removeCellsWithNames:inMatrix:]':
Preferences/HiddenFilesPref.m:607:7: warning: passing argument 1 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
       [matrix getRow: &row column: &col ofCell: cell];  
       ^
Preferences/HiddenFilesPref.m:607:7: note: expected 'NSInteger *' but argument 
is of type 'int *'
Preferences/HiddenFilesPref.m:607:7: warning: passing argument 2 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
Preferences/HiddenFilesPref.m:607:7: note: expected 'NSInteger *' but argument 
is of type 'int *'
Preferences/HiddenFilesPref.m: In function '-[HiddenFilesPref 
selectCellsWithNames:inMatrix:]':
Preferences/HiddenFilesPref.m:641:4: warning: passing argument 1 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
    [matrix getRow: &sRow column: &sColumn ofCell: cell];
    ^
Preferences/HiddenFilesPref.m:641:4: note: expected 'NSInteger *' but argument 
is of type 'int *'
Preferences/HiddenFilesPref.m:641:4: warning: passing argument 2 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
Preferences/HiddenFilesPref.m:641:4: note: expected 'NSInteger *' but argument 
is of type 'int *'
[...]
Preferences/DesktopPref.m: In function '-[DesktopPref setImageStyle:]':
Preferences/DesktopPref.m:233:3: warning: passing argument 1 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
   [imagePosMatrix getRow: &row column: &col ofCell: cell];
   ^
Preferences/DesktopPref.m:233:3: note: expected 'NSInteger *' but argument is 
of type 'int *'
Preferences/DesktopPref.m:233:3: warning: passing argument 2 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
Preferences/DesktopPref.m:233:3: note: expected 'NSInteger *' but argument is 
of type 'int *'
Preferences/DesktopPref.m: In function '-[DesktopPref setDockPosition:]':
Preferences/DesktopPref.m:264:3: warning: passing argument 1 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
   [dockPosMatrix getRow: &row column: &col ofCell: cell];
   ^
Preferences/DesktopPref.m:264:3: note: expected 'NSInteger *' but argument is 
of type 'int *'
Preferences/DesktopPref.m:264:3: warning: passing argument 2 of 
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
Preferences/DesktopPref.m:264:3: note: expected 'NSInteger *' but argument is 
of type 'int *'
[...]
History/History.m: In function '-[History matrixAction:]':
History/History.m:159:4: warning: passing argument 1 of 'getRow:column:ofCell:' 
from incompatible pointer type [enabled by default]
    [matrix getRow: &row column: &col ofCell: [matrix selectedCell]];
    ^
History/History.m:159:4: note: expected 'NSInteger *' but argument is of type 
'int *'
History/History.m:159:4: warning: passing argument 2 of 'getRow:column:ofCell:' 
from incompatible pointer type [enabled by default]
History/History.m:159:4: note: expected 'NSInteger *' but argument is of type 
'int *'


The full build log is available upon request.
The severity of this bug may be raised to "important", "serious" or
"grave" after the transition depending on the impact.

[*]
http://mentors.debian.net/debian/pool/main/g/gnustep-make/gnustep-make_2.6.6-1.dsc
http://mentors.debian.net/debian/pool/main/g/gnustep-base/gnustep-base_1.24.6-1.dsc
http://mentors.debian.net/debian/pool/main/g/gnustep-gui/gnustep-gui_0.24.0-1.dsc
http://mentors.debian.net/debian/pool/main/g/gnustep-back/gnustep-back_0.24.0-1.dsc


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to