Processed: Re: Bug#664612: wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'

2012-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 664612 kfreebsd-kernel-headers 0.78
Bug #664612 [src:wu-ftpd] wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has 
no member named 'dqb_fhardlimit'
Bug reassigned from package 'src:wu-ftpd' to 'kfreebsd-kernel-headers'.
No longer marked as found in versions wu-ftpd/2.6.2-34 and wu-ftpd/2.6.2-33.
Ignoring request to alter fixed versions of bug #664612 to the same values 
previously set
Bug #664612 [kfreebsd-kernel-headers] wu-ftpd: FTBFS[kfreebsd]: error: 'struct 
dqblk64' has no member named 'dqb_fhardlimit'
Marked as found in versions kfreebsd-kernel-headers/0.78.
 tags 664612 + patch
Bug #664612 [kfreebsd-kernel-headers] wu-ftpd: FTBFS[kfreebsd]: error: 'struct 
dqblk64' has no member named 'dqb_fhardlimit'
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
664612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664612
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13337430839985.transcr...@bugs.debian.org



Bug#664612: wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'

2012-04-06 Thread Steven Chamberlain
reassign 664612 kfreebsd-kernel-headers 0.78
tags 664612 + patch
thanks

Hi,

Actually something in ufs/quota.h was causing a configure testcase --
for quota type -- to reach the wrong result ('file' instead of 'inode'
quotas;  config.log excerpt below).

The configure testcase includes sys/types.h before ufs/quota.h.  But
both u_int32_t and uint32_t are used there.

The attached patch hunk fixes this if appended to 004_stdint_h.diff.

 configure:6135: checking whether quota support is file- or inode based
 configure:6182: i486-kfreebsd-gnu-gcc -c -g -Wall -D_FILE_OFFSET_BITS=64  -O2 
  conftest.c 5
 In file included from conftest.c:126:0:
 /usr/include/ufs/ufs/quota.h:129:2: error: unknown type name 'uint32_t'
 /usr/include/ufs/ufs/quota.h:130:2: error: unknown type name 'uint32_t'
 /usr/include/ufs/ufs/quota.h:131:2: error: unknown type name 'uint32_t'
 conftest.c: In function 'main':
 conftest.c:132:6: warning: unused variable 'f' [-Wunused-variable]
 configure:6182: $? = 1
 configure: failed program was:
 | /* confdefs.h */
 | #define PACKAGE_NAME 
 | #define PACKAGE_TARNAME 
 | #define PACKAGE_VERSION 
 | #define PACKAGE_STRING 
 | #define PACKAGE_BUGREPORT 
 | #define PACKAGE_URL 
 | #define STDC_HEADERS 1
 | #define TIME_WITH_SYS_TIME 1
 | #define AUTOCONF 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_MEMORY_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_DIRENT_H 1
 | #define HAVE_REGEX_H 1
 | #define HAVE_SHADOW_H 1
 | #define HAVE_SECURITY_PAM_APPL_H 1
 | #define HAVE_SYSLOG_H 1
 | #define HAVE_SYS_SYSLOG_H 1
 | #define HAVE_FCNTL_H 1
 | #define HAVE_MNTENT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_UNISTD_H 1
 | #define HAVE_GLOB_H 1
 | #define HAVE_GRP_H 1
 | #define HAVE_SYS_DIR_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_BSD_BSD_H 1
 | #define HAVE_SYS_PARAM_H 1
 | #define HAVE_VALUES_H 1
 | #define HAVE_LIMITS_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_PATHS_H 1
 | #define HAVE_DIRFD 1
 | #define HAVE_FCHDIR 1
 | #define HAVE_FLOCK 1
 | #define HAVE_FTW 1
 | #define HAVE_GETCWD 1
 | #define HAVE_GETDTABLESIZE 1
 | #define HAVE_LSTAT 1
 | #define HAVE_VPRINTF 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_REGEXEC 1
 | #define HAVE_FGETSPENT 1
 | #define HAVE_GETUSERSHELL 1
 | #define HAVE_SETUID 1
 | #define HAVE_VSNPRINTF 1
 | #define HAVE_SNPRINTF 1
 | #define HAVE_STRCASESTR 1
 | #define HAVE_STRDUP 1
 | #define HAVE_STRERROR 1
 | #define HAVE_STRSEP 1
 | #define HAVE_STRSTR 1
 | #define HAVE_SYSLOG 1
 | #define HAVE_GLOB 1
 | #define HAVE_STRCASECMP 1
 | #define HAVE_STRNCASECMP 1
 | #define HAVE_SIGPROCMASK 1
 | #define HAVE_QUOTACTL 1
 | #define HAVE_GETRLIMIT 1
 | #define HAVE_SYSCONF 1
 | #define HAVE_SETSID 1
 | #define HAVE_MEMMOVE 1
 | #define HAVE_STRTOUL 1
 | #define HAVE_SETEUID 1
 | #define HAVE_SETEGID 1
 | #define HAVE_SIGLIST 1
 | #define QSORT_IS_VOID 1
 | #define NEED_VALUES_H 1
 | #define NBBY BITSPERBYTE
 | #define FACILITY LOG_FTP
 | #define HAVE_UT_UT_HOST 1
 | #define HAVE_UT_UT_EXIT_E_TERMINATION 1
 | #define HAVE_ST_BLKSIZE 1
 | #define GR_GID_FORMAT u
 | #define PW_UID_FORMAT u
 | #define L_FORMAT qd
 | #define T_FORMAT u
 | #define HAVE_SETUID 1
 | #define UPLOAD 1
 | #define OVERWRITE 1
 | #define HOST_ACCESS 1
 | #define LOG_FAILED 1
 | #define LOG_TOOMANY 1
 | #define DNS_TRYAGAIN 1
 | #define HAVE_UFS_UFS_QUOTA_H 1
 | /* end confdefs.h.  */
 |
 | #include unistd.h
 | #ifdef TIME_WITH_SYS_TIME
 | #include sys/time.h
 | #include time.h
 | #else
 | #ifdef HAVE_SYS_TIME_H
 | #include sys/time.h
 | #else
 | #include time.h
 | #endif
 | #endif
 | #ifdef HAVE_SYS_TYPES_H
 | #include sys/types.h
 | #endif
 | #ifdef HAVE_SYS_QUOTA_H
 | #include sys/quota.h
 | #else
 | #ifdef HAVE_LINUX_QUOTA_H
 | #include linux/quota.h
 | #endif
 | #endif
 | #ifdef HAVE_SYS_FS_UFS_QUOTA_H
 | #include sys/fs/ufs/quota.h
 | #endif
 | #ifdef HAVE_UFS_QUOTA_H
 | #include ufs/quota.h
 | #endif
 | #ifdef HAVE_JFS_QUOTA_H
 | #include jfs/quota.h
 | #endif
 | #ifdef HAVE_UFS_UFS_QUOTA_H
 | #include ufs/ufs/quota.h
 | #endif
 | struct dqblk quota;
 | int
 | main ()
 | {
 |  int f=quota.dqb_ihardlimit;
 |   ;
 |   return 0;
 | }
 configure:6188: result: file

Thanks!
Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org
--- a/sys/ufs/ufs/quota.h
+++ b/sys/ufs/ufs/quota.h
@@ -36,6 +36,8 @@
 #ifndef _UFS_UFS_QUOTA_H_
 #define	_UFS_UFS_QUOTA_H_
 
+#include stdint.h
+
 /*
  * Definitions for disk quotas imposed on the average user
  * (big brother finally hits UNIX).


Processed: Re: Bug#664612: wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'

2012-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 664612 wu-ftpd
Bug #664612 [kfreebsd-kernel-headers] wu-ftpd: FTBFS[kfreebsd]: error: 'struct 
dqblk64' has no member named 'dqb_fhardlimit'
Bug reassigned from package 'kfreebsd-kernel-headers' to 'wu-ftpd'.
No longer marked as found in versions kfreebsd-kernel-headers/0.78.
Ignoring request to alter fixed versions of bug #664612 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
664612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664612
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133374422514255.transcr...@bugs.debian.org



Bug#664612: wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'

2012-04-06 Thread Steven Chamberlain
On 06/04/12 21:30, Robert Millan wrote:
 The correct
 solution is to include stdint.h before including ufs/quota.h.

Ah okay.  Tested with your stdint.diff for wu-ftpd and that works too.
Have also checked that it still builds ok on amd64 (GNU/Linux) with it
applied.

As the package is orphaned, who would be able to handle an upload?  Dominic?

Thanks,
Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f7f553e.2060...@pyro.eu.org



Bug#664612: wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'

2012-04-06 Thread Robert Millan
El 6 d’abril de 2012 22:42, Steven Chamberlain ste...@pyro.eu.org ha escrit:
 As the package is orphaned, who would be able to handle an upload?  Dominic?

Just uploaded, thanks for pointing out.

-- 
Robert Millan



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOfDtXMtPwnx3eu915dX7dJyTQpcX0G=4+r7tcb-voprn+s...@mail.gmail.com



Processed: Re: Bug#664612: wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'

2012-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # to source package
 reassign 664612 src:wu-ftpd
Bug #664612 {Done: Robert Millan r...@debian.org} [wu-ftpd] wu-ftpd: 
FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'
Bug reassigned from package 'wu-ftpd' to 'src:wu-ftpd'.
Ignoring request to alter found versions of bug #664612 to the same values 
previously set
No longer marked as fixed in versions wu-ftpd/2.6.2-35.
 # restore seen version
 found 664612 wu-ftpd/2.6.2-34
Bug #664612 {Done: Robert Millan r...@debian.org} [src:wu-ftpd] wu-ftpd: 
FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'
Marked as found in versions wu-ftpd/2.6.2-34 and reopened.
 # rmh uploading
 tags 664612 - help + pending
Bug #664612 [src:wu-ftpd] wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has 
no member named 'dqb_fhardlimit'
Removed tag(s) help.
Bug #664612 [src:wu-ftpd] wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has 
no member named 'dqb_fhardlimit'
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
664612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664612
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13337493368881.transcr...@bugs.debian.org



Bug#664612: wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'

2012-03-19 Thread Christoph Egger
Package: src:wu-ftpd
Version: 2.6.2-34
Severity: serious
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

x86_64-kfreebsd-gnu-gcc  -g -Wall -D_FILE_OFFSET_BITS=64  -O2 -I.. -I../support 
-c -o extensions.o extensions.c
extensions.c: In function 'check_newer':
extensions.c:204:4: warning: format '%qd' expects argument of type 'long long 
int', but argument 4 has type '__off_t' [-Wformat]
extensions.c:204:4: warning: format '%qd' expects argument of type 'long long 
int', but argument 5 has type '__time_t' [-Wformat]
extensions.c: In function 'msg_massage':
extensions.c:412:47: error: 'struct dqblk64' has no member named 
'dqb_fhardlimit'
extensions.c:420:47: error: 'struct dqblk64' has no member named 
'dqb_fsoftlimit'
extensions.c:428:47: error: 'struct dqblk64' has no member named 'dqb_curfiles'
extensions.c:437:12: error: 'struct dqblk64' has no member named 
'dqb_btimelimit'
extensions.c:447:19: error: 'struct dqblk64' has no member named 'dqb_curfiles'
extensions.c:447:39: error: 'struct dqblk64' has no member named 
'dqb_fsoftlimit'
extensions.c:448:12: error: 'struct dqblk64' has no member named 
'dqb_ftimelimit'
extensions.c: In function 'show_message':
extensions.c:696:5: warning: suggest explicit braces to avoid ambiguous 'else' 
[-Wparentheses]
extensions.c:704:5: warning: suggest explicit braces to avoid ambiguous 'else' 
[-Wparentheses]
extensions.c: In function 'show_readme':
extensions.c:765:5: warning: suggest explicit braces to avoid ambiguous 'else' 
[-Wparentheses]
extensions.c:773:5: warning: suggest explicit braces to avoid ambiguous 'else' 
[-Wparentheses]
extensions.c: In function 'del_check':
extensions.c:1590:5: warning: suggest explicit braces to avoid ambiguous 'else' 
[-Wparentheses]
extensions.c: In function 'allow_retrieve':
extensions.c:1671:12: warning: variable 'len' set but not used 
[-Wunused-but-set-variable]
extensions.c: In function 'checknoretrieve':
extensions.c:1737:12: warning: variable 'len' set but not used 
[-Wunused-but-set-variable]
extensions.c: In function 'get_quota':
extensions.c:1906:10: warning: unused variable 'mnt_fsname' [-Wunused-variable]
make[2]: *** [extensions.o] Error 1


Full build log at
https://buildd.debian.org/status/fetch.php?pkg=wu-ftpdarch=kfreebsd-amd64ver=2.6.2-34stamp=1332143034

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ehso977i@hepworth.siccegge.de



Bug#664612: wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'

2012-03-19 Thread Dominic Hargreaves
On Mon, Mar 19, 2012 at 12:10:57PM +0100, Christoph Egger wrote:
 x86_64-kfreebsd-gnu-gcc  -g -Wall -D_FILE_OFFSET_BITS=64  -O2 -I.. 
 -I../support -c -o extensions.o extensions.c

...

 extensions.c: In function 'msg_massage':
 extensions.c:412:47: error: 'struct dqblk64' has no member named 
 'dqb_fhardlimit'
 extensions.c:420:47: error: 'struct dqblk64' has no member named 
 'dqb_fsoftlimit'
 extensions.c:428:47: error: 'struct dqblk64' has no member named 
 'dqb_curfiles'
 extensions.c:437:12: error: 'struct dqblk64' has no member named 
 'dqb_btimelimit'
 extensions.c:447:19: error: 'struct dqblk64' has no member named 
 'dqb_curfiles'
 extensions.c:447:39: error: 'struct dqblk64' has no member named 
 'dqb_fsoftlimit'
 extensions.c:448:12: error: 'struct dqblk64' has no member named 
 'dqb_ftimelimit'
...

 make[2]: *** [extensions.o] Error 1
 
 
 Full build log at
 https://buildd.debian.org/status/fetch.php?pkg=wu-ftpdarch=kfreebsd-amd64ver=2.6.2-34stamp=1332143034

Thanks. Unfortunately this package is orphaned, and although I did
the QA upload to fix a (trivial) bug in the package, I'm not in a
position to fix this ensuing bug (though I will do what I can to help).

Cheers,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120319114722.gk28...@urchin.earth.li



Bug#664612: wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'

2012-03-19 Thread Dominic Hargreaves
On Mon, Mar 19, 2012 at 11:47:22AM +, Dominic Hargreaves wrote:
 On Mon, Mar 19, 2012 at 12:10:57PM +0100, Christoph Egger wrote:
  x86_64-kfreebsd-gnu-gcc  -g -Wall -D_FILE_OFFSET_BITS=64  -O2 -I.. 
  -I../support -c -o extensions.o extensions.c
 
 ...
 
  extensions.c: In function 'msg_massage':
  extensions.c:412:47: error: 'struct dqblk64' has no member named 
  'dqb_fhardlimit'
  extensions.c:420:47: error: 'struct dqblk64' has no member named 
  'dqb_fsoftlimit'
  extensions.c:428:47: error: 'struct dqblk64' has no member named 
  'dqb_curfiles'
  extensions.c:437:12: error: 'struct dqblk64' has no member named 
  'dqb_btimelimit'
  extensions.c:447:19: error: 'struct dqblk64' has no member named 
  'dqb_curfiles'
  extensions.c:447:39: error: 'struct dqblk64' has no member named 
  'dqb_fsoftlimit'
  extensions.c:448:12: error: 'struct dqblk64' has no member named 
  'dqb_ftimelimit'
 ...
 
  make[2]: *** [extensions.o] Error 1
  
  
  Full build log at
  https://buildd.debian.org/status/fetch.php?pkg=wu-ftpdarch=kfreebsd-amd64ver=2.6.2-34stamp=1332143034
 
 Thanks. Unfortunately this package is orphaned, and although I did
 the QA upload to fix a (trivial) bug in the package, I'm not in a
 position to fix this ensuing bug (though I will do what I can to help).

Just to be clear; the change I made was to add a Depends to the resultant
binary package, and nothing which could have introduced this problem.

Cheers,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120319125742.gl28...@urchin.earth.li



Processed: Re: Bug#664612: wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'

2012-03-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 664612 2.6.2-33
Bug #664612 [src:wu-ftpd] wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has 
no member named 'dqb_fhardlimit'
Marked as found in versions wu-ftpd/2.6.2-33.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
664612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664612
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133216943530889.transcr...@bugs.debian.org



Bug#664612: wu-ftpd: FTBFS[kfreebsd]: error: 'struct dqblk64' has no member named 'dqb_fhardlimit'

2012-03-19 Thread Jakub Wilk

found 664612 2.6.2-33
thanks

* Dominic Hargreaves d...@earth.li, 2012-03-19, 12:57:
Thanks. Unfortunately this package is orphaned, and although I did the 
QA upload to fix a (trivial) bug in the package, I'm not in a position 
to fix this ensuing bug (though I will do what I can to help).
Just to be clear; the change I made was to add a Depends to the 
resultant binary package, and nothing which could have introduced this 
problem.


Right, the previous version FTBFS, too.

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120319150350.ga3...@jwilk.net