|
From: Jamie Deppeler on 30 Jun 2008 01:55 Hi, I am trying to build a new installer application. I am in the process of upgrading postgresql 8.1 to 8.3.3 but i am having a issue which i can't seemed to resolve. Error output from rpmbuilder + su -c - user'$RPM_BUILD_ROOT/usr/local/app/pgsql/bin/postmaster -D $RPM_BUILD_ROOT/usr/local/app/pgsql/data -S ' /var/tmp/app-root/usr/local/app/pgsql/bin/postmaster: option requires an argument -- S Try "postmaster --help" for more information. error: Bad exit status from /var/tmp/rpm-tmp.12297 (%install) -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Peter Eisentraut on 2 Jul 2008 12:44 Am Montag, 30. Juni 2008 schrieb Jamie Deppeler: > I am trying to build a new installer application. > I am in the process of upgrading postgresql 8.1 to 8.3.3 but i am having > a issue which i can't seemed to resolve. > > Error output from rpmbuilder > > + su -c - user'$RPM_BUILD_ROOT/usr/local/app/pgsql/bin/postmaster -D > $RPM_BUILD_ROOT/usr/local/app/pgsql/data -S ' > /var/tmp/app-root/usr/local/app/pgsql/bin/postmaster: option requires an > argument -- S > Try "postmaster --help" for more information. > error: Bad exit status from /var/tmp/rpm-tmp.12297 (%install) You are probably referring to the fact that some option names have changed. Please review the documentation to pick the right ones for you. -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
|
Pages: 1 Prev: A new take on the foot-gun meme Next: Processing database query-results piecemeal |