puduan-7.0.0a1 (Devuan Ascii) woof-ce testing

For talk and support relating specifically to Puppy derivatives
Message
Author
Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

puduan-7.0.0a1 (Devuan Ascii) woof-ce testing

#1 Post by Sailor Enceladus »

Hi, I built a vanilla puduan-7.0.0a1.iso (no changes) here:
https://my.pcloud.com/publink/show?code ... JXELjmhcWX

The "fixes.txt" file lists some of the bugs and the adrv includes a few fixes so far. Feel free to post more bugs/fixes and I'll try to update the list and adrv. I'll sift through the dpup thread some more too to see which bugs Stretch and Ascii have in common.
Last edited by Sailor Enceladus on Mon 10 Apr 2017, 15:24, edited 2 times in total.

dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

#2 Post by dancytron »

Downloaded and did manual frugal install with adrv and zdrv. Inside Dillo on it right now.

I observed the following.

-Graphics driver correctly chosen and loaded. glxgears works. Intel G30 chipset.
-did not autoconnect to the internet. connected with simple network, connection (regular wired ethernet) had strange name.
-both geany and leafpad just close when you try to do a save-as. See terminal output from leafpad below.
-clicking on sound files opened pmusic. I don't use pmusic, so maybe I am just dense, but got no sound from pmusic. Sound worked inside the alsa sound wizard.

That's all I notice off the top.

Dan

Code: Select all

 leafpad

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupClientMonitor'.

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupClientDevice'.

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupVolumeMonitor'.

(leafpad:17211): GLib-GIO-WARNING **: Tried to register an extension of the type (null) to extension point gio-volume-monitor. Expected type is GVolumeMonitor.

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupClientVolume'.

(leafpad:17211): GLib-GObject-CRITICAL **: g_type_add_interface_dynamic: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupMount'.

(leafpad:17211): GLib-GObject-CRITICAL **: g_type_add_interface_dynamic: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupClientDrive'.

(leafpad:17211): GLib-GObject-CRITICAL **: g_type_add_interface_dynamic: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'GFamFileMonitor'.

(leafpad:17211): GLib-GIO-WARNING **: Tried to register an extension of the type (null) to extension point gio-local-file-monitor. Expected type is GLocalFileMonitor.

(leafpad:17211): GLib-GIO-WARNING **: Tried to register an extension of the type (null) to extension point gio-nfs-file-monitor. Expected type is GLocalFileMonitor.

(leafpad:17211): GLib-GObject-CRITICAL **: g_object_new: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

(leafpad:17211): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(leafpad:17211): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Segmentation fault

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#3 Post by Sailor Enceladus »

Thanks Dan!
dancytron wrote:-both geany and leafpad just close when you try to do a save-as. See terminal output from leafpad below.
I noticed too that anything that opens or saves with the File Manager crashes it (something about glib?). :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#4 Post by ttuuxxx »

dancytron wrote:Downloaded and did manual frugal install with adrv and zdrv. Inside Dillo on it right now.

I observed the following.

-Graphics driver correctly chosen and loaded. glxgears works. Intel G30 chipset.
-did not autoconnect to the internet. connected with simple network, connection (regular wired ethernet) had strange name.
-both geany and leafpad just close when you try to do a save-as. See terminal output from leafpad below.
-clicking on sound files opened pmusic. I don't use pmusic, so maybe I am just dense, but got no sound from pmusic. Sound worked inside the alsa sound wizard.

That's all I notice off the top.

Dan

Code: Select all

 leafpad

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupClientMonitor'.

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupClientDevice'.

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupVolumeMonitor'.

(leafpad:17211): GLib-GIO-WARNING **: Tried to register an extension of the type (null) to extension point gio-volume-monitor. Expected type is GVolumeMonitor.

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupClientVolume'.

(leafpad:17211): GLib-GObject-CRITICAL **: g_type_add_interface_dynamic: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupMount'.

(leafpad:17211): GLib-GObject-CRITICAL **: g_type_add_interface_dynamic: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'PupClientDrive'.

(leafpad:17211): GLib-GObject-CRITICAL **: g_type_add_interface_dynamic: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(leafpad:17211): GLib-GObject-WARNING **: Two different plugins tried to register 'GFamFileMonitor'.

(leafpad:17211): GLib-GIO-WARNING **: Tried to register an extension of the type (null) to extension point gio-local-file-monitor. Expected type is GLocalFileMonitor.

(leafpad:17211): GLib-GIO-WARNING **: Tried to register an extension of the type (null) to extension point gio-nfs-file-monitor. Expected type is GLocalFileMonitor.

(leafpad:17211): GLib-GObject-CRITICAL **: g_object_new: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

(leafpad:17211): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(leafpad:17211): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Segmentation fault
You should follow the thread I started We just fixed that issue. Follow from http://murga-linux.com/puppy/viewtopic. ... 202#946202
ttuuxxx

Ps follow my tread it has lots of help in it. :)
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#5 Post by Sailor Enceladus »

ttuuxxx wrote:You should follow the thread I started We just fixed that issue. Follow from http://murga-linux.com/puppy/viewtopic. ... 202#946202
ttuuxxx

Ps follow my tread it has lots of help in it. :)
Thanks. I added zzz_glib to the adrv and gave you and pemasu credit. A proper fix will have to be merged into the iso later. :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#6 Post by ttuuxxx »

Sailor Enceladus wrote:
ttuuxxx wrote:You should follow the thread I started We just fixed that issue. Follow from http://murga-linux.com/puppy/viewtopic. ... 202#946202
ttuuxxx

Ps follow my tread it has lots of help in it. :)
Thanks. I added zzz_glib to the adrv and gave you and pemasu credit. A proper fix will have to be merged into the iso later. :)
Its a lot better if you recompile it, both are missing parts, also recompile netmon_wce if your getting xerrs issues.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#7 Post by Sailor Enceladus »

dancytron wrote:-clicking on sound files opened pmusic. I don't use pmusic, so maybe I am just dense, but got no sound from pmusic. Sound worked inside the alsa sound wizard.
It looks like ffmpeg was missing the dependency libpgm-5.2-0_5.2.122~dfsg-2_i386. I added it to the adrv to play my mp3. :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#8 Post by ttuuxxx »

Sailor Enceladus wrote:
dancytron wrote:-clicking on sound files opened pmusic. I don't use pmusic, so maybe I am just dense, but got no sound from pmusic. Sound worked inside the alsa sound wizard.
It looks like ffmpeg was missing the dependency libpgm-5.2-0_5.2.122~dfsg-2_i386. I added it to the adrv to play my mp3. :)
Its the same with Stretch, also both distro's are like 99% the same.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#9 Post by ttuuxxx »

Sailor Enceladus wrote:
dancytron wrote:-clicking on sound files opened pmusic. I don't use pmusic, so maybe I am just dense, but got no sound from pmusic. Sound worked inside the alsa sound wizard.
It looks like ffmpeg was missing the dependency libpgm-5.2-0_5.2.122~dfsg-2_i386. I added it to the adrv to play my mp3. :)
Also edit the MPV.destop file and edit it so its executes only with this

Code: Select all

Exec=mpv --player-operation-mode=pseudo-gui
The original file has extra attributes on the end and stops it from working in the menu.
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#10 Post by Sailor Enceladus »

ttuuxxx wrote:Also edit the MPV.destop file and edit it so its executes only with this

Code: Select all

Exec=mpv --player-operation-mode=pseudo-gui
The original file has extra attributes on the end and stops it from working in the menu.
Thanks ttuuxxx. That works a lot better. :) I also replaced the one on desktop (defaultmediaplayer) for good measure.

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#11 Post by Sailor Enceladus »

ttuuxxx wrote:
Sailor Enceladus wrote:
ttuuxxx wrote:You should follow the thread I started We just fixed that issue. Follow from http://murga-linux.com/puppy/viewtopic. ... 202#946202
ttuuxxx

Ps follow my tread it has lots of help in it. :)
Thanks. I added zzz_glib to the adrv and gave you and pemasu credit. A proper fix will have to be merged into the iso later. :)
Its a lot better if you recompile it, both are missing parts, also recompile netmon_wce if your getting xerrs issues.
ttuuxxx
Thanks. I built a new iso, r4848b that uses only zzz_glib (not the debian one) as per pemasu's suggestion, and integrated all the adrv changes mentioned into it so far. It seems to be working a bit better than the original iso now from what I can tell. :)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#12 Post by ttuuxxx »

Sailor Enceladus wrote:
ttuuxxx wrote:
Sailor Enceladus wrote: Thanks. I added zzz_glib to the adrv and gave you and pemasu credit. A proper fix will have to be merged into the iso later. :)
Its a lot better if you recompile it, both are missing parts, also recompile netmon_wce if your getting xerrs issues.
ttuuxxx
Thanks. I built a new iso, r4848b that uses only zzz_glib (not the debian one) as per pemasu's suggestion, and integrated all the adrv changes mentioned into it so far. It seems to be working a bit better than the original iso now from what I can tell. :)
Hey its your baby you do what ever you like, I'm just saying if you recompile it you'll notice that it was missing packages that's all.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#13 Post by Sailor Enceladus »

Updated to commit 4854. Thanks to dancytron for finding some major bugs and jlst for patching woof-CE! And ttuuxxx. :)

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

puduan-7.0.0a1 (Devuan Ascii) woof-ce testing

#14 Post by Billtoo »

I did a build of puduan 7.0.0 using the instructions on page 1 of the
woof-ce needs you thread (testing)

System: Host: puppypc52 Kernel: 3.14.79 i686 (32 bit) Desktop: Openbox 3.6.1 Distro: Puduan 7.0.0
Machine: Device: desktop Mobo: Acer model: Aspire X3950 serial: U02C120500059
BIOS: American Megatrends v: P01-A3 date: 05/05/2010
CPU: Dual core Intel Core i3 540 (-HT-MCP-) speed/max: 1200/3067 MHz
Graphics: Card: Intel Core Processor Integrated Graphics Controller
Display Server: X.org 1.19.1 drivers: modesetting (unloaded: fbdev,vesa)
tty size: 130x30 Advanced Data: N/A for root
Network: Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
Drives: HDD Total Size: 500.1GB (3.4% used)
Weather: Conditions: 23 F (-5 C) - Overcast Time: March 6, 1:50 AM EST
Info: Processes: 139 Uptime: 1:37 Memory: 193.3/2899.5MB Client: Shell (bash) inxi: 2.3.5

I removed this line "yes|glib|libglib2.0-bin,libglib2.0-0,libglib2.0-data,libglib2.0-dev|exe,dev,
doc>null,nls>null #does not work with pup-volume-monitor" from the DISTRO_PKGS_SPECS file.
As the ./3builddistro-Z step was running an error about fixmenus
jwm-xdgmenu was on the screen and the the build completed creating an
iso and devx.
I put a FbBox-4.1 pet in mnt/home when I did the frugal install because
a build that I did a couple of weeks ago had nothing in the puppy menu,
same with this one.
I checked the "save as" in geany and it was working, after I installed
some other pets and applications with PPM the "save as" command cause
geany to crash.
I downloaded and compiled glib-2.50.3.tar.xz and geany works again.

PPM isn't working 100% but is useable, I installed VLC,Kodi,Smtube,Firefox, and more,
they all work fine.
Entering the command inxi -bw in the terminal caused an error but the
missing lib was in PPM and after installing that the error was gone
(libprocps).

That's it for today.
Attachments
image-1.jpg
(32.06 KiB) Downloaded 4146 times

belham2
Posts: 1715
Joined: Mon 15 Aug 2016, 22:47

#15 Post by belham2 »

Sailor Enceladus wrote:
ttuuxxx wrote:You should follow the thread I started We just fixed that issue. Follow from http://murga-linux.com/puppy/viewtopic. ... 202#946202
ttuuxxx

Ps follow my tread it has lots of help in it. :)
Thanks. I added zzz_glib to the adrv and gave you and pemasu credit. A proper fix will have to be merged into the iso later. :)

Hi Sailor, ttuuxxx & all,

Can I ask a stupid question....in the dpup-stretch build I did last week (and plopped up in ttuuuxxx's thread just as a rough first draft to let others see a dpup-stretch), I had both Leafpad and Geany installed from the get go, and I never had one problem using them, especially the 'save-as'. They've never crashed on me once since I did the original build, and I use them both frequently, both 'save' and 'save-as'. Right now, I just tested them again to make sure I was not imagining things. So I don't get it??? ----wait, is it because I was one of the first ones to install ttuuxxx's Geany-icon.pet fix? Nope, that is not it....I just checked that .pet.....and there is no "zzz_glib" in it....only simple icons. How could my dpup-stretch build have no leafpad/geany problems when it seems others did? Is it because I stuck to the woof-CE's default 3.14.79 kernel that came in the base build and everyone else is using different kernels?

Sorry for the stupid question, just trying (still) to understand about this leafpad/geany and zzz_glib thing :(




P.S. Going to download your puduan in in the next few days so I can give it a spin. I've just been modding mine again...adding all kinds of things to mine like PCManFM/Rox-right-click functions like 'singlepet2deb', 'singlepet2sfs', 'reDeb', ''folderdeb2pet', 'folderpets2deb', 'petspec', 'multirename', "pcdrop" (converts all pics formats into another format by just dropping the pic on the script), and also 'arcdrop', (for converting archive files from one format to another by just dropping the file onto the script window). Plus I am adding to the overall OS things like 'parcellite (removed glipper & xclipboard), 'DogRadio', 'you2pup', 'osmo', 'JWMDesk' (removed JWM Configuation manager), 17 new GTK themes, 28 new Icons themes (fromm various creators over the past 2-3 years), and Oscar's great 40 new JWM themes. :) I am unabashedly taking all the best ideas from the ~15 different pups I keep running from various creators over the past few years. It is making this dpup-stretch-700 really something, and I am still at ~350-375MB even with last FirefoxESR 45.-7 included :wink: Anyhow, thank you for explaining the leafpad/geany confusion.

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#16 Post by Sailor Enceladus »

belham2 wrote:I've just been modding mine again...adding all kinds of things to mine like PCManFM/Rox-right-click functions like 'singlepet2deb', 'singlepet2sfs', 'reDeb', ''folderdeb2pet', 'folderpets2deb', 'petspec', 'multirename', "pcdrop" (converts all pics formats into another format by just dropping the pic on the script), and also 'arcdrop', (for converting archive files from one format to another by just dropping the file onto the script window). Plus I am adding to the overall OS things like 'parcellite (removed glipper & xclipboard), 'DogRadio', 'you2pup', 'osmo', 'JWMDesk' (removed JWM Configuation manager), 17 new GTK themes, 28 new Icons themes (fromm various creators over the past 2-3 years), and Oscar's great 40 new JWM themes. :) I am unabashedly taking all the best ideas from the ~15 different pups I keep running from various creators over the past few years. It is making this dpup-stretch-700 really something, and I am still at ~350-375MB even with last FirefoxESR 45.-7 included ;)
Wow, that sounds amazing belham. All I did was make the default woof-CE build, adding some minor fixes to the adrv - lol!
belham2 wrote:Can I ask a stupid question....in the dpup-stretch build I did last week (and plopped up in ttuuuxxx's thread just as a rough first draft to let others see a dpup-stretch), I had both Leafpad and Geany installed from the get go, and I never had one problem using them, especially the 'save-as'. They've never crashed on me once since I did the original build, and I use them both frequently, both 'save' and 'save-as'. Right now, I just tested them again to make sure I was not imagining things. So I don't get it??? ----wait, is it because I was one of the first ones to install ttuuxxx's Geany-icon.pet fix? Nope, that is not it....I just checked that .pet.....and there is no "zzz_glib" in it....only simple icons. How could my dpup-stretch build have no leafpad/geany problems when it seems others did? Is it because I stuck to the woof-CE's default 3.14.79 kernel that came in the base build and everyone else is using different kernels?
Is it possible that glib-2.0 updated from 5000.2 to 5000.3 after you made your build? Now you got me curious as well... :lol:

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

puduan-7.0.0a1 (Devuan Ascii) woof-ce testing

#17 Post by Billtoo »

I did a new build this morning by starting fresh and cloning git hub
(not testing branch).
The geany "save as" problem is fixed, the line in
DISTRO_PKGS_SPECS-devuan-ascii that caused the problem has been removed
and replaced:
yes|glib|libglib2.0-bin,libglib2.0-0,libglib2.0-data,libglib2.0-dev|exe>null,
dev>null,doc>null,nls>null #theres glib 2.50.3 pet pkg (by @jlst I guess)

I saw an error appear about "glib template" missing during the make
packages step (I think it was)
The xdg problem is still there, adding xdg_puppy.pet from tahrpup later
after starting with FbBox-4.1 has fixed that.

EDIT: I changed the look a bit, it's still running well after 5 hours.
Attachments
image-.jpg
(31.73 KiB) Downloaded 1658 times
image-1.jpg
(33.96 KiB) Downloaded 1690 times

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

Re: puduan-7.0.0a1 (Devuan Ascii) woof-ce testing

#18 Post by Sailor Enceladus »

Billtoo wrote:Entering the command inxi -bw in the terminal caused an error but the
missing lib was in PPM and after installing that the error was gone
(libprocps).
I noticed this too, that procps_3.3.10-4+devuan1.0_i386.deb comes with a sysctl and ps-FULL that expect libprocps.so.4, but woof-CE actually picks up libprocps.so.6 instead. Adding libprocps4_3.3.10-4+devuan1.0_i386.deb fixes it though like you said. This seems to be what causes the "Restart Windows Manager" to not show on the logout_gui screen too because it uses ps.
Billtoo wrote:The xdg problem is still there, adding xdg_puppy.pet from tahrpup later
after starting with FbBox-4.1 has fixed that.
Yup, this one is strange because the xdg_puppy that Devuan grabbed (xdg_puppy-0.7.6-15-binaries_no-JWM-p4.pet) has no jwm-xdgmenu, but it does have fvwm-xdgmenu, icewm-xdgmenu and wm-xdgmenu. I wonder which one Debian Stretch grabs?

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#19 Post by Sailor Enceladus »

I found out puduan-7.0.0 has something called "libsystemd" (and systemd_tests). Removing libsystemd breaks these things:

Code: Select all

> /usr/bin/ffmpeg
> /usr/bin/ffplay
> /usr/bin/ffprobe
> /usr/bin/ffserver
> /usr/bin/mhwaveedit
> /usr/bin/mplayer
> /usr/bin/mpv
> /usr/games/xsoldier
> /usr/sbin/cupsd
> /usr/sbin/saned
> /usr/lib/alsa-lib/libasound_module_conf_pulse.so
> /usr/lib/alsa-lib/libasound_module_ctl_pulse.so
> /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
> /usr/lib/ao/plugins-4/libpulse.so
> /usr/lib/libSDL-1.2.so.0.11.4
> /usr/lib/libSDL2-2.0.so.0.4.1
> /usr/lib/libSDL_image-1.2.so.0.8.4
> /usr/lib/libavdevice.so.57.1.100
> /usr/lib/libdcerpc-binding.so.0.0.1
> /usr/lib/libdcerpc-server.so.0.0.1
> /usr/lib/libdcerpc.so.0.0.1
> /usr/lib/libndr-krb5pac.so.0.0.1
> /usr/lib/libndr-nbt.so.0.0.1
> /usr/lib/libndr-standard.so.0.0.1
> /usr/lib/libndr.so.0.0.8
> /usr/lib/libnetapi.so.0
> /usr/lib/libpulse-mainloop-glib.so.0.0.5
> /usr/lib/libpulse-simple.so.0.1.0
> /usr/lib/libpulse.so.0.20.1
> /usr/lib/libsamba-credentials.so.0.0.1
> /usr/lib/libsamba-hostconfig.so.0.0.1
> /usr/lib/libsamba-passdb.so.0.25.0
> /usr/lib/libsamba-policy.so.0.0.1
> /usr/lib/libsamba-util.so.0.0.1
> /usr/lib/libsamdb.so.0.0.1
> /usr/lib/libsmbclient.so.0.2.3
> /usr/lib/libsmbconf.so.0
> /usr/lib/libsmbldap.so.0
> /usr/lib/pulseaudio/libpulsecommon-10.0.so
> /usr/lib/samba/auth/samba4.so
> /usr/lib/samba/auth/script.so
> /usr/lib/samba/bind9/dlz_bind9.so
> /usr/lib/samba ........etc.
> /usr/lib/xorg/Xorg
Does this mean woof-CE actually downloaded Debian versions of these programs instead of Devuan, or something else? :)
Attachments
capture4323.png
(19.88 KiB) Downloaded 1591 times

belham2
Posts: 1715
Joined: Mon 15 Aug 2016, 22:47

#20 Post by belham2 »

Sailor Enceladus wrote: Does this mean woof-CE actually downloaded Debian versions of these programs instead of Devuan, or something else? :)

Hi SailorEnceladus,

Isn't that what Jlst was cryptically alluding to when he wrote this (below) back in the 'woof-CE' thread a few weeks back?:

http://murga-linux.com/puppy/viewtopic. ... &start=675
Jlst wrote:Well, I'm using dpup stretch, it does boot to desktop and can compile apps. It's just missing a new kernel compiled with the dpup's gcc 6.3.0. mesa/dri/opengl seems to work fine. Keyboard/mouse/touchpad ok.

About missing apps.. of course they're missing. When you create a new puppy apps are missing, unless you use repos from earlier versions. And I won't add the missing apps, I don't care.

The pet repos at ibiblio are forbidden to (basically) everyone if you want to update stuff or create a new directory with pet pkgs for a new version.

Regarding tahrpup/xenialpup... well phil hasn't updated the config files at the git repo in a long time as far as I know. I don't build upups to try to figure out what's missing or what's wrong.

Will comment about devuan later, and will drop a little bomb.
Might the bomb be what you are asking/discovering? :?:



Then some days later Jlst wrote this:
Jlst wrote:Updates to puduan ascii:
https://github.com/puppylinux-woof-CE/w ... 35043f0176

I verified that no packages are missing. If you can build a puduan ascii that boots to desktop with these changes.. it means that Devuan is following Debian so closely that is actually a clone.

Today i edited many files. So hopefully i didn't break anything.

Post Reply