Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
proftpd upgrade fails
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
thoughtform
l33t
l33t


Joined: 24 May 2004
Posts: 600

PostPosted: Sun Sep 02, 2007 6:16 am    Post subject: proftpd upgrade fails Reply with quote

i'm trying to upgrade my install of proftpd.
the emerge fails building the mysql module.
i can't copy/paste .. i'm in fluxbox using eterm and can't figure out how to do it.
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Sun Sep 02, 2007 9:04 am    Post subject: Reply with quote

select with the 1st mouse button, paste with the 3rd mouse button (often the wheel on modern mouses)
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
thoughtform
l33t
l33t


Joined: 24 May 2004
Posts: 600

PostPosted: Thu Sep 06, 2007 5:10 am    Post subject: Reply with quote

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DLINUX -I.. -I../include -I/usr/include/mysql -O2 -march=pentium4 -fomit-frame-pointer -Wall -c mod_sql_mysql.c
ar rcu libcap.a cap_alloc.o cap_proc.o cap_extint.o cap_flag.o cap_text.o cap_sys.o
make[1]: Leaving directory `/var/tmp/portage/net-ftp/proftpd-1.3.1_rc3/work/proftpd-1.3.1rc3/lib/libcap'
test -z "1" || (cd locale/ && make locale)
make[1]: Entering directory `/var/tmp/portage/net-ftp/proftpd-1.3.1_rc3/work/proftpd-1.3.1rc3/locale'
xgettext -L C --keyword=_ --flag=_:1:pass-c-format --keyword=N_ --flag=N_:1:pass-c-format --no-wrap --copyright-holder "The ProFTPD Project" --msgid-bugs-address core@proftpd.org --sort-by-file -f files.txt -o proftpd.pot
mod_sql_mysql.c: In function 'cmd_defineconnection':
mod_sql_mysql.c:598: error: missing terminating " character
make[1]: *** [mod_sql_mysql.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-ftp/proftpd-1.3.1_rc3/work/proftpd-1.3.1rc3/modules'
make: *** [modules] Error 2
make: *** Waiting for unfinished jobs....
msginit --no-translator --sort-by-file -i proftpd.pot -o en_US.po -l en_US
msginit: unrecognized option `--sort-by-file'
Try `msginit --help' for more information.
make[1]: [en_US] Error 1 (ignored)
msgfmt en_US.po -o en_US.mo
msgfmt: error while opening "en_US.po" for reading: No such file or directory
make[1]: [en_US] Error 1 (ignored)
xgettext: error while opening "../modules/module_glue.c" for reading: No such file or directory
make[1]: [template] Error 1 (ignored)
make[1]: Leaving directory `/var/tmp/portage/net-ftp/proftpd-1.3.1_rc3/work/proftpd-1.3.1rc3/locale'

!!! ERROR: net-ftp/proftpd-1.3.1_rc3 failed.
Call stack:
ebuild.sh, line 1638: Called dyn_compile
ebuild.sh, line 985: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
proftpd-1.3.1_rc3.ebuild, line 166: Called die

!!! emake failed
Back to top
View user's profile Send private message
snIP3r
l33t
l33t


Joined: 21 May 2004
Posts: 853
Location: germany

PostPosted: Thu Sep 06, 2007 7:12 am    Post subject: Reply with quote

do you need the mysql module?? so perhaps you can try to compile proftpd without mysql module...

HTH
snIP3r
_________________
Intel i3-4130T on ASUS P9D-X
Kernel 5.15.88-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Back to top
View user's profile Send private message
thoughtform
l33t
l33t


Joined: 24 May 2004
Posts: 600

PostPosted: Thu Sep 06, 2007 1:58 pm    Post subject: Reply with quote

i took out the mysql flag via /etc/portage/package.use
it compiled.
thanks
Back to top
View user's profile Send private message
snIP3r
l33t
l33t


Joined: 21 May 2004
Posts: 853
Location: germany

PostPosted: Thu Sep 06, 2007 2:03 pm    Post subject: Reply with quote

Scorpaen wrote:
i took out the mysql flag via /etc/portage/package.use
it compiled.
thanks


nop. you are welcome!

please do not forget to set the thread [solved] or something like this ;)

greets
snIP3r
_________________
Intel i3-4130T on ASUS P9D-X
Kernel 5.15.88-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Back to top
View user's profile Send private message
thoughtform
l33t
l33t


Joined: 24 May 2004
Posts: 600

PostPosted: Thu Sep 06, 2007 2:51 pm    Post subject: Reply with quote

I would change the title to solved, but the ebuild is somewhat broken since mysql module won't compile.
Back to top
View user's profile Send private message
snIP3r
l33t
l33t


Joined: 21 May 2004
Posts: 853
Location: germany

PostPosted: Thu Sep 06, 2007 2:57 pm    Post subject: Reply with quote

Scorpaen wrote:
I would change the title to solved, but the ebuild is somewhat broken since mysql module won't compile.


ok, you are right. but perhaps this is something for bugs.gentoo.org?

greets
snIP3r
_________________
Intel i3-4130T on ASUS P9D-X
Kernel 5.15.88-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic!
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Thu Sep 06, 2007 6:05 pm    Post subject: Reply with quote

Already done by someone: https://bugs.gentoo.org/show_bug.cgi?id=190316

And a dupe of https://forums.gentoo.org/viewtopic-t-541986-highlight-proftpd+mysql.html
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum