Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123077 - net-misc/scponly-4.6 version bump + ebuild facelift
Summary: net-misc/scponly-4.6 version bump + ebuild facelift
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117028
  Show dependency tree
 
Reported: 2006-02-16 12:30 UTC by Jakub Moc (RETIRED)
Modified: 2006-02-27 07:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
net-misc/scponly-4.6 ebuild (scponly-4.6.ebuild,3.27 KB, text/plain)
2006-02-16 12:31 UTC, Jakub Moc (RETIRED)
Details
better net-misc/scponly-4.6 ebuild (scponly-4.6.ebuild,3.65 KB, text/plain)
2006-02-20 18:24 UTC, Jakub Moc (RETIRED)
Details
net-misc scponly-4.6 - hopefully final version (scponly-4.6.ebuild,3.40 KB, text/plain)
2006-02-21 13:05 UTC, Jakub Moc (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2006-02-16 12:30:56 UTC
New version is out. 

Since setup_chroot.sh script is broken (Bug 117028), I reworked scponly-4.3 ebuild to put back the chroot setup functionality and moved this to pkg_config(); it  should also be multilib-safe now. getopt patch has been dropped since it's not needed any more.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-16 12:31:31 UTC
Created attachment 79958 [details]
net-misc/scponly-4.6 ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-20 18:24:13 UTC
Created attachment 80336 [details]
better net-misc/scponly-4.6 ebuild

OK, now with use flags for sftplogging and subversion compatibility.
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2006-02-21 08:24:10 UTC
I removed pkg_postinst because chrooted scponly didn't WORKFORME. this version also don't work on my env(amd64).

 # emerge info
Portage 2.0.54 (!/usr/portage/profiles/default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo x86_64)
=================================================================
System uname: 2.6.15-gentoo x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=k8 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache cvs distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/home/matsuu/gentoo-x86"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa apache2 audiofile avi berkdb bitmap-fonts bzip2 canna crypt cups curl eds emboss encode esd exif expat fam ffmpeg firefox flac foomaticdb fortran gd gdbm gif glut gnome gpm gstreamer gtk gtk2 gtkhtml idn imlib ipv6 jack jpeg kde lcms lzw lzw-tiff mad mng mp3 mpeg ncurses nls ogg opengl pam pcre pcsc-lite pdflib perl png python qt quicktime readline real ruby sdl slang speex spell ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales vorbis wxwindows xine xml2 xpm xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS


Could you connect scponly account via ssh from scp or winscp? 
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-02-21 09:51:37 UTC
(In reply to comment #3)
> I removed pkg_postinst because chrooted scponly didn't WORKFORME. this version
> also don't work on my env(amd64).
> Could you connect scponly account via ssh from scp or winscp? 

Sure, this works just fine on x86, no idea why that wouldn't work on amd64.

Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-02-21 13:05:10 UTC
Created attachment 80380 [details]
net-misc scponly-4.6 - hopefully final version

OK, another try. I found out that sftplogging messes up with WinSCP, so had to remove this feature. Also, these new scponly versions need --enable-winscp-compat for scp to work w/ WinSCP. In WinSCP I was using sftp, so I didn't notice the issue. Unix scp was working just fine.

So - this one is tested on x86 with WinSCP 3.7.6 and WinSCP 3.8 beta, both scp and sftp work for me. Don't have an amd64 box to test right now.
Comment 6 MATSUU Takuto (RETIRED) gentoo-dev 2006-02-27 07:09:07 UTC
4.6 in cvs.