Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[PALUDIS] Support thread (current v. 0.22.2) - Part 2
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5 ... 18, 19, 20  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Tue Jan 30, 2007 3:11 pm    Post subject: Reply with quote

If you ask me, Paludis need really some shortcuts for the dependency options :mrgreen:
_________________
Just you and me strogg!
Back to top
View user's profile Send private message
Martin.Jansa
n00b
n00b


Joined: 09 Mar 2004
Posts: 55
Location: Prague

PostPosted: Tue Jan 30, 2007 4:46 pm    Post subject: Re: Unable to determine what USE flags Reply with quote

Martin.Jansa wrote:
my bad settings?


Yes,

I have moved installed repository to /var/paludis/repositories in installed.conf, but
/var/paludis/repositories/gentoo/eclass/eutils.eclass
has hard coded path to /var/db/pkg when it's looking for USE flags of installed package.

Solution:
Quote:
ln -s /var/paludis/repositories/installed/ /var/db/pkg
Back to top
View user's profile Send private message
Martin.Jansa
n00b
n00b


Joined: 09 Mar 2004
Posts: 55
Location: Prague

PostPosted: Tue Jan 30, 2007 4:49 pm    Post subject: Reply with quote

hoschi wrote:
If you ask me, Paludis need really some shortcuts for the dependency options :mrgreen:


I suppose that's why is distributed with bash-completion module :)
Back to top
View user's profile Send private message
apberzerk
Apprentice
Apprentice


Joined: 11 Jan 2004
Posts: 278
Location: kansas...

PostPosted: Tue Jan 30, 2007 9:15 pm    Post subject: Reply with quote

Well, I cannot seem to upgrade to paludis-0.16.2. I get this:

Code:
/var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/src/clients/adjutrix/.libs/lt-man-adjutrix: symbol lookup error: /var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/src/clients/adjutrix/.libs/lt-man-adjutrix: undefined symbol: _ZN7paludis4args11ArgsHandler3runEiPKPKcRKSsS7_S7_
make[6]: *** [adjutrix.1] Error 127
make[6]: *** Waiting for unfinished jobs....
/usr/lib/ccache/bin/g++ -I../../.. -I../../../src -Wall -Wextra -Wold-style-cast -Wredundant-decls -Wstrict-null-sentinel -Wmissing-noreturn -Woverloaded-virtual -Winit-self -Wunused-function -Wshadow -pedantic -O2 -march=athlon-xp -pipe -fomit-frame-pointer -o .libs/adjutrix command_line.o find_stable_candidates.o find_dropped_keywords.o find_insecure_packages.o find_reverse_deps.o find_unused_packages.o keywords_graph.o display_profiles_use.o display_default_system_resolution.o what_needs_keywording.o adjutrix.o  ../../../paludis/environment/no_config/.libs/libpaludisnoconfigenvironment.so /var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/paludis/repositories/portage/.libs/libpaludisportagerepository.so /var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/paludis/repositories/vdb/.libs/libpaludisvdbrepository.so /var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/paludis/repositories/.libs/libpaludisrepositories.so ../../../paludis/repositories/portage/.libs/libpaludisportagerepository.so ../../../paludis/tasks/libpaludistasks.a ../../../paludis/.libs/libpaludis.so ../../../paludis/args/.libs/libpaludisargs.so ../../../paludis/util/.libs/libpaludisutil.so ../../../paludis/dep_list/.libs/libpaludisdeplist.so ../../../paludis/repositories/.libs/libpaludisrepositories.so /var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/paludis/.libs/libpaludis.so /var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/paludis/util/.libs/libpaludisutil.so ../../../src/output/liboutput.a ../../../src/common_args/libcommonargs.a -ldl -Wl,--rpath -Wl,/usr/lib/paludis/repositories
creating adjutrix
make[6]: Leaving directory `/var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/src/clients/adjutrix'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/src/clients/adjutrix'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/src/clients/adjutrix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/src/clients'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/paludis/sys-apps/paludis-0.16.2/work/paludis-0.16.2'
make: *** [all] Error 2

!!! ERROR in sys-apps/paludis-0.16.2:
!!! In src_compile at line 66
!!! emake failed

!!! Call stack:
!!!    * src_compile (/usr/portage/sys-apps/paludis/paludis-0.16.2.ebuild:66)
!!!    * ebuild_f_compile (/usr/libexec/paludis/src_compile.bash:49)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:334)
!!!    * main (/usr/libexec/paludis/ebuild.bash:346)

die trap: exiting with error.
Back to top
View user's profile Send private message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Tue Jan 30, 2007 9:42 pm    Post subject: Reply with quote

Martin.Jansa wrote:
hoschi wrote:
If you ask me, Paludis need really some shortcuts for the dependency options :mrgreen:


I suppose that's why is distributed with bash-completion module :)


Uups, I should take a look on my USE-FLAGS :)
_________________
Just you and me strogg!
Back to top
View user's profile Send private message
apberzerk
Apprentice
Apprentice


Joined: 11 Jan 2004
Posts: 278
Location: kansas...

PostPosted: Tue Jan 30, 2007 9:46 pm    Post subject: Reply with quote

So uh... if I have a repository that I've decided I don't want to use anymore, how do I remove it from paludis? I had some bad experiences when I simply tried to remove the /etc/paludis/repositories conf file and the repository directory for that specific overlay.

- Phil
Back to top
View user's profile Send private message
Flatop
Tux's lil' helper
Tux's lil' helper


Joined: 27 Nov 2002
Posts: 124
Location: Brooklyn, USA

PostPosted: Tue Jan 30, 2007 11:51 pm    Post subject: Reply with quote

I have a quick question - on my work PC, I have not a chance in hell in getting my network admins to open the rsync ports in our firewall. For this reason, everytime I run
Code:
paludis --sync
it fails. However, if I first run
Code:
emerge-webrsync
then
Code:
paludis -ip world
it seems to do the trick.

Am I doing irreparable harm to my system by doing this? Does paludis have a --behind-restrictive-proxy option that I have overlooked?
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Tue Jan 30, 2007 11:55 pm    Post subject: Reply with quote

Please help me figure this out. I started using paludis today, the migration script failed on me so i finished with manual installation. (Probably failed because i had portage setup with several directories like: /etc/portage/package.use/somefile)

Now its working pretty well, except when i try paludis -ip world ... it allways wants to merge binutils and gcc. I allready tried removing them from /var/db/pkg and remerge. But after the long wait of merging them (with paludis ofcourse) it's still whining about it.

Code:

zenix paludis # paludis -i world -p --show-reasons summary   
Building target list...
Building dependency list...paludis@1170200836: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-libs/qt-3.3.6-r5'
paludis@1170200836: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-libs/libXft-2.1.12'
paludis@1170200836: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/media-libs/freetype-2.3.0_p20070127'
paludis@1170200837: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-libs/cairo-1.3.12'
paludis@1170200837: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/dev-python/pysvn-1.5.0'
paludis@1170200839: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-libs/libwnck-2.16.2'
paludis@1170200846: [WARNING] Couldn't use the cache file at '/usr/portage/local/emission/metadata/cache/dev-libs/glib-1.2.10-r5'
paludis@1170200846: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-wm/metacity-2.16.3'
paludis@1170200846: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-libs/libcm-0.1.1'
paludis@1170200848: [WARNING] Couldn't use the cache file at '/usr/portage/local/emission/metadata/cache/app-text/openjade-1.3.2-r1'
paludis@1170200848: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/kde-base/kdelibs-3.5.6-r1'
paludis@1170200848: [QA] Couldn't open arch.list file in '/usr/portage/local/xeffects/profiles/arch.list', arch flags may incorrectly show up as unmasked
paludis@1170200854: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/kde-base/kcontrol-3.5.6'
paludis@1170200854: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/kde-base/libkonq-3.5.6'
paludis@1170200854: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/kde-base/kicker-3.5.6'
paludis@1170200855: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-wm/beryl-9999'
paludis@1170200855: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-plugins/beryl-plugins-9999'
paludis@1170200855: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-wm/beryl-core-9999'
paludis@1170200855: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-wm/emerald-9999'
paludis@1170200855: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-themes/emerald-themes-9999'
paludis@1170200855: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-misc/beryl-settings-9999'
paludis@1170200855: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-misc/beryl-settings-bindings-9999'
paludis@1170200855: [WARNING] Couldn't use the cache file at '/usr/portage/local/xeffects/metadata/cache/x11-misc/beryl-manager-9999'


These packages will be installed:

* sys-devel/binutils-2.17.50.0.12::gentoo {:0} [S] multislot -multitarget nls -test -vanilla <system> <sys-devel/gcc-4.1.1-r3::gentoo, sys-devel/prelink-20060712-r1::installed, 1 more>
* sys-devel/gcc-4.1.1-r3::gentoo {:4.1} [S] (-altivec) -bootstrap -build -doc fortran -gcj gtk (-hardened) -ip28 -ip32r10k -mudflap (-multilib) multislot (-n32) (-n64) nls -nocxx -objc -objc++ -objc-gc -test -vanilla <system> <dev-lang/mono-1.2.2.1::installed>
* sys-apps/hal-0.5.7.1-r4::gentoo {:0} [U 0.5.7.1-r3] acpi crypt -debug dmi -doc -pcmcia (-selinux) <world> <app-cdr/k3b-0.12.17::installed, app-emulation/wine-0.9.30::gentoo, 15 more>
* dev-python/pyopengl-2.0.1.09-r1::gentoo {:0} [U 2.0.1.09] -doc% <dev-python/pygtk-2.10.3::installed>
* dev-util/desktop-file-utils-0.12::gentoo {:0} [U 0.11]  <gnome-base/eel-2.16.3::installed, sys-apps/usermode-1.87::installed, 1 more>
* app-doc/chmlib-0.39::gentoo {:0} [U 0.38]  <app-misc/beagle-0.2.14::installed, x11-misc/xchm-1.10::installed>
* app-arch/p7zip-4.44::gentoo {:0} [U 4.43] -doc -static <world>
* dev-java/ant-core-1.7.0::gentoo {:0} [U 1.6.5-r14] -doc -source <dev-java/ant-1.7.0::gentoo, dev-java/ant-antlr-1.7.0::gentoo, 17 more>
* dev-java/ant-nodeps-1.7.0::gentoo {:0} [N]  <dev-java/ant-apache-bcel-1.7.0::gentoo, dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-junit-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo, dev-java/ant-trax-1.7.0::gentoo>
* dev-java/ant-antlr-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-apache-bcel-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-apache-bsf-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-apache-log4j-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-apache-oro-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/jakarta-regexp-1.4-r1::gentoo {:1.4} [S] -doc -source <dev-java/ant-apache-regexp-1.7.0::gentoo>
* dev-java/ant-apache-regexp-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-apache-resolver-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-commons-logging-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-commons-net-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-jdepend-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-jmf-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-jsch-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-swing-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-trax-1.7.0::gentoo {:0} [N]  <dev-java/ant-tasks-1.7.0::gentoo>
* dev-java/ant-tasks-1.7.0::gentoo {:0} [N] -jai -javamail -noantlr -nobcel -nobsf -nocommonslogging -nocommonsnet -nojdepend -nojmf -nojsch -nolog4j -nooro -noregexp -noresolver -noswing -noxalan <dev-java/ant-1.7.0::gentoo>
* dev-java/ant-1.7.0::gentoo {:0} [U 1.6.5]  <dev-util/eclipse-sdk-3.2.1-r1::installed>
* x11-themes/gtk-engines-xfce-2.4.0::gentoo {:0} [S]  <xfce-base/xfce4-4.4.0::installed>
* gnome-extra/evolution-exchange-2.8.2::gentoo {:2.0} [D 2.9.5] -debug -doc -static <world>
* media-video/ffmpeg-0.4.9_p20070129::gentoo {:0} [U 0.4.9_p20061016] a52 aac (-altivec) -amr -debug -doc dts encode ieee1394 imlib mmx network ogg oss sdl -test -theora -threads truetype v4l vorbis -x264 xvid zlib <app-cdr/k3b-0.12.17::installed, media-libs/libquicktime-0.9.10::installed, 3 more>
* media-libs/xine-lib-1.1.4::gentoo {:1} [U 1.1.3] X a52 aac -aalib alsa (-altivec) -arts -debug -directfb dts dvd -dxr3 esd fbcon flac gnome gtk imagemagick ipv6 -libcaca mad -mmap mng modplug musepack% nls opengl oss -pulseaudio samba sdl -speex -theora truetype v4l -vcd -vidix vorbis -wavpack% win32codecs xinerama xv xvmc <media-sound/amarok-1.4.4-r4::gentoo, media-video/gxine-0.5.10::installed, 1 more>
* net-misc/aria2-0.10.0::gentoo {:0} [U 0.9.0-r1] -ares bittorrent -gnutls -metalink nls ssl <world>
* x11-libs/libcm-0.1.1::xeffects {:0} [U 0.0.22_pre20061023]  <x11-wm/metacity-2.16.3::installed>
* net-misc/dhcpcd-3.0.10::gentoo {:0} [U 3.0.9]  <world>
* gnome-extra/gnome-power-manager-2.16.3::gentoo {:0} [U 2.16.2] -debug -doc libnotify <gnome-base/gnome-2.16.2::installed>
* kde-base/kdelibs-3.5.6-r1::xeffects {:3.5} [U 3.5.6] acl alsa -arts avahi cups -debug -doc -fam jpeg2k kdeenablefinal kdehiddenvisibility kerberos -legacyssl -lua -openexr -pertty% spell ssl tiff -utempter xinerama zeroconf linguas: -he <app-cdr/k3b-0.12.17::installed, kde-base/kcminit-3.5.6::installed, 12 more>
* media-video/mplayer-1.0_rc1-r2::gentoo {:0} [U 1.0_rc1-r1] -3dfx -3dnow -3dnowext X aac -aalib alsa (-altivec) -amr -arts -bidi -bindist -bl cdparanoia cpudetection -custom-cflags -debug -dga -directfb -doc dts dv -dvb dvd dvdread enca encode esd fbcon -ggi gif gtk iconv ipv6 -jack -joystick jpeg -libcaca lirc -live -livecd lzo mad -matrox mmx mmxext musepack -nas -openal opengl oss png real rtc samba sdl -speex sse sse2 -svga -tga -theora truetype unicode v4l v4l2 vorbis win32codecs -x264 -xanim xinerama xv xvid xvmc linguas: -bg -cs -da -de -el -en -es -fr -hu -ja -ko -mk nl -no -pl -pt_BR -ro -ru -sk -tr -uk -zh_CN -zh_TW <world>
* dev-ruby/rubygems-0.9.0-r2::gentoo {:0} [N]  <dev-ruby/cgi_multipart_eof_fix-1.0.0::gentoo, dev-ruby/daemons-0.4.4::gentoo, 4 more>
* dev-ruby/daemons-0.4.4::gentoo {:0} [N] -doc <www-servers/mongrel-1.0::gentoo>
* dev-ruby/rake-0.7.1::gentoo {:0} [N] -doc <dev-ruby/gem_plugin-0.2.2::gentoo>
* dev-ruby/gem_plugin-0.2.2::gentoo {:0} [N] -doc <www-servers/mongrel-1.0::gentoo>
* dev-ruby/fastthread-0.5.3.1::gentoo {:0} [N] -doc <www-servers/mongrel-1.0::gentoo>
* dev-ruby/cgi_multipart_eof_fix-1.0.0::gentoo {:0} [N] -doc <www-servers/mongrel-1.0::gentoo>
* www-servers/mongrel-1.0::gentoo {:0} [N] -doc <media-sound/amarok-1.4.4-r4::gentoo>
* media-sound/amarok-1.4.4-r4::gentoo {:0} [U 1.4.4-r3] aac -arts -debug -ifp -ipod -kde -mtp musicbrainz mysql -njb -noamazon opengl postgres real visualization xinerama linguas: -af -ar -az -bg -br -ca -cs -cy -da -de -el en_GB -es -et -fi -fr -ga -gl -he -hi -hu -is -it -ja -ka -km -ko -lt -ms -nb nl -nn -pa -pl -pt -pt_BR -ro -ru -rw -sk -sl -sq -sr -sr@Latn -sv -ta -tg -th -tr -uk -uz -zh_CN -zh_TW <world>
* app-emulation/wine-0.9.30::gentoo {:0} [U 0.9.29] X alsa -arts cups dbus esd hal -jack jpeg lcms ldap -nas ncurses opengl oss -scanner xml <world>
* media-sound/alsa-driver-1.0.14_rc2-r1::gentoo {:0} [U 1.0.14_rc2] -debug midi% oss alsa_cards: -ad1816a -ad1848 -ad1848-lib -ad1889 -adlib -ali5451 -als100 -als300 -als4000 (-aoa) (-aoa-fabric-layout) (-aoa-onyx) (-aoa-soundbus) (-aoa-soundbus-i2s) (-aoa-tas) (-aoa-toonie) (-armaaci) -asihpi (-at91-soc) (-at91-soc-eti-b1-wm8731) -atiixp -atiixp-modem (-au1x00) -au8810 -au8820 -au8830 -azt2320 -azt3328 -bt87x -ca0106 -cmi8330 -cmipci -cs4231 -cs4231-lib -cs4232 -cs4236 -cs4281 -cs46xx -cs5535audio -darla20 -darla24 -dt019x -dummy -echo3g -emu10k1 -emu10k1x -ens1370 -ens1371 -es1688 -es18xx -es1938 -es1968 -es968 -fm801 -fm801-tea575x -gina20 -gina24 -gusclassic -gusextreme -gusmax (-harmony) -hda-intel -hdsp -hdspm -ice1712 -ice1724 -indigo -indigodj -indigoio intel8x0 -intel8x0m -interwave -interwave-stb -korg1212 -layla20 -layla24 -loopback -maestro3 -mia -miro -mixart -mona -mpu401 -msnd-pinnacle -mtpav -mts64 -nm256 -opl3sa2 -opti92x-ad1848 -opti92x-cs4231 -opti93x -pc98-cs4232 -pcsp -pcxhr -pdaudiocf -pdplus -portman2x4 (-powermac) (-pxa2xx-i2sound) (-pxa2xx-soc) (-pxa2xx-soc-corgi) (-pxa2xx-soc-poodle) (-pxa2xx-soc-spitz) (-pxa2xx-soc-tosa) -riptide -rme32 -rme96 -rme9652 -s3c2410 -sa11xx-uda1341 -sb16 -sb8 -sbawe -seq-dummy -serial-u16550 -sgalaxy -soc -sonicvibes -sscape (-sun-amd7930) (-sun-cs4231) (-sun-dbri) -trident -usb-audio -usb-usx2y -via82xx -via82xx-modem -virmidi -vx222 -vxpocket -wavefront -ymfpci <world>

Total: 47 packages (24 new, 18 upgrades, 1 downgrade, 4 in new slots)

General sets:

* system:          Packages that are part of the base system
* world:           Packages that have been explicitly installed

 * You have 1 unread news items


So, uhm, help! :(

PS: The warnings are pretty annoying aswell, how can i fix that? :P
_________________
Oi!
Back to top
View user's profile Send private message
zxy
Veteran
Veteran


Joined: 06 Jan 2006
Posts: 1160
Location: in bed in front of the computer

PostPosted: Wed Jan 31, 2007 2:08 am    Post subject: Reply with quote

Thanks to dleverton I have changed all ebuilds and the eclass for paludis-hooks. Ebuilds are shorter and more practical now. No intervention for users is required. :D


I was thinking of creating #paludis-extras on IRC freenode for ideas, suggestions, critics, questions, support and similar. What do you think?

--- EDIT ---

I changed the quality settings and the defaults (to quality 3) of Paludis-extras homepage. I hope it will display better and faster on slow computers now (quality 4 was the old default).
_________________
Nature does not hurry, yet everything is accomplished.
Lao Tzu


Last edited by zxy on Wed Jan 31, 2007 4:37 am; edited 1 time in total
Back to top
View user's profile Send private message
zxy
Veteran
Veteran


Joined: 06 Jan 2006
Posts: 1160
Location: in bed in front of the computer

PostPosted: Wed Jan 31, 2007 4:32 am    Post subject: Reply with quote

@Flatop: Could you post the errors you get.
And the sync line you have in /etc/paludis/repositories/gentoo.conf
_________________
Nature does not hurry, yet everything is accomplished.
Lao Tzu
Back to top
View user's profile Send private message
krisse
Guru
Guru


Joined: 15 Mar 2005
Posts: 325
Location: Sweden

PostPosted: Wed Jan 31, 2007 8:35 am    Post subject: Reply with quote

(bump)
krisse wrote:
With emerge, I was able to have several, separate "keyword.conf" files, under a directory /etc/portage/package.keywords. Is there a way to set something like "additional keyword.conf file = foo" with paludis? (With the dir-setup with emerge, I was able to link a "keyword-file" from a repo/overlay (e17); handy, but not necessary, of course.)


Also, with this functionality, it'd be easier to maintain portage & paludis conf at the same time -- being able to put something like "source this-keyword-file" in the paludis keywords.conf. Not needing to make changes in two separate files. (The keywords-file is, I think, the file I most often edit.)

:?:
Back to top
View user's profile Send private message
Flatop
Tux's lil' helper
Tux's lil' helper


Joined: 27 Nov 2002
Posts: 124
Location: Brooklyn, USA

PostPosted: Wed Jan 31, 2007 12:51 pm    Post subject: Reply with quote

My sync line is this:

sync = rsync://rsync.gentoo.org/gentoo-portage


The error message is

Code:

rsync: getaddrinfo: http //proxy.c: Servname not supported for ai_socktype
rsync error: error in socket IO (code 10) at clientserver.c(104) [receiver=2.6.9]

Sync error:
  * In program paludis --sync:
  * When performing sync action from command line:
  * When executing sync task:
  * When syncing repository 'gentoo':
  * When syncing repository 'gentoo':
  * sync of '/usr/portage' from 'rsync://rsync.gentoo.org/gentoo-portage' failed
Back to top
View user's profile Send private message
zsoltika
l33t
l33t


Joined: 13 Nov 2003
Posts: 634
Location: Budapest, Hungary

PostPosted: Wed Jan 31, 2007 6:24 pm    Post subject: Reply with quote

Hi all,
I just started to play with it, but my very first try to
Code:
paludis -pi world

suggesteded I should install virtual/perl-libnet...
So I did, next try:
Code:
# paludis -pi world
Building target list...
Building dependency list...paludis@1170267550: [QA] In program paludis -pi world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepAtom 'virtual/baselayout':
  ... When loading entries for virtuals repository:
  ... When loading names for virtuals repository:
  ... When loading virtual packages for repository 'Lila'
  ... When loading category names for Lila:
  ... No categories file for repository at '/usr/portage/local/layman/lila-theme', faking it
paludis@1170267550: [QA] In program paludis -pi world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepAtom 'virtual/baselayout':
  ... When loading entries for virtuals repository:
  ... When loading names for virtuals repository:
  ... When loading virtual packages for repository 'localportage'
  ... When loading category names for localportage:
  ... No categories file for repository at '/usr/local/portage', faking it
paludis@1170267550: [WARNING] In program paludis -pi world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When adding PackageDepAtom 'virtual/baselayout':
  ... When adding installed package 'virtual/baselayout-1.12.9::installed_virtuals':
  ... When adding run dependencies as post dependencies:
  ... When adding PackageDepAtom 'sys-apps/baselayout':
  ... When adding installed package 'sys-apps/baselayout-1.12.9::installed':
  ... When adding run dependencies as post dependencies:
  ... When adding PackageDepAtom 'virtual/init':
  ... No visible packages matching 'virtual/init', falling back to installed package 'virtual/init-0::installed'

Query error:
  * In program paludis -pi world:
  * When performing install action from command line:
  * When executing install task:
  * When adding PackageDepAtom 'dev-perl/MailTools':
  * When adding package 'dev-perl/MailTools-1.67::gentoo':
  * When adding build dependencies as pre dependencies:
  * When adding PackageDepAtom '>=virtual/perl-libnet-1.0703':
  * No versions of '>=virtual/perl-libnet-1.0703' are available

Can somebody give me a hint how to resolve this?
_________________
Do not believe that Guru thing under my nickname.
Back to top
View user's profile Send private message
rzZzn
Tux's lil' helper
Tux's lil' helper


Joined: 24 Aug 2004
Posts: 96
Location: Sweden

PostPosted: Wed Jan 31, 2007 6:38 pm    Post subject: Reply with quote

I have one problem with my Beryl svn ebuilds...


Code:

Unhandled exception:
  * In program paludis --sync:
  * When loading default configuration:
  * When reading keywords file '/etc/paludis/keywords.conf':
  * When validating keyword name '**':
  * Name '**' is not a valid keyword name (N7paludis16KeywordNameErrorE)


The '**' is the new '-*'...

Any ideas?
Back to top
View user's profile Send private message
zxy
Veteran
Veteran


Joined: 06 Jan 2006
Posts: 1160
Location: in bed in front of the computer

PostPosted: Wed Jan 31, 2007 6:42 pm    Post subject: Reply with quote

rzZzn does * instead of ** make it work?
_________________
Nature does not hurry, yet everything is accomplished.
Lao Tzu
Back to top
View user's profile Send private message
zxy
Veteran
Veteran


Joined: 06 Jan 2006
Posts: 1160
Location: in bed in front of the computer

PostPosted: Wed Jan 31, 2007 6:51 pm    Post subject: Reply with quote

Flatop Here is my gentoo.conf if it helps. I think that the problem could lie in some missing lines in conf file.
Code:
location = ${ROOT}/usr/portage
sync = rsync://rsync.gentoo.org/gentoo-portage
profiles = ${ROOT}/usr/portage/profiles/default-linux/amd64/2006.1/desktop
distdir = /usr/portage/distfiles
format = ebuild
provides_cache = ${location}/.cache/provides
names_cache = ${location}/.cache/names

_________________
Nature does not hurry, yet everything is accomplished.
Lao Tzu
Back to top
View user's profile Send private message
dleverton
Guru
Guru


Joined: 28 Aug 2006
Posts: 517

PostPosted: Wed Jan 31, 2007 9:28 pm    Post subject: Reply with quote

I created a new thread for my two hooks, so I won't have to keep transplanting them whenever the main support thread overflows and the old one gets locked.
Back to top
View user's profile Send private message
rzZzn
Tux's lil' helper
Tux's lil' helper


Joined: 24 Aug 2004
Posts: 96
Location: Sweden

PostPosted: Wed Jan 31, 2007 9:48 pm    Post subject: Reply with quote

zxy wrote:
rzZzn does * instead of ** make it work?


Tanks :)

One step forward...

Now I get:

Code:

Query error:
  * In program paludis -pi --show-reasons summary --show-reasons summary world:
  * When performing install action from command line:
  * When executing install task:
  * When adding PackageDepAtom 'x11-plugins/beryl-plugins-vidcap':
  * All versions of 'x11-plugins/beryl-plugins-vidcap' are masked. Candidates are:
    * x11-plugins/beryl-plugins-vidcap-9999::xeffects: Masked by EAPI ( UNKNOWN ) (probably a broken ebuild)


The keywords in the ebuild is :

KEYWORDS=""


....
Back to top
View user's profile Send private message
Flatop
Tux's lil' helper
Tux's lil' helper


Joined: 27 Nov 2002
Posts: 124
Location: Brooklyn, USA

PostPosted: Wed Jan 31, 2007 10:33 pm    Post subject: Reply with quote

zxy

I have the same exact gentoo.conf (with the exception of the profile location - I'm running a x86/2006.0

I just think paludis can't use the http_proxy or RSYNC_PROXY yet - thats why I have to use emerge-webrsync instead of emerge --sync
Back to top
View user's profile Send private message
dleverton
Guru
Guru


Joined: 28 Aug 2006
Posts: 517

PostPosted: Wed Jan 31, 2007 10:54 pm    Post subject: Reply with quote

Flatop wrote:
I just think paludis can't use the http_proxy or RSYNC_PROXY yet - thats why I have to use emerge-webrsync instead of emerge --sync

They should work as long as you set them in the environment outside Paludis - they won't work in /etc/paludis/bashrc. Are you sure you have the syntax right for RSYNC_PROXY? From the error I'd guess you have http://something, which probably isn't right... try just a hostname or IP address.
Back to top
View user's profile Send private message
zxy
Veteran
Veteran


Joined: 06 Jan 2006
Posts: 1160
Location: in bed in front of the computer

PostPosted: Wed Jan 31, 2007 11:31 pm    Post subject: Reply with quote

rzZzn: try this
Code:
paludis --regenerate-installed-cache && paludis --regenerate-installable-cache
and try installing again.
The KEYWORDS="" seems strange to me

Flatop: http_proxy works fine for me. (http-replicator) I have this in my /etc/paludis/bashrc
Code:
export http_proxy="http://localhost:8080"

enter your own data. I don't know about rsync proxy though.
_________________
Nature does not hurry, yet everything is accomplished.
Lao Tzu
Back to top
View user's profile Send private message
boniek
Guru
Guru


Joined: 26 Mar 2005
Posts: 373

PostPosted: Thu Feb 01, 2007 12:12 am    Post subject: Reply with quote

To remove warnings associated with xeffects overlay add to your /etc/paludis/repositories/xeffects.conf (or whatever it is named) following line:
Code:
cache = ${ROOT}/var/empty

_________________
[HOWTO]New freetype subpixel font rendering for lcd monitors
Back to top
View user's profile Send private message
apberzerk
Apprentice
Apprentice


Joined: 11 Jan 2004
Posts: 278
Location: kansas...

PostPosted: Thu Feb 01, 2007 12:14 am    Post subject: Reply with quote

I posted a message earlier about not being able to compile paludis-0.16.2. I tried installing it using portage instead of paludis, and it worked.
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Thu Feb 01, 2007 1:50 am    Post subject: Reply with quote

boniek wrote:
To remove warnings associated with xeffects overlay add to your /etc/paludis/repositories/xeffects.conf (or whatever it is named) following line:
Code:
cache = ${ROOT}/var/empty


Great! Thanks :)

Still gettin the gcc+binutils stuff ...

Code:

zenix / # paludis -ip world
Building target list...
Building dependency list...paludis@1170294363: [QA] Couldn't open arch.list file in '/usr/portage/local/xeffects/profiles/arch.list', arch flags may incorrectly show up as unmasked


These packages will be installed:

* sys-devel/binutils-2.17.50.0.12::gentoo {:0} [S] multislot -multitarget nls -test -vanilla <system>
* sys-devel/gcc-4.1.1-r3::gentoo {:4.1} [S] (-altivec) -bootstrap -build -doc fortran -gcj gtk (-hardened) -ip28 -ip32r10k -mudflap (-multilib) multislot (-n32) (-n64) nls -nocxx -objc -objc++ -objc-gc -test -vanilla <system>
* app-arch/p7zip-4.44::gentoo {:0} [U 4.43] -doc -static <world>
* dev-java/ant-core-1.7.0::gentoo {:0} [U 1.6.5-r14] -doc -source
* dev-java/ant-nodeps-1.7.0::gentoo {:0} [N]

...etc..etc...

* app-paludis/paludis-hooks-undo-prelink-1.1::paludis-extras {:0} [N]
* app-paludis/paludis-hooks-update-eix-1.1::paludis-extras {:0} [N]

Total: 48 packages (26 new, 17 upgrades, 1 downgrade, 4 in new slots)

General sets:

* system:          Packages that are part of the base system
* world:           Packages that have been explicitly installed


Quote:

Now its working pretty well, except when i try paludis -ip world ... it allways wants to merge binutils and gcc. I allready tried removing them from /var/db/pkg and remerge. But after the long wait of merging them (with paludis ofcourse) it's still whining about it.

_________________
Oi!
Back to top
View user's profile Send private message
rzZzn
Tux's lil' helper
Tux's lil' helper


Joined: 24 Aug 2004
Posts: 96
Location: Sweden

PostPosted: Thu Feb 01, 2007 6:38 am    Post subject: Reply with quote

Thanks zxy.
but it didn't work.

the 'KEYWORD=""'' is portage new '-*'

Quote:

** Keywords changed **
Published January 24th, 2007 in Overlay. 0 Comments
Portage 2.1.2 -r3/-r4 (which you must have, or the ebuilds won’t build) introduced a new KEYWORD, **. Ebuilds now contain KEYWORDS=”". Thus, all users who use any live ebuilds in xeffects, or previously had to use -* need to update their package.keywords file to contain ** instead of -*.


Maybe I have to edit the ebuild myself....
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5 ... 18, 19, 20  Next
Page 4 of 20

 
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