Your message dated Tue, 29 Dec 2015 19:01:59 +0100
with message-id <[email protected]>
and subject line Re: Bug#808924: pgadmin3 uses deprecated find -perm +xxx
syntax, please switch to find -perm /+++
has caused the Debian Bug report #808924,
regarding pgadmin3 uses deprecated find -perm +xxx syntax, please switch to
find -perm /+++
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
808924: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808924
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pgadmin3
Version: 1.20.0-3
User: [email protected]
Usertags: find-perm-plus
Hello,
the pgadmin3 package uses find -perm +xxx. This GNU extension
syntax is deprecated and does not work in GNU findutils 4.5.11 and
later. Please change to find -perm /xxx instead.
The new syntax was introduced in 4.2.25 (October 2005) and should
therefore be available on any relevant system.
--------------
pgadmin3_1.20.0-3/pkg/mac/complete-bundle.sh
#We skip nested apps here - those are treated specially
todo=$(file `find ./ -perm +0111 ! -type d ! -path "*.app/*" ! -name
"*.app"` | grep -E "Mach-O (i386 )?executable" | awk -F ':| ' '{ORS=" "; print
$1}' | uniq)
echo "App: $tag: Found executables: $todo"
PathRank: 1.3797463, Final: 1.4480438
--------------
cu Andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--- End Message ---
--- Begin Message ---
Control: tags -1 upstream
Re: Andreas Metzler 2015-12-24 <[email protected]>
> Hello,
>
> the pgadmin3 package uses find -perm +xxx. This GNU extension
> syntax is deprecated and does not work in GNU findutils 4.5.11 and
> later. Please change to find -perm /xxx instead.
>
> The new syntax was introduced in 4.2.25 (October 2005) and should
> therefore be available on any relevant system.
>
> --------------
> pgadmin3_1.20.0-3/pkg/mac/complete-bundle.sh
>
> #We skip nested apps here - those are treated specially
> todo=$(file `find ./ -perm +0111 ! -type d ! -path "*.app/*" ! -name
> "*.app"` | grep -E "Mach-O (i386 )?executable" | awk -F ':| ' '{ORS=" ";
> print $1}' | uniq)
> echo "App: $tag: Found executables: $todo"
>
> PathRank: 1.3797463, Final: 1.4480438
> --------------
>
> cu Andreas
Hi Andreas,
thanks for the report, I'm Cc'ing the PgAdmin upstream maintainers to
make them aware of the issue.
For Debian, I'm simply closing the bug because the deprecated syntax
is only used in mac build scripts which are not relevant on Linux.
Christoph
--
[email protected] | http://www.df7cb.de/
signature.asc
Description: Digital signature
--- End Message ---
_______________________________________________
Pkg-postgresql-public mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public